﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    background: #95c8fa url(images-Design/background.png);
}
#container_outer
{
    width: 880px;
    margin: 0px auto;
}
#container_inner
{
    background: #003783;
    margin: 0px;
    padding: 0px;
}

h2, h3, h4, h5, h6
{
    margin: .5em 0em;
    clear: left;
}

h3
{
    /*border-bottom: solid 2px #ffc82d;*/
}

h4
{
    border-bottom: solid 1px #ffc82d;
}

hr.clear
{
    visibility: hidden;
    height: 1px;
    border: none;
    margin: 0px;
    clear: both;
}
a img
{
    border: none;
}

/**************************** header ************************/
#header
{
    background: #357DE8 url(images-Design/banner.gif) no-repeat;
    height: 100px;
    overflow: hidden;
}
#header h1
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#header #header_info
{
    float: right;
    width: 246px;
    margin: 12px 12px 0px 0px;
}
#header #header_info a
{
    /*  font-weight: bold;     font-size: 14pt;     color: white;     text-decoration: none; */
}
/**************************** Nav ***************************/
#navigation
{
    clear: both;
    width: 200px;
  /*  padding: 10px; */
    margin: -1px 0px 0px 0px;
    float: left;
    background: #003783;
}

#navigation ul
{
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    padding: 0px;
}
#navigation ul li
{
    margin: 0px;
    padding: 0px;
}

#menu { padding: 10px; }
#navigation #menu ul li a
{
    line-height: 30px;
    text-decoration: none;
    color: white;
    display: block; /* this causes the link to act like a div */
    margin: 0px;
    padding: 0px 5px 0px 5px;
}

#navigation #menu ul li a.sn_item_pressed
{
    /* menu style for the item representing the current page if there is one  the class must be the same as the one used in the navigation script */
    font-weight: bold;
    background-color: #ffc82d;
    color: Black;
}
#navigation #menu ul li a:hover
{
    /* menu style when pointer is over item */
    background-color: #ffc82d;
    color: black;
}

#navigation p { color: #ffff66; line-height: normal; font-size: .9em; font-style: italic; padding: 0 10px; }
/**************************** Content ***********************/

#content
{
    background: #FFFFFF;
    padding: 20px;
    float: right;
    font-size: 12pt;
    margin-top: -2px;
    width: 640px; /* width is the intended footprint of the div minus padding and margin */
}
#content #page_title
{
    font-size: 1.6em;
    border-bottom: solid 3px #ffc82d;
    padding-bottom: 0px;
}
/**************************** page by page styles ***********/
#catalog
{
}

/**************************** footer ************************/
#footer
{
    font-size: .9em;
    clear: both;
    background: #003783 url(images-Design/banner.jpg);
    color: #002250;
    padding: 10px;
    font-weight: bold;
    height: 30px;
}
#footerLeft
{
    float: left;
}

#footerRight
{
    margin: 0px;
    float: right;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
/********** eForm creator ******************************/

#table.web_form td
{
    /*background-color: #EEEEFF;*/
}
.web_form
{
    /*background-color: #EEEEFF;*/
    width: 400px;
    float: left;
}
.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;
}
/******* e-form creator ************************************/
.efg_body
{
    background-color: #ccccff;
}
div.efg_container
{
    margin: 0px;
    padding: 4px;
    width: 670px;
    background-color: #ccccff;
}
div.cc
{
    background-color: #eeeeff;
    margin-bottom: 0px;
}
.tabs_top
{
    margin: 12px 0px 0px 0px;
    padding: 0px 2px 0px 2px;
    height: 24px;
    border-bottom: 2px solid #ccccff;
}
.tab
{
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 0px 4px;
    padding: 0px 12px 2px 12px;
    border-top: 2px solid #ccccff;
    border-right: 2px solid #ccccff;
    border-left: 2px solid #ccccff;
    color: #5555cc;
    background-color: Transparent;
    text-decoration: none;
    text-align: center;
    float: left;
    font-weight: bold;
}
.tab_selected
{
    display: block;
    line-height: 24px;
    height: 24px;
    margin: 0px 4px;
    padding: 0px 12px;
    color: #3333cc;
    background-color: #ccccff;
    text-decoration: none;
    text-align: center;
    float: left;
    font-weight: bold;
}
div.fs_controls_class
{
    padding: 12px;
    margin: 0px;
    border-bottom: 2px solid #5555ff;
}
div.fs_tabbox_class
{
    padding: 12px 12px;
    margin: 0px;
    border: 2px solid #ccccff;
}
div.field_label
{
    color: #3333cc; /*border-bottom:1px solid #5555cc;*/
    font-weight: bold;
    padding: 4px 4px;
    margin: 0px 0px 0px 0px;
    display: block;
    height: 24px;
    line-height: 24px; /*background-color:#ffff66;*/
    background-color: #ccccff;
}
div.field_label span a
{
    color: #3333cc;
}
div.field_label span
{
    height: 24px;
    line-height: 24px;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    float: left;
}
div.field_label img
{
    display: block;
    float: left;
    padding: 0px;
    margin: 0px 4px 0px 0px;
    height: 24px;
}
.toggle
{
    display: block;
    line-height: 24px;
    height: 24px;
    width: 28px;
    margin: 0px 4px 0px 0px;
    padding: 0px 0px;
    color: White; /*background-color:#5555cc;*/
    background-color: #5555cc;
    text-decoration: none;
    text-align: center;
    float: left;
}
.toggle_alt
{
    display: block;
    line-height: 24px;
    height: 24px;
    width: 28px;
    margin: 0px 4px 0px 0px;
    padding: 0px 0px;
    color: #5555cc; /*background-color:#5555cc;*/
    background-color: White;
    text-decoration: none;
    text-align: center;
    float: left;
}
#fs_select
{
    /*background-image:url(images/ec_select.png);             background-repeat:no-repeat;             background-position:left top;*/
    background-color: #EEEEFF;
}

#fs_radio
{
    /* background-image:url(images/ec_radio.png);             background-repeat:no-repeat;             background-position:left top; */
    background-color: #EEEEFF;
}

#fs_checkbox
{
    /*  background-image:url(images/ec_checkbox.png);             background-repeat:no-repeat;             background-position:left top; */
    background-color: #EEEEFF;
}


/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
/************************** 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;
}
#validation_form
{
    width: 400px;
}
.lbl_col
{
    width: 200px;
}
.input_col
{
    width: 200px;
    padding: 15px;
}
