/*----------------------------------------------------------------------------
---------------- Neutralize browser defaults for more control ---------------- 
----------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}



/*----------------------------------------------------------------------------
--------------------------- Basic text and tag styling -----------------------
----------------------------------------------------------------------------*/

body {
	margin:20px 0 0 0;
	padding:0;
	background:#fff;
	font:normal 70%/100% Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* centres all content in older versions of IE */
}

h1, h2, h3, h4, h5, h6 {
	margin:0.6em 0 0.4em;
	color:#000;
	font-size:1em;
	line-height:1em;
}

h1 {
	color:#5c8253;
	font-size:2em;
	line-height:2em;
}

h2 {
	color:#5c8253;
	font-size:1.5em;
}

p {
	color:#222;
	font-size:1em;
	line-height:1em;
}	

img, a img {
	border:0 solid #000;
}

a {
	text-decoration:none;
}



/*----------------------------------------------------------------------------
------------------------------------- Basic ----------------------------------
----------------------------------------------------------------------------*/


#container {
	width:700px;
	margin:0 auto;
	padding:0;
	text-align:left;
}



/*----------------------------------------------------------------------------
------------------------------------- Header ---------------------------------
----------------------------------------------------------------------------*/


#header {
	float:left;
	width:700px;
}



/*----------------------------------------------------------------------------
-------------------------------- Navigation ----------------------------------
----------------------------------------------------------------------------*/


/*-------------------- Navigation area ------------------*/

#navigation {
	float:left;
	width:700px
}


/*------------------ Main navigation --------------------*/


/*--- Area ---*/

#navMain {
	width:700px;
	float:left;
	border-bottom:7px solid #004700;
}

#navMain ul {
	list-style: none;
	margin: 0;
	padding: 20px 10px 23px 10px;
	font-weight: bold;
  	text-align: right;
	white-space: nowrap
}

#navMain li {
	display:inline;	
	margin: 0 0px 0px 23px
}

/*--- Styling ---*/

.mNav a {
	text-decoration: none;
	font-size:1.2em;
	padding: 0 0 3px;
  	border-bottom: 3px solid #fff;
	color: #5c8253;	
}

.mNav a:visited {
	color:#5c8253;
}

.mNav a:hover {
	border-color: #5c8253;
	color: #5c8253;
}


/*--- Links ---*/

.mainCurrent {
	list-style:none;
	text-decoration:none;
}

.mainCurrent a {
	color:#003300;
	padding: 0 0 3px;
	border-bottom: 3px solid #003300;
}

.mainCurrent a:visited {
	color:#003300;
}

.mainCurrent a:hover {
	color:#003300;
	border:none;
	padding: 0 0 3px;
	border-bottom: 4px solid #003300;
}

/*----------------- Sub navigation area -----------------*/


/*--- Area ---*/

#navSub {
	width:700px;
	float:left;
	border-bottom:1px solid #004700;
}	

#navSub ul {
	list-style: none;
	margin: 0;
	padding: 27px 10px 15px 10px;
	font-weight: bold;
	text-align:right;
}

#navSub li {
	display: inline;
	margin: 0 0 0 27px;
	
}


/*--- Styling ---*/

.sNav a {
	text-decoration: none;
	font-size:1.1em;
	padding: 0 0 3px;
  	border-bottom: 2px solid #fff;
	color: #5c8253;	
}

.sNav a:visited {
	color:#5c8253;	
}

.sNav a:hover {
	border-color: #5c8253;
}


/*--- Links ---*/

.subCurrent {
	list-style:none;
	text-decoration:none;
}

.subCurrent a {
	text-decoration: none;
	font-size:1.1em;
	padding: 0 0 3px;
	color:#003300;
  	border-bottom: 2px solid #003300;
}

.subCurrent a:visited {
	color:#003300;
}

.subCurrent a:hover {
	color:#003300;
	padding: 0 0 3px;
	color:#003300;
  	border-bottom: 2px solid #003300;
}

/*---------------------- Sub areas ----------------------*/

#nS1 {
	width:150px;
	text-align: left;
	float:left;
}

#nS1 h2 {
	font-weight:normal;
	font-size:1.8em;
	padding-top:7px;
	color:#496742;	
}

#nS2 {
	width:550px;
	text-align: right;
	float:left;	
}





/*-------------------- Text classes ---------------------*/

.pageTitle {
	
}

.quoteText p {
	font-size:1.7em;
	font-weight:normal;
	line-height:1.3em;
	color:#5c8253;
	padding:0 0 10px 0;
}

.quoteAuthor p {
	font-size:1.2em;
}




/*----------------------------------------------------------------------------
----------------------------------- Content ----------------------------------
----------------------------------------------------------------------------*/


/*------------------- Main content area -----------------*/

#contentArea {
	float:left;
	width:700px;
}

#contentHead {
	float:left;
	clear:both;
	width:700px;
	border-bottom:1px solid #004700;
}

#contentMain {
	float:left;
	width:700px;	
}


/*------------------- Index content area -----------------*/

#cHindex1 {
	float:left;
	width:230px;
}
#cHindex2 {
	float:left;
	width:455px;
	padding: 0 0 0 15px;
}
#cHindex2 h1 {
	font-size:1.5em;
	line-height:1.6em;
	margin:0 0 0.4em 5px;
}

#cHindex2 p {
	margin:0 0 0.4em 5px;
	font-size:1.2em;
	line-height:1.4em;
	text-align:justify;
}

#cMindex1, #cMindex2, #cMindex3 {
	margin:15px 0;
}


#cMindex1 {
	float:left;
	width:230px;
}

#cMindex2 {
	float:left;
	width:238px;
	height:265px;
	border-left:solid #004700 1px;
	border-right:solid #004700 1px;
}

#cMindex3 {
	float:left;
	width:230px;
}

#cMindex1 h2 {
	margin:10px 0px 0.4em;
}

#cMindex2 h2 {
	margin:10px 15px 0.4em;
}

#cMindex3 h2 {
	margin:10px 15px 0.4em;
}

#cMindex1 p {
		line-height:1.3em;
		text-align:justify;
		margin-left:0px;
		padding-left:0px;
		padding-right:15px;
}

#cMindex2 p {
		line-height:1.3em;
		text-align:justify;
		margin-left:0px;
		padding-left:15px;
		padding-right:15px;
}

#cMindex3 p {
		line-height:1.3em;
		text-align:justify;
		margin-left:0px;
		padding-left:15px;
		padding-right:0px;
}

.contentIndexHead {
	padding:15px 0;
}

.contentIndexMain {
	margin:15px 0;
}

/*---------------------- Sub areas ----------------------*/

#cH1 {
	float:left;
	width:215px;	
}

#cH2 {
	float:left;
	width:480px;	
}

#cM1 {
	width:700px;
}

.cHImage {
	padding:10px 0;
}

.cHQuote {
	padding:10px 0;
}

.pageInfo {
	padding:15px 0;
	text-align:justify;
}

.pageInfo p {
	padding-bottom:15px;
	font-size:1.1em;
	line-height:1.3em;
}

.pageInfo ul {
	text-align:justify;
	padding:0 0 15px 20px;
}

.pageInfo li {
	line-height:1.7em;
	font-size:1.1em;	
}


/*----------------------------------------------------------------------------
------------------------------------- Footer ---------------------------------
----------------------------------------------------------------------------*/


/*------------------- Main footer area ------------------*/

#footer {
	float:left;
	width:700px;
	background:#004700;
}

#footer p {
	color:#fff;
	text-align:left;
	padding-bottom:10px;
}

#footer a {
	color:#fff;
	text-align:left;
	text-decoration:underline;
}
/*-------------------- Sub footer area ------------------*/

#footer1 {
	float:left;
}

#footer2 {
	float:right;
	text-align:right;
}


/*-------------------- footer classes -------------------*/

.footerSearch {
	padding:10px 10px 0px 10px;
	text-align:right;
}

.footerInfo {
	padding:10px 10px 0px 10px;
}




/*----------------------------------------------------------------------------
------------------------------------- Search ---------------------------------
----------------------------------------------------------------------------*/


.searchResult {
	width:700px;
	padding:10px 0 20px 0;
	margin-bottom:20px;
	border-bottom:1px solid #004700;
}

.searchResult h4 {
	font-size:1.2em;
	color:#5c8253;
	padding-bottom:15px;
}

.searchResult p {
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:15px;
}

.searchResult a, a:link, a:visited {
	color:#5c8253;
}

.searchResult a:hover {
	color:#004700;
}