@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#905F3E;
}

img {
	border:0px;
}

.small {
	font-size:10px;
}
/* --------------- */
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#container-content {
	width:1000px;
	background-image:url(images/container-content--bookstore-bg.jpg);

	background-repeat:repeat-y;
}

#container-content-bottom {
	width:1000px;
	height:4px;
	background-image:url(images/container-content-bottom.jpg);
	background-repeat:no-repeat;
}

#container-content-bottom-inside {
	width:1000px;
	height:4px;
	background-image:url(images/container-content-bottom-inside.jpg);
	background-repeat:no-repeat;
}
/* --------------- */
#banner {
	width:1000px;
	height:149px;
	background-image:url(images/banner.jpg);
	background-repeat:repeat-x;
}

#logo {
	float:left;
	width:327px;
	height:106px;
	margin-top:15px;
	margin-left:15px;
}

#top-image {
	float:right;
	width:179px;
	height:129px;
	margin-top:12px;
	margin-right:20px;
}
/* --------------- */
#top-nav {
	width:1000px;
	height:49px;
	background-image:url(images/top-nav.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#top-nav ul {
	padding-right:60px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:40px;
	/* float:center; */
}

#top-nav li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	border-right:1px solid #324f5b;
	line-height:49px;
}

#top-nav li a {
	color:#dcdc94;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding-left:10px;
	padding-right:10px;
}

#top-nav li a:hover {
	color:#FFFFFF;
	background-image:url(images/top-nav-over.jpg);
	background-repeat:repeat-x;
}
/* --------------- */
#left-nav {
	width:207px;
	float:left;
	background-image:url(images/bottom-half-bg.jpg);
	background-repeat:repeat-y;
}
/* ----- */
#yellow-top-half {
	background-image:url(images/yellow-half-top.jpg);
	background-repeat:no-repeat;
	height:5px;
	width:207px;
}

#top-half {
	width:207px;
	background-image:url(images/top-half-bg.jpg);
	background-repeat:repeat-y;
	text-align:center;
	color:#20262b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#top-half h2 {
	padding-top:3px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-weight:bold;
	font-size:12px;
	color:#2a231b;
}

#top-half img {
	padding-top:5px;
	padding-bottom:5px;
}

#top-half a {
	color:#2a231b;
	text-decoration:none;
}

#top-half-top {
	width:207px;
	height:5px;
	background-image:url(images/top-half-top.jpg);
	background-repeat:no-repeat;
}

#top-half-bottom {
	width:207px;
	height:4px;
	background-image:url(images/top-half-bottom.jpg);
	background-repeat:no-repeat;
	margin-top:3px;
	margin-bottom:10px;
}
/* ----- */
#flower {
	background-image:url(images/left-nav-bg.png);
	background-repeat:no-repeat;
	position:absolute;
	width:184px;
	height:145px;
	visibility: visible;
	overflow: visible;
	z-index: 1000;
	left: 22px;
	bottom:0;
}

#bottom-half {
	clear:both;
	width:177px; /*207 total*/
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#20262b;
	position:relative;
	bottom:0;
}

#bottom-half h2 {
	padding-top:3px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-weight:bold;
	font-size:12px;
}

#bottom-half ul {
	padding:0px;
	margin:0px;
}

#bottom-half li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	line-height:18px;
}

#bottom-half li a {
	color:#20262b;
	text-decoration:none;
}

#bottom-half li a:hover {
	text-decoration:underline;
}

/* --------------- */
#content-bookstore {
	width:1000px;
	float:left;
	/* background-image:url(images/content-bg.jpg); */
	background-image:none;	
	background-repeat:repeat-y;
	
}

#content-text-inside-bookstore {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:6px;
	vertical-align:top;
	background-image:none;
}

#content-text-inside a {
	color:#3B5A6F;
}

#content-text-inside-bookstore h1 {
	color:#3b5a70;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#content-text {
	background-image:url(images/content-text-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:6px;
}

#content-text a {
	color:#3B5A6F;
}

#content-text a:hover {
	background-color:#3B5A6F;
	color:#ffffff;

}


#content-text-bookstore h1 {
	color:#3b5a70;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#content-top {
	width:986px;
	height:6px;
	background-image:url(images/content-top.jpg);
	background-repeat:no-repeat;
}
/* --------------- */
#right-nav {
	width:207px;
	float:left;
	background-image:url(images/right-nav-bg.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#virtual-tour-sidebar a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	margin-left:15px;
}
#virtual-tour-sidebar a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
	margin-left:15px;	
}

#right-nav-text {
	background-image:url(images/right-nav-flower.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-right:8px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	color:#2f3e49;
	font-size:11px;
}


#right-nav-text h2 {
	padding-top:3px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-weight:bold;
	font-size:1.5em;
	color:#000000;
}

#right-nav-text ul {
	padding:0px;
	margin:0px;
}

#right-nav-text li {
	padding:0px;
	margin:0px;
	list-style-type:none; 
	font-size:11px;
	line-height:18px;
	color:#FFFFFF;
	font-weight:bold;
}

#right-nav-text li a {
	color:#FFFFFF;
	text-decoration:none;
}

#right-nav-text li a:hover {
	text-decoration:underline;
	color:#FFFAE4;
}

#right-nav-text img {
	padding-top:15px;
	padding-bottom:5px;
}

.map {
	background-image:url(images/map-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:198px;
	height:182px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align:center;
	color:#2f3e49;
	font-size:11px;
	padding-top:15px;
}

.map a {
	color:#2f3e49;
	font-size:11px;
	text-decoration:none;

}
.map a:hover {
	color:#000000;
	text-decoration:underline;	
}




#right-nav-top {
	width:207px;
	height:7px;
	background-image:url(images/right-nav-top.jpg);
	background-repeat:no-repeat;
}
#right-nav-top a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;

}
#right-nav-top a:hover{
	color:#2f3e49;
	font-weight:bold;
	font-size:10px;

}

/* --------------- */
#footer {
	height:48px;
	clear:both;
	padding-top:7px;
	margin-top:-4px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#copyright {
	clear:both;
	padding-top:5px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer-II {
	height:21px;
	padding-top:3px;
	background-color:#3B5A6F;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer-II a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer-II a:hover {
	text-decoration:underline;
}


/* ------------------------------------------- */
/*   wired md 																 */
#wired-md-videos td {
  font-size:8pt;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}