@charset "UTF-8";

/*** GENERAL ***/

html {
	background: #fff url(/images/bkgdtop_5x320.png) repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body {
	text-align:center;
}

#wrap {
	margin: 0 auto;
	width: 840px;
}

#header {
	background:url(/images/header_840x320.png) no-repeat;
	float:left;
	height: 320px;
	width: 840px;
}

#header a span {
	display: none;
}

#header a:link {
	text-decoration:none;
}
#header a:active {
	text-decoration:none;
}
#header a:hover {
	text-decoration:none;
}
#header a:visited {
	text-decoration:none;
}

p, h3, h5 {
	margin: 0;
	padding: 10px;
}

p {
	font-size: 11px;
}


/*** MID SECTION ***/

#middle {
	background:url(/images/bodybkgdtop_840x4.png) repeat-y;
	float:left;
	margin:0 auto;
	width: 840px;
	
}

.middivide {
	background:url(/images/middivide_840x30.png) no-repeat;
	float:left;
	height: 30px;
	margin: auto 1px;
	width: 840px;
}

#submiddle {
	background:url(/images/midbkgd_840x2.png) repeat-y;
	float:left;
	width: 840px;

}


/* LEFT NAVIGATION */

.sidenav {
	background-color: #bcddfa;
	color:#014d8d;
	float:left;
	margin: 20px 30px 0 40px;
	width: 210px;
}

.sidenav .topnav {
	display: block;
	width: 210px;
}

.sidenav ul {
	background-color: #fff;
	color:#014d8d;
	list-style:none;
	padding: 3px 0px 0px;
	text-transform:uppercase;
	width: 210px;
}

.sidenav li {
	color:#014d8d;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}

.sidenav li a, .sidenav li a:visited {
	background:url(/images/navbutton_2x20.png) repeat-x;	
	color:#014d8d;
	display: block;
	height: 20px;
	padding: 2px 2pc 2px 10px;
	text-decoration: none;

}

.sidenav li a:hover {
	color:#014d8d;
	font-weight: bold;
	text-decoration: none;

}

.sidenav .bottomnav {
	/*background: url(/images/navbottom_210x140.jpg) no-repeat;*/
	float:left;
	height: 140px;
	width: 210px;
}

/* MAIN CONTENT BOX */

#mainbox {
	background:#daebfa url(/images/mainboxtop_520x30.png) no-repeat top left;
	float:left;
	margin: 20px 0;
	text-align:left;
	width: 520px;
}

#mainbox h3 {
	color: #014d8d;
	padding: 25px 0 10px 15px;
}

#mainbox h5 {
	color: #014d8d;
	padding: 0 0 10px 15px;
}

#mainbox h5 a, #mainbox h5 a:visited {
	color: #014d8d;
	text-decoration: none;
}

#mainbox h5 a:hover {
	color: #505050;
	text-decoration: none;
}

#mainbox ul {
	margin: 0 0 10px 0;
	text-align: left;
	width: 450px;
}

#mainbox li {
	font-size: 11px;
	line-height: 12px;
	padding:  0 0 10px 0;
}

#mainbox p {
	color: #505050;
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
	width: 450px;
}

#mainbox p a, #mainbox p a:visited {
	color: #505050;
	text-decoration: none;
}

#mainbox p a:hover {
	color: #014d8d;
	text-decoration: none;
}

#mainbox img {
	padding: 5px 10px 5px 0;
}

#mainbox hr {
	border: 1px dashed #FFFFFF;

}

#mainbox .bottombox {
	background:#daebfa url(/images/mainboxbottom_520x30.png) no-repeat;
	height: 30px;
	width: 520px;
}

/* VIDEO PAGE STYLES */

.videorow {
	height: auto;
	margin: 15px 0 5px 0;
	overflow: auto;
	width: 90%;
}

.rowicons {
	float: left;
	height: 100px;
	margin: -4px 10px 10px 15px;
	width: 100px;
}

/* QUOTE BOX */

#quotebox {
	background-color:#5db3fb;
	color: #fff;
	float:left;
	margin: 10px 30px 10px 40px;
	width: 210px;
}	

#quote {
	width: 210px;
}

#quote ul {
	list-style-type: none;
}

#quote li {
	list-style-type: none;
}

#quote li blockquote {
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;;
	font-style: italic;
	margin: 15px -30px 0px;
	width: 190px;
}

#quote .slide {}

#quotebox p {
	color:#fff;
	font-size:12px;
	font-weight: bold;
	margin: 0;
	padding:15px;
	text-align:center;
}

#quotebox .quotetop {
	background: url(/images/quotetop_210x70.jpg) no-repeat;
	display: block;
	height: 70px;
	width: 210px;

}

.quotetop h3 {
	padding-top: 25px;
}

#quotebox .quotebottom {
	background: url(/images/quotebottom_210x25.jpg) no-repeat;
	float:left;
	height: 25px;
	width: 210px;
}
	

/* GREEN VIDEO & INFO BOX (BOOK REVIEWS) */

#videobox {
	background:#95cb5f url(/images/midboxtop_520x50.jpg) no-repeat;
	float:left;
	margin:10px 0;
	text-align:left;
	width: 520px;
}

#videobox h3 {
	color: #014d8d;
	padding:25px 0 0 20px;
}

#videobox .videobottom {
	background:url(/images/midboxbottom_520x40.jpg) no-repeat;
	float:left;
	height: 40px;
	margin: 30px 0 0 0;
	width: 520px;
}

#videobox ul {
	text-align: left;
}

#videobox li {
	font-size: 11px;
}

#videobox ul a, #videobox li a, #videobox li a:visited {
	color:#000;
	text-decoration:none;
}

#videobox li a:hover {
	color:#fff;
	text-decoration: none;
}

#videobox p, .vidthumbs p {
	margin: 0;
	text-align: center;
}

#videobox p a, #videobox p a:visited, .vidthumbs p a, .vidthumbs p a:visited {
	color: #014d8d;
	text-decoration: none;
}

#videobox p a:hover, .vidthumbs p a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.vidthumbs {
	float:left;
	height: 100px;
	padding: 30px 10px 10px 18px;
	text-align: center;
	width: 100px;
}

.vidthumbs img a {
	height:100px;
	width:100px;
}

/*** FOOTER SECTION ***/

.footerdivide {
	background:url(/images/bottomdivide_840x40.png) no-repeat;
	float:left;
	height: 40px;
	width: 840px;
}

#footer {
	background: url(/images/footerbkgd_840x4.png) repeat-y;
	float:left;
	width: 840px;
}

#footer h3, p {
	color: #014d8d;
	margin-left:60px;
	text-align:left;
}

#footer p {
	margin-bottom: 0;
	margin-top: -5px;
}

.contact {
	float:left;
	margin: 0;
	text-align:left;
	width: 350px;
}

.contactsubtitle {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}

.infotitle {
	color: #014d8d;
	font-weight:bold;
}

.infospec {
	color: #fff;
	font-weight:bold;
}

.infospec a, .infospec a:visited {
	color: #fff;
	text-decoration: none;
}

.infospec a:hover {
	color: #014d8d;
	text-decoration: underline;
}

.footerbottom {
	background: url(/images/footer_840x130.png) no-repeat;
	float:left;
	height: 130px;
	width: 840px;
}

/** EXPERIMENTAL CODE **/
.footerbkgd {
	background: url(/images/bkgdbottom_4x130.png) repeat-x;
	height: 130px;
}
