body {
	margin:0; padding: 0;
	font: 12px normal Verdana, Geneva, sans-serif;
	background: #383337 url(../images/body_bg.jpg) repeat-x;
	color:#fcffe9;
}
a {
	color:#7ead40;
	text-decoration:none;
}
a:visited {
	color:#bef872;
}
a:hover {
	color:#FC0;
}
input, textarea, option, select {
	color:#FFF;
	background-color:#373737;
	border:#333;
	padding-left:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.recaptchatable #recaptcha_response_field {
	background-color:#CCC;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat center top;
	padding-top: 120px;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	z-index:10;
}
.topnav li.back {
	background: url(../images/topnav_hover.gif) no-repeat right -35px;
	width: 9px; height: 2px;
	z-index: 8;
	position: absolute;
}
.topnav li.back .left {
	background: url(../images/topnav_hover.gif) no-repeat top left;
	height: 1px;
	margin-right: 9px;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	z-index:9999;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#main {
	width:700px;
	background:#262626 none repeat scroll 0 0;
	margin:5% 2%;
}
.rtop, .rbottom{ 
	background:#383337 none repeat scroll 0 0;
	display:block;	
}
.rtop *, .rbottom *{ 
	background:#262626 none repeat scroll 0 0;
	display: block; height: 1px; overflow: hidden;
}
.r1{margin: 0 5px;}
.r2{margin: 0 3px;}
.r3{margin: 0 2px;}
.r4{margin: 0 1px; height: 2px;} 
h1,h2,h3,h4{
	padding:0 10px;
}
p {
	padding:0 20px;
	text-align:justify;
}
.benefits_h3 {
	color:#262626;
	padding:0;
}
.error {
	color:#F30;
}
.highlight{
	color:#06C;
}
.big{
	font-size:larger;
}
table {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#accordion {
	list-style: none;
	padding-left:10px;
	width: 650px;
}
#accordion li{
	display: block;
	background-color:#444645;
	font-weight: bold;
	margin: 1px;
	cursor: pointer;
	padding-left:5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#accordion ul {
	list-style: none;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	display: none;
}
#accordion ul li{
	font-weight: normal;
	cursor: auto;
	background-color: #424345;
	color:#e1e5ed;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
}
#accordion a {
	text-decoration: none;
}

#footer {
	clear: both;
	width: 960px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	padding-right:250px;
	text-align: center;
	font-size:smaller;
}