/* CSS Document */

body {
	background:#BBCCBB;/*Background color of the page behind the wrapper.*/
	/*Having a margin and padding of zero allows the wrapper to start directly at the top of the viewport.*/
	margin: 0;
	padding: 0;
	font:Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;/*Centers page in viewport of internet browser.*/
	width: 57.8em;/*Set width of the wrapper.*/
	border:thin double #AAAAAA;
	background-color: #FFFFFF;
	font:Arial, Helvetica, sans-serif;
	
}
#header {
	background: url(../images/texture9245262.gif);
	height: 2em;
	color: #AAAAAA;
	font: 3em/3.4em Magneto;
	
	padding-bottom: 2ems;
}

#wrapper #contents {
	padding: 1em;
	padding-left: 6.5em;
	padding-right: 6em;
	font:Arial, Helvetica, sans-serif;
}
#wrapper #contents p {
	font: Arial; 
}
#wrapper #contents ul {
	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	list-style: none;
	float: left;
	
}
#wrapper #contents ul li {
	float: left;

}
#wrapper #contents ul li a {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	background: #BBCCBB;
	display: block;
	width: 8.3em;
	border: thin solid #AAAAAA;
	

}
#wrapper #contents ul li a:hover{
	line-height: 2em;
	color: #FFFFCC;
	text-decoration: none;
	background: #85A385;
	display: block;
	width: 8.3em;
	border: thin solid #AAAAAA;
	

}
.current {
	line-height: 2em;
	color: #FFFFCC;
	text-decoration: none;
	background: #85A385;
	display: block;
	width: 8.3em;
	border: thin solid #AAAAAA;
	

}
#wrapper #contents ol {
	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	list-style: none;
	float: left;
	margin-left: -0.6em;
	margin-right: 1em;
}
#wrapper #contents ol li {
	margin: .2em;

}
#wrapper #contents ol li a {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	background: #85A385;
	width: 10em;
	display: block;
	

}
#wrapper #contents ol li a:hover{
	line-height: 2em;
	color: #FFFFCC;
	text-decoration: none;
	background: #BBCCBB;
	width: 10em;
	

}
#footer {	
	background-color: #FFFFFF;/*Same background as wrapper so that it doesn't look like a separate element.*/
	font: bold 75% Arial, Helvetica, sans-serif;
	text-align: center;/*Aligns text and other elements center in the footer.*/
	clear: both;/*Separates the footer from the content in the wrapper*/
}
h1 {
	font: Bold Arial, Helvetica, sans-serif;
	font-size:18px;
}
h2 {
	font: Arial;
	font-size:12px;
	font-weight: bolder;
	color:#CC9999;
	
}
h3 {
   font: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #85A385;
	font-weight: bolder;
}
h4 {
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
h5 {
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
}
.img{
	
	margin-right: 15px;
}
.img2 {
	float: left;
	margin-right: 0.5em;
	margin-bottom: .6em;
}
.img3 {
	float: left;
	margin-right: 2.4em;
	margin-bottom: 2em;
}
ul {
        list-style: none;
        margin: 0;
        padding: 0;
		text-align:center;
		font:Arial, Helvetica, sans-serif;
        }
p {
	font: Arial;
	font-size:14px;

}
.style1 {
 	font: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #AAAAAA;
}
#wrapper #contents p {
	font: Arial;
}
.lefttestimonials {
	font:Arial;
	font-size:12px;
	background-color:#D5DA92;
	width: 55.4em;
	padding: 1em;
	padding-right: 2em;
	padding-left: 2em;
	border: thin solid #AAAAAA;
}
.righttestimonials {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 22em;
	padding: 1em 2em;
	border: thin solid #AAAAAA;
	background: #D5DA92 top;
	display: block;
}
.benefits {
	background: url(../images/benefits.jpg) no-repeat;
	color: #000000;
	text-align: center;
	width: 20em;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:16px;
	text-align:center;
}
.nodeco {
	text-decoration: none;
	border: thin solid #AAAAAA;

}
.nodeco1 {
	text-decoration: none;
	border: 0;

}