﻿/* ------------ global ------------  */

*
{
	margin:0;
	padding:0;
}

body
{
	background:url(../images/bg.jpg) repeat-x #f0f0f0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#container
{
	width:790px;
	margin:0 auto;
}

h1
{
	color:#006666;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2
{
	color:#fff;
	font-size:18px;
	font-weight:bold;	
	margin:0;
	padding:0;	
}

h3
{
}

h4
{
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.clear
{
	clear:both;
}

.red
{
	color:#ff0000;
}

.strong
{
	font-weight:bold;
}

/* ------------ header ------------  */

#header
{
	width:780px;
	background:url(../images/body-bg.jpg) repeat-y;
	float:left;
	padding:0 5px;
}

#left-header
{
	width:335px;
	float:left;
}

#logo
{
	width:335px;
	height:88px;
	float:left;
	background:url(../images/hdr-top-tile.jpg) repeat-x #d8d8d8;
}

#logo-margin
{
	margin:12px 0 0 14px;
}


#banner
{
	width:335px;
	height:212px;
	background:url(../images/banner-bg.jpg) no-repeat;
	float:left;
}

#right-header
{
	float:right;
	width:445px;
}

#arrow-tile
{
	width:39px;
	background:url(../images/arrow-tile.jpg);
	float:left;
}

#arrow-wrapper
{
	width:445px;
	float:left;
	background:url(../images/arrow-tile.jpg) repeat-y;
}

#arrow-content
{
	width:366px;
	float:right;
	padding:10px 20px 0 20px;
}

#arrow-content p
{
	margin-top:5px;
	margin-bottom:5px;
}

#body-content p
{
	margin-top:5px;
	margin-bottom:5px;
}

#box
{
	width:366px;
	float:left;
}

#body-text
{
	float:right;
	width:384px;
}

#body-text p
{
	margin-top:10px;
	margin-bottom:5px;
}

.phone
{
	width:326px;
	float:left;
	height: 73px;
}

.join-now
{
	float:left;
	clear:both;
}

.checkbox-space
{
	padding-left:3px;
}

.checkbox ul
{
	list-style-type:none;
}

.checkbox li
{
	padding:4px;
}

.state
{
	float:left;
	clear:both;
}

#arrow-bottom
{
	width:445px;
	float:left;
	height:99px;
	background:url(../images/arrow-bottom.jpg) no-repeat;
	text-align:right;
	margin-top:-20px;
}

#go
{
	width:102px;
	height:99px;
	float:right;
}

#arrow-bottom-content
{
	width:343px;
	float:left;
	margin-top:36px;
	color:#fff;
}

#header-bottom
{
	width:790px;
	float:left;
	background:url(../images/body-bg.jpg) repeat-y;
}

#header-bottom-content
{
	font-size:14px;
	width:740px;
	padding:10px 25px;
}

#header-bottom-content p
{
	margin:10px 0 5px 0;
}

/* ------------ body ------------  */

#body-wrapper
{
	background:url(../images/body-tile.jpg) repeat-y;
	width:790px;
	float:left;
	margin-top:10px;
}

#body-content
{
	padding:10px 20px;
	width:750px;
	float:left;
}

#body-content2
{
	padding:10px 20px;
	width:750px;
	float:left;
}

#body-content2 p
{
	margin-bottom:10px;
	margin-top:5px;
}

#body-top
{
	padding:10px 20px;
	float:left;
	line-height:25px;
	width:790px;
}

#body-bottom
{
	background:url(../images/body-bottom.jpg) no-repeat;
	float:left;
	width:790px;
	height:10px;
}


/* ------------ footer ------------  */

#footer
{
	background:url(../images/footer-tile.jpg) repeat-y;
	width:790px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	color:#fff;
	text-align:center;
	font-size:11px;
}

#footer-content
{
	padding:10px;
	width:770px;
	float:left;
}

#footer-top
{
	background:url(../images/footer-top.jpg) no-repeat;
	float:left;
	width:790px;
	height:10px;
}

#footer-bottom
{
	background:url(../images/footer-bottom.jpg) no-repeat;
	float:left;
	width:790px;
	height:10px;
}

#footer a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover
{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;	
}


