/*080907*/
/* 9pt/12 = .75em */
/* 10pt/12 = .84em, 1.0em=14pt */

* { /*RESET: cross-browser */
padding: 0;
margin: 0;
}
body {
text-align: center;
display: inline; /*clears IE's doubling of float margins, unfortunately it also removes the ability to add margin width */
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;
}

/* 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: 1.8em;
font-weight: bold;
text-align: left;
color:#0e3577;
}
h2 {
font-size: 12pt;
font-weight: bold;
text-align: left;
color:#0e3577;
padding: 5px 0;
}
h3 {
font-size: 11pt;
font-weight: bold;
text-align: left;
color:#0e3577;
padding: 5px 0 1px 0;
}
h3.withlines {
border-top:1px dotted #dddddd;
padding-top:15px;
}
h4 {
font-size: 9pt;
font-weight: bold;
text-align: left;
color:#2d6899;
padding: 5px 0 1px 0;
}
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;
text-align: left;
}
.banner_index_subhead {
color: #fff;
font-size: 19px;
font-weight: bold;
position: relative;
top: 92px;
left: 20px;
}
.cont_main {
width: 754px;
margin: 0 auto 0;
border: none;
background-color: #fff;
padding: 0 0 10px 0;
text-align: left;
}
.cont_01 {
width: 503px;
float: left;
display: inline;
margin: 10px;
}
.leftbox {
width: 503px;
height: 489px;
background: url(../images/back_01.gif) no-repeat;
}
.leftbox-nographic {
width: 503px;
}
.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;
}
.ui_eg {
width: 210px;
margin: 0 auto 0;
cursor: pointer;
}
.popcenter {

}
.cont_02 {
width: 220px;
float: left;
display: inline;
margin: 10px 10px 10px 0;
}
.feature_title {
width: 170px;
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;
}
.inputbox {
background-color:#fff;
background: url(../images/inputbox_bg.gif) no-repeat;
border:1px solid #f00;
padding:1px;
font-family:arial, tahoma, verdana;
font-size:9pt;
font-weight:normal;
}
.logo {
position: absolute;
width: 478px;
height: 51px;
top: 26px;
left: 8px;
border: 0px;
padding: 0;
margin: 0;
cursor:pointer;
}

/************* END ***********/


