/*
	Main Body
*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(../images/bg.gif) top left repeat-x;
	font: 0px Arial, Tahoma, sans-serif;
	line-height: 200%;
	color: #000;
}

#container {
	margin: 10px auto 10px auto;
	padding: 0px;
	width: 728px;
}

/*
	Header
*/
#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 728px;
	height: 131px;
	/*background: url(../images/header.jpg) top left no-repeat;*/
}

#header h1 {
	height: 131px;
	background: url(../images/header.jpg) no-repeat;
	text-indent: -50000px;
	margin-bottom:-5px;
}

/*#logo {
	border: 0px;
}

#logo img {
	border: 0px;
}

#logo {
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}*/

/*
	Header Menu
*/
#headerMenu {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 728px;
	height: 41px;
	background-color: #55b5bb;
}

#headerMenu img {
	border: 0px;
}

#headerMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 41px;
}

#headerMenu ul li {
	display: inline;
}

#headerMenu a.home_button { 
  background:url(../images/home_button.gif) repeat 0px 0px; 
  width: 76px; 
  height: 40px; 
  display: block; 
	float:left;
}

#headerMenu a.home_button span { 
  display: none; 
}

#headerMenu a.home_button:hover { 
  background: url(../images/home_button.gif) repeat 0px -40px; 
}

#headerMenu a.home_button_active { 
  background:url(../images/home_button.gif) repeat 0px -40px; 
  width: 76px; 
  height: 40px; 
  display: block; 
	float:left;
}

#headerMenu a.home_button_active span { 
  display: none; 
}

#headerMenu a.howitworks_button { 
  background:url(../images/howitworks_button.gif) repeat 0px 0px; 
  width: 131px; 
  height: 40px; 
  display: block;
	float: left; 
}

#headerMenu a.howitworks_button span { 
  display: none; 
}

#headerMenu a.howitworks_button:hover { 
  background: url(../images/howitworks_button.gif) repeat 0px -40px; 
}

#headerMenu a.howitworks_button_active { 
  background:url(../images/howitworks_button.gif) repeat 0px -40px; 
  width: 131px; 
  height: 40px; 
  display: block; 
	float:left;
}

#headerMenu a.howitworks_button_active span { 
  display: none; 
}

#headerMenu a.benefits_button { 
  background:url(../images/benefits_button.gif) repeat 0px 0px; 
  width: 92px; 
  height: 40px; 
  display: block; 
	float:left;
}

#headerMenu a.benefits_button span { 
  display: none; 
}

#headerMenu a.benefits_button:hover { 
  background: url(../images/benefits_button.gif) repeat 0px -40px; 
}

#headerMenu a.benefits_button_active { 
  background:url(../images/benefits_button.gif) repeat 0px -40px; 
  width: 92px; 
  height: 40px; 
  display: block; 
	float:left;
}

#headerMenu a.benefits_button_active span { 
  display: none; 
}

#headerMenu a.contact_button { 
  background:url(../images/contact_button.gif) repeat 0px 0px; 
  width: 120px; 
  height: 40px; 
  display: block; 
	float:right;
}

#headerMenu a.contact_button span { 
  display: none; 
}

#headerMenu a.contact_button:hover { 
  background: url(../images/contact_button.gif) repeat 0px -40px; 
}

#headerMenu a.contact_button_active { 
  background:url(../images/contact_button.gif) repeat 0px -40px; 
  width: 120px; 
  height: 40px; 
  display: block; 
	float:right;
}

#headerMenu a.contact_button_active span { 
  display: none; 
}

/*
	Body Content
*/
#bodyContainer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 728px;
	background: url(../images/body_bg.gif);
	font: 12px Arial, Tahoma, sans-serif;
}

#bodyContent_top {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
}

#bodyContent_bottom {
	padding: 20px 20px 20px 20px;
}

#bodyTop {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 728px;
	height: 9px;
	background: url(../images/body_top.gif);
}

#bodyBottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 728px;
	height: 10px;
	background: url(../images/body_bottom.gif);
}

#top_image {
	float: right;
	width: 110px;
	margin-left:10px;
}

#bottom_image {
	float: left;
	width: 110px;
	margin-right:10px;
}

/*
	Footer
*/
#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 728px;
	height: 49px;
	background-color: #55b5bb;
}

/*
	Footer Menu
*/
#footerMenu {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 728px;
	font: 12px Arial, Tahoma, sans-serif;
	color: #fff;
}

#footerMenu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#footerMenu li {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
}

#footerMenu a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #55b5bb;
	font-weight: bold;
	text-decoration: none;
}

#footerMenu a.copyright {
	margin: 5px 10px 0px 5px;
	padding: 0px;
	float: right;
}

#footerMenu a.copyright:hover {
	color: #fff;
}

#footerMenu a:hover {
	color: #a6f2f7;
}

/*
	Footer Text
*/
#footerMenu a.footerText {
	padding: 0px;
}

#footerMenu a.footerText:hover {
	color: #fff;
}

/*
	General
*/
p {
	padding: 0px;
	text-align: justify;
}

p img {
	border: 0;
}

h1 {
	padding: 0px;
	font-size: 16px;
	color: #000;
	background-color: #f1f1f1;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Fix to enable FF and IE to expand Body Panel Correctly */
.clearing {
	height:0;
	clear:both;
}

/*
	Contact Us Form
*/
#contact-form label {
	float: left;
	width: 30%;
	font-size: 12px;
	margin-left: 1.2em;
}

#contact-form div {
	clear: left;
	margin: 0.4em 0 0.6em 0;
	padding-left: 10px;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form legend {
	color: #fff;
}

#contact-form .txt {
	/*width: 70%;*/
	border: 1px solid #55b5bb;
}

#contact-form textarea.txt {
	/*width: 60%;*/
}

#contact-form .btn {
	border: 2px solid #fff;
	background-color: #55b5bb;
	color: #fff;
	padding: 0.4em;
}

#contact-form div.submit {
	text-align: center;
}