body {
	background: #75a1b1 url(../gfx/bg.png) top repeat-x;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 100%;
	background: url(../gfx/header.jpg) top no-repeat ;
}

a {
	color: #0642a6;
	font-size: 1.0em;
}

a:hover {
	color: #095be7;
}

.ads {
	margin: 20px 0 0 0 ;
}

#nav {
	color: white;
	font: x-small Verdana, sans-serif;
	height: 25px;
	padding-top: 5px;
}

#nav a {
	color: white;
	margin-right: 10px;
}

#nav a:hover {
	color: #437efb;
}

#nav-feature {
	text-align: right;
}

#nav-feature a {
	margin-right: 0;
}

#header {
	margin: 0 0 10px 0;
}

#rightCol {
	margin: 0 0 0 0;
}

#header h1{
	font: 1.3em Georgia, "Times New Roman", Times, serif;
}

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

#selections li {
	margin: 0 0 10px 0;
	float: left ;
}

#selections a {
	display: block ;
	width: 200px ;
	padding: 10px 10px 15px 10px ;
	border-top: 1px solid #b2d2ed;
	border-bottom: 3px solid #37414a;
	background: #07395c /*url(../gfx/button.gif) repeat-x left top*/;
	text-decoration: none ;
}

#selections .new
{
	background: #07395c url(../gfx/new.png) no-repeat top right ;
}

#selections a:link, #selections a:active, #selections a:visited {
	color: #fff ;
}

#selections a:hover {
	background: #37414a ;
}

#quote {
	text-align: right;
	color: black;
	clear: both;
}

#sections h1 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	margin-bottom: 0;
}

#sections h2 {
	font: 1.05em Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	/*background: url(../gfx/star2.png) no-repeat left center;*/
	margin: 0 0 0 10px;
}
/*
#sections h2 a {
	color: black;
	text-decoration: none;
}

#sections h2 a:hover {
	color: black;
	text-decoration: none;
}*/

#sections p {
	margin: 0 0 0 20px;
	font-size: .9em;
}

.section {
	margin: 0 0 15px 0;
}

#feature h1 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	background: url(../gfx/star.png) no-repeat left center;
	margin-bottom: 0;
}

#feature h2 {
	font: 1.05em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px;
}

#feature p {
	margin-bottom: 20px;
}

#feature ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-weight: bold;
}

#feature ol li {
	margin-bottom: 5px;
}

#feature ul {
	list-style-type: square;
	list-style-position: inside;
}

#feature ul li {
	margin-bottom: 5px;
}

.normalize {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

#about h1 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
}

#about {
	margin-top: 10px;
}

#about p {
	margin-bottom: 20px;
}

#disclaimer 
{
	font-size: .7em ;
}

.LV_validation_message{
    font-weight:normal;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#green;
}

.LV_invalid {
    color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #green;
}

.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 430px;
	background: url(../gfx/arrow.png) no-repeat left center #07395c ;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: url(../gfx/arrowDown.png) no-repeat left center #666699 ;
	color: #ffffff;
	border-bottom: 1px solid #07395c;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.feature {
	margin-bottom: 10px;
}