@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	color:#3f83c3;
	background-color:#6da3c7;
  }
  
  
a {
	color:#00a650;
	text-decoration:none;
	}  
	
a:hover {
	color:#dc9229;
	}	
	
#nav {
	width:813px;
	margin-top:50px; 
	font-size:80%; 
	font-weight:bold;	
	text-align:left;
	}
	
#contentBox {
	background:url(images/drop_shadow1.gif) no-repeat; 
	width:833px; 
	height:616px; 
	text-align:left;
	}

#leftNav {
	background:#dbe7a9; 
	width:290px; 
	height:596px; 
	margin-left:10px; 
	float:left;
	display:inline;	
	}
  
#leftNavHome {
	background:#dbe7a9; 
	width:290px; 
	height:596px; 
	margin-left:10px; 
	float:left;
	display:inline;	
	}  
	
#homelist {
	font-size:70%;
	}
	
#homelist strong {
	color:#dc9229;
	}	
  
.navItem {
	border-bottom:1px solid #ffffff; 
	font-size:65%; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:37px;
	color:#dc9229;
	background:url(images/lefnav_arrow_off.gif) top no-repeat;
	}
	
.navItemSelected {
	border-bottom:1px solid #ffffff; 
	font-size:65%; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:37px;
	color:#dc9229;
	background:url(images/lefnav_arrow_on.gif) top no-repeat;
	}
	
#mainContent {
	width:493px; 
	height:576px; 
	background-color:#e1edf5; 
	margin-left:300px; 
	padding-bottom:20px; 
	padding-left:30px; 
	line-height:100%;
	}
	
#mainContentHome {
	width:523px; 
	height:576px; 
	background-color:#e1edf5; 
	margin-left:300px; 
	padding-bottom:20px; 
	line-height:100%;
	}	
	
#contentTextBox {
	width:473px; 
	height:499px; 
	padding-top:30px; 
	padding-right:20px; 
	overflow-y:auto;
	}
	
#contentTextBoxHome {
	width:473px; 
	height:291px; 
	padding-top:30px; 
	padding-right:20px; 
	padding-left:30px; 
	overflow-y:auto;
	font-size:85%;
	line-height:normal;	
	}	
	
.headerHome1 {
	font-size:36px;
	color:#dc9229;
	}	
	
.headerHome2 {
	font-size:24px;
	color:#dc9229;
	font-style:italic;
	}	
	
.lineheightHome {
	line-height:175%;
}	
	
#breadcrumbs {
	font-size:65%; 
	padding-bottom:20px; 
	color:#dc9229;
	}
	
#pageheader {
	font-size:165%; 
	color:#dc9229; 
	padding-bottom:15px;
	line-height:normal;
	}
	
#contentText {
	font-size:70%;
	}
	
.subhead1 {
	font-size:135%; 
	color:#dc9229; 
	}	
	
#bottomInfo {
	width:453px; 
	padding-top:15px;  
	font-size:65%; 
	border-top: solid 1px #afd0e1; 
	font-family:Arial, Helvetica, sans-serif;
	}
	
#bottomInfoHome {
	width:453px; 
	padding-top:15px; 
	margin-left:30px; 
	font-size:65%; 
	border-top: solid 1px #afd0e1; 
	font-family:Arial, Helvetica, sans-serif;
	}	
	
#buttons {
	height:22px; 
	width:813px; 
	padding-top:10px; 
	text-align:right; 
	padding-bottom:25px;
	}
	
#slideshow {
	width:290px;
	height:170px;
	}	
	
.bioimage {
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	}	
	
/* Dropdown Menu Styles */

#button {
	width:201px;
	height:210px;
	margin:0px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	color: #dc9229;
	font-size:10px;
	z-index:1000;
	background-color:#dbe7a9;
	border-top:1px solid #ffffff;
	
	}
	
	#button ul {
		list-style: none;
		margin:0px;
		padding:0px;
		border: none;
		}
		
	#button li {
		border: none;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#button li a {
		display: block;
		padding: 5px 1px 5px 35px;
		background-color: #dbe7a9;
		color: #00a650;
		text-decoration: none;
		width: 161px;
		border-bottom:1px solid #ffffff;
		font-weight:normal;
		background: url(images/topnav_arrow_off.gif) top no-repeat;
		}

	html>body #button li a {
		width:auto;
		}

	#button li a:hover {
		color: #dc9229;
		}		
  
/*--------------------------------------------*/		
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}  