/* GLOBAL STYLES */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/body_background.gif) repeat-y center top;
	font-family: Tahoma, Geneva, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #0a6094;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	position: relative;
	width: 908px;
	margin: 0 auto;
	background: #fff url(images/body_background.gif) repeat-y center top;
}

/* HEADER STYLES */
#header {
	position: relative;
	background: #fff;
	width: 908px;
	height: 88px;
}
#header img {
	margin: 10px 0 0 10px;
	border: none;
}
#header ul {
	position: absolute;
	right: 25px;
	top: 55px;
	font-size: 13px;
}
#header ul li {
	display: inline;
	font-family: Georgia, serif;
	color: #0a6094;
}
#header ul li a:link, #header ul li a:visited {
	margin-right: 5px;
}

/* MAIN IMAGE and DISMISS BOX STYLES */
#main_graphic {
	position: relative;
	background: #a1c0d2 url(images/car.jpg) no-repeat 0 0;
	height: 308px;
	z-index: 1;
}
#dismiss_box {
	position: absolute;
	width: 220px;
	top: 88px;
	left: 610px;
}
#dismiss_box h1 {
	font-size: 14px;
	color: #0a6094;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}
#dismiss_box ul {
	font-size: 11px;
	line-height: 16px;
	list-style: none;
	padding-left: 20px;
}
#dismiss_box ul li {
	background: url(images/bullet.gif) no-repeat left 55%;
	padding-left: 9px;
}
a:link.reg_btn, a:visited.reg_btn {
	position: relative;
	left: 117px;
	background: #ef483a url(images/btn-register.png) no-repeat left top;
	display: block;
	width: 185px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0;
	/* positioning of the text */
	line-height: 25px;
	text-indent: 37px;
}
a:hover.reg_btn {
	background: #8fca72 url(images/btn-register.png) no-repeat left bottom;
	text-decoration: none;
}
#dismiss_box .reg_btn {
	left: 18px;
	}

/* MAIN CONTENT STYLES */
#content {
	position: relative;
	top: 30px;
	left: 242px;
	width: 444px;
	min-height: 300px;
	_height: 300px;
}
#content h1, h3 {
	top: 30px;
	display: inline; /* shrink-wraps the border (underline) */
	font: bold italic 14px Georgia, serif;
	color: #2b75a2;
	padding-bottom: 2px;
	border-bottom: 3px dotted #86e364; /* underline */
}
#content h3 {
	color: #4384ae;
	border: none;
	text-transform: uppercase;
	font: normal normal 12px Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	}
#content h1 em {
	font-family: Tahoma, Geneva, sans-serif;
	color: #3eaa16;
	font-style: normal;
}
#content p {
	margin: 13px 25px 15px 0px;
	line-height: 17px;
	font-size: 12px;
	text-align: justify;
}
#content em {
	font-family: Georgia, Times, sans-serif;
	color: #3eaa16;
}
#content strong {
	color: #2b75a2;
}
#content ul, ol {
	margin: 15px 20px 0 20px;
	padding-bottom: 1px;
	font-size:12px;
}
#content ul li {
	list-style-type: disc;
	margin: 3px 5px 1px 10px;
	line-height: 16px;
	color: #2F85C2;
}
#content ul li p {
	margin: 0;
	color: #000;
	}
#content ol {
	padding-right: 0;
	color: #619f37;
	font-weight:bold;
}

#content ol li {
margin:6px 0 1px 16px;
}

#content ol li p {
	position: relative;
	left: -5px;
color:black;
margin:0;
font-weight:normal;
}

/* CONTENT WRAPPER STYLES */
#content_wrapper {
	position: relative;
}

/* PRIMARY SIDEBAR STYLES */
#primary_sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 211px;
	height: 422px;
}
#main_nav {
	list-style: none;
	background: gray url(images/nav-selected.jpg) no-repeat 0 0;
	margin-top: -4px;
	height: 194px;
}
#main_nav li {
	margin-bottom: -4px;
}
#main_nav li a {
	position: relative;
	display: block;
	width: 211px; /* clickable area */
	height: 42px;
	line-height: 39px;
	color: #fff;
	margin-top: 0;
	text-indent: 44px;
	font-size: 14px;
}
#main_nav li a:hover {
	background-image: url(images/nav-over.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
}
li.home a:hover {
	background-position: 0 0;
}
li.how_it_works a:hover {
	background-position: 0 -38px;
}
li.about a:hover {
	background-position: 0 -76px;
}
li.contact a:hover {
	background-position: 0 -114px;
}
li.register a:hover {
	background-position: 0 -152px;
}
#main_nav #selected a {
	color: #0a6094;
	font-weight: bold;
	background-color: #fff;
	background-image: url(images/nav-selected.jpg);
	background-repeat: no-repeat;
	cursor: default;
}
#selected.home a, #selected.home a:hover {
	background-position: 0 -194px;
}
#selected.how_it_works a, #selected.how_it_works a:hover {
	background-position: 0 -232px;
}
#selected.about a, #selected.about a:hover { 
	background-position: 0 -270px;
}
#selected.contact a, #selected.contact a:hover { 
	background-position: 0 -308px;
}
#selected.register a, #selected.register a:hover { 
	background-position: 0 -346px;
}
#secure_icons {
	position: absolute;
	bottom: 0;
	left: 14px;
	width: 220px;
}
#secure_icons img {
	margin: 0 8px;
}

/* LOGIN FORM STYLES */
form#login {
	margin-top: 24px;
	margin-left: 20px;
	font-size: 12px;
	color: #4384ae;
	letter-spacing: 1px;
}
form#login fieldset {
	border: none;
}
form#login p#legend {
	text-transform: uppercase;
	margin-bottom: 10px;
	background: transparent url(images/arrow-blue.gif) no-repeat 102px 50%;
	padding-right: 15px;
}
form#login p strong { /* needed for proper underline of the text only */
	text-decoration: underline;
	font-weight: normal;
}
form#login label {
	line-height: 18px;
	font-size: 12px;
}
form#login input {
	border: 1px solid #9fcdeb;
	width: 115px;
	padding: 3px 2px 1px 4px;
	font-family: Georgia, serif;
	color: #3f3f3f;
	background-color: #f3f9fc;
}
form#login input#submit {
	background: #42b52a url(images/btn-login.png) no-repeat left top;
	border: none;
	width: 64px;
	height: 25px;
	padding: 0 0 5px 0;
	color: #fff;
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
form#login input#submit:hover { /* not supported by old browsers */
	background: #eae545 url(images/btn-login.png) no-repeat left bottom;
	cursor: pointer;
}

/* SECONDARY SIDEBAR STYLES */
#secondary_sidebar {
	position: absolute;
	width: 211px;
	right: 0;
	top: 0;
	height: auto;
	padding-top: 5px;
}
#secondary_sidebar div#background {
	background: #2b75a2 url(images/sidebar-background.png) repeat-y left top;
	z-index: -1;
}
#secondary_sidebar h2 {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 7px 25px 7px 0;
	margin: -8px 0 0 12px;
}
#secondary_sidebar h2 img {
	margin: 0 0 1px 3px;
}

/* selling points DL */
.selling_point {
	position: relative;
	left: 22px;
	top: 20px;
	width: 190px;
	margin-bottom: 20px;
}
#icon1 {
	background: url(images/icon-house.gif) no-repeat left top;
}
#icon2 {
	background: url(images/icon-clock.gif) no-repeat left top;
}
#icon3 {
	background: url(images/icon-cert.gif) no-repeat left top;
}
dl {
	margin-left: 45px;
	width: 135px;
}
dt {
	color: #0a6094;
	font-weight: bold;
	font-size: 12px;
}
dd {
	line-height: 16px;
	font-size: 11px;
	width: 125px;
}
dd a:link, dd a:visited {
	color: #000;
}

/* MIDDLE BACKGROUND GRAPHIC */
#mid_background {
	position: absolute;
	width: 700px;
	height: 28px;
	right: 0px;
	top: 394px;
	background: transparent url(images/mid-background.jpg) no-repeat 1px top;
	z-index: -1;
	}

/* FOOTER */
#footer {
	position: relative;
	margin-top: 60px;
	bottom: 10px;
	width: 900px;
	padding-top: 13px;
	color: #a4c9dc;
	font-size: 11px;
	text-align: center;
}
#footer ul li {
	list-style: none;
	display: inline;
}
#footer ul li a:link, #footer ul li a:visited {
	margin-right: 5px;
	color: #a4c9dc;
}
#footer ul li a:hover {
	color: #0a6094;
}
#footer p {
	font-size: 10px;
	margin: 3px 0 25px 0;
}
