@charset "utf-8";
/* CSS Document */
body {
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}
img {
	border: 0;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#top {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#top img {
	margin: 0;
}
#header {
	padding: 0;
	width: 800px;
	margin: 0 auto;
}

#clearDiv {
	clear:both;
	}
	
#topnav {
	background: url(../img/topnav_bg.png) repeat-x;
	height: 38px;
	width: 800px;
	margin-right:auto;
	margin-left:auto;	
	border-top: 1px solid #323131;
	border-bottom: 1px solid #959191;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	
	}

#topnav ul {
	margin: 0 auto 0 35px;
	padding: 0;
	list-style-type: none;
	float: left;
	line-height: 0.9em;	
	}

#topnav ul li {
	float: left;
	/* width: 10em; */
	padding: 0;
	font-weight: bold;
	}

#topnav ul li a {
	display: block;
	/* width: 10em; */
	text-decoration: none;
	padding:0 1.5em;
	margin: 12px 0;
	color: #fff;
	border-right: 1px solid #fff;
	}
#topnav ul li.last a{
	border-right: none;
}	

#topnav ul li a:hover{
	color: #E0EAF0;
	background-color: #7d110c;
}

#topnav ul ul {
	position: absolute;
	width: 12em;
	left: -999em;
	background-color: #f1eceb;
	border: 1px solid #999;
	float: left;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
	text-align: left;
}	
#topnav ul ul li {
	width: 12em;
	font-weight:normal;	
	border-top: 1px solid #bbb;
	}
#topnav ul ul li a {
	display: block;
	color:#4d5665;
	text-decoration: none;
	padding-left: 5px;
	/*width: 10em;*/	
	}	
#topnav ul ul li a:hover {
	background-color:#c9c3c3;
	color:#000;
}			
#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}
#topnav ul ul li:hover, #topnav ul ul li.sfhover {
	background-color:#c9c3c3;
	color:#000;
}	

#bottomnav {
	background: url(../img/topnav_bg.png) repeat-x;
	width: 800px;
	height: 38px;
	margin: 0 auto;
	border-top: 1px solid #323131;
	border-bottom: 1px solid #959191;
}

#bottomnav {
	border-top: 1px solid #777;
}

#bottomnav ul {
	list-style-type: none;	
	padding: 0;
	margin: 0 auto 0 40px;
	float: left;
	color: #fff;

}
#bottomnav ul li { 
	float:left; 
	padding: 0;
}

#bottomnav ul li a {
	float: left;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 1.4em;
	margin: 10px 0;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 0.025em;
	display: block;
}

#bottomnav ul li.last a {
	border-right: none;
}

#bottomnav ul li a:hover {
	color: #E0EAF0;
	background-color: #7d110c;
}

#centerwrap {
	background-color: #fff;
	margin: 20px auto;
	padding-bottom: 10px;
	text-align: left;
	width: 740px;
}

#content {
	margin: 0;
	padding:20px 0px;
	font-size: 84.5%;
	line-height:1.5em;
	float: left;
	width: 528px;
	}
#content_wide {
	margin: 0;
	padding:20px 0px;
	font-size: 84.5%;
	line-height:1.5em;
	width: 740px;
	}		

#comments {
	background-color: #f0f0f0;
	border: 1px solid #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 450px;
	margin-top: 40px;
	padding: 10px;
}


#highlight {  
	float: right;  
	width:180px;
	margin-left: 30px;
	margin-top: 20px;
	background: #fff; 
	border: 1px solid #999;
	background-color: #f0f0f0;
	padding:0; 
	line-height: 1em;
	}	

#highlight p {
	margin-top:5px; 
	margin-bottom:5px;
	padding: 10px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	}

div#rightNav {
	float:right; 
	width: 180px; 
	margin: 10px 0 10px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#highlight a:link, #highlight a:visited {
	color:#900;
	text-decoration: none;
	}
	
#highlight a:hover {
	color:#900;
	text-decoration: underline;
	}
div#rightNav h1 {
 	padding: 5px;
	margin: 0;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../img/subHeader_bg.png);
	color: #fff;
	font-size: 1.3em;
	height: 28px;
 }

div#rightNav h1 a {
	color:#fff;
	text-decoration:none;
	padding: 10px;
	}

div#rightNav ul {
 	list-style-type: none;
	margin:0;
	padding:0;
 }
div#rightNav ul li {
	list-style-type: none;
	border: 1px solid #dfdfdf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	line-height: 2em;
	position: relative;
	background-color: #f7f7f7;
	margin-top: 6px;
 }
div#rightNav li a, div#rightNav li a:visited {
	color:#333;
	text-decoration:none;
	padding: 10px;
	}
div#rightNav li a:hover {
	color:#900;
	text-decoration:underline;
	}
	
#content a:link, #content a:visited {
	color:#900;
	text-decoration: none;
	}
	
#content a:hover {
	color:#900;
	text-decoration: underline;
	}

a.pdf { 
	padding-right: 20px;
	background: transparent url(../img/icon-pdf.gif) no-repeat center right;
}


#content p {
	margin-top:0;
}


#content_wide a:link, #content_wide a:visited {
	color:#900;
	text-decoration: none;
	}
#content_wide a:hover {
	color:#900;
	text-decoration: underline;
	}
#content_wide p {
	margin-top:0;
}

.blue {
	color: #14394c;
}
h1 {
	font-size:1.6em;
	color: #333;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #515547;
	padding-bottom: 0.2em;
	font-weight:normal;
	margin-bottom: 1.5em;
	}
	
h1 a:link, h1 a:visited {
	color: #583e34;
	text-decoration:none;
	font-size:0.9em;
	}

h1 a:hover{
	color: #583e34;
	text-decoration: none;
	font-size:0.9em;
	}

h2 {font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #515547;
	font-weight:normal;
	}

h3 {font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4A4D42;
	font-weight:normal;
	}
	
h4 {font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4A4D42;
	}	

h5 {font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4A4D42;
	}	


img.leftImg {
	float: left;
	border: 1px solid #6d6e70;
	margin: 0 10px 10px 0;
}
img.rightImg {
	float: right;
	border: 1px solid #6d6e70;
	margin: 0 0 10px 10px;
}

img.faculytyRightImg {
	float: right;
	border: 1px solid #6d6e70;
	margin: 0 40px 5px 10px;
}

ul.bottompadding li {
	padding-bottom: 8px;
	line-height: 1.2em;
	}
ol.bottompadding li {
	padding-bottom: 8px;
	line-height: 1.2em;
}	

ul.bottompadding li li {
	padding-bottom: 4px;
	line-height: 1.2em;
	}
ol.bottompadding li li {
	padding-bottom: 4px;
	line-height: 1.2em;
}

table.faculty {
	margin-top: 20px;
	}

table.faculty th {
	text-align:center;
	background-color:#ccc;
	color:#222;
	font-size: 0.9em;
	}
table.faculty tr.bgColor {
	background-color:#ddd;
	}
table.faculty tr.bgWhite {
	background-color:#fff;
	border: 1px solid #f0f0f;
	}
table.faculty td {
	vertical-align: top;
	padding:4px 12px;
	text-align:center;
	}	
table.content_table td {
	background-color:#f3efe5;
	}	
table.cost {
	border:1px solid #f0f0f;
	margin:5px;
	}
table.cost th {
	text-align:center;
	background-color:#ccc;
	color:#222;
	font-size: 0.9em;
	}
table.cost tr.bgColor {
	background-color:#ddd;
	}
table.cost tr.bgWhite {
	background-color:#fff;
	border: 1px solid #f0f0f;
	}
table.cost td {
	vertical-align: top;
	padding:4px 12px;
	}
#footer a, a:visited {
	color:#900;
	text-decoration: none;
	}
#footer a:hover {
	color:#900;
	text-decoration: underline;
	}	
@media print {
	#leftnav {display:none;}
	#content {
		float:none;
		width: 95%;
		}

	}
		
