/*090507*/
/* 9pt/12 = .75em */
/* 10pt/12 = .84em, 1.0em=14pt */

* { /*RESET: cross-browser */
padding: 0;
margin: 0;
}
body {
text-align: center;
xdisplay: inline; /*Buggy for FFox forms */
font-size: .68em;  
font-family: arial, helvetica, sans-serif; 
background-color:#f1f1f1;
position: relative; /* */
behavior: url(/styles/csshover.htc); /* Needed for IE drop-down menus */
color: #444;
background:url(../images/back_index.gif) repeat-x;
}
a{
text-decoration:none;
color:#0066CC;
}
a:hover{
text-decoration:none;
color:#f30;
}
a:hover#faq{
text-decoration:underline;
color:#f30;
}

/* COLUMNS: Alsett Clearfix, use in column container opening <div> */
.clearfix:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

/* Fix for IE Mac */
.clearfix {
display: inline-block}

/*IE Holly Hack \*/
	* html .clearfix {
	height: 1%;}
	.clearfix {
	display: block; 
	}
/*End IE Holly Hack*/
.clearfix {
display: block;
}

/* clearfloats: Use between <div>'s as a block spacer */
div.clearfloats {
clear: both;
margin: 0px 0 0 0;
display: inline; /*clears IE's doubling of float margins but also removes the ability to add margin width */
}

/************* table border collapse ***********/
.bordercollapse {
border-collapse: collapse;
border: 0px;
padding: 0px;
margin: 0px;
}

/************* background setup **********
x#background {
background-image: url(../images/background.jpg);
background-repeat: repeat;
background-repeat: no-repeat;
background-repeat: repeat-x;
background-repeat: repeat-y;
}
*/

/************* FONT ***********/
h1 {
font-size:13.2pt;
font-weight:bold;
text-align:left;
color:#0e3577;
}
h1.H1_border {
font-size:13.2pt;
font-weight:bold;
text-align:left;
color:#0e3577;
border:1px solid #cccccc;
background-color:#f1f1f1;
padding:4px;
}
h2 {
font-size:11pt;
font-weight:bold;
text-align:left;
color:#095ba6;
}
h3 {
font-size: 11pt;
font-weight: bold;
text-align: left;
color:#0e3577;
}
h3.withlines {
border-top:1px dotted #dddddd;
padding-top:15px;
font-size: 11pt;
font-weight: bold;
text-align: left;
color:#0e3577;
}
h4 {
font-size:9pt;
font-weight:bold;
text-align:left;
color:#095ba6;
}
h5 {
font-size:8pt;
font-weight:bold;
text-align:left;
color:#0e3577;
}
p {
text-align:left;
}
.big {
text-align: left;
color:#0e3577;
font-size: 1.7em;
margin: 12px 0 8px 0;
}
.small {
font-size: 0.7em;
}
.red {
color: #f00;
padding: 0 2px;
}
.captionwhbold {
color:#ffffff;
}

/************* TEST ***********/
.test01 {background-color: #fcc}
.test02 {background-color: #cfc;}
.test03 {background-color: #ccf;}
.test04 {border: 1px solid #f00;}
.test05 {border: 1px solid #0f0;}
.test06 {border: 1px solid #00f;}

/************* HEADER  ***********/
.topper, .topper_800{
position: relative;
height: 85px;
background: url(../images/back_topper.gif);
}

.header_login, .header_login_800 {
position: absolute;
top: 5px; /*background graphic compensation*/
right: 10px;
width: 270px;
text-align:right;
}
.login_arrow {
position: absolute;
top: 5px; /*background graphic compensation*/
right: 278px;
display: inline;
}
.header_login_800 {
right: 56px;
}
.header_login img, .header_login_800 img{
margin-top: 0px;
}
a.login_bold{
color:#039;
font-size: 10.5pt;
font-weight: bold;
border: 0;
}
a:hover.login_bold {
color:#0033FF;
text-decoration:underline;
}
a.login_href{
font-size:8.6pt;
font-face:arial, tahoma, verdana;
font-weight:normal;
color:#fff;
text-decoration:none;
padding: 0 0 2px 0;
}
a:hover.login_href{
color:#ddd;
text-decoration:underline;
}
a:visited.login_href{
color:#ddd;
text-decoration:none;
}
.header_phone, .header_phone_800 {
position: absolute;
top: 64px; /*background graphic compensation*/
right: 10px;
width: 250px; 
height: 20px;
text-align:right;
}
.header_phone_800 {
right: 50px;
}
.login_bluefont-lg{
font-size:12pt;
font-family:arial, tahoma, verdana, sans-serif;
font-weight:bold;
color:#036;
}
.login_bluefont-sm{
font-size:8pt;
font-family:arial, tahoma, verdana, sans-serif;
font-weight:normal;
color:#036;
}

/************* MENU  ***********/
.menu_cont {
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
margin: 0;
display:run-in;
}

/*************  LIVECHAT ***********/
.lc_container {
margin: 14px 0 0 0;
}
.lc_chat {
float: left;
display: inline;
width: 220px;
height: 53px;
background:url(../images/box_chat.gif) no-repeat;
padding: 0;
margin: 60px 0 0 0;
}
.activator { /*control position of active bug*/
padding: 0;
margin: 0;
}
.lc_phone {
float: left;
display: inline;
width: 157px;
height: 38px;
background:url(../images/box_phone.gif) no-repeat;
padding: 0;
margin: -12px 0 0 0;
}
.lc_email {
float: left;
display: inline;
width: 50px;
height: 38px;
cursor:pointer;
background:url(../images/box_email.gif) no-repeat;
padding: 0;
margin: -12px 0 0 4px;
}
/************* LIVECHAT WIDE  ***********/
.lc_container_wide {
width: 228px;
margin: 10px auto;
}
.lc_chat_wide {
text-align: left;
height: 42px;
margin: 4px 0;
background:url(../images/chatbox_a1.gif) no-repeat;
}
.activator_wide { /*control position of active bug*/
padding: 2px 0 0 0;
margin: 0; 
}
.contact_cont_sub {
}
.lc_email_wide {
float: left;
display: inline;
}
.lc_phone_wide {
float: left;
display: inline;
}

/************* NEWS Scrollbox ***********/
.scroll_container{
text-align: center;
margin: 5px 0 20px 0;
}
.scroll_container_index{
text-align: center;
margin: 5px 0 2px 0;
}
.scroll_box, .scroll_box_index {
width: 100%;
height: 100px;
overflow: auto;
text-align: right;
font-size: 1.0em;
margin: 0 auto;
xbackground-color: #efefef;
}
.scroll_box_index {
height: 170px;
border-bottom:1px dotted #cccccc;
}
.scroll_box h1, .scroll_box_index h1{
font-size: 7.6pt;
font-weight: bold;
}
.scroll_newstext {
border-bottom: 1px dotted #a3c1d9;
padding: 4px 3px 6px 6px;
}
.scroll_newstext a h1{
text-decoration: none;
color: #1e266c;
}
.scroll_newstext a:hover h1{
color:#f30;
}
/************* FOOTER ***********/
.footer, .footer_800 {
width: 754px;
margin: 0 auto 5px;
background-color:#fff;
/*border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;*/
}
.footer_800 {
width: 798px;
}
.footer_menu {
background-color: #ccc;
line-height: 1.8em;
text-align: left;
padding: 0 0 0 5px;
font-size: .8em;
color: #000033;
}
.leftfoot {
float:left;
display:inline;
margin-left: 3px;
}
.rightfoot {
float:right;
display:inline;
margin-right: 5%;
}
.footer_special {
font-size: 1.3em;
font-weight: bold;
color:#1e266c;
}
.footer_menu a {
font-size:8.6pt;
color:#1e266c;
text-decoration:none;
color:#1e266c;
text-decoration:none;
}
.footer_menu a:hover {
color:#000;
text-decoration:none;
}
.footer_menu a:visited {
color:#1e266c;
}
.footer_text {
margin: 4px;
text-align: left;
font-size: .9em;
color: #757575;
padding: 4px;
background-color: #fff;
}
.footer_text a {
color: #757575;
text-decoration: underline;
}
.footer_text a:hover {
color: #000;
}

/************* MAIN ***********/
.page_top {
width: 754px;
margin: 5px auto 0;
border: none;
}
.main {
text-align: center;
}
.banner_index {
width: 754px;
height: 172px;
margin: 0 auto;
background: url(../images/index_banner.jpg) no-repeat;
}
.cont_main_subs {
width: 754px;
margin: 0 auto 0;
border: none;
background-color: #ffffff;
padding:0px;
text-align: left;
background: url(../images/back_02.gif) repeat;
}
.content_spacer{
width:754px;
margin:0 auto 0;
height:10px;
background-color:#ffffff;
}
.cont_01 {
width:503px;
float:left;
display:inline;
margin:0 10px 0 10px;
}
.leftbox {
width: 503px;
height: 489px;
background: url(../images/back_01.gif) no-repeat;
}
.leftbox-nographic {
width: 503px;
}
.leftbox-nographic p{
margin:0px 8px 15px 10px;
font-family:arial;
font-size:9pt;
color:#666666;
}
.leftbox-nographic H1{
margin:0px 8px 15px 10px;
font-size:13.2pt;
font-weight:bold;
text-align:left;
color:#0e3577;
}
.leftbox-nographic H2{
margin:0px 8px 15px 10px;
font-size:11pt;
font-weight:bold;
text-align:left;
color:#095ba6;
}
.leftbox-nographic H3{
margin:0px 8px 15px 10px;
font-size:11pt;
font-weight:bold;
text-align:left;
color:#0e3577;
}
.leftbox-nographic ul, .leftbox-nographic ol{
padding:0px;
margin:8px 0px 15px 35px;
}
.leftbox-nographic ul li, .leftbox-nographic ol li{
padding:0px 0px 8px 0px;
font-family:arial;
font-size:8.7pt;
color:#1c5b80;
}
.leftbox-nographic ul li#faq, .leftbox-nographic ol li#faq{
padding:0px 0px 3px 0px;
}
.leftbox-nographic div.title_graphic{
margin:0px auto 8px;
}
.lb_top {
height: 150px;
}
.box_a {
float: left;
display: inline;
width: 390px
}
.header_01 {
height: 40px;
margin: 6px 0;
text-align: right;
}
.h01_img, .h02_img, .h03_img {
float: left;
display: inline;
width: 28px;
height: 28px;
margin: 8px 4px 0 20px;
background: url(../images/circ_check.gif) no-repeat;
align: right;
}
.h02_img {
background: url(../images/circ_clock.gif) no-repeat;
width: 41px;
height: 32px;
margin: 4px 4px 0 6px;
}
.h03_img {
background: url(../images/circ_money.gif) no-repeat;
}
.h01_txt {
float: left;
display: inline;
width: 320px;
height: 28px;
font-size: 15pt;
font-weight: bold;
text-align: left;
color:#0e3577;
margin: 10px 8px 0 0;
}
.box_b {
float: right;
display: inline;
width: 80px;
height: 80px;
cursor:pointer;
}
.lb_mid {
text-align: center;
}
.lb_mid p {
padding: 10px 10px 0px 10px;
font-size: 1.1em;
text-align: left;
}
.lb_mid img {
margin: 8px 0 0 0;
}
.lb_low {}
.box_c {
float: left;
display: inline;
width: 233px;
height: 170px;
margin: 10px 10px 10px 14px;
background: url(../images/feature_01.gif) no-repeat;
}
.box_d {
float: left;
display: inline;
width: 233px;
height: 170px;
margin: 10px 10px 10px 0;
background: url(../images/feature_02.gif) no-repeat;
}
.box_c p, .box_d p {
padding: 4px 10px 4px 40px;
}
.cont_02 {
width: 220px;
float: left;
display: inline;
margin: 10px 10px 10px 0;
}
.feature_title {
width: 150px;
font-size: 12px;
font-weight: bold;
color: #003399;
margin: 8px 0 0 40px;
}
.rightbox {
width: 220px;
height: 489px;
background-color: #efefef;
}
.exclusive {
margin: 20px 0 0 10px;
}
.list_feature {
width: 180px;
margin: 14px auto 0;
}
.rightbox ul {
margin: 0 0 0 1.5em;
padding: 0;
}
.rightbox li {
font-size: 14px;
font-weight: bold;
color: #0e3577;
margin: 0;
padding: .5em 0;
}
.logo {
position: absolute;
width: 478px;
height: 51px;
top: 26px;
left: 8px;
border: 0px;
padding: 0;
margin: 0;
cursor:pointer;
}

/* Pricing Page Elements and Properties right here ----------------------------------------------------------------------- */
.pricing_border {
border: #00539F 1px solid;
}
.pricing_border2 {
border: #DEE9F4 1px solid;
}
.pricing_border_left {
border-left: 1px solid #EEEDED;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}
.pricing_border_right {
border-right: 1px solid #EEEDED;
border-left: 0px;
border-top: 0px;
border-bottom: 0px;
}
.pricing_header_font {
font-family: arial;
font-weight: bolder;
font-size: 20px;
color: #263779;
}
.pricing_font {
font-family: arial;
font-weight: bolder;
font-size: 12px;
color: #000000;
}
.pricing_large {
font-family: arial;
font-weight: bolder;
font-size: 48px;
color: #000000;
}
.pricing_padding {
padding-left: 10px;
padding-right: 10px;
padding-top: 1px;
padding-bottom: 1px;
}


/* Support Section Elements and Properties right here ----------------------------------------------------------------------- */
.question_header{
background-color:#4074ad;
margin:0;
border:1px solid #cccccc;
padding:0px;
}
.question_header div H3{
font-family:arial,tahoma,verdana;
font-size:11.2pt;
font-weight:bold;
color:#ffffff;
}
.question_shell{
background-color:#f9f9f9;
padding:10px;
border-left:1px solid #f1f1f1;
border-bottom:1px solid #f1f1f1;
border-right:1px solid #f1f1f1;
border-top:0px;
}
.faq-wrap{
padding-left:8px;
margin:5px 0px 5px 0px;
}
.faq-wrap table {
margin: 0 auto;
}
.login_box {
border:1px solid #59a9cc;
padding:10px;
}
.login_box table{
margin: 0 auto;
}
.question{
font-family:arial,tahoma,verdana;
font-size:9pt;
font-weight:bold;
color:#006699;
}
.answer{
font-family:arial,tahoma,verdana;
font-size:8pt;
font-weight:normal;
color:#444444;
}
.faq-top{
padding:2px;
background-color:#f9f9f9;
border:1px solid #f1f1f1;
font-family:arial,tahoma,verdana;
font-size:8pt;
text-align:right;
margin:8px 0px 10px 0px;
}

/* FORM Elements and Properties right here ----------------------------------------------------------------------- */
.form_fields-wrap{
padding-left:8px;
margin:5px 0px 10px 0px;
text-align: xcenter;
}
.form_left{
float:left;
width:150px;
text-align:right;
font-family:arial,tahoma,verdana;
font-size:9pt;
font-weight:bold;
color:#1e266c;
margin-right:4px;
vertical-align:middle;
}
.form_right{
float:left;
text-align:left;
vertical-align:middle;
}
.form_fields_submit{
float: left;
display: inline;
width: 170px;
margin:5px 10px 0 164px;
xborder: 1px solid #f00;
}
.form_fields_submit02{
text-align: center;
}
.req_codes_box {
width: 390px;
margin: 0 auto;
}
.inputbox {
background-color:#ffffff;
background: url(../images/background2.gif) no-repeat;
border:1px solid #cccccc;
padding:1px;
font-family:arial,tahoma,verdana;
font-size:9pt;
font-weight:normal;
color:#000000;
}
.small_form_text{
margin-left:154px;
font-family:arial,tahoma,verdana;
font-size:8pt;
font-style:italic;
color:#666666;
}

/* RIGHT SIDE Elements and Properties right here ----------------------------------------------------------------------- */
.bullet_field_wrap{
margin:8px 0px 8px 8px;
}
.bullet_field_left{
padding:0px;
float:left;
width:18px;
}
.bullet_field_right{
padding:0px;
float:left;
margin-top:-3px;
}


/* TELL A FRIEND Section Elements and Properties right here ----------------------------------------------------------------------- */
.tellafriend_wrap1{
padding:8px;
margin:5px 0px 10px 0px;
border:1px solid #eaf1f9;
}
.wrap1_rowshell{
padding:0px;
margin:0px 0px 4px 0px;
}
.wrap1_column1{
float:left;
width:40px;
font-family:arial,tahoma,verdana;
font-size:9pt;
font-weight:bold;
color:#1e266c;
text-align:left;
}
.wrap1_column2{
float:left;
margin:0px 4px 0px 0px;
text-align:left;
}
.wrap1_column3{
float:left;
text-align:left;
}
.wrap1_spacer{
height:4px;
}
.tellafriend_wrap2{
padding:8px;
margin:5px 0px 10px 0px;
border:1px solid #eaf1f9;
}
.wrap2_rowshell-A{
background-color:#eaf1f9;
padding:4px;
margin:0px;
}
.wrap2_rowshell-B{
background-color:#ffffff;
padding:4px;
margin:0px;
}
.wrap2_column1{
float:left;
width:220px;
font-family:arial,tahoma,verdana;
font-size:9pt;
font-weight:bold;
color:#1e266c;
min-height:2px;
text-align:left;
}
.wrap2_column2{
float:left;
margin:0px;
font-family:arial,tahoma,verdana;
font-size:9pt;
font-weight:bold;
color:#1e266c;
min-height:2px;
text-align:left;
}

/* ------- END -------------------- END ---------------------- END ------------------------- END --------------------- END ------------------ END ------- */































