/* CSS Document */

html, body {
	background: #E35C0F url(../images/bg_body.jpg) repeat-x;
	margin: 0;
	padding: 0;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 10px;
	}
	
a {
	color: #3370CA;
	}

#wrapper {
	margin: 0 auto;
	width: 666px;
	min-height: 100%;
	padding: 0;
	border: #424242 2px solid;
	border-top: none;
	border-bottom: none;
	background-color:#fff;
	}
	
#innerWrapper {
	float: left;
	width: 664px;
	min-height: 100%;
	background-color:#fff;	background: #fff url(../images/bg_nav.jpg) 0 165px no-repeat;

	border: #878787 1px solid;
	border-top: none;
	border-bottom: none;
	}
	
#header a {
	width: 664px;
	height: 164px;
	background: url(../images/header.jpg) -1px 0;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	}
	
#nav {
	width: 189px;
	float: left;
	
	position: relative;
	border-top: #424242 1px solid;
	border-right: #424242 1px solid;
	}
#nav ul {
	width: 188px;
	height: 125px;
	background: #E35C0F url(../images/mainNav.gif) no-repeat;
	padding: 0;
	margin: 0;
	position:absolute;
	}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	}

#nav ul li, #nav a {
	height: 25px;
	display: block;
	}
	
#nav ul li a {
	text-indent: -9999px; 
	text-decoration: none;
	}
	
#navHome {top: 0px; width: 188px; background: transparent url(../images/mainNav.gif) 0 0 no-repeat;}
#navMission {top: 25px; width: 188px; background: transparent url(../images/mainNav.gif) 0 -25px no-repeat;}
#navHistory {top: 50px; width: 188px; background: transparent url(../images/mainNav.gif) 0 -50px no-repeat;}
#navContact {top: 75px; width: 188px; background: transparent url(../images/mainNav.gif) 0 -75px no-repeat;}
#navMap {top: 100px; width: 188px; background: transparent url(../images/mainNav.gif) 0 -100px no-repeat;}

#navHome a:hover {background: transparent url(../images/mainNav.gif) -189px 0  no-repeat;}
#navMission a:hover {background: transparent url(../images/mainNav.gif) -189px -25px no-repeat;}
#navHistory a:hover {background: transparent url(../images/mainNav.gif) -189px -50px no-repeat;}
#navContact a:hover {background: transparent url(../images/mainNav.gif) -189px -75px no-repeat;}
#navMap a:hover {background: transparent url(../images/mainNav.gif) -189px -100px no-repeat;}


	
#bodyMain {

	width: 454px;
	float: left;
	border-top: #424242 1px solid;
	padding: 5px 10px 10px 10px;
	}
	
	#bodyMain a {
	text-decoration: none;
	}
	
	#bodyMain a:hover {
	text-decoration: underline;
	}

#subNav {
	Width: 454px;
	float: left;
	color: #3370CA;
	margin: 0 0 10px 0;
	}

#subNav p {
	display: inline;
	padding: 0;
	margin: 0;
	color: #E35C0F;
	}
	
	
#subNav ul li {
	display: inline;
	}
	
#subNav a {
	text-decoration: none;
	}
#subNav a:hover {
	text-decoration: underline;
	}
	
#dropmenudiv{
position:absolute;
border:1px solid 3370CA;
border-bottom-width: 0;
font:normal 10px Garamond;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f9cd05;
}
	
#footPic div{
	margin-top: 15px;
	float: right;
	width: 460px;
	
	}


#footer {
	text-align: center;
	color: #575757;
	margin-top: 25px;
	
	}
