/*Specific styles.=====================================*/

body {background-color: #ffffff;}

.clear-block {display: block; clear: both;}

#container {
	width: 960px;
    margin: 0 auto;
	height: auto;
    padding-top: 0px;
}

/*Header.==============================================*/

#header {
	margin-bottom: 0px;
	height: 185px;
	background-image: url(images/top-logo.png);
	background-repeat: no-repeat;
}

#header2 {
	margin-bottom: 0px;
	height: 340px;
	background-image: url(images/header.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;	
    }

/*Primary.=============================================*/

#primary h1 a {
	color: #de6328;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-decoration: none;
}

#primary h1 a:hover {color: #b94d05;}

#primary h3 {
	color: #61a236;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 10px 0;    
}
#primary p.subhead {
	color: 000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 15px 0;
	line-height: 20px;
}

#primary p {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

/*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);
}

/*Bottom container.====================================*/

#bottom-container {
    background: url(images/bottom.png) repeat-x;
}
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: #000;
	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;
}
/*Secondary.===========================================*/

#secondary .inside {padding: 30px;}

#secondary {
    float: left; 
    width: 50%;
}

#secondary h3 {
	color: #255026;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 10px 0 15px 0;
	font-weight: bold;
}

#secondary .column {
	float: left;
	width: 430px;
	height: 231px;
}

#secondary img {
	float: left;
	border: 1px solid #61a236;
	margin-right: 5px;
}

#secondary h4 a {
	text-decoration: none;
	color: #de6328;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#secondary h4 a:hover {color: #b94d05;}

#secondary p {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#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-transform: uppercase;
	letter-spacing: 1.5px;
	background-image: url(images/footer.png);
	background-repeat: repeat;
	text-align: center;
}
.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;
}
