/*********************************
************ RESET CSS ***********
*********************************/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: top;
}

tr, td {
	vertical-align: top;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

.alignRight{
	text-align: right;
}

.alignLeft{
	text-align: left;
}

.cleanList {
	padding: 0px; 
	margin: 0px; 
	list-style: none;
}

.fullList{
	list-style-type: disc;
	list-style-position: inside;
}

.fullList li{
	list-style-type: oval;
	padding: 3px 0 3px 0px;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: &quot;.&quot;;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a{
	color: #018CCC;
}

a:hover{
	color: red;
}



/*********************************
************ STRUCTURE ***********
*********************************/

body {
	background: #282523 url('../images/body-background.jpg') repeat-x top left;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-size-adjust: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	padding: 40px 0 0 0;
}

#page {
	margin: 0 auto;
	width: 800px;
	position: relative;
	text-align: left;
	background: white;
}

#header{
	height: 130px;
	width: 100%;
}

#logo {
	padding: 5px;
}

#phone{
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 20px;
	color: #89BE35;
	font-weight: bold;
}

#menu{
	text-align: center;
	width: 100%;
}

#menuList{
	background-color: #e1e1e1;
	width: 100%;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-top: 2px solid #909398;
	border-bottom: 1px solid #909398;
}

#menuList .firstMenu {
	margin-left: 100px; 
	border-left: 1px solid #909398;
}

#menuList li {
	background-color: #e1e1e1;
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	border-right: 1px solid #909398;
}

#menuList li:hover {
	background-color: #393c41;
}

#menuList li a {
	color: #212429;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	margin-top: 12px;
	text-align: center;	
	text-decoration: none;
}

#menuList li a:hover {
	color: white;
	text-decoration: none;
}

#main {
	vertical-align: top;
	padding: 20px 20px 40px 20px;
}	

h1{
	margin: 10px 0;
	font-size: 18px;
	color: #89BE35;
	font-weight: bold;
}

h2{
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

.blueBox{
	
}

#topOptions {
	color: white;
}

#topOptions a {
	color: white;
}

#topOptions a:hover {
	color: black;
	text-decoration: underline;
}

#topOptions h3 {
	height: 40px;
	padding-top: 15px;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid black;
	margin: 0px;
}

#topOptions p {
	padding: 15px 15px 5px 15px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}

#topOptions div div {
	text-align: right;
	font-weight: bold;
}

#whatWeDo {
	position: relative;
	background: #03b36b;
	float: left;
	width: 250px;
	height: 240px;
}

#whatWeDo h3{
	background: #059138;
}

#whatWeDo div {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#pricing{
	position: relative;
	background: #8dc605;
	float: left;
	width: 250px;
	height: 240px;
}

#pricing ul{
	font-weight: bold;
	font-size: 14px;
}	

#pricing h3{
	background: #6cc906;
}

#pricing div {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#howToJoin{
	position: relative;
	background: #fc9c09;
	float: left;
	width: 250px;
	height: 240px;
}

#howToJoin h3{
	background: #ff6f06;
}

#howToJoin div {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#footer {
	text-align: center;
	background: #edeeee;
	color: grey;
	font-size: 12px;
	padding: 10px 0 0 0;
	height: 30px;
}