@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

p {
	font-size: .8em;
	line-height: 1.2em;
	padding: 0 0 10px;
}

ul {
	font-size: .8em;
	list-style: disc outside url("images/puzzle.png");
	margin-bottom: 20px;
	margin-left: 20px;
}

img {
	border: medium none;
}

body {
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
        margin: 0 auto;
        width: 1020px;
}
#content {
        width: 100%;
}

#container {
	width: 1020px;
	margin: 0;
	padding: 0;
}

#header {
	background: url(images/header.png) no-repeat scroll 0 0;
	width: 1020px;
	height: 240px;
	margin: 0;
}

#logo {
	float: right;
	margin: 20px 110px 0 0;
	text-align: right;
}

#logo img {
	margin-bottom: 20px;
}

#menu {
	background: none repeat scroll 0 0 #8CBE59;
	height: 40px;
	width: 900px;
	margin-right: 60px;
	margin-left: 60px;
}

#menu_items {
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1020px;
}

#menu_items ul {
	margin: 0;
	padding: 0 0 0 58px;
}

#menu_items li {
	display: inline;
	margin-right: 60px;
}

#content {
	width: 1020px;
	height: 620px;
	margin: 0;
	background-image: url(images/content.png);
	text-align: left;
}

#content_left {
	width: 490px;
	float: left;
	padding-left: 60px;
}

#benefits {
	width: 400px;
	float: left;
	margin: 10px 40px 0 50px;
}

#list_left {
	float: left;
	width: 180px;
}

#list_right {
	float: left;
	width: 180px;
	margin-left: 40px;
}

#content_right {
	width: 320px;
	float: left;
	padding-left: 40px;
}

#maincopy {
	float: left;
	margin-top: 30px;
}

#footer {
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1020px;
}

#footer p {
	font-size: 10px;
}

h1 {
	color: #8CBE59;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}

h2 {
	color: #8CBE59;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}


/*************Drop Down Menu*****************/

.bluetabs{
/*border-bottom: 1px solid gray;*/
border: none;
background: none repeat scroll 0 0 #8CBE59;
height: 40px;
width: 900px;
margin: 0;
}

.bluetabs ul{
padding: 12px 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 0 85px 0;
/*margin-right: 3px;*/
/*border: 1px solid #778;*/
color: #FFFFFF;
/*background: white url(media/bluetab.gif) top left repeat-x;*//*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
/*text-decoration: underline;*/
color: #FFFFFF;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
/*background-image: url(media/bluetabactive.gif);*/ /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
margin-top: 11px;
margin-left: 30px;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 220px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px;
text-decoration: none;
color: black;
}

.dropmenudiv_b p{
width: auto;
display: block;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px;
text-decoration: none;
color: black;
font:normal 12px Arial;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #8CBE59;
color: #FFFFFF;
}


























	