@charset "utf-8";

@import url('ie6.css');

/*----------------------------------- general styles -----------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.8%;
	background: #e1dada url(../images/backg.gif) repeat;
}

#container {
	width: 950px;
	background: #e7e4db url(../images/backg_subpages.gif) repeat-y top center;
	margin: 0 auto;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

a {
	text-decoration: none;
}

a:hover {
	color: #85b422;
	text-decoration: underline;
}

ul, ol {
	list-style: none;
}

.bulletedList {
	list-style: disc;
	padding-left: 25px;
}
.addressList dt {
	font-weight: bold;
}


/*----------------------------------- /general styles -----------------------------*/


/*----------------------------------------nav bar---------------------------------*/

#navDiv {
	width: 950px;
	height: 59px;
	text-align: center;
	background: #87803C url(../images/backg_nav.gif) repeat-x;
	font-size: 2em;
}

#nav {
	list-style-type: none;
	text-transform: lowercase;
	display: block;
	padding: 15px 0 0 65px;
	width: 900px;
	margin: 0 auto;
}

#nav li {
	display: block;
	padding: 0 55px 0 25px;
	float: left;
	background: url(../images/seperator_nav.gif) no-repeat right center;
}

#nav li.last {
	background-image: none;
	padding-right: 15px;
}

#navDiv a {
	color: #FFF;
}

#navDiv a:hover {
	color: #85b422;
}

#access {
	display: none;
}

h1 {
	display: none;
}


/*----------------------------------------/nav bar---------------------------------*/


/*----------------------------------------home page specific styles---------------------------------*/

#homePage #container {
	background: #e7e4db url(../images/backg_home.gif) repeat-y top center;
}

#homePage #mainContent {
	float: left;
	width: 495px;
}

#homePage #sidebar {
	float: right;
	width: 455px;
}

#missionText {
	background: url(../images/home_callout.gif) no-repeat left top;
	text-indent: -9999px;
	height: 142px;
	width: 459px;
	margin-left: 14px;
}

#homePage #branding {
	height: 501px;
	background: none;
}

/*----------------------------------------/home page specific styles---------------------------------*/


/*----------------------------------------footer---------------------------------*/

#footer {
	clear: both;
	height: 130px;
	width: 950px;
	background-color: #3c3c3c;
	font-size: 1.2em;
	text-transform: lowercase;
	text-align: center;
}

#footerNav {
	list-style-type: none;
	padding-top: 30px;
}

#footerNav li {
	display: inline;
	padding: 0 10px;
}

#footerNav a {
	color: #FFF;
}

#footer a:hover {
	color: #85b422;
}

/*----------------------------------------/footer---------------------------------*/


/*----------------------------------------main content area---------------------------------*/


#mainContent p, #mainContent h3, #mainContent ul, #mainContent dl {
	color: #446405;
	line-height: 1.3em;
	margin: 14px 20px;
	font-size: 1.6em;
}

#mainContent a {
	font-weight: bold;
	color: #446405;
}

#mainContent a:hover {
	color: #85b422;
}

/*----------------------------------------/main content area---------------------------------*/


/*----------------------------------------sidebar (on home page)---------------------------------*/

#help {
	background: #85b422 url(../images/backg_home_help.gif) repeat-x;
	height: 20em;
}

#sidebar h2 {
	color: #FFF;
	font-size: 2em;
	font-style: italic;
	padding: 10px 0 0 14px;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar p, #sidebar dl {
	font-size: 1.4em;
	color: #FFF;
	margin: 8px 14px 14px 16px;
}

#sidebar  dt {
	font-weight: bold;
}

#sidebar dl a{
	color: #FFF;
}

#sidebar a {
	font-weight: bold;
	color: #FFF;
}

#sidebar p a:hover {
	color: #FFF;
	text-decoration: underline;
}

#news {
	background: #afa452 url(../images/backg_home_news.gif) repeat-x top left;
	/*border-top: 1px solid #000;*/
}


/*----------------------------------------/sidebar (on home page)---------------------------------*/


/*----------------------------------------masthead - subpages---------------------------------*/

#branding {
	width: 950px;
	height: 157px;
	background: url(../images/backg_branding.jpg) no-repeat top left;
}

#branding p a {
	float: right;
	display: block;
	width: 400px;
	height: 100px;
	text-indent: -9999px;
}

/*----------------------------------------/masthead - subpages---------------------------------*/


/*----------------------------------------mainContent - subpages---------------------------------*/

#mainContent {
	float: left;
	width: 715px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #446405;
	padding: 14px 10px 20px 25px;
	background: url(../images/seperator_main_content.gif) no-repeat bottom center;
	margin: 0;
}

h2 span {
	font-style: italic;
}

#sidebar h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #FFF;
	padding: 6px 10px 10px 16px;
}

.firstPara span {
	font-size: 1.4em;
	line-height: 1.3em;
}

.leftPhoto {
	float: left;
	padding: 4px 12px 8px 12px;
	border-style: none;
}



/*----------------------------------------/mainContent - subpages---------------------------------*/


/*----------------------------------------sidebar menus - subpages---------------------------------*/

#sidebar {
	float: right;
	width: 235px;
	background: url(../images/backg_sidebar_subpages.gif) repeat-x top left;
}

#sidebarList {
	font-size: 1.4em;
	list-style-type: none;
	padding: 0 8px 0 16px;
}

#sidebarList li {
	background: url(../images/seperator_sidebar.gif) no-repeat bottom center;
	padding: 10px 0 16px 0;
}

#sidebarList li.last {
	background-image: none;
}

#sidebar img {
	width: 75px;
	height: 75px;
	border: 2px solid #FFF;
	margin: 10px 15px;
	float: left;
}

#sidebar img:hover {
	border: 2px solid #6bb847;
}

/*----------------------------------------/sidebar menus - subpages---------------------------------*/

.newsEntry {
	font-size: 1.4em;
}

.landTrustTable {
	color: #446405;
	width: 650px;
	margin: 0 0 30px 16px;
	font-size: 14px;
}

.landTrustTable td {
	width: 33%;
	padding: 6px 6px;
}

.landTrustTable em {
	margin-left: 10px;
}

.landTrustTable a {
	font-weight: normal;
	text-decoration: underline;
}

.evenRow {
	background-color: #D7D4CB;
}

label {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #FFF;
	padding: 8px 0 0 12px;
}

label span {
	display: block;
}

#contactForm {
	width: 250px;
	background-color: #6F971D;
	float: right;
	margin: 0 20px 30px 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contactForm fieldset {
	border: none;
	padding: 20px;
}

#submitButton {
	margin: 0 0 5px 12px;
}

