@charset "utf-8";
/*

background   #EDEDED
green	     #21612D
orange       #E87E1F

*/

 
/* ///////////////////////////

@import rules

///////////////////////////*/ 

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background-color: #EDEDED;
	font: normal 17px Arial, sans-serif;
}

h1 {
	/*color: #fff;
	font-weight: bold;
	font-size: 120%;*/
	font: bold 120% sans-serif;
	color: #21612D;
	border-bottom: 3px solid #E87E1F;
	width: 400px;
	margin-bottom: 12px;
}

h2 {
	margin-bottom: 5px;
	font: bold 160% sans-serif;
	
}

h3 {
	font: bold 130% sans-serif;
	color: #21612D;
	border-bottom: 3px solid #E87E1F;
	width: 400px;
	margin-bottom: 12px;
}

h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

h5 {
	font-weight: bold;
	font-size:14px;
	color: #FFF;
	margin: 10px;
}	

h6 {
	font: bold 100% sans-serif;
	color: #21612D;
	margin-bottom: -10px;
}	

.h-underline {
	font-weight: bold;
	font-size:17px;
	color: #E87E1F;
	margin-bottom: 8px;
	width: 400px;
}

p {
	margin-bottom: 1em;
}

a {
	color: #21612D;
}

a:hover {
	text-decoration: none;
}		

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 810px;
	margin: 0 auto;
	margin-top: 5px;
	
}


#header {
	width: 806px;
	vertical-align: bottom;	
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	border-right: 2px solid #CFCFCF;
	border-left: 2px solid #CFCFCF;
	
}

#top {
	background-image: url(../../images/box_top.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 820px;
	height:25px;
}	

#header_picture {	
	margin-top: 5px;
}

#logo {
	margin-top: 25px;
}	

#masthead {
	height: 75px;
	margin: 0 auto;
}

#main-nav {
	color: #FFF;
	width: 500px;
	height: 50px;
	float: right;
	margin-right: 20px;
	background-image: url(../../images/green_nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 5px;
}


#main-nav ul {
	padding: 5px;
	list-style-type: none;
	
}

#main-nav li {
	display: inline;
	
}

#main-nav li a {
	text-decoration: none;
	height: 50px;
	
	font-weight: bold;
	float: left;
	text-align: center;
	line-height: 50px;
}

.small a {
	width: 78px;
	font-size: 17px;
	color: #FFFFFF;
}

.small a:hover {
	background-image: url(../../images/nav_on_small.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.large a {
	width: 109px;
	font-size: 17px;
	color: #FFFFFF;
}

.large a:hover {
	background-image: url(../../images/nav_on.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
}

#active-large {
	color: #21612D;
}	

#active-large a {
	background-image: url(../../images/nav_active.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 109px;
	color: #21612D;
}

#main-nav li#active-small a {
	background-image: url(../../images/nav_active_small.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 78px;
	color: #21612D;
}	

#page {
	width: 806px;
	margin: 0 auto;
	background: #FFF;
	border-right: 2px solid #CFCFCF;
	border-left: 2px solid #CFCFCF;
}

#content {
	padding-top: 15px;
	width: 520px;
}

#content2 {
	padding-top: 15px;
	padding-left: 30px;
	width: 736px;
}

#article {
	padding: 10px;
	float: left;
}

#article a {
	color: #21612D;
}	

#article li {
	list-style-position: outside;
	margin-left: 20px;
}

#sidebar {
	padding-top: 20px;
	margin-right:10px;
	width: 235px;
	float: right;
}

#related-links {
	background-image: url(../../images/green_box.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 10px;
	padding-left: 6px;
	width: 235px;
}

#related-links li {
	padding: 2px;
	font: 13px san-serif;
	color: #FFFFFF;
	list-style-image: url(../../images/check-bullet.gif);
	list-style-position: inside;
	
}

#related-links2 {
	background-image: url(../../images/orange_box.jpg);
	background-repeat: no-repeat;
	height: 180px;
	text-align: center;	
	padding-top: 10px;
	width: 235px;
	margin-top: 18px;
}

#related-links2 a {
	color: #FFF;
	text-decoration: underline;
}

#related-links a:hover {	
	text-decoration: none;
}	

#specific {
	background-color: #366;
}

#footer {
	width: 100%;
	height: 50px;
	background-image: url(../../images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 11px;
}

#footer-nav {
	color: #fff;
	padding-top: 5px;
}

#footer-nav a {
	color: #fff;
}

#footer-nav a:hover {
	text-decoration: none;
}	

#legal {
	margin: 0 15px;
	text-align: center;
}

#legal ul {
		
}

#legal li {
	display: inline;
	padding: 3px;
	font: 9px Arial, Helvetica, sans-serif;
}

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin: 0;
}

.one-col {
	width: 806px;
}

.two-col {
	width: 49%;
	background: #CCC;
}

.three-col {
	width: 32%;
}

.four-col {
	width: 24%;
	background: #069;
}

.five-col {
	width: 19%;
}

#content, .two-col, .three-col, .four-col, .five-col {
	float: left;
	margin: 0 0 10px 10px;
}


.feature {
	padding: 3px;
}

.logo, .search {
	float: left;
	color: #FFF;
}

.logo {
	width: 250px;
	height: 50px;
}

.search {
	width: 350px;
	height: 50px;
	float: right;
	color: #21612D;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 8px;
	text-align: right;
}

#grey-box {
	background-image: url(../../images/grey-box.gif);
	background-repeat: no-repeat;
	width: 520px;
	height: 203px;
	padding-top:10px;
}

#grey-box img {
	border: 1px solid #21612D;
}	

#contact-form {
	width: 350px;
	float: left;
	margin-left: 75px;
}

#address {
	width: 200px;
	height: 200px;
	margin-right: 35px;
	float: left;
}		

.spacer {
	margin-bottom: 5px;
}	

.names {
	width: 100px;
	float: left;
}		

.note {
	font-size: 13px;
	color: #21612D;
}	

.no-bullet {
	list-style: circle outside;
	padding-left: 15px;
}	

.smaller-type {
	font: normal 13px Arial, sans-serif;
}	

label {
	width: 100px;
	float: left;
}	
