body {
	margin: 0;
	padding: 0;
	background: #e7e379 url(img/body_bg.png) repeat-x top left;;
	font-size: 68%;
	line-height: 1.6364em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html>body {
	font-size: 11px;
	line-height: 1.6364em;
}

p {
	margin: 0 0 1.6364em;
}

ul {
	margin: 0 0 1.6364em;
	padding: 0 0 0 1.6364em;
}

li {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.4545em; /* 27px */
	line-height: 1.3333em; /* 36px */
	margin-top: 0;
	margin-bottom: 0em;
	font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #c19035;
}

h2 {
	font-size: 1.4545em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	font-weight: bold;
}

body.index h2 {
	font-size: 2.4545em; /* 27px */
	line-height: 1.3333em; /* 36px */
	margin-top: 0.6667em;
	margin-bottom: 0em;
	color: #c19035;
	font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

h3 {
	color: #c19035;
	font-size: 1em; /* 11px */
	line-height: 1.6364em; /* 18px */
	margin-top: 1.6364em;
	margin-bottom: 0em;
	font-weight: bold;
}

body.index h3 {
	font-size: 1.4545em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-top: 1.125em;
	margin-bottom: 0em;
	font-weight: bold;
}

h4 {
	font-size: 1em; /* 11px */
	line-height: 1.6364em; /* 18px */
	margin-top: 1.6364em;
	margin-bottom: 0em;
	font-weight: bold;
}

a {
	color: #8C8C8C;
	font-weight: bold;
}

a:visited {
	color: #666;
}

a:hover {
	color: #0d59a6;
}

sup {
	font-size: 0.6em;
}

img {
	border: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.6364em;
}

th {
	text-align: left;
	background: #E7E379;
	color: #000;
	padding: 0 9px;
}

td {
	text-align: left;
	border-top: solid 1px #fff;
	line-height: 1.5455em;
	background: #FFFBD5;
	color: #000;
	padding: 0 9px;
}

form {
	width: 38em;
	background: #BADAFA;
	color: #0D59A6;
	margin: 0;
	padding: 0;
}

form ol {
	list-style: none;
	margin: 0;
	padding: 1.6364em 0 0;
}

form li {
	clear: both;
}

label {
	width: 5em;
	margin: 0 0.5em	1.6364em;
	float: left;
	text-align: right;
}

label.required {
	font-weight: bold;
}

#lf_n {
	float: left;
}

#form_name {
	width: 18.25em;
}

#lf_a {
	clear: none;
}

#form_age {
	width: 2em;
}

#form_email {
	width: 27em;
}

#form_address {
	width: 27em;
}

#form_city {
	width: 10em;
	float: left;
}

#lf_s {
	width: 3em;
}

#form_state {
	width: 2.5em;
	float: left;
}

#lf_z {
	width: 2em;
}

#form_zip {
	width: 6.25em;
	float: left;
}

input {
	background: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.6364em;
	padding: 0.25em;
	border: solid 1px #0D59A6;
	font-weight: bold;
	color: #000;
}

input.submit {
	margin: 0 0 1.6364em 6em;
}

input.submit:hover {
	background: #449AF0;
}

input.submit:focus {
	background: #449AF0;
}

input.submit:active {
	background: #0D59A6;
	color: #fff;
}

#main {
	margin: 0;
	padding: 0;
	position: relative;
	width: 960px;
	background: #fff url(img/main_bg.png) repeat-y top left;
}

#header {
	background: url(img/header.jpg) top left no-repeat;
	width: 960px;
	height: 200px;
}

#header h1 {
	margin: 0;
	width: 346px;
}

#header img {
	display: block;
}

#nav {
	position: absolute;
	top: 145px;
	right: 53px;
}

#nav li {
	float: left;
	background: #0D59A6 url(img/navbtn_l.png) center left no-repeat;
	margin: 0 0 0 9px;
	padding: 0;
	list-style: none;
	display: block;
}

#nav li a {
	display: block;
	background: url(img/navbtn_r.png) center right no-repeat;
	color: #fff;
	margin: 0;
	padding: 0 9px;
	line-height: 2.2728em;
	text-decoration: none;
}

#nav li a:hover {
	color: #E7E379;
}

#contentarea {
	color: #666;
	width: 893px;
	margin-left: 46px;
	background: url(img/header_lower.jpg) top left no-repeat; /* *** I losted my background! */
}

#contentarea:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contentarea {display: inline-block;}
/* Hides from IE-mac \*/
* html #contentarea {height: 1%;}
#contentarea {display: block;}
/* End hide from IE-mac */

#content_main {
	float: left;
	width: 550px;
	padding-left: 40px;
}

body.index #content_main p, body.index #content_main h2, body.index #content_main h3, body.index #content_main h4, body.index #content_main ul {
	padding-left: 40px;
}

body.index #content_main {
	width: 590px;
	padding-left: 0;
}

#spotlight {
	background: #c9a245 url(img/spotlight_lower.png) repeat-y bottom left;
	color: #fff;
	width: 590px;
	padding-bottom: 1.6364em;
	margin-bottom: 1.6364em;
	min-height: 234px;
}

#spotlight h2 {
	background: url(img/spotlight_upper.jpg) top left no-repeat;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0em;
	padding-top: 0.6667em;
}

#spotlight h3 {
	color: #000;
	margin-top: 0;
}

#spotlight h4 {
	color: #E7E379;
	margin-top: 0;
}

.videobox {
	float: right;
	margin: 18px 18px 0;
}

.first_item{
	width: 288px;
	float: left;
}

.second_item {
	width: 300px;
	float: left;
}

.give_img {
	float: right;
}

#content_main .first_item h2, #content_main .second_item h2 {
	margin-top: 0;
}

#content_sidebar {
	float: left;
	width: 240px;
	margin-left: 30px;
}

.side_item {
	background: url(img/sidebar_lower.png) bottom left no-repeat;
	padding: 0 0 0.5em;
	margin-bottom: 1.6364em;
}

#content_sidebar .side_item h2 {
	background: url(img/sidebar_upper.png) top left no-repeat;
	color: #4A99D2;
	font-size: 1.4545em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin: 0;
	padding: 0.625em 18px 0.5em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

#content_sidebar .side_item.audience h2 {
	background: url(img/sidebar_upper_aud.png) top left no-repeat;
	color: #A97E2F;
}

.side_item p {
	margin: 0 18px;
}

.side_item ul {
	margin: 0 18px 0.9364em; /* -0.5 for box bottom padding */
	padding: 0;
}

.side_item.audience ul {
	list-style: none;
}

.side_item p.more_link {
	margin: 0 18px 0.9364em; /* -0.5 for box bottom padding */
	text-align: right;
}

#footer {
	clear: both;
	width: 960px;
	background: #e7e379 url(img/main_bg_bottom.png) top left no-repeat;
	text-align: right;
	padding-bottom: 1.6364em;
}

#footer img {
	margin: 36px 18px 0;
}

#footer p {
	margin: 36px 18px 0 0;
	color: #C39138;
}

body.index .first_item {
	background: url(img/icon_question.png) top left no-repeat;
}

body.index .second_item {
	background: url(img/icon_money.png) top left no-repeat;
}

body.whatisit #content_main {
	background: url(img/icon_question.png) top left no-repeat;
}

body.signup #content_main {
	background: url(img/icon_pencil.png) top left no-repeat;
}

body.for_1014 #content_main, body.for_1518 #content_main, body.for_business #content_main, body.for_changers #content_main, body.for_parents #content_main, body.for_women #content_main {
	background: url(img/icon_arrow.png) top left no-repeat;
}

body.itinvt #content_main {
	background: url(img/icon_it.png) top left no-repeat;
}

body.benefits #content_main {
	background: url(img/icon_money.png) top left no-repeat;
}

body.education #content_main {
	background: url(img/icon_pencil.png) top left no-repeat;
}

.inline_logo {
	float: left;
	margin-right: 1em;
}

#content_main *.errors {
	color: #A6360E;
}
