/* Layout Specific Styles.=====================================*/

body {background-color: #ffffff;}

.clear-block {display: block; clear: both;}

#container {
    width: 960px;
    margin: 0 auto;
	height: auto;
    padding-top: 0px;
}

p.view-more {margin-top: 10px;}

p.view-more a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background: url(images/read-more1.png) no-repeat center;
	color: #333;
	padding: 7px 22px;
}

p.view-more a:hover {
	color: #ffffff;
	background-image: url(images/read-more1.png);
}

hr {
    background: none;
    border-top: 1px dotted #5b5a4e;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #8a8571;
    margin: 15px 0;
}

a {
	color: #61a236;
	text-decoration: none;
}

 a:hover {color: #255026;}   

/*Header.==============================================*/

#header {
	margin-bottom: 0px;
	height: 185px;
	background-image: url(images/top-logo.png);
	background-repeat: no-repeat;
}

#top-bar {
    background: url(images/top-bar.png) repeat top center; 
    height: 9px;
}

h1.site-logo a {
	background: url(images/logo.png) no-repeat;
	display:block;
	height: 0 !important;
	overflow:hidden !important;
	padding-top:150px;
	width:650px;
	margin-left: 300px;
	margin-top: 5px;
}

/*Top container.=======================================*/

#top-container {
	height: 175px;
}

/*Navigation.==========================================*/

#navigation {
	background: url(images/navigation.png) repeat-x;
	height: 40px;
}

#navigation li {
    float: left;
	padding-left: 36px;

}
 
#navigation a {
	color: #ebb296;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: block;
	height: 19px;
	width: 116px;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
}  

#navigation a:hover {
	color: #ffffff;
	background: url(images/read-more.png);
}

/*Primary ==============================    */

#primary h3 {
	color: #61a236;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 10px 0;
}

#primary h1.page-title {
	font-weight: bold;
	color: #de6328;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#primary h1 a:hover {color: #b94d05;}

#primary p.subhead {
	color: 000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 15px 0;
	line-height: 12px;
}

#primary h2 {
	color:#de6328;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:26px;
	margin:0 0 10px;
	padding-left: 20px;
	padding-top: 5px;
}

#primary p,
#primary li {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-bottom: 15px;
}

#primary ul li {
	margin-left: 20px;
	list-style: square;
	margin-bottom: 5px;
}

#primary ol li {
    margin-left: 30px;
    list-style: decimal;
    margin-bottom: 5px; 
}

#primary img {
	border: 3px solid #61a236;
}

#primary img.img-right {
	margin: 0 0 5px 10px;
	float: right;
}

#primary img.img-left {
	margin: 0 30px 5px 0;
	float: left;
} 

#primary img.icon {
	border: 0px;
}

#primary .column-1 {
	width: 750px;
	float: left;
	margin-top: 15px;
}

#primary .column-2 {
	width: 200px;
	float: right;
	margin-top: 15px;
	background-image: url(images/vert_bottom.png);
	background-repeat: no-repeat;
	height: 340px;
}

.news #primary .column-1 {
    width: 700px;
    float: left;
    margin-top: 15px;
}

.news #primary .column-2 {
    width: 220px;
    float: right;
    margin-top: 15px;
}

#primary .item {
	border-bottom:1px dotted #898688;
	float:left;
	margin-bottom:20px;
	padding-bottom:15px;
	width: 748px;
}

#primary ul,
#primary ol {margin-bottom: 20px;}

#primary .submitted {
	font-style: normal;
	font-size: 12px;
}

#primary .contact-form {padding-top: 10px;}

#primary .contact-form label {
    width: 40px;
    float: left;
    margin-top: 5px;
}

#primary .contact-form textarea {
    height: 100px; 
    width: 400px;
    margin-top: 5px;
}

#primary .contact-form input {
	background: url(images/form-text.jpg) repeat-x;
	color: #255026;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 15px;
	margin-left: 10px;
}

#primary .contact-form textarea {
	background: url(images/form-text.jpg) repeat-x bottom #f0e4c5;
	color: #255026;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 10px;
}

#primary .contact-form input.submit-button {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	height: 31px;
	width: 80px;
	text-align: center;
	border: none;
	background: url(images/search-button.png) no-repeat;
	color: #063207;
}

#primary .contact-form input.submit-button:hover { 
    cursor: pointer;
    color: #ffffff;
}

/*Secondary.===========================================*/

#secondary .inside {padding: 30px;}

#secondary {
    float: left; 
    width: 50%;
}

#secondary h3 {
	color: #255026;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 10px 0 15px 0;
	font-weight: normal;
}

#secondary .column {
	float: left;
}

#secondary img {
	float: left;
	border: 1px solid #255026;
	margin-right: 5px;
}

#secondary h4 a {
	text-decoration: none;
	color: #de6328;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#secondary h4 a:hover {color: #b94d05;}

#secondary p {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#secondary .item {
    clear: both;    
    margin-bottom: 15px;
}

/*Tertiary.============================================*/

#tertiary .inside {padding: 30px;}

#tertiary {
    float: right;
    width: 50%;
 }

#tertiary h3 {
	color: #255026;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 10px 0 15px 0;
	font-weight: normal;
}

#tertiary h2 a {
	text-decoration: none;
	color: #de6328;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

#tertiary h2 a:hover {color: #b94d05;}

#tertiary p {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#tertiary p.view-more {margin-top: 20px;}

/*Footer.===============================================*/

.footer {
	height: 200px;
	padding: 20px 0;
	color: #ebb296;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background-image: url(images/footer.png);
	background-repeat: repeat;
}
.footer a:link {
	text-decoration: none;
	color: #ebb296;
}
.footer a:visited {
	text-decoration: none;
	color: #ebb296;
}
.footer a:hover {
	text-decoration: none;
	color: #ebb296;
}
.footer a:active {
	text-decoration: none;
	color: #ebb296;
}
