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

body {
	background-color: #030;
	color: #FFF;
	
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
}
div#header{
	margin:0px;
	height:120px;
	background-color:#004411;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding:0px;
	float:left;
	width:780px;
}
div#header h1 {
	font-size:24px;
	color:#fff;
	margin-left:130px;
	padding-top:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#main_content {
	width:680px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	
	
	
	
}

div#main_content a {color:#004411;}
div#main_content a:hover {#442200;}
div#main_content p.center_caption {text-align:center; margin:0px; padding:0px;}
div#featureimages img {margin: 0px auto 0px 20px;}
div#featureimages p { width:640px; margin: 0px auto 0px auto;}

h1 {
	font-size: 20px;	
}

h2 {
	font-size: 14px;
	color: #02450B;
	padding-top:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #02450B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
ul#menu1 {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;	
}

ul#menu1 li {
	display: inline;
	margin-right: 20px;	
}
ul {
	width:500px;
	padding-left: 50px;
}
ul li {
	padding-bottom: 10px;
}
ul#menu1 li a {
	background-color: #FFF;
	display: block;
	width: 200px;
	float: left;
	margin-left: 60px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	color: #02450B;
	border: 1px solid #000;	
}

ul#menu1 li a:hover {
	background-color:#096;
	color: #FFF;
}
div#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	color:#000;
	border: 1px solid #000;
	margin-top:0px;
	
	
}
/*Menu*/
div#menu {background: black url(../images/indentbg.jpg) center center repeat-x; height:25px; border-bottom:1px solid #000; border-top:1px solid #000; margin:0px; float:left; width:780px; margin-bottom:20px; text-align:center;}
.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
float:left:
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
/*border: 1px solid #000; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/indentbg.jpg) center center repeat-x;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.jpg) center center repeat-x;
}
div.colcontainer{float:left; width:680px;}
div#col1 {width:250px; float:left;}
div#col2 {width:250px; float:right;}
ul.imageList li {display:inline; margin:15px 0px 15px 15px;}
ul.imageList {margin-left:30px;}

ul.imageList li img {border: 1px solid #000; margin-bottom:15px;}
/* =Clearfix (all browsers)
--------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

		  	
