@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}



a:link {
	text-decoration: none;
	color: #00315D;
}

a:visited {
	text-decoration: none;
	color: #00315D;
}

a:active {
	text-decoration: none;
	color: #00315D;
}

a:hover {
	text-decoration: underline;
	color: #009;
}
h1 {
	position: relative;
	font: 20px Arial, Helvetica, sans-serif i;
	padding: 0px 0px 0px 10px;
	font-style:italic;
}

h2 {
	position: relative;
	font: 15px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 17px;
}

img {border:0;
	}

#container {
	position:relative;
	width: 900px;
	margin: 0 auto;
	background: url(Images/bg_cont.jpg);
}	

#wrapper {width: 900px; background: #ffffff;}

body {
	height: 100%;
	background-color:#abb6d4;
	margin: 0 auto;
	font: 13.5px Arial, Helvetica, sans-serif;
		}


#masthead {
	height: 100px;
	background: url(Images/blueheader.jpg) no-repeat;
}

#menu {
	top: 100px;
	width: 900px;
	height: 25px;
	background: url(Images/menuyellow.jpg) no-repeat;
}

/****************************************
*****************************************
DROP DOWN MENU
*****************************************
****************************************/
.dropdown {
	float:left; 
	padding-right:0px
}

.dropdown dt {
	width:90px; 
	font-weight:bold; 
	cursor:pointer; 
	text-align: center;
	color: #006;
	background:url(Images/header.gif)
}

#two-ddheader {
	text-align: left;
}

#eight-ddheader {
	text-align: right;
}

#nine-ddheader {
	text-align: center;
}

.dropdown dt:hover {
	background:url(Images/header_over.gif)
}
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:150px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0
}
.dropdown ul {
	width:204px; 
	border:2px solid #9ac1c9; 
	list-style:none; 
	border-top:none
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px; /*padding between the main body and the drop down text*/
	/*color:#333;*/ 
	text-decoration:none; 
	/*background:#eaf0f2; */
	/*width:194px*/
}
.dropdown a:hover {
	background: none; 
	color:#000;
}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}

/*******************************************
		*END OF DROP DOWN MENU*
*******************************************/
	
#left-sidebar {width: 200px; float: left;}

#links {
	width: 200px;
	float: left;
	background: url(Images/blue_leftbar.jpg) no-repeat;
	background-color:#FFF;
	padding: 10px 0px 20px 0px;
	height:360px;
	position:relative;
	margin-bottom: 20px;
}

#links p {
	width: 160px;
	padding: 10px 0px 0px 20px;	
	line-height: 18px;
}

#sidebar_sm {
		padding: 20px 0px 0px 20px;
		background-image: url(Images/blue_sidebar_btm.jpg); 
		background-repeat:no-repeat;
		position:relative;
		height:160px;
		float:left;
	}
	
#sidebar_sm ul{
	list-style: none;
	}
	
	.leftbottom {
		top: 393px;
	}
	
	#links ul {
	width: 170px;
	padding: 0px 0px 0px 30px;	
	line-height: 18px;
}
	
	.leftbottom a {
		color: #00315D;
	}

#main {
	float: left;
	width: 445px;
	padding: 10px 0px 0px 5px;
	background-color:#FFF;

}

#main p {
	width: 425;
	padding: 10px 0px 0px 10px;
	line-height: 18px;
}

#main ul {
	padding: 10px 0px 0px 23px;
}



/*********************************
		*OFFICER TITLES*
*********************************/
.opic {float: left; width: 125px; padding: 20px 10px;}
.oname {color: #00315D; font-weight: bold;}
.otitle {font-style: italic;}

#officers {
	position: absolute;
	width: 450px;
	padding: 20px 0px 0px 20px;
}

#officers img {
	padding: 0px 45px 80px 0px;
	
}

#officertitle {
	position: absolute;
	top: 200px;
}

#officertitle b {
	color: #00315D;
}

#officertitle ul {
	display: inline-block;
	text-align: left;
	padding: 0px 15px 0px 25px;
}

#officertitle li {
	list-style: none;
}

#officertitle2 {
	position: absolute;
	top: 385px;
}

#officertitle2 b {
	color: #00315D;
}

#officertitle2 ul {
	display: inline-block;
	text-align: left;
	padding: 0px 15px 0px 25px;
	
}

#officertitle2 li {
	list-style: none;
}

/*******************************
	*END OFFICER TITLES*
*******************************/

#wraper {background-color:#FFF; width: 900px; float:left;}

#wraper2 {background-color:#FFF; width: 200px; float:left;}

#rightimage {
	float: left;
	width: 235px;
	background-color:#FFF;
	
}

#footer {
	float:left;
	width: 900px;
	height: 50px;
	bottom: 0px;
	background:url(Images/footer.jpg) no-repeat;
}

#footer p {
	text-align: center;
	height: 50px;
	padding: 12px 0px 0px 0px;
}

#footer a {
	color: #FFF;
}

