/***** as always, thanks to Eric Meyer for the CSS Reset*****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** end CSS Reset *****/

#slideshow {
	width: 930px;
	height: 433px;
}

.move-content-up {
	position: absolute;
	top: 0px;
	z-index: 999;
}

a {
	text-decoration: none;
}

body {
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;	
	background: #d69928 url(../images/page-bg.jpg) repeat-x top left;
}

.page-wrapper {
	margin: 0 auto;
	width: 960px;
}

h3 {
	letter-spacing: 1px;
	font-family: 'TrajanProRegular', Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	font-weight: lighter;
	margin-bottom: 10px;
	color: white;
	padding-left: 20px;
	background: url(../images/orange-arrow.png) left top no-repeat;
}

p {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 19px;
	color: #FFF;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
}

/************* header section *****/
.header {
	position: relative;
	letter-spacing: 1px;
	height: 155px;
	margin-top: 30px;
	background: url(../images/header-bg.png) no-repeat top left;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
}

.header img {
	padding: 40px 0 0 40px;
	float: left;
	
}

.main-header-navigation {
	overflow: hidden;
	height: 30px;
	padding-top: 15px;
	position: relative; /* this needs to be relative to get the pointer working */
	top: -15px;
	float: right;
	margin: 30px 37px 0 0;
}

.main-header-navigation ul li {
	display: inline;
	color: #484848;

}

.main-header-navigation ul li a{
	color: #485620;
	font-size: 14px;
	font-family: 'TrajanProRegular', Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif;
}



.login {
	float:right;
	margin:0 30px 0 0;
	position:absolute;
	right:10px;
	top:87px;
}

.login p {
	color: #484848;
	float: left;
	padding: 3px 5px 0 0;
	font-weight:normal;
	font-size: 13px;
	
}

.login ul {
	float: right;

}

.login ul li {
	display: inline;
	padding: 5px 0;
	background: url(../images/orange-button-bg.gif) top left repeat-x;
}

.login ul li a {
	color: #FFF;
	font-weight:lighter;
	font-size: 12px;
	padding:9px 20px 5px;
	background: url(../images/orange-button-terminate.gif) top right no-repeat;
}

.login ul li a:hover {
	text-decoration: underline;
}

.header-navigation {
	overflow: hidden;
	width: 685px;
	float: right;
	margin-top: -24px;
	margin-right: 14px;
	border-top:  #025a2f 1px solid;
	position: relative; /* this HAS to be relative to make the pointers calculations come out right on the javascript */
}

.header-navigation ul {
	float: right;
	margin: 4px 26px 0 0;
	padding: 10px 0 0 0px;

}

.header-navigation ul li {
	display: inline;
	padding-left: 18px;
	padding-top: 5px; 
}

.header-navigation ul li a {
	color: #484848;
	font-weight:normal;
	font-size: 13px;
}

.pointer {
	background:url("../images/green-arrow.gif") no-repeat scroll left top transparent;
	height: 16px;
	left: 0px;
	display: none;
	position: relative;
}

.pointer2 {
	background:url("../images/orange-arrow-down.gif") no-repeat scroll left top transparent;
	height: 16px;
	left: 0px;
	display: none;
	position: relative;
	margin-top: -32px;
}

/*************** content section **************/

.content {
	line-height: 0;
	position: relative;
	min-height: 300px;
	padding: 0 0 0 15px; 
	background: url(../images/content-bg.png) repeat-y top left;
}

.content-bg {
	height: 433px;
	width: 930px;
	background: url(../images/pasture.jpg) top center no-repeat;
}

.content h6, #staff-photo-holder h6 {
	font-family: 'TrajanProRegular', Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-weight:lighter;
	margin: 0 0 0 60px;
	padding: 0 0 31px;
	text-transform: uppercase;
}

.content h6:first-letter {
	font-size: 34px;
}

.content .right-column h6:first-letter, .content .left-column h6:first-letter {
	font-size: inherit;
}

#right-column-content {
	padding-top: 30px;
}

.green-boxes {
	width: 870px;
	text-align: center;
	margin: 0 auto;
	padding-left: 20px;
}

.green-boxes li {
	letter-spacing: 1px;
	font-size: 15px;
	display: inline;
	float: left;
	margin-left: -14px;
	padding-top: 33px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	height: 64px;
	width: 230px;
	background: url(../images/green-box.png) top center no-repeat;
}

.green-boxes li a {
	color: #727272;
}

.corner {
	z-index: 999;
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 42px;
	height: 70px;
	background: url(../images/content-corner.png) top left no-repeat;
}

.left-column {
	width: 300px;
	min-height: 300px;
	float: left;
	margin-left: 17px;
}

.left-column h3 {
	min-height:5px;
	padding-top:4px; /* had to do this and the min-height to fix a weird issue with the background triangle. */
}

.left-column img {
	padding-left: 10px; 
}

.orange-box {
	width: 280px;
	height: 165px;
	margin-left: 10px;
	background: url(../images/orange-title-bg.jpg) no-repeat top left;
}

.orange-box h2 {

}

.white-box-top {
	width: 300px;
	height: 34px;
	margin-top: -15px;
	z-index: 99;
	position: relative;
	background: url(../images/white-box-top.png) no-repeat top left;
}

.white-box-middle {
	width: 300px;
	min-height: 100px;
	padding-bottom: 1px; 
	position: static;
	background: url(../images/white-box-middle.png) repeat-y top left;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
	
}


.white-box-middle div {
	padding-bottom: 10px;
}
.white-box-middle h3 {
	background:url("../images/orange-arrow-right.gif") 0 9px no-repeat;
	line-height:17px;
	margin-left:30px;
	padding-right: 30px;
	font-size: 13px;
	cursor: pointer;
}

.white-box-middle h3 a{
	font-weight: normal;
	position: relative;
	color: #bd672a;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
}

.white-box-middle a {
	color: #bd672a;
}

.white-box-middle h3.ui-state-active {
	background: url(../images/orange-arrow-down.gif) 0 9px no-repeat;
}

.white-box-middle p{
	color: #484848;
	font-size: 12px;
	padding: 0px 30px 5px 51px;
}

.white-box-middle ul {
	padding: 10px 0 0 68px;
	
}

.white-box-middle ul li {
	list-style-type: disc;
	color: #484848;
	letter-spacing: 1px;
	padding: 0px 30px 20px 0px;

}

.white-box-middle ul li a{
	color:inherit;
	font-size: 12px;
}

.white-box-middle ul li:hover{
	color: #bd672a;
}

.white-box-bottom {
	width: 300px;
	height: 64px;
	z-index: 99;
	position: relative;
	background: url(../images/white-box-bottom.png) no-repeat top left;
}

.colored-box {
	width: 280px;
	
	margin-left: 10px;
	margin-top: -60px;
	padding-top: 70px;
	padding-bottom: 20px
}

.green {
	background: #485620;
}

.grey {	
	background: #4f5a61;	
}

.brown {	
	background: #62573f;	
}

.orange {
	background: #cf7415;
}

.colored-box h3 {
	color: #FFF;
	margin-left: 20px;
	margin-bottom: 20px;
}

.colored-box p {
	color: #FFF;
	padding: 0 35px 0 41px;
	font-size: 12px;
	
}

.colored-box a {
	color: #FFF; 
}
.orange a {
	color: #FFF;
}
.colored-box a:hover {
	text-decoration: underline;
}


.right-column {
	width: 586px;
	min-height: 300px;
	float: left;
			
}

.main-image {
	margin-left: -10px;
}

.right-column h2, .right-column p, .right-column ul li {
	color: #bd672a;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
	padding: 20px 30px 10px 15px;
}

.right-column p {
	color: #484848;
}

.right-column ul {
	margin-bottom: 20px;
}

.right-column ul li {
	padding: 5px 0 0 15px;
	color: #484848;
}

.right-column ul li.green {
	color: #485620;
	font-size: 15px;
}

.right-column h3 {
	color: #000;
	background: none;
	padding: 30px 0px 30px 15px;
}

.ajax-loader {
	margin: 100px 0 0 280px;
}

.ajax-green {
	margin: 50px 0 0 285px;
}

.content .right-column h6, .content .left-column h6 {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
	padding: 20px 30px 10px 15px;
	color: #485620;
	text-transform: none;
}

/************ footer section ***********/

.footer {
	height: 110px;
	margin-bottom: 30px;
	padding: 30px 0 0 30px;
	background: url(../images/footer-bg.png) no-repeat top left;
}

.footer-home {
	height: 196px;
	margin-bottom: 30px;
	padding: 30px 0 0 30px;
	background: url(../images/footer-bg-home.png) no-repeat top left;
}

.footer-section {
	float: left;
	margin-left: 20px;
	width: 270px;
	min-height: 92px;

}

.footer-section h3 {

}

.contact p {
	padding-left:80px;
	line-height:16px;
}

.contact a {
	color: #FFF;
}

.contact a:hover {
	text-decoration: underline;
}

.footer-section img {
	padding-right: 15px;
	float: left;
}

.footer-section a {
	color: #fff;
}

.sub-footer {
	margin-top: -50px;
	padding-left: 15px;
}

.sub-footer .footer-section {
	width: 300px;
	margin-left: 10px;
}

.sub-footer .contact {
	margin-left: 0px;
}

.sub-footer .middle {
	padding-left: 30px;
	width: 270px;
}

.sub-footer .footer-section p {
	font-size: 12px;
	font-weight: lighter;
}

.sub-footer .footer-section img {
	padding-right: 2px;
}

.email-form input{
	color: #3c3c3c;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 5px;
	width: 150px;
}

#submit {
	background: none;
	border: none;
	width: 80px;
	position: relative;
	top:-22px;
	left: 10px;
	font-size: 15px;
}

h4 {
	margin-bottom: 8px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-top: 4px;
}

#right p {
	font-size: 10px;
	font-style: italic;
}

.footer-section form#regiser p {
	line-height: 0;
}

.sub-footer #email {
	color: #595959;
	font-family:'Futura-BookRegular', Helvetica,Verdana,Arial,sans-serif;
	font-size:12px;
	height:13px;
	margin-bottom:5px;
	margin-left:-1px;
	margin-top:3px;
	padding-bottom:0;
	padding-top:0px;
	width:206px;
	line-height: 17px;
}

.sub-footer #submit {
	float: right;
	margin: 1px 49px 0 0;
	background: transparent;
	color: #FFF;
	font-size: 12px;
	border: 0;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
	text-decoration: underline;	
}

.sub-footer #submit:hover {
	font-weight: bolder;
}

.credits {
	
	float: right;
}

.credits p{
	text-align: right;
	font-size: 10px;
	clear: both;
	padding-right: 22px;
}

.credits p a, .footer-navigation a {
	color: #FFF;
}

.credits p a:hover, .footer-navigation a:hover {
	text-decoration: underline;
}

.footer-navigation ul {
	float: left;
	clear: left;
	margin-bottom: 2px;
}
.footer-navigation ul li {
	display: inline;
	color: #FFF;
	font-size: 10px;
	font-family: 'Futura-BookRegular', Helvetica, Verdana, Arial, sans-serif;
	letter-spacing:1px
}

#staff-photo-holder {
	background-color: #485620;
	text-align: center;
	height: 165px;
	margin-left: -10px;
}

#staff-photo-holder h6 {
	padding: 60px 0 10px;
	color: #FFF;
}

#staff-photo-holder h3 {
	color: #FFF;
	padding: 0;
	line-height: 20px;
}

#staff-photo-holder img {
	float: left;
	padding: 0;
}

/********************** utility classes **************/
.text-hide {
	height: 0;
	width: 0;
	overflow: hidden;
	text-indent: -9999px;
}

/* slightly enhanced, universal CLEARFIX hack via http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 20, 2010 */



@font-face {
	font-family: 'TrajanProRegular';
	src: url('../fonts/trajanpro-regular-webfont.eot');
	src: local('☺'), url('../fonts/trajanpro-regular-webfont.woff') format('woff'), url('../fonts/trajanpro-regular-webfont.ttf') format('truetype'), url('../fonts/trajanpro-regular-webfont.svg#webfontfMI0K4Me') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura-ThinRegular';
	src: url('../fonts/futura-webfont.eot');
	src: local('☺'), url('../fonts/futura-webfont.woff') format('woff'), url('../fonts/futura-webfont.ttf') format('truetype'), url('../fonts/futura-webfont.svg#webfontvI3rDvu7') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura-BookRegular';
	src: url('../fonts/futura-book-regular-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura-BookRegular';
	src: url(//:) format('no404'), url('../fonts/futura-book-regular-webfont.woff') format('woff'), url('../fonts/futura-book-regular-webfont.ttf') format('truetype'), url('../fonts/futura-book-regular-webfont.svg#webfontEM9A2y3b') format('svg');
	font-weight: normal;
	font-style: normal;
}


