/* CSS Document 
Styles are all grouped from top to bottom
*/

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#356735;
}
.container {
	width:850px;
	padding: 0 25px 0 25px;
	min-height:100%;
	margin: 0 auto;
	background:url(../img/bg_grad.jpg) repeat-y;
}
.bannerrow img {
	height:157px;
	width:198px;
	position:relative;
	padding:1px 2px 1px 0;
}
.topmenu { /*this is the menu directly below the banner */
	color:#356735;
	font-weight:bold;
	text-align:center;
	height:15px;
}
.topmenu ul { /* this and the next style define how the menu positions itself */
	list-style:none;
}
.topmenu li {
	float:left;
	width:16%;
	display:block;
}
.topmenu a { /*this and the next style define how the font looks*/
	color:#356735;
	text-decoration:none;
}
.topmenu a:hover {
	color:#356735;
	text-decoration:underline;
}
.content {
	width:800px;
	color:#666666;
	background:url(../img/content_bg.jpg) repeat-y;
}
.content h1 { /*Large header at the top of the page - also contains the top of the box around the content*/
	font-size:14px;
	padding:20px 5px 0 5px;
	background:url(../img/header_bg.jpg) no-repeat;
	color:#555555;
}
.content h2 { /*Bold and underlined header*/
	font-size:13px;
	text-decoration:underline;
	padding:10px 5px 0 5px;
	color:#356735;
}
.content h3 { /*Bold header*/
	font-size:12px;
	font-weight:bold;
	padding:10px 5px 0 5px;
	color:#356735;
}
.content p { /*Defines the spacing around paragraphs tags*/
	padding:10px 5px 0 5px;
}
.content ul { /*Defines the spacing around lists tags*/
	margin-left:50px;
}
.content li { /*Defines the spacing around lists tags*/
	padding-top:5px;
}
p.close { /*This tag sets the image that closes the box around the content*/
	background:url(../img/cfooter_bg.jpg) no-repeat;
	padding:10px 0 10px 0;
}
.top { /*contains the image for the top of the box typically on the footer */
	padding:10px 5px 5px 0px;
	background:url(../img/header_bg.jpg) no-repeat;
}
.imgbox { /* style for images in the light green box */
	margin: 7px;
	padding: 5px; 
	border: solid 1px #888888; 
	background: #CFE6CF; 
}
.imgboxcenter {
	padding: 5px; 
	border: solid 1px #888888; 
	background: #CFE6CF; 
}
.clearer {
	clear: both; 
	line-height: 0;
	height: 0;
}
p.imgcaption { /* style for black caption */
	font-size:11px; 
	text-align:center;
	padding:3px;
}
.contentbox { /* style for light gray content boxes */
	margin: 7px;
	padding: 5px; 
	width:175px;
	border: solid 1px #888888; 
	background: #e7e7e7; 
}
p.readmore { /* style for readmore link at the bottom of content boxes */
	font-size:10px; 
	text-align:right;
	padding:3px;
}
p.boxedgrey { /* style for paragraphs in the light gray box */
	margin:15px;
	padding:5px;
	border: solid 1px #888888; 
	background: #e7e7e7; 
}
p.boxedgreen { /* style for paragraphs in the light green box */
	margin:15px;
	padding:5px;
	border: solid 1px #888888; 
	background: #CFE6CF; 
}
.boxedcentergrey {
	margin:15px 199px 0 199px;
	width:400px;
	padding:5px;
	border: solid 1px #888888; 
	background: #e7e7e7; 
}
.boxedcentergreen {
	margin:15px 199px 0 199px;
	width:400px;
	margin:5px;
	padding:5px;
	border: solid 1px #888888; 
	background: #CFE6CF;
}




/* course content page styles */
.leftcoursenav {
	width:125px;
	margin-left:25px;
	float:left;
	text-align:left; 
}
.leftcoursenav ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0px;
	width:125px;
	
}
.leftcoursenav ul li {
	margin:0px;
	padding:0px;
	height:14px;
}
.leftcoursenav a {
	background: white url(../img/grad_lite.gif) repeat-x bottom left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 0 0 0 25px;
	text-decoration: none;
	cursor:pointer;
}
.leftcoursenav ul li a:visited, .leftcoursenav ul li a:active{
	color: white;
}
.leftcoursenav a:hover {background-image: url(../img/grad_dark.gif);}
.rightcoursecont {
	width:610px;
	height:465px;
	margin-left:10px;
	padding:10px 5px;
	float:left;
}
.rightcoursecont img {
	margin-left:5px;
	height:300px;
	width:595px;
}
.contentbox ul {
	list-style:none;
	margin-left:25px;
}
.contentbox li {
	list-style:none;
}


/* styles to float content left and right*/
.right {float:right;} 
.left {float: left; }
.footer {margin-top:15px;font-size:11px;padding:0 5px 0 0;background:url(../img/content_bg.jpg) repeat-y;}
.footer ul {list-style:none;padding:0 0 0 25px;}
.footer li {float:left;padding-right:20px;}
.footer a {color:#356735;font-weight:bold;text-decoration:none;}
.footer a:hover {color:#356735;text-decoration:underline;}