/**
   little pear garden green shades:
   #CBE4CB Light green
   #8AD779 Medium green
   #597243 Dark green
   #DCD6C0 grey taupe
   #EFEDB1 pale yellow
   #523F57 dark grey purple
 
 */

body {
	background-color: #3C8476;  
	font-family: Georgia, Arial, sans-serif;
	font-size: 100%
	text-align: center;
	margin: 0;
}
 
/*******************************************************************************
 * PAGE, CONTENT WRAPPER 
 ******************************************************************************/

/** This class is used to center everything */
.page {
	width: 800px;
	margin: auto;
	margin-top: 20px; 
	text-align: left;
	background-color: #E3EEC4;
	background: #E2FDC6;
}   

.wrapper {	 
    clear: both; 
	background-image: url("images/lookandfeel/background_green.jpg");
	background-position: top right;
	background-repeat: no-repeat; 
	background-color: #E2FDC6; 
}

.cleardiv {
	clear: both;
}

/*******************************************************************************
 * TOP NAVIGATION
 ******************************************************************************/
 
.nav:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
 
.nav ul { 
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}

.nav ul li {
	float: left;
	display: block;
	width: 158px;
	margin: 0px;
	padding: 0px;
	
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #313A39;
	border-bottom: 1px solid #313A39;
}

.nav ul li a {
	display: block;
	width: 100%;
	margin: 0px;	
	padding-top: 3px;
	padding-bottom: 3px;
	
	font-size: .7em;
	text-decoration: none;
	text-align: center;
	
	color: #FFF;
	background-color: #E3EEC4;
	background-image: url("images/lookandfeel/btn.jpg");
	background-repeat: repeat-x;
}

.nav li a:hover, .nav li a:active, .nav li a:focus {
	background-color: #A3D089;	
	background-image: url("images/lookandfeel/btn_over.jpg"); 
	background-repeat: repeat-x; 
}

/*******************************************************************************
 * SIDEBAR STYLE & NAVIGATION
 ******************************************************************************/
.sidebar { 
	width: 160px; 
	margin-left: 637px;
	padding: 0px; 
	text-align: center;
}
 
.sidebar h1 {  
	color: #3C8476;
	font-size: 0.7em;
	border-bottom: 1px solid #3C8476;
	margin: 10px;
	margin-top: 28px;
}

.sidebar ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none; 
}	

.sidebar li {
	display: block;
	padding: 0px;
	margin: 0px;
	 
}

.sidebar li a {
	display: block;
	width: 100%;
	color: #3C8476;
	font-size: 0.7em;
	text-decoration: none; 
	padding-top: 3px;
	padding-bottom: 3px;
	 
}

.sidebar li a:hover {
	color: black;
	font-weight: bold;
}

/*******************************************************************************
 * CONTENT STYLES
 ******************************************************************************/
 
.content {  
	width: 637px;
	float: left;
	display: block;  
	padding: 0px;
	margin: 0px; 
}

.content p, .content h1, .content h2, form {
	margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px; 
}

.content ul {
	font-size: .7em;
}	

.content p {
	margin-bottom: 20px;
	line-height: 150%;
	font-size: .7em;
	text-align: justify; 
}

.content h1 {
	color: black;
	margin-top: 10px;	
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;	
}

.content h2 {
	color: black;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 20px; 
	font-size: 0.9em;
	font-weight: bold;	
	border-top: 1px solid #3C8476;
}
 

.image-left, .image-right {
	float: left;
	display:block;
	padding: 5px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px; 
	background-color: white;
	border: 1px solid #3C8476;
	text-align: center;
	font-family: arial;
}

.image-left p, .image-right p {
	text-align: center;
	font-size: 0.6em;
	margin: 0px;
}

.image-leftA {
	float: left;
	display:block;
	padding: 2px;
	margin: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px; 
	background-color: white;
	border: 1px solid #3C8476;
	text-align: center;
	font-family: arial;
}

.image-right {
	float: right; 
}

.content a { 
	color: #523F57;
}

.content a:hover {
	color: #E1838D;
}

.content a:visited {
	color: #8F4A53;	
}
 

/*******************************************************************************
 * FOOTER
 ******************************************************************************/
 
.footer { 
	height: 20px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	
	color: #3C8476; 	
	font-size: .7em;
	font-weight: bold;
	
	background-color: #A7BA78;
	 background-image: url("images/lookandfeel/footer_new.png"); 
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 25px;
}

.footer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;  
}

.footer .right {
	float: right; 
	
}
.footer .left {
	float: left; 
}

.footer ul {
	margin: 0px;
}

.footer ul li {
	display: inline;
	list-style-type: square;
}

.footer a {
	color: #3C8476;
	text-decoration: none;	
	margin-left: 5px;
	margin-right: 5px;
}

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

/*******************************************************************************
 * FORMS
 ******************************************************************************/

form, label, input {
	font-size: .85em;
	margin-bottom: 5px;
} 
 

input.singleLine {
	 
	margin-bottom: 10px;
	width: 300px;
}

textarea.message {
	text-align: left;
	width: 585px;
	height: 100px;	
} 

textarea.shortMessage {
	text-align: left;
	width: 585px;
	height: 50px;	
}

input.submit {
	width: 100px;	
}