@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#01a4c5;
	margin:0px;
	line-height:18px;
}
h1 {
	font-size:24px;
	color:#00afd2;
	font-weight:bold;
	line-height:26px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
#li_cost:hover, #li_cost2:hover, #li_cost3:hover {
	cursor:pointer;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:178px;
	background:#FFFFFF;
}
#nav_container {
	clear:both;
	margin:0px auto;
	height:38px;
	background:#FFFFFF;
}
#content_container {
	clear:both;
	margin:0px auto;
	background:#FFFFFF;
}
#footer_container {
	clear:both;
	margin:0px auto;
	background:#01a4c4;
}

/*** HEADER ***/

#header_top {
	clear:both;
	margin:0px auto;
	height:38px;
	background:#000000;
	border-bottom:#666666 solid 1px;
}

#nav_lostlogin {
	float:left;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:5px;
	}
#nav_lostlogin a:link, #nav_lostlogin a:visited, #login a:link, #login a:visited {
	color:#0099CC;
	text-decoration:none;
	}

#nav_lostlogin a:hover, #nav_lostlogin a:active, #login a:hover, #login a:active {
	color:#FFFF00;
	text-decoration:none;
	}
#login_wrap {
	clear:both;
	margin:0px auto;
	width:960px;
}
#login {
	float:right;
	padding-top:10px;
	height:22px;
	color:#FFFFFF;
	text-align:right;
	
}
#header {
	clear:both;
	margin:0px auto;
	width:960px;
	height:139px;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;
	width:944px;
	height:38px;
	padding-left:8px;
	padding-right:8px;
	background:url(../images/nav_bg.png) no-repeat;
}
#nav a {
	display:block;
	float:left;
	padding-top:11px;
	height:27px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
#nav a:hover {
	margin-top:1px;
	padding-top:10px;
	height:26px;
	color:#FFFFFF;
	background:#00afd2;
	text-decoration:none;
}


/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	width:960px;
}
#wysiwyg {
	background:#FFFFFF;
}

#wysiwyg a:link, #wysiwyg a:visited {
	color:#00AFD2;
	text-decoration:none;
}
#wysiwyg a:hover {
	text-decoration:underline;
}


#content_left {
	float:left;
	width:464px;
}
#content_right {
	float:right;
	width:480px;
	padding-top:15px;
}
#content_right ul {
	list-style-image:url(../images/list_line.gif);
	margin-left:5px;
	padding-left:25px;
	padding-bottom:10px;
}
#panel {
	width:100%;
	padding-top:10px;
	padding-bottom:22px;
	background:#f8f8f8;
}
#news_tab {
	float:left;
	padding-left:9px;
	padding-right:9px;
	width:140px;
	height:310px;
	color:#525252;
	border-left:#959595 solid 1px;
}
#news_date {
	height:50px;
	font-size:14px;
	letter-spacing:-1px;
}
.date_num {
	font-size:30px;
	font-weight:bold;
}
#news_img {
	width:138px;
	height:73px;
	background:#FFFFFF;
	border:#c1c1c1 solid 1px;
	overflow:hidden;
}
#news_text {
	height:130px;
	font-size:11px;
	line-height:11px;
	overflow:hidden;
}
#news_btn {
	padding-top:10px;
}
#slideshow {
	width:464px;
	height:194px;
	background:url(../images/flash.jpg) no-repeat;
}
#member_tab {
	margin-top:10px;
	width:442px;
	height:100px;
	padding:10px;
	font-size:11px;
	line-height:12px;
	background-color:#f8f8f8;
	border:#d6d6d6 solid 1px;
	overflow:hidden;
}
#member_tab img {
	margin-right:10px;
	border:#c1c1c1 solid 1px;
}
#member_tab h1 {
	margin:0px;
	line-height:12px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#member_tab a:link, #member_tab a:visited {
	color:#00AFD2;
	text-decoration:underline;
}
#member_tab a:hover {
	text-decoration:underline;
}
.profile {
	z-index:1000;
	position:absolute;
	margin-top:-10px;
	display:none; 
	padding:5px; 
	width:420px;
	background:#ffffff; 
	border:#CCCCCC solid 1px;
}
#buttons {
	padding:1px;
	padding-top:2px;
	padding-bottom:2px;
}
#btn_left {
	display:block;
	float:left;
	width:230px;
	height:61px;
	background:url(../images/btn_become.png) no-repeat;
}
#btn_right {
	display:block;
	float:right;
	width:230px;
	height:61px;
	background:url(../images/btn_benefits.png) no-repeat;
}
#quote {
	width:436px;
	padding:14px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	background:#8c8c8c;
}
#quote .norm {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:18px;
}

/*** FOOTER ***/

#footer_top {
	clear:both;
	margin:0px auto;
	height:25px;
	background:#000000;
	border-top:#999999 solid 1px;
	border-bottom:#99dfed solid 1px;
}
#footer {
	clear:both;
	margin:0px auto;
	width:960px;
	height:114px;
	color:#FFFFFF;
	font-size:11px;
	line-height:24px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_left {
	float:left;
	padding-left:120px;
	padding-top:30px;
	width:300px;
	height:80px;
	background:url(../images/footer_logo.gif) top left no-repeat;
}
#footer_right {
	float:right;
	width:200px;
	padding-top:20px;
	text-align:right;
}

/*** MEMBERSHIP ***/

.terms {
	width:100%;
	height:200px;
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
	border:1px solid #cccccc;
	padding:5px;
	}
.terms b {
	float:none;
	width:auto;
	color:#CCCCCC;
	}
.terms p {
	line-height:normal;
	color:#CCCCCC;
	}
ul li .terms ol li {
	list-style-type:decimal;
	line-height:normal;
	text-align:justify;
	color:#CCCCCC;
	}
ul li .terms ol {
	/*margin-left:0px;*/
	
	}
.terms h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#CCCCCC;
	}
.terms h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	}