/* CSS Document */


.row_even {
	background-color:#EEF1F9;
}

.red {
	color:#FF0000;
}

/* Style spec's for tooltip  */
div#tipDiv {
	position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	background-color:#ffffcb; border:1px solid #cc0000; 
	width:200px; padding:6px;
	color:#000; font-size:11px; line-height:1.3;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#002A7D;
}
h1 {
	line-height:normal;
}
h2 {
	font-size:150%;
	line-height:normal;
}
a {
	color:#E3752F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear_both {
	clear:both;
}
.bold {
	font-weight:bold;
}
.image_align {
	vertical-align:top;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.image_left {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}

.main_wrapper {
	width:770px;
	margin-right:auto;
	margin-left:auto;
}
.header {
	float:left;
	margin-top:10px;
	margin-bottom:4px;
	width:770px;
}
.header img {
	border:none;
}
.member_box {
	float:right;
	background-color:#EAEAEA;
	border:solid 1px #CCCCCC;
	padding:5px 10px 8px 10px;
	text-align:center;
	font-weight:bold;
	line-height:1.6em;
}
.join_now {
	float:right;
	background-color:#EAEAEA;
	border:solid 1px #CCCCCC;
	padding:5px 10px 8px 10px;
	text-align:center;
	font-weight:bold;
	line-height:1.6em;
}
.join_now a {
	font-size:150%;
}
.box_block {
	float:left;
	background-image:url(images/heading_middle.gif);
	background-repeat:repeat-x;
	width:350px;
	margin-bottom:10px;
}
.box_heading {
	float:left;
	padding-top:5px;
	padding-left:2px;
	font-weight:bold;
}
.box_text {
	float:left;
	width:328px;
	padding:10px;
	border-left:solid 1px #9F9B93;
	border-right:solid 1px #9F9B93;
}
.box_footer {
	float:left;
	width:350px;
	background-image:url(images/footer_middle.gif);
	background-repeat:repeat-x;
}
.width400 {
	width:400px;
}
.width378 {
	width:378px;
}
.cal_label {
	float:left;
	width:100px;
	margin-right:5px;
	text-align:right;
}
.cal_result_label {
	float:left;
	width:120px;
	margin-right:5px;
	text-align:right;
}
.calculator_result {
	font-size:110%;
	line-height:1.6em;
}
#navigation {
	background-image:url(images/nav_bar.gif);
	background-repeat:no-repeat;
	background-position:0% 0px;
	height:57px;
	float:left;
	width:770px;
	margin-bottom:5px;
}
.nav_high {
	background-position:0% -58px !important;
}
.nav_high_current {
	background-position:0% -115px !important;
}
#tabs {
	float:left;
	width:100%;
	font-size:110%;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:0px 10px 0px 00px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:7px 19px 7px 10px;
	margin-right:2px;
	color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#002A7D;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}

/* Same as the hover versions*/
#tabs .current span {
	color:#002A7D;
	background-position:100% -42px;
}
#tabs .current a {
	background-position:0% -42px;
}
/* --------- */
/* Same as the hover versions But Blue*/
#tabs .menu_root span, #tabs .menu_root a:hover span {
	color:#002A7D;
	background-position:100% -84px;
	color:#FFFFFF;
}
#tabs .menu_root a, #tabs .menu_root a:hover {
	background-position:0% -84px;
}
/* --------- */
#tabs2 a {
	color:#06C;
}
.nav_high_current #tabs2 a {
	color:#FFFFFF;
}
#tabs2 .tabcontent{
	display:none;
}
#tabs2 {
	color: #06C;
	width:756px;
	float:left;
	margin-top:5px;
	margin-left:7px
}
#tabs2 ul {
	margin:0;
	padding:0px 10px 0px 00px;
	list-style:none;
}
#tabs2 li {
	display:inline;
	margin:0px;
	padding:0px;
	margin-right:15px;
}
.homepage_col1 {
	float:left;
	width:400px;
}
.join_now_col1 {
	float:left;
	width:391px;
}
.login_now_col1 {
	float:left;
	width:391px;
}
.login_now_col1 .submit_input {
	float:right;
	margin-right:10px;
}
.homepage_col2 {
	width:350px;
	margin-left:20px;
	float:left;
}
.join_now_col2 {
	width:350px;
	margin-left:20px;
	float:left;
}
.input_title {
	font-size:80%;
	color:#666666;
}
#intro_video {
	width:400px;
	height:125px;
	text-align:center;
}
.footer {
	border-top:1px solid #CCCCCC;
	padding:5px;
	padding-bottom:30px;
	margin-top:10px;
	clear:both;
	color:#999999;
	font-size:90%;
	line-height:1.3em;
	text-align:right;
}
.footer_link {
	color:#999999;
}
.form_row {
	margin-bottom:5px;
	clear:both;
	float:left;
	width:380px;
}
label {
	margin-right:5px;
	width:120px;
	float:left;
	text-align:right;
	font-weight:bold;
}
.input_text, .input_textarea {
	width:250px;
	float:left;
	border:1px solid #999999;
}
.required {
	color:#FF0000;
}
fieldset {
	margin-bottom:5px;
	border-width: 1px;
	border-style: solid;
	border-color:#999999;
	padding-bottom:5px;
}
fieldset legend {
	font-size:larger;
	font-weight: bold;
	padding-bottom:8px;
}
.system_message {
	padding:5px;
	background-color:#EAEAEA;
	border:solid 1px #CCCCCC;
	font-weight:bold;
}
.page_wide {
	width:770px;
	float:left;
}
.page_col1 {
	width:560px;
	float:left;
}
.page_col2 {
	width:200px;
	float:left;
	margin-left:10px;
	display:inline;
}
.width200 {
	width:200px;
}
.width178 {
	width:178px;
}

.news_col1 {
	float:left;
	width:380px;
}
.news_col2 {
	float:left;
	width:380px;
	display:inline;
	margin-left:10px;
}
.width380 {
	width:380px;
}
.paging {
	padding:0px 10px 0px 10px;
}
.news_item {
	float:left;
	color:#000000;
	margin-left:8px;
	margin-bottom:5px;
	display:inline;
	width:365px;
}
.homepage_news_item p {
	display:inline;
}
.current_news {
	color:#002A7D;
}
.field_agree {
	float:left;
	display:inline;
	margin-left:5px;
	width:365px;
	border:1px solid red;
	padding:5px;
	background-color:#EAEAEA;
	border:solid 1px #CCCCCC;
	font-weight:bold;
}
.field_agree label {
	float:right;
	width:330px;
	text-align:left;
}
.field_agree input {
	float:left;
}