﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background: url(images_design/body_bg.gif) repeat left top;
}
#container_outer
{
    width: 890px;
    margin: 12px auto 12px auto;
    padding: 0px;
    background: url(images_design/container_bg.gif) repeat-y left top;
    border: 1px solid #758da9;
}
#container_inner
{
    margin: 0px;
    padding: 0px;
}
#sub_content
{
    line-height: 1.5em;
}
/**************************** header ************************/
#header
{
    background-color: #DDEDF9;
    height: 100px;
    margin: 0px;
    padding: 0px;
    background: url(images_design/header_bg.jpg) no-repeat left top;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}
#header h1
{
    margin: 0px 0px 0px 84px;
    padding: 11px 0px 0px 10px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    color: #465c74;
    width: 486px;
}
#header h1 span
{
    display: none;
}
#header #header_info
{
    margin: 12px 0px 0px 84px;
    padding: 0px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    color: #465c74;
    width: 496px;
}
#header_info div
{
    float: left;
    padding: 0px 10px 0px 10px;
}
#header_info div#email
{
    float: right;
    padding: 0px 10px 0px 10px;
}
#header_info a
{
    color: #465c74;
}
/**************************** Nav ***************************/
#navigation
{
    width: 230px;
    float: left;
    background: #f0f0f0 url(images_design/nav_bg_bg.gif) repeat-x left top;
    color: Black;
    margin: 0px;
    padding: 0px;
}
#navigation #menu
{
    width: 204px;
    margin: 12px auto 12px auto;
    border: 1px solid white;
    padding: 0px;
}
#navigation ul
{
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #758da9;
    border-left: 1px solid #758da9;
    border-right: 1px solid #758da9;
}
#navigation ul li
{
    margin: 0px;
    padding: 0px;
}
#navigation #menu ul li a
{
    line-height: 24px;
    text-decoration: none;
    color: #465c74;
    display: block; /* this causes the link to act like a div */
    margin: 0px;
    padding: 0px 0px 0px 30px;
    background: White url(images_design/nav_item_bg_24pxh.gif) no-repeat left bottom;
    border-bottom: 1px solid #758da9;
    font-weight: bold; /*font-family:Arial,Helvetica,Tahoma,Sans-Serif;*/
}

#navigation #menu ul li a.sn_item_pressed
{
    background: White url(images_design/nav_item_pressed_bg_24pxh.gif) no-repeat left bottom; /*font-weight:bold;     background-color:#EEEEFF;*/
    color: Black;
}
#navigation #menu ul li a:hover
{
    background: White url(images_design/nav_item_pressed_bg_24pxh2.gif) no-repeat left bottom; /*background-color:#8855EE;     color:White;*/
    color: Black;
}

/**************************** Content ***********************/

#content
{
    padding: 20px;
    float: right;
    width: 620px; /* width is the intended footprint of the div minus padding and margin */
}
#content #page_title
{
    font-size: 1.4em;
}

h4
{
    font-size: 1.2em;
}

#content a.button_alt
{
    clear: right;
    float: right;
    line-height: 24px;
    text-decoration: none;
    color: #465c74;
    display: block; /* this causes the link to act like a div */
    margin: 6px 0px 6px 24px;
    padding: 0px 6px 0px 30px;
    background: White url(images_design/nav_item_bg_24pxh.gif) no-repeat left bottom;
    border: 1px solid #758da9;
}
#content a.button_alt:hover
{
    background: White url(images_design/nav_item_pressed_bg_24pxh2.gif) no-repeat left bottom;
    color: Black;
}
#content a.button
{
    clear: left;
    float: left;
    line-height: 24px;
    text-decoration: none;
    color: #465c74;
    display: block; /* this causes the link to act like a div */
    margin: 6px 24px 6px 0px;
    padding: 0px 6px 0px 30px;
    background: White url(images_design/nav_item_bg_24pxh.gif) no-repeat left bottom;
    border: 1px solid #758da9;
}
#content a.button_guide
{
    clear: left;
    float: left;
    line-height: 24px;
    text-decoration: none;
    color: #465c74;
    display: block; /* this causes the link to act like a div */
    margin: 6px 24px 6px 0px;
    padding: 0px 6px 0px 30px;
    background: White url(images_design/nav_item_bg_24pxh.gif) no-repeat left bottom;
    border: 1px solid #758da9;
}
#content a.button:hover, #content a.button:hover
{
    background: White url(images_design/nav_item_pressed_bg_24pxh2.gif) no-repeat left bottom;
    color: Black;
}
.img_alt
{
    clear: right;
    float: right;
    margin: 1em;
    padding: 0.5em;
    border: 1px solid #758da9;
}
.img_even
{
    clear: left;
    float: left;
    margin: 1em;
    padding: 0.5em;
    border: 1px solid #758da9;
}
.img_alt_no
{
    float: right;
    margin: 1em;
}
/**************************** page by page styles ***********/
#catalog
{
}
.section
{
    padding: 1.5em 0em;
    border-bottom: 1px solid #758da9;
    
}
.section h3
{
    font-size: 14pt;
}
.section h4
{
    font-style: italic;
}
.faqHead
{    
    border-top: 2px solid #758da9;
    font-size: 14pt;
}

.half
{
    width: 50%;
    color: #758da9;
}

.news
{
    font-weight: bold;
}
.news a
{
    font-weight: normal;
}
.news_item_boxes
{
    clear: both;
}
.news_item_boxes p
{
    float: left;
    line-height: 24px;
    background: url(images_design/nav_item_bg_24pxh.gif) no-repeat left top;
    border: 1px solid #758da9;
    width: 30%;
    padding: 0px 0px 0px 30px;
    margin: 0px 1% 12px 1%;
    display: block;
    width: 150px;
}
.news_item_boxes p a
{
    color: #465c74;
    border-top: 1px solid #758da9;
    text-decoration: none;
    display: block;
}
.news_item_boxes p a:hover
{
    border-top: 1px solid #758da9;
    text-decoration: underline;
}
.news_item_boxes p #content a.button_alt
{
    clear: right;
    float: right;
    line-height: 24px;
    text-decoration: none;
    color: #465c74;
    display: block; /* this causes the link to act like a div */
    margin: 6px 0px 6px 24px;
    padding: 0px 6px 0px 30px;
    background: White url(images_design/nav_item_bg_24pxh.gif) no-repeat left bottom;
    border: 1px solid #758da9;
}
#content a.button_alt:hover
{
    background: White url(images_design/nav_item_pressed_bg_24pxh2.gif) no-repeat left bottom;
    color: Black;
}
/**************************** footer ************************/
#footer
{
    clear: both;
    text-align: center;
    border-top: 1px solid #465c74;
    margin-top: 2em;
    padding-top: 1em;
}
#footer span
{
    display: block;
}
/**************************** footer splash img *************/
#footer_splash
{
    clear: both;
    height: 40px;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    background: url(images_design/footer_bottom_bg.jpg) no-repeat left bottom;
}
/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
/********** eForm creator ******************************/

#table.web_form td
{
    background-color: #EEEEFF;
}
.web_form
{
    background-color: #EEEEFF;
}
.web_form h4
{
    /*background-color:#EEEEFF;*/
    padding: 0px;
    margin: 0px;
    line-height: 16px;
    font-size: 14px;
    color: #9999BB;
}
.form_row
{
    clear: both; /*border-top:2px solid White;*/
}
.form_col_key, .form_col_val
{
    float: left;
    background-color: #EEEEFF;
    width: 50%;
}

.form_col_keyval
{
    background-color: #EEEEFF;
    width: 100%;
}
.web_form span
{
    display: block;
}
.form_col_val > div, .form_col_key > div, .form_col_keyval > div
{
    border: 1px solid White;
    border-right: 1px solid #CCCCEE;
    border-bottom: 1px solid #CCCCEE;
    padding: 8px 10px 8px 10px;
    line-height: 22px;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
/************************** A8B catalog page ***********/
a img
{
    border: none;
}
.a8b_full_width
{
    text-align: center;
    margin: 0px auto;
    display: block;
}
.a8b_inline_img
{
    float: left;
    margin-bottom: 16px;
    margin-right: 16px;
}
.a8b_inline_img_alt
{
    float: right;
    margin-bottom: 16px;
    margin-left: 16px;
}
.a8b_intro h2, .a8b_offerings h2, .a8b_close h2
{
    text-align: center;
}
.a8b_offerings div
{
    clear: both;
}
.a8b_close
{
    clear: both;
}

/********************confertel page********************/
#confertel h2
{
    line-height: 2.8ex;
    margin-top: 0.6ex;
    margin-bottom: 0.6ex;
}
#confertel .conf_box
{
    width: 25%;
    float: left;
    padding-bottom: 3ex;
}
#confertel .conf_box a, #confertel a
{
    text-decoration: none;
    font-size: 12px;
}
#confertel .conf_box a img
{
    /*border:1px solid #b68602;*/
    border: none;
}
#confertel .conf_box span.title
{
    color: #008800;
    font-weight: bold;
    display: block;
    margin: 0px auto;
    text-decoration: underline;
    line-height: 3.2ex;
}
#confertel .conf_box .text
{
    text-align: left;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    color: Black;
    line-height: 2.6ex;
}
#confertel .left_list
{
    text-align: left;
    float: left;
    color: #000088;
    list-style-image: url(confertel/images/conf_bullet.png);
}
#confertel .right_list
{
    text-align: left;
    float: right;
    color: #000088;
    list-style-image: url(confertel/images/conf_bullet.png);
}
.a8b_mark
{
    float: left;
    margin-left: 202px;
}
/********************* NETWORK_CAR ************/
#nc_header
{
    margin: 0px auto;
    padding: 20px 0px 0px 20px;
    width: 430px;
    height: 161px;
    color: White;
    font-family: Arial, Helvetica, Tahoma;
    font-size: 30px;
    line-height: 34px;
    background: url(networkcar/images/beachVan.gif) no-repeat left top;
}
.nc_section
{
    background-color: #7c97c2;
    color: White;
    padding: 10px 10px 10px 10px;
    margin: 10px; /*border:2px solid #042464;*/
    border: 1px solid White;
    font-weight: bold;
}
#nc_footer
{
    text-align: center;
}
#nc_benefits_box
{
    background-color: #cccccc;
    color: Black;
    border: 10px solid #cccccc;
}
#nc_benefits_box h3
{
    background-color: Black;
    color: White;
    padding: 10px;
    margin: 0px;
}
#nc_benefits_box h4
{
    color: #003399;
    border: none;
}
#nc_benefits_box div
{
    clear: both;
}
#nc_benefits_box div.nc_halfBox
{
    clear: none;
    width: 45%;
    float: left;
}
#nc_benefits_box div.nc_halfBoxAlt
{
    clear: none;
    width: 45%;
    float: right;
}
.inlineImageAlt
{
    float: right;
    padding: 0px 0px 14px 14px;
}
