/*
#5CB85C border
#408040 active menu, links, headings
#CFE6CF background
#30BF30 highlight
*/
/* =Remove unwanted stuff and replace where needed
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, input {
	font-size:1em;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
}

img {
	border: 0;
}


ul {
	list-style: none;
	list-style-image: none;
}

#mainContentWrapper li {
	background: transparent url(../images/bullet_green.gif) no-repeat;
	padding-left: 20px;
}


td, th {
	vertical-align:top;
	border: 0;
	padding: 0.3em;		
}

table {
	border-collapse:collapse;
}

td p {
	padding-top: 0;
	margin-top: 0;
}

fieldset {
	padding: 1em;
}

legend {
	padding: 0 0.5em 0 0;
}

acronym {	
	cursor: help;	
	border-bottom: #666666 1px dotted;
}


/* =General purpose styles for divs
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}


.hidden {
	display: none;
}

/* =Typography (general)
-----------------------------------------------------------------------------*/

body {
	font: 70%/1.3 Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #408040;

}

a:hover {
	background-color: #CFE6CF;
	text-decoration: underline;		
}

a:visited {
	color: #5CB85C;
}

#mainContentWrapper p {
	margin: 1em 0 1em 0;
}

#mainContentWrapper td p {
	margin-top: 0;
}



/* =Basic layout/page width
-----------------------------------------------------------------------------*/

body {
	background-color: #CFE6CF;
}

#frame {
	width:990px;
	background: #CFE6CF url(../images/frameBackground.png) repeat-y;
	margin:auto;
	
}

#container {
	width: 982px;
	margin:auto;
	background: white;	
	min-height: 1000px;	
	border-bottom: 1px solid #939993;
	padding-bottom: 5em;
}

.panel {
	padding: 15px 10px;
}

#menuPanel {
	padding-top: 20px;
}

/*-- Three column layout --*/
/*-------------------------*/

.threeCol #featurePanel {
	width:21%;
	float:left;
	overflow:hidden;
}

.threeCol #mainContent {
	width:47%;
	float:left;
	overflow: hidden;
}

.threeCol #menuPanel {
	width: 23%;
	float: right;
	overflow: hidden;
}

.threeCol #mainContentWrapper {

}

/*-- Two column layout --*/
/*-----------------------*/

.twoCol #featurePanel {
	display:none;
}

.twoCol #mainContent {
	float: left;
	width: 73%;
}

.twoCol #menuPanel {
	float: right;
	width: 21%;
}

.twoCol #mainContentWrapper {
	background-color: white;
} 


/*-------------------------*/
/*-- One column layout ----*/

.oneCol #featurePanel, .oneCol #menuPanel {
	display:none;
}

.oneCol #mainContent {
	float: left;
	width: 98%;
}


/*----------------------------*/
/*-- Above nav ---------------*/

#aboveNav {
	background: white url(../images/header1.png) no-repeat;
	height:158px
}


/*
#aboveNav span {
	padding-top: 5px;
	display: block;
	color: #408040;
	text-align: right;
	padding-right: 10px;
	height: 1em;	
}	

#aboveNav span.strapLine {
	padding-top: 60px;
	vertical-align: bottom;
	font-weight: bolder;
	font: 1.5em trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	height: 1.5em;	
}
*/

/*----------------------------*/
/*-- Main nav ----------------*/

#mainNav {
	float:left;
	width:100%;
	background-color: #5CB85C;
}

#mainNav li {
	display:inline;
}

#mainNav li a {
	display: block;
	float: left;
	padding: 0 1.3em;
	line-height: 2em;
	text-decoration: none;
	color: white;
	font-size: 1.1em;
}

#tab0 #mainNav a.tab0,
#tab1 #mainNav a.tab1, 
#tab2 #mainNav a.tab2, 
#tab3 #mainNav a.tab3, 
#tab4 #mainNav a.tab4, 
#tab5 #mainNav a.tab5, 
#tab6 #mainNav a.tab6,
#tab10 #mainNav a.tab10 {
	background-color:#408040;
	color: white;
}

#mainNav a.tab0:hover,
#mainNav a.tab1:hover,
#mainNav a.tab2:hover,
#mainNav a.tab3:hover,
#mainNav a.tab4:hover,
#mainNav a.tab5:hover,
#mainNav a.tab6:hover,
#mainNav a.tab10:hover {
	background-color:#CFE6CF;
	color: #408040;	
}


/*----------------------------*/
/*-- Footer ------------------*/

#footer {
	clear: both;

	background: transparent;
	border-top: 1px solid #A7B3A7;
	width:986px;
	margin:auto;
	
}

#footer p.first {
	border-top: 1px solid #BBCCBB;
	padding-top: 0.5em;	
	margin: 0 1px;
}

#footer p, #footer ul {	
	margin-bottom: 0.5em;
	text-align: center;
}

#footer a, #footer a:visited {
	text-decoration: none;	
	color: black;
}

#footer a:hover {
	text-decoration:underline;
}

#footer li {
	padding-left: 0.5em;
	display: inline;
}

#footer li.sep {
	padding-right: 0.5em;
	border-right: 1px solid black;
	margin-right: 0.2em;
}


/*----------------------------*/
/*-- Typography --------------*/

h1 {
	color: #408040;
	font-size: 2em;
}

h2 {
	color: #408040;
	font-size: 1.7em;
	margin: 0 0 0.3em 0;

}

#pageBody h1 {
	margin: 1em 0 0.3em 0;
}

#pageBody h2 {
	background-color: #F4F9F4;
	padding: 0.2em;
	margin-top: 1em;
}


h3, caption {
	color: #408040;
	font-size: 1.3em;
	margin: 0.5em 0 0.25em 0;
}


#pageTitle h1 {
	margin-bottom: 0.5em;
}


#menuPanel p,
#menuPanel li {
	margin-bottom: 0.4em;
	font-size: 1.1em;
}

#menuPanel h2 {
	font-size:  1.3em;
}

#menuPanel h3 {
	font-size:  1.1em;
}



/*----------------------------*/
/*-- Page intro block --------*/

.introBlock {
	background: #EEFFEE;
	border: 1px dashed #ccc;
	padding: 0 10px;
	font-size: 1.1em;
	margin-bottom: 1em;
}

/*----------------------------*/
/*-- Menu boxes --------------*/


.menuBox {
  	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 1em 0;
}

.menuBox div.outer {
  background:#EEFFEE;
  border:1px solid #408040;
  position:relative;
  left:-5px;
  top:-5px;
  padding: 10px;
  overflow: hidden;
}

/*--------------------------------------------------*/
/* nice table with thin lines */

.neatTable td, .neatTable th {
	border:1px solid #ddd;
}

.neatTable th {
	background: #eee;
	text-align: left;
}

.neatTable th a {
	font-weight:bold;
}

.neatTable caption {
	font-size:1.2em;
	font-weight:bold;
	color:black;	
	text-align:left;
	padding:0.3em;
	background: #ddd;
}

/*--------------------------------------------------*/
/* nice table with nolines */

.nb td, .nb th {
	border: 0;
}






/*----------------------------*/
/* Forms */

label {
	display: block;
	font-weight: bold;
}

.email input,
.name input {
	width: 300px;
}

.title input,
.message textarea {
	width: 100%;
}

.message textarea {
	height: 20em;
}

.hPot {
	display: none;
}

.form {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
}

.faq #pageBody p {
	margin-left: 25px;
}

.faq h3 {
	background: #F4F9F4 url(../images/questionmark.gif) no-repeat 5px 5px;
	padding: 0.2em 0.2em 0.2em 25px;
	margin-top: 2em;
}

.faq #pageBody ul {
	margin-left: 4em;
}

#pageBody p.date {
	color: #aaa;
	margin-top: -0.2em;
}

.newsArticle {
	border-bottom: 1px solid #CFE6CF;
	margin-bottom: 1em;
	min-height: 90px;
}


.docDownload {
	padding-left: 50px;
	background: white url(../images/pdf.gif) no-repeat;
	height: 48px;
	margin-left: 2em;
	margin-bottom: 2em;
}

.docDownload a {
	font-size: 1.2em;
}

#pageBody .docDownload p {
	margin-top: 0.5em;
}

.imageLeft {
	float: left;
	margin: 0 10px 10px 0;
}
