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



body {
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#003300;
}


a, a:visited { 
	color:#003300;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	margin-bottom:4px; 
	padding-bottom:4px; 
	font-size:1.5em;
	color:#663300; 
	font-weight:bold;
}

h2 { 
	color:#000000; 
	font-size:1.2em; 
	font-weight:bold; 
}

h3 {
	text-align:center;
	color:#9C9866;
	font-style:italic;
	font-weight:bold;
	font-size:1.5em;
}

h4 {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	color:#fefefe;
}

blockquote {
	text-align:center;
	font-weight:bold;
	background-color:#d7fdff;
	border:1px solid #663300;
	padding:5px;
}

#wrapper {width:860px; margin:auto;  }

#main { width:860px; }

#header {width:860px; height:115px; background:url(images/header-bg.jpg) #003300 no-repeat; }
#header .logo {width: 186px; float:left; padding: 10px 0 0 14px; }
#header .title {float:left; padding: 80px 0 0 10px; color:#003300; font-size:2.2em; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
#header .contact {float:right; padding: 10px 10px 0 0; text-align:right; font-size:1.4em;}

#nav {
	width: 860px;
	height: 60px;
	background:url(images/topnav-bg.jpg) #000000 no-repeat;
}


#home-intro {
	width:860px;
	height:317px;
	background-color:#244E1F;
	border-bottom: #003300 2px solid;
}

#home-intro .words {
	float:left;
	width:240px;
	padding:5px 15px;
}

#home-intro .photo {
	float:right;
	width:580px;
	padding:5px;
}


#text {
	width: 835px; 
	padding:10px 15px 10px 10px; 
	background-color:#F2EBCE;
}

#text img {
	border:1px #768D65 solid;
	margin-left:15px;
	margin-bottom: 5px;
}

#right-sidebar {
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding:5px;
	background-color:#b3bb99;
	width:200px;
	border:1px #768D65 dashed;
	font-size:.9em;
}

#right-sidebar img {
	border:1px #768D65 solid;
}

#footer {
	width:860px; 
 }
 
#footer .bottomnav {
	background-color:#F2EBCE; 
	padding-top:4px;
	padding-bottom: 4px;
	border-top:1px #768d65 solid;
	text-align:center;
}



#footer .disclaimer {
	background-color:#768d65; 
	padding:5px;
	text-align:left;
	font-size:.8em;
}

#footer .address {
	color:#fff;
	text-align:center;
	padding:5px;
}

.topnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding:10px 0 0 0;
}

.topnav li{
	display: inline;
	margin: 0;
}

.topnav li a {
	text-decoration: none;
	padding: 0 10px 0 10px;
	margin: 0;
	color: #000000;
	font-size:1.2em;
	font-weight:bold;
}

.topnav li a:visited {
	text-decoration: none;
	padding: 0 10px 0 6px;
	margin: 0;
	color: #000000;
}

.topnav li a:hover{
	text-decoration: underline;
	color: #ffffff;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenu{
position:absolute;
top: 0;
border: 1px solid #003300; /*THEME CHANGE HERE*/
line-height:20px;
z-index:100;
background-color: #7f7c57;
width: 200px;
visibility: hidden;
font-size:1.1em;
}

.dropmenu a {
width: auto;
display: block;
text-indent: 5px;
border: 0 #000000; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
color:#FFFFFF;
}

.dropmenu a:visited {
color:#FFFFFF;
text-decoration: none;
}


* html .dropmenu a{ /*IE only hack*/
width: 100%;
}

.dropmenu a:hover{ /*THEME CHANGE HERE*/
background-color: #fefefe;
color:#000000;
text-decoration: underline;
}

