/* MAIN STYLE SHEET FOR LANDCONSERVATION.ORG */
/* LAST EDITED ON 8.19.2007 */



/*start home link schepps design*/


#homelink {
	width: 227px;
	height: 147px;
	left: 0px;
	top: 0px;
	position: absolute;
	
	
}

#homelink a {
display: block;
	width: 249px;
	height: 100%;
	text-decoration: none;
	cursor: pointer;

}

.header {
	width: 778px;
	height: 210px;
	background-image: url('../images/ncrlt_logo.jpg');
	position: relative;
	
}


.page_container {
	margin: 0 auto;
	text-align: left;
	width: 778px;
	border: 1px solid white;
	
	
}


/*end home link schepps design*/








body {
	text-align:center;
	min-width: 780px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
  border: 0px;
	background-color: #ada28c;
}

h2 {
  font-size: 16px;
	font-weight: bold;
}

.italics {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}




/*8888888888888888888*/
#menu2 a {
	position: absolute;
	height: 143px;
	width: 230px;
	top: 2px;
	text-decoration: none;
   }

#menu2 a i { visibility: hidden; }

a#home {
	left: 1px;
}
/*888888888888888888*/

.navigation {
  background-color: #687E69;
	width: 778px;
	height: 40px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.main_container {
  background-color: #7E9E7E;
}

.topspacer {
	padding: 10px;
}

.rightspacer {
	padding-right: 10px;
}

.random {
  padding: 8px;
}

.warning {
	font-family: Arial;
	font-size: 14px;	
	color: #900000;
}

.preserves {
	font-family: Arial;
	font-size: 14px;	
	color: #000000;
	padding: 8px;
}

.motto {
	color: #4f4b28;
	font-family: arial, helvetica, serif;
	font-size: 16px;
	padding-bottom: 20px;
	font-style: italic;
}

.mission_wrapper {
	border-style: solid;
	border-color: #6d98bb;
	border-width: 5px;
}

.mission_container {
	border: 1px solid white;
	background-color: #9ec39a;
	font-family: arial;
	font-size: 14px;	
	color: #000000;
	padding: 8px;
}

.mission2_wrapper {
	border-style: solid;
	border-color: #688768;
	border-width: 5px;
}

.mission2_container {
	border: 1px solid white;
	background-color: #a1b6a1;
	text-align: left;
	font-family: Arial;
	font-size: 14px;	
	color: #000000;
	padding: 8px;
}

.formtext {
	font-family: Arial;
	font-size: 14px;	
	color: #000000;
	padding: 8px;
}

.newsevents {
	border: 1px solid white;
	background-color: #9f9b78;
	text-align: left;
	font-family: Arial;
	font-size: 14px;	
	color: #000000;
	padding: 8px;
}

.featured {
	border: 1px solid white;
	text-align: left;
	font-family: Arial;
	font-size: 14px;	
	color: #000000;
	padding: 8px;
	height: 240px;
}

.breadcrumb, a.breadcrumb {
	font-family: Arial;
	font-size: 10px;	
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 8px;
	font-weight: bold;
}

.footer {
	font-family: Arial;
	font-size: 10px;	
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 10px;
}

.newsheader {
  font-weight: bold;
}

.featuredheader {
  font-weight: bold;
}

.morelink {
  font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	font-family: arial, helvetica, serif;
	color: #000000;
}

.mapslink {
  font-size: 12px;
	text-decoration: underline;
	font-family: arial, helvetica, serif;
	color: #000000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: arial, helvetica, serif;
	font-size: 14px;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #4f4b28;
}

#nav li.about { /* all list items */
	float: left;
	width: 155px; /* width needed or else Opera goes nuts */
}

#nav li.howtohelp { /* all list items */
	float: left;
	width: 182px;; /* width needed or else Opera goes nuts */
}

#nav li.conservation { /* all list items */
	float: left;
	width: 175px; /* width needed or else Opera goes nuts */
}

#nav li.faq { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
}

#nav li.news { /* all list items */
	float: left;
	width: 146px; /* width needed or else Opera goes nuts */
}

#nav li ul.about2 { /* second-level lists */
	position: absolute;
	background: #d7d9b1;
	width: 155px;
	padding-left: 4px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
}

#nav li ul.howtohelp2 { /* second-level lists */
	position: absolute;
	background: #d7d9b1;
	width: 182px;
	padding-left: 4px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
}

#nav li ul.conservation2 { /* second-level lists */
	position: absolute;
	background: #d7d9b1;
	width: 140px;
	padding-left: 4px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
}

#nav li ul.faq2 { /* second-level lists */
	position: absolute;
	background: #d7d9b1;
	width: 155px;
	padding-left: 4px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
}

#nav li ul.news2 { /* second-level lists */
	position: absolute;
	background: #d7d9b1;
	width: 146px;
	padding-left: 4px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
