/* main.css - Shane Beliveau */

* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #FFF url(../images/background2.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
	text-align: left;
	font-size: 11pt;
	line-height: 125%;
	height: 100%;
}

img {
	border: none;
}

select {
	width: 60px;
}

fieldset {
	border: none;
}

a:link, a:visited, a:active {
	color: #02729e;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

#main_container {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	width: 800px;
	margin: 0px auto -20px;
	background: #FFF;
	overflow: auto;
}

#header {
	height: 175px;
	position: relative;
	background: transparent url(../images/header.jpg) no-repeat;
}

#push {
	height: 40px;
}

#footer {
	clear: both;
	color: #222;
	height: 20px;
	position: relative;
}

#content {
	width: 798px;
	padding-bottom: 15px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: auto;
}

#left_container {
	float: left;
	width: 510px;
	padding-left: 20px;
	margin-top: 20px;
	position: relative;
}

#right_container {
	float: right;
	width: 230px;
	padding-right: 20px;
	margin-top: 20px;
}

#offer {
	height: 279px;
	position: relative;
	background: transparent url(../images/offer_background_new.jpg) no-repeat;
}

#offer table {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#offer .field {
	width: 110px;
}

#offer table td {
	color: white;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

#offer table td .red_star {
	color: red;
}

/* --------  Stats Table -------- */

.table_stats {
	position: relative;
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}

.table_stats table {
  background: transparent;
	width: 350px;
	float: right;
	border-color: #222;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

.table_stats table td, .table_stats table th {
	padding: 6px 10px;
	text-align: center;
	border-color: #222;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
}

.items {
	position: absolute;
	top: 32px;
	left: 20px;
	line-height: 2.15em;
	z-index: 10;
}

.table_stats .green {
	background: #4A9B22;
	color: #FFF;
}

.table_stats .orange {
	background: #FC9A00;
	color: #FFF;
}

/* ------------------------------ */

.submit {
	margin-left: 15px;
	display: block;
	width: 115px;
	height: 58px;
	background-image: url(../images/enter_button.png);
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
	border: none;
}

.submit:hover {
	background-position: 0px -60px;
}

.sign_up_now {
	width: 230px;
	height: 95px;
	background: url(../images/get_started.jpg) no-repeat;
	background-position: 0px 0px;
	display: block;
	margin-bottom: 15px;
}

.sign_up_now:hover {
	background-position: 0px -96px;
}

.easy_as_123 {
	width: 200px;
	padding: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #4A9B22;
	margin-bottom: 15px;
	position: relative;
}

.easy_as_123 .one {
	position: absolute;
	top: 45px;
	left: 14px;
	height: 24px;
	width: 24px;
	background: url(../images/number_1.jpg);
}

.easy_as_123 .two {
	position: absolute;
	top: 118px;
	left: 14px;
	height: 24px;
	width: 24px;
	background: url(../images/number_2.jpg);
}

.easy_as_123 .three {
	position: absolute;
	top: 192px;
	left: 14px;
	height: 24px;
	width: 24px;
	background: url(../images/number_3.jpg);
}

.enroll_list {
	margin-left: 44px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.our_partners {
	display: block;
	width: 225px;
	height: 245px;
	background: url(../images/partners.gif) no-repeat;
}

.copy {
	clear: both;
	margin-bottom: 15px;
}

.interest_saved {
	clear: both;
	font-size: 22px;
	color: #222;
	text-align: right;
	width: 100%;
	padding-top: 8px;
	font-weight: bold;
}

.video_space {
	width: 510px;
	height: 300px;
	background: transparent url(../images/video_cap.jpg) no-repeat;
	margin-bottom: 15px;
}

.terms_graph {
	width: 510px;
	height: 122px;
	margin-bottom: 10px;
	background: url(../images/terms_graph.jpg) no-repeat;
}

.title {
	text-transform: uppercase;
	color: #FC9A00;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

.copyright {
	text-align: center;
	font-size: 10px;
}

.headline {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-size: 13pt;
}

.green {
	color: #4A9B22;
}

.white {
	color: #FFF;
	font-size: 22px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #222;
}

/* ##############################################
Pop-Under CSS
############################################## */

#popunder_container {
	width: 600px;
	height: 400px;
	position: relative;
	font-family: "Myriad Pro", Arial, sans-serif;
}

#popunder_container .logo {
	position: absolute;
	top: 15px;
	left: 10px;
}

#popunder_left {
	float: left;
	width: 310px;
	position: relative;
}

#popunder_right {
	float: left;
	width: 290px;
	position: relative;
}

#popunder_left .content {
	margin-top: 100px;
	padding: 10px;
	background-color: #86a315;
	-moz-border-radius-topright: 5px;
	height: 340px;
}

#popunder_left .text {
	margin-top: 10px;
	color: white;
}

#popunder_right .content {
	
}

#popunder_right .book {
	position: absolute;
	top: 35px;
}

#popunder_right .book_text {
	width: 140px;
	font-size: 11px;
	position: absolute;
	left: 144px;
	top: 35px;
}

#popunder_right .table_form {
	position: absolute;
	left: 20px;
	top: 200px;
}

#popunder_right .table_form td .red_star {
	color: red;
}

#popunder_right .table_form td {
	padding: 3px 0px;
}

#popunder_right .table_form td.indent {
	padding-left: 10px;
}

#popunder_right .table_form .submit {
	background: url(../images/popunder_submit.jpg) no-repeat;
	width: 261px;
	height: 56px;
	margin: 10px 0px;
}

/* Admin Section
----------------------------------------------------------------------------------------------------*/

.admin {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.admin .center {
	width: 960px;
	margin: 0 auto;
}

admin table {
	clear: right;
}

.admin td {
	color: #FFF;
	padding: 10px;
	font-size: 12px;
}

.admin th {
	color: #FBC411;
	height: 50px;
	font-size: 18px;
	background: #000;
}