/*
// --------------------------------------------------------------------------------------------------------------------
// HTML Element Overrides
// --------------------------------------------------------------------------------------------------------------------
*/
#container {
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto;
}

#header {
	width: 985px;
	height: 53px;
	margin: 0 auto 0;
}

#logo {
	margin:10px 0 0 18px;
	width:233px;
	height:63px;
	float: left;
}

#main_nav_wrapper {
	width: 985px;
	margin: 0 auto 0;
	height:34px;
}

#main_nav_l {
	background: url('/web/framework/skins/images/style/main_nav_l.jpg') no-repeat;
	height: 34px;
	width:18px;
	float: right;
	white-space:nowrap;
}
#main_nav_r {
	background: url('/web/framework/skins/images/style/main_nav_r.jpg') no-repeat;
	height: 34px;
	width:9px;
	float: right;
	margin-right: 30px;
	white-space:nowrap;	
}
#main_nav_c {
	background: url('/web/framework/skins/images/style/main_nav_c.jpg') 0 100% repeat-x;
	height: 34px;
	float: right;
	white-space:nowrap;
}
#main_nav_c ul {
	display: inline;
	margin-left: 10px;
}

#main_nav_c li {
	display: inline;
	color: #5d7730;
	font-size: 16px;
	line-height:34px;
	padding: 0px 20px 0px 20px;
	border-left: 1px solid #b8b885;	
}
#main_nav_c li.first {
	border-left:none;
	line-height:34px;	
}
#main_nav_c li a{
	text-decoration: none;
	color: #5d7730;
}
#main_nav_c li a:hover{
	text-decoration: none;
	color: #1878b2;
}
#main_nav_c li.last {
	border-right:none;
	line-height:34px;	
}
#logout {
	text-align:right;
	font-size:11px;	
	padding-right:40px;
	width:230px;
	float:right;
}
#join_mailer {
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}

.input_rounded {	
	/*background: url('/web/framework/skins/images/style/input_rounded.jpg') no-repeat;*/
	border:1px solid #88ACE0;
	width: 226px;
	height: 31px;
	color: #999999;
	font-size: 14px;
	padding: 5px 0 0 5px;
	margin:1px 5px 0 0;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.input-button {
	display: inline-block;
	height: 31px;
	vertical-align: top;
	background: white url('/web/framework/skins/images/style/btn_green_rounded.jpg') no-repeat right top;
	cursor: pointer;
}

.input-button span {
	display: block;
	display: inline-block; /* only for IE6 */
	color: white;
	font-size:14px;
	padding: 0 20px;
	height: 100%;
	background: url('/web/framework/skins/images/style/btn_green_cap.jpg') no-repeat left top;
	overflow: hidden;
	position: relative;
	padding-top: 5px;
}

.input-button input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0); /* only for IE */
}

.input-button:link, .input-button:visited, .input-button:hover, .input-button:active {
	color: black;
	text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
	background: #ffffff;
	text-align: left; 
	color: #000000;
	margin:0 auto;
}
h1 {
	font-size: 22px;
	color:#1878b2;
	margin-top: 10px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #0d476a;
	padding-top: 10px;
	font-weight:normal;
}
hr {
	border: 1px solid #a2b8ce;
	margin: 10px 0 5px 0;
}
img {
	border: none;
}
p {
	font-size: 14px;
	color: #393939;
	margin: 10px 10px 10px 0;
}
ul.sc { 
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
	text-align: left;
	vertical-align: bottom;
}
ul.sc li { 
	background: url(/web/framework/skins/images/style/li_sc.jpg) no-repeat;
	padding-left: 20px;
	margin: 0px auto 0px;
	color:#0da3ce;
	vertical-align: bottom;
	line-height: 30px;
}
a {
	font-size: 14px;
	color:#1874CD;
	text-decoration:none;
}
a:hover {
	font-size: 14px;
	color:#22cefe;
}
#formcontainer {
	width:920px;
	margin: 0 auto;
}

#footer {
	width: 955px;
	height: 31px;
	margin: 0 auto;
	padding: 5px;
	font-size:10px;
}
#footer p {
	color: #cccccc;
}
#stage_header table {
    width: 100%;
}
#stage_header table td {
    vertical-align: baseline;
	padding-top: 10px;
}
#stage_header h1 {
	color: white;
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	text-align:left;
}
#stage_header .info {
	font-size: 11px;
	color:white;
	white-space: nowrap;
	text-align: right;
}
.errorMessage
{
	border:2px solid #CD3333;
	background-color:#EEB4B4;
	padding:3px;
	font-weight:bold;
	color:#A62A2A;
}

.successMessage
{
	border:2px solid #55AE3A;
	background-color:#8CDD81;
	padding:3px;
	font-weight:bold;
	color:#55AE3A;
}

.clearfix {
	clear: both;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.pg_margin_l {
	padding-left: 50px;
}
.pg_margin_r {
	padding-right: 50px;
}
.align_c {
	text-align: center;
}
.inputField {
	border: 1px solid #0d476a;
	padding: 2px 4px;
	background: #fff;
	color: #838B83;
	font-size:24px;
	margin-left: 10px;
	font-weight:bold;
	height:35px;
}
input.radio {
	padding: 2px 4px;
	margin-left: 10px;
}
input.checkbox {
	padding: 2px 4px;
	margin-left: 10px;
}
textarea
{
	border: 1px solid #0d476a;
	padding: 2px 4px;
	background: #fff;
	color: #838B83;
	font-size:11px;
	margin-left: 10px;
}
#content_left {
    width: 600px;
}
#stage_header {
	background: url('/web/framework/skins/images/style/stage_header_bg.jpg') repeat-y #1878b2;
	width: 985px;
	height: 51px;
	margin: 0 auto;
}
#page_row {
	width: 985px;
	background: url('/web/framework/skins/images/style/page_content_bg.jpg') repeat-y #ffffff;
	margin:0 auto;
	padding-bottom:10px;
}
#page_end {
	width:960px;
	background: url('/web/framework/skins/images/style/page_end_bg.jpg') repeat-x #ffffff;
	margin: 0 auto;
	height:14px;
}
#pre_page_end {
	margin-left:3px;
}
#page_content {
	width: 890px;
	padding: 0 30px 0 40px;
}
#page_header {
    width: 100%;
    height: 55px;
    background: url('/web/framework/skins/images/style/container_bg.jpg') repeat-x;
    clear:both;
}
#page_body {
	width:985px;
	height:100%;
	margin: 0 auto;
}
#submit {
	display: block;
	margin: 20px 0 0 10px;
	padding-top:7px;
	background: url(/web/framework/skins/images/style/btn_submit_blue.jpg) no-repeat;
	width: 130px;
	height: 27px;
	border: none;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	cursor: pointer;
}
#submit:hover {
	cursor: hand;
}
.table_panel {
	width:930px;
	margin: 0 auto;
	text-align:left;
}
.howitworks_panel {
	position:absolute;
	background: url(/web/framework/skins/images/style/howitworks_panel.gif) no-repeat;
	width:572px;
	height:261px;
	margin-top:40px;
	float:left;
	z-index:100;
}
.howitworks_step {
	width:160px;
	padding:10px;
	float:left;
	text-align:center;
}
.howitworks_step p {
	font-size:12px;
	color:#1878b2;	
}
.pink {
	color: #c52088;
}
.gray {
	color:#383838;
}
.grayout {
	position:absolute;
	top:0;
	left:0;
	background-color:#999999;
	width:100%;
	height:100%;
	opacity: 0.7;
	filter:alpha(opacity=70);
	float:left;	
	z-index:50;
}
#tab_nav {
	float:left;
	width:100%;
	background:#ffffff;
	line-height:normal;
}
#tab_nav ul {
	margin:0;
	padding:3px 25px 0px 15px;
	list-style:none;
}
#tab_nav li.active {
	float:left;
	background:url("/web/framework/skins/images/style/tab_01.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#tab_nav li.active a {
	float:left;
	display:block;
	background:url("/web/framework/skins/images/style/tab_02.gif") no-repeat right top;
	padding:3px 15px 12px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
#tab_nav li {
	float:left;
	background:url("/web/framework/skins/images/style/tab_03.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#tab_nav a {
	float:left;
	display:block;
	background:url("/web/framework/skins/images/style/tab_04.gif") no-repeat right top;
	padding:3px 15px 12px 6px;
	text-decoration:none;
	color:#0e486b;
}
#tab_body {
	background: url("/web/framework/skins/images/style/tab_bg.gif") no-repeat left top;
	min-height: 910px;
	padding:10px;
}
.termsValue a {
	font-size:11px;
}
