
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general css */

body{
margin:0px;
padding:0px;
text-align:center;
background-color:#FFFFFF;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#575757;
line-height:16px;
}

img{
border:0px;
padding:0px;
}

a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
color:#8CAFD9;
font-weight:normal;
text-decoration:underline;
}

a:hover{
text-decoration:underline;
}

h1, h2, h3, h4{
margin:0px;
padding:0px;
}

p{
margin:0px;
padding:0px;
}

#page{
width:783px;
margin:0px auto;
text-align:left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header css */

#header{ width:783px; height:58px; position:relative; }

#header .logo{ position:absolute; top:5px; left:0px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ search-box css */

#search-box{ position:absolute; top:17px; left:245px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header-nav css */

#header-nav{
position:absolute;
top:20px;
left:530px;
color:#1F1B18;
}

#header-nav, #header-nav a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
line-height:11px;
font-weight:normal;
color:#131313;
text-decoration:none;
}
#header-nav a{ padding:0px 10px; }

#header-nav a:hover{
text-decoration:underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ left css */

#left{
width:173px;
background-image:url(/images/bg_left_nav_173x1.gif);
background-repeat:repeat-y;
background-position:left top;
float:left;
}

#left .left-wrapper{
padding:10px 10px 10px 10px;
}

#left .left-nav-special{
width:163px;
height:58px;
background-image:url(/images/bg_left_nav_163x58.gif);
background-repeat:no-repeat;
background-position:left top;
}

#left .left-nav-special ul{ 
padding:0px;
margin:0px;
list-style-type:none;
display:block;
}

#left .left-nav-special ul li{
height:auto;
text-indent:18px;
}
 
#left .left-nav-special ul li a{
color:#FFFFFF;
font-weight:bold;
font-size:11px;
line-height:19px;
font-family:Arial, Verdana, Helvetica, sans-serif;
text-decoration:none;
}


#left .left-nav{
width:163px;
color:#595959;
}

#left .left-nav ul{ 
padding:0px;
margin:0px;
list-style-type:none;
display:block;
}

#left .left-nav ul li{
height:auto;
text-indent:18px;
line-height:20px;
border-top:1px solid #DBDAD5;
}
 
#left .left-nav ul li a{
color:#42433E;
font-weight:bold;
font-size:11px;
font-family:Arial, Verdana, Helvetica, sans-serif;
text-decoration:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ middle css */

#middle{}

#middle .top-nav{
height:26px;
background-color:#000062;
}

#middle .top-nav, #middle .top-nav a{
font-family:Arial Narrow, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:26px;
font-weight:normal;
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
}
#middle .top-nav a{ padding:0px 15px; }

#middle .top-nav a:hover{
text-decoration:underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main-content css */

#main-content{
width:449px;
float:left;
}

#main-content .main-content-left{
width:239px;
float:left;
}

#main-content .main-content-left-banner{
padding-top:20px;
}

#main-content .main-content-left-wrapper{
padding:15px 20px 20px 20px;
}

#main-content .main-content-right{
width:210px;
float:left;
}

#main-content .main-content-right-wrapper{
padding:15px 40px 20px 5px;
}

#main-content h1{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:26px;
line-height:28px;
color:#E20E0D;
font-weight:normal;
text-decoration:none;
margin-bottom:20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ content css */

#content{
width:450px;
float:left;
}

#content.large-page{ width:610px; !important;}

#content .content-wrapper{
padding:30px 20px 30px 20px;
}

#content p{
margin-bottom:10px;
}

#content h1{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:26px;
line-height:28px;
color:#E20E0D;
font-weight:bold;
text-decoration:none;
margin-bottom:20px;
}

#content h2{
font-family:Verdana, Arial, Times New Roman, Helvetica, sans-serif;
font-size:13px;
line-height:15px;
color:#1B7590;
font-weight:bold;
text-decoration:none;
margin-bottom:5px;
}

/* ~~~~ special-offers */ 

#content .special-offers{
width:331px;
height:148px;
background-image:url(/images/special_bg_331x148.jpg);
background-repeat:no-repeat;
background-position:left top;
position:relative;
}

#content .special-offers-text{
position:absolute;
top:5px;
left:3px;
width:207px;
font-size:12px;
line-height:14px;
color:#FE4800;
font-weight:bold;
font-family:Arial;
}

#content .special-offers-submit{
position:absolute;
top:102px;
left:7px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ right css */

#right{
width:160px;
float:left;
}

#right .right-wrapper{
padding:10px 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer css */

#footer{
width:100%; height:30px;
position: relative;
background-color:#000062;
}

#footer, #footer a{
font-family:Arial Narrow, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
font-weight:normal;
color:#FFFFFF;
text-decoration:none;
}

#footer .copy{ position:absolute; top:5px; left:10px; }

#footer-nav{ position:absolute; top:5px; left:450px; }

#footer-nav a{ padding:0px 10px;}
#footer-nav a:hover{ text-decoration:underline; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clear stylesheet */

.magic{
clear:both;
}

.clrlft{
clear:left;
}

.clrrt{
clear:right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ company-lead-form */ 

#contact-form{margin-left:0px; padding-bottom:20px; padding-top:20px; 
} 
#contact-form #company-lead-form{}
#contact-form #company-lead-form p{color:#FF0000;}
#contact-form #company-lead-form table{border:0px; margin:0px;}

#contact-form #company-lead-form table tr td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#272A31;
padding:3px;
line-height:24px;
}

#contact-form #company-lead-form table tr .column1{
text-align:left;
padding-left:10px;
width:155px;
line-height:14px;
}

#contact-form #company-lead-form table tr .column2{
text-indent:5px;
}

#contact-form #company-lead-form table tr .column1-error{
text-align:right;
color:#FF0000;
}

#contact-form #company-lead-form table tr td input, #contact-form #company-lead-form table tr td select, #contact-form #company-lead-form table tr td textarea{
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:12px; 
font-weight:normal;
text-decoration:none;
color:#000; 
border:1px solid #333;
width:190px;
height:20px;
}

#contact-form #company-lead-form table tr td .phone1{ width:54px !important; }
#contact-form #company-lead-form table tr td .phone2{ width:55px !important; }
#contact-form #company-lead-form table tr td .phone3{ width:55px !important; }
#contact-form #company-lead-form table tr td select{}
#contact-form #company-lead-form table tr td textarea{ height:80px !important; }

#contact-form #company-lead-form table tr td .submitbutton{
width:190px;
height:20px;
border:none;
}


.special-width{
width:610px !important;
}

.special-bg{
background-image:url(/images/special_bg_782x1.gif) !important;
}



#user-nav{
width:163px;
padding-top:0px;
padding-bottom:20px;
color:#595959;
}

#user-nav ul{ 
padding:0px;
margin:0px;
list-style-type:none;
display:block;
border-bottom:1px solid #DBDAD5;
}

#user-nav ul li{
height:auto;
text-indent:18px;
line-height:20px;
border-top:1px solid #DBDAD5;
}
 
#user-nav ul li a{
color:#42433E;
font-weight:normal;
font-size:11px;
font-family:Arial, Verdana, Helvetica, sans-serif;
text-decoration:none;
}


.none{}
.no-border{border:none !important;}
.no-margin{margin:0px !important;}
.no-background{background:none !important;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.white{color:#FFFFFF !important; text-align:left;}
.black{color:#000000;}
.blue{color:#003399;}

#content-alt{
margin:0px 0px 0px 0px;
padding:24px 0px 0px 95px;
background-color:#E7ECE0;
font-size:12px;
}

#content-alt  h1{
font-size:15px;
padding-bottom:25px;
color:#667177;
line-height:29px;
}

#content-alt h2{
padding-bottom:5px;
font-family:Arial;
font-size:16px;
font-weight:bold;
}

#content-alt p{
padding-bottom:10px;
}

#content-alt .ads-body{
margin-bottom:10px;
margin-right:10px;
float:left;
}

#content-alt table tr td{
font-size:12px;
}
