@charset "utf-8";
body {
	background-color: #C5DA83;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(images/pix.png);
	background-attachment: scroll;
}

#wrapper {
	text-align: left;
	width: 720px;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3B7401;
	border-right-color: #3B7401;
	border-bottom-color: #3B7401;
	border-left-color: #3B7401;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-box-shadow: 0px 0px 10px #292929;
	-webkit-box-shadow: 0px 0px 10px #292929;
	box-shadow: 0px 0px 10px #292929;
}

p	{margin: 1em;}
h1	{
	color: #FFF;
	background-color: #8ECDEE;
	margin: 1em;
	padding: 10px;
	border: 10px solid #C5DA83;
	font-size: 1.5em;
	font-weight: lighter;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

h2	{
	margin: 1em;
	color: #6FBF28;
}
h3	{
	margin: 1em;
	color: #6FBF28;
}
h4	{
	margin: 1em;
	color: #6FBF28;
}
h5	{
	margin: 1em;
	color: #6FBF28;
}



strong {
	color: #6FBF28;
}

a:link {
	color: #6FBF28;
	text-decoration: none;
}

a:visited {
	color: #6FBF28;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#header {
	margin: 0px;
	padding: 0px;
	height: 180px;
}

#navigation {
	height:2em;
	line-height:2em;
	color:#ffffff;
	background-color: #8ECDEE;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#navigation li a {
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

* html #navigation a {
	width: 1%;

}

#navigation .selected,#navigation a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #C8E7F7;
}

#bullet_list {
	margin 0px;
	line-height: 1.5em;
}

#mainContent {
	background-color: #FFF;
	height: auto;
	padding: 15px;
	border-top: 5px solid #C8E7F7;
}

#mainContent ul {
	padding-left:100px;
	padding-right:100px;
}

.testimonial {
	background-color: #C8E7F7;
	text-align: left;
	float: none;
	height: auto;
	width: 600px;
	border: 3px solid #8ECDEE;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-style: italic;
	background-image: url(images/quotes.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.testimonial h2 {
	text-align:center;
}

.testimonial img {
	background-color: #FFF;
	padding:5px;
	margin:5px;
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
	box-shadow: 1px 1px 3px #292929;
}

.testimonial strong {
	color: #333;
}

.blueblock {
	background-color: #C8E7F7;
	text-align: left;
	float: none;
	height: auto;
	width: 600px;
	border: 3px solid #8ECDEE;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-style: italic;
	padding: 3px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.blueblock h2 {
	text-align:center;
}

.blueblock img {
	background-color: #FFF;
	padding:5px;
	margin:5px;
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
	box-shadow: 1px 1px 3px #292929;
}

.blueblock strong {
	color: #333;
}

.faq_title {
	cursor: hand;
	cursor: pointer;
	color: #FFF;
	background-color: #a4d77f;
	margin-left: -40px;
	margin-right: 250px;
	padding: 5px;
	font-size: 1.2em;
	border: 1px solid #74BF3C;
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
	box-shadow: 1px 1px 3px #292929;
}

.faq_content {
}

#footer {
	background-color: #8ECDEE;
	height: 2em;
	line-height:2em;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

table.articleTable{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

table.articleLeft{
	width:325px;
}

table.articleRight{
	width:325px;
}

#join_news{
	float: right;
	margin-top:200px;
	margin-right: -240px;
	width: 220px;
}

* {
margin: 0; padding: 0;
}

