body, html, td, p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
body{
    margin: 0px;
}



/* --------------------------------------- GENERAL -------------------------------- */


p{
    line-height: 1.7em;
}

ol{
    width: 350px;
    line-height: 1.6em;
}
ol li{
    margin: 20px 0px 0px 0px;
}

a{
    color: #003366;
}
a:hover{
    color: #CC0000;
}

div.clear{
    clear: left;
    font-size: 6px;
    height: 1px;
}

div.clear_right{
    clear: right;
    font-size: 6px;
    height: 1px;
}

em{
    font-size: 8pt;
    font-style: normal;
}

h5{
    color: #003366;
    font-size: 9pt;
    margin: 0;
}

.indent{
    margin-left: 20px;
}




/* --------------------------------------- FORMS -------------------------------- */

input[type=text]{
    width: 130px;
    font-size: 9pt;
    display: block;
    margin: 3px 0px 3px 0px;
    padding: 2px 2px 2px 2px;
}

input[type=submit], input[type=button], input[type=reset]{
    height: 18px;
    color: #ffffff;
    font-size: 10px;
    margin: 3px 0px 3px 0px;
    font-weight: bold;
    background: #DA262E url(/files/images/layout/layout_button_bg.gif) repeat-x top;
    border: 1px solid #BF1D25;
    padding: 0px 0px 3px 0px;
}

input.inactive{
    color: #666666;
}

input.active{
    color: #333333;
    background: #E9F4FF;
}

input, textarea{
    border: 1px solid #999999;
    font-size: 9pt;
    padding: 2px;
}

form{
    margin: 0;
    padding: 0;
}



/* --------------------------------------- LISTS -------------------------------- */


ul.states{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
ul.states li{
    list-style: none;
    margin: 0px 0px 0px 3px;
    padding: 0px 3px 0px 7px;
    display: block;
    float: left;
    background: url(/files/images/icons/icon_bullet.gif) no-repeat left center;
}

ul.states li.first{
    background: none;
}
* html ul.states li{
    margin: 0;
}
ul.float{
    margin: 0px 0px 0px 30px;
    padding: 2px;
    float: left;
}
ul.float li{
    display: block;
    margin: 5px 0px 5px 0px;
}


ul, ol{
    margin: 0px 0px 0px 30px;
    padding: 2px;
}
ul li{
    margin: 5px 0px;
    padding: 0;
    list-style: none;
}
* html ul.states{
    margin: 0;
    display: block;
    clear: both;
}
* html ul{
    padding: 0;
}
* html ul li{
    margin: 0;
}
li.caption{
    padding-left: 20px;
}
ol li{
    margin: 5px 0px;
}

li.indent{
    padding-left: 10px;
}


ul.normal li{
    list-style: circle;
}



/* --------------------------------------- LINKS -------------------------------- */

a.file{
    display: block;
    padding: 3px 0px 3px 20px;
    line-height: 1.4;
}

a.file_pdf{
    background: url(/files/images/icons/icon_pdf.gif) no-repeat left top;
}

a.file_doc{
    background: url(/files/images/icons/icon_doc.gif) no-repeat left top;
}

a.file_html{
    background: url(/files/images/icons/icon_html.gif) no-repeat left top;
}

a.small_link{
    text-decoration: none;
    color: #333333;
}

a.button{
    display: block;
    background: url(/files/images/icons/icon_arrow_blue.gif) left top no-repeat;
    padding: 0px 0px 0px 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #003366;
}
a.button_up{
    display: block;
    background: url(/files/images/icons/icon_arrow_UP_blue.gif) left center no-repeat;
    padding: 0px 0px 0px 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    float: right;
    color: #003366;
}
a.downloadbutton{
    float: right;
    margin: 12px;
}




/* --------------------------------------- TABLES / DATA DISPLAY -------------------------------- */
table.data label{
    font-weight: bold;
}

table.data label input{
    display: inline;
    margin: 0px 10px;
    float: left;
}

table.data span{
    display: block;
    float: left;
    height: 20px;
    margin: 3px;
}

table.data label span{
    display: block;
    width: 90px;
    float: left;
    height: 20px;
    margin: 3px;
}

table.data label.autowidth span{
    width: auto;
}

table.data input[type=text]{
    width: auto;
}

table.product_grid td, table.product_grid th{
    text-align: center;
}

table.product_grid tr:hover{
    background: #BF2E1A;
    color: #ffffff;
    cursor: pointer;
}

table.product_grid tr:hover td.arrow{
    background: #ffffff;
}

table.product_grid tr.product_grid_header:hover td{
    background: #ffffff;
}

table.product_grid tr.product_grid_header:hover{
    cursor: default;
}

table.nolinks tr:hover{
    color: #2E2E2E;
    cursor: default;
}

table.nolinks tr.shadeddark:hover{
    background-color: #DFE2E3;
}

table.nolinks tr.shadedlight:hover{
    background-color: #F0F1F1;
}

table.smallartisan input{
    width: auto;
}

.shadeddark{
    background-color: #DFE2E3;
}

.shadedlight{
    background-color: #F0F1F1;
}

.data 
{
    FONT-FAMILY:Arial;
    FONT-SIZE:10pt;
}
    
.data tr th{
    background: #1B5882;
    color: #ffffff;
    font-weight: bold;
}

.data tr td, .data tr th{
    padding: 5px;
    border-bottom: 2px solid #ffffff;
    text-align: left;
}

.data tr td table tr td{
    border-bottom: none;
    padding: 2px;
}

.admin_data tr th{
    border-bottom: 1px solid #CCCCCC;
    background-color: #DFE2E3;
}

.admin_data tr th.dark{
    background-color: #1B5882;
    color: #ffffff;
    text-align: left;
}

.admin_data tr th.dark a{
    color: #ffffff;
}

.admin_data{
    border: 1px solid #CCCCCC;
}

.data, .admin_data{
    margin: 5px 5px 30px 5px;
}

.nomargin{
    margin: 5px 0;
}

.admin_data tr td, .admin_data tr th{
    padding: 5px;
}


.admin_data tr.admin_data_foot td{
    background: #F0F1F1;
    border-top: 1px solid #CCCCCC;
}


tr.extraspacing td{
    line-height: 1.2;
}

td.arrow{
    text-align: right;
    background: #ffffff;
}



/* ---------------------- Products page ------------------ */
div.products_box_header{
    padding: 10px;
    background-color: #DFE2E3;
    width: 250px;
}

div.products_box_header a{
    font-weight: bold;
    text-decoration: underline;
}

div.products_box_header a:hover{
    color: #CC0000;
}

div.products_box_body{
    background-color: #F0F1F1;
    padding: 10px;
    padding-left: 0;
    height: 40px;
    width: 260px;
}





/* LAYOUT / POSITIONING */

#hidden{
    display: none;
}
#header_wrapper{
    height: 200px;
    background: url(/files/images/layout/layout_header_bg.gif) #BB2B18 repeat-x bottom left;
}
#header{
    width: 784px;
    margin: 0 auto;
}
h1{
    width: 176px;
    height: 111px;
    display: block;
    margin: 41px 0px 0px 0px;
    float: left;
    background: url(/files/images/layout/layout_header_logo.gif) no-repeat;
}
h1 a{
    width: 176px;
    height: 111px;
    display: block;
}
h2{
    width: 300px;
    height: 30px;
    display: block;
    float: left;
    margin: 88px 0px 0px 10px;
    background: url(/files/images/layout/layout_header_quote.gif) no-repeat;
}
#header_links{
    float: right;
    margin: 104px 0px 0px 0px;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}
#header_links a{
    color: #ffffff;
    text-decoration: none;
}
#content{
    width: 790px;
    margin: 0 auto;
}
#left_column{
    width: 166px;
    margin: 0px 0px 0px 5px;
}
#right_column{
    float: right;
    width: 600px;
    margin-left: 13px;
}
#main_image{
    padding: 0px 0px 2px 0px;
    background: url(/files/images/layout/layout_imageborder.gif) bottom left no-repeat;
}

#newsletter_tout{
    background: #F7F7F7;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 0px 0px;
    color: #2E2E2E;
}

/* Main Nav */
#nav{
    background: #DADADA;
    font-size: 11px;
    font-weight: bold;
    color: #1B5882;
    padding: 9px 0px;
    margin: 0;
}
#nav li{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

#nav li a{
    padding: 6px 10px 4px 20px;
    margin: 0px 0px 0px 0px;
    display: block;
    color: #1B5882;
    text-decoration: none;
}
* html #nav li a{
    padding: 2px 10px 2px 20px;
    margin: 0;
}
* html #nav li{
    border: 1px solid #DADADA;
    border-right: none;
    border-left: none;
}


#nav li a:hover{
    background: url(/files/images/nav/nav_rollover.gif) left bottom no-repeat;
}

#nav li.wrap a:hover{
    background: url(/files/images/nav/nav_rollover_wrap.gif) left 4px no-repeat;
}

/* Subnavs of Main Nav */
#nav li ul{
    padding: 8px 0px 10px 0px;
    margin: 0;
    display: block;
    background: url(/files/images/nav/nav_subnav_bg.gif) #BDBDBD repeat-x top left;
}
#nav li ul li a{
    margin: 0;
    padding: 4px 0px 4px 33px;
    display: block;
    color: #444444;
    text-decoration: none;
    background: url(/files/images/icons/icon_arrow_grey.gif) no-repeat 0 5px;
}
* html #nav li ul li a{
    padding: 0 0 0 25px;
    background: url(/files/images/icons/icon_arrow_grey-IE.gif) no-repeat 0 5px;
}
#nav li ul li a:hover{
    background: url(/files/images/icons/icon_arrow_red.gif) no-repeat 0 5px;
    color: #C60B0B;
}
* html #nav li ul li a:hover{
    background: url(/files/images/icons/icon_arrow_red-IE.gif) no-repeat 0 1px;
}
* html #nav li ul li{
    border: none;
}
* html #nav li ul a{
    padding: 0 0 0 35px;
}

/* ---------------------*/
#footer_wrapper{
    height: 261px;
    background: url(/files/images/layout/layout_footer_bg.gif) #1B5882 repeat-x top left;
    clear: both;
}
#footer{
    width: 784px;
    margin: 0px auto;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2em;
}
#footer_contactinfo{
    float: right;
    margin: 60px 0px 0px 0px;
    width: 250px;
}
#footer a{
    color: #ffffff;
    text-decoration: none;
}
#footer ul {
    margin: 60px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 150px;
    float: left;
    display: block;
}
* html #footer ul{
    width: 110px;
    margin-left: 10px;
}
#footer ul li{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    float: none;
}
#footer ul li ul{
    float: none;
    margin: 0px 40px 0px 0px;
}
#footer ul li ul li{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    font-weight: normal;
    background: url(/files/images/icons/icon_arrow.gif) no-repeat left top;
    float: none;
}
#copyright{
    font-size: 9px;
}





/* Directory Table 
table.Directory{
    font-size: 10pt;
    font-family: Arial; 
    width: 500px;
}
table.Directory tr th{
    background: #1B5882;
    color: #ffffff;
}
table.Directory tr{
    background-color: #E5E6E6;
}
table.Directory tr th{
    padding: 5px;
    border-bottom: 2px solid #ffffff;
}
table.Directory tr td{
    padding-left: 6px;
    border-bottom: 2px solid #ffffff;
}
table.Directory tr th a{
    color: #ffffff;
}
table.Directory tr td table tr td{
    border-bottom: none;
    padding: 1px;
}
table.Directory .SmallTitle{
    font-size: 8pt;
    font-weight: bold;
    color: #484848;
}
table.Directory .AltColor{
    background-color: #D6D7D7;
}
table.Directory .tdFunctions{
    border: solid #B2B2B2 1px;
    padding: 1px;
    padding-right:3px;
}
table.Directory .OfficeName{
    padding: 4px;
    padding-left: 4px;
    font-size: 10pt;
    font-weight: bold;
}
table.Directory .OfficeName a{
    color: #000000;
}

*/


/* TITLES */

h3{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 382px;
    height: 30px;   
    display: block;
}

h3#title_newsletter_tout{
    margin: 0px 0px 10px 0px;
    width: auto;
    height: 21px;
    background: url(files/images/titles/title_newsletter.gif) no-repeat left;
}


td{
    font-family: Arial;
    font-size: 9pt;
}


/* Successes Table */
table.Successes{
    width: 580px;
}
table.Successes tr th{
    background: #1B5882;
    color: #ffffff;
    font-size: 10pt;
    font-family: Arial; 
    height:20px;
}
table.Successes tr{
    background-color: #F0F1F1;
    height:25px;
}
table.Successes tr th{
    padding: 5px;
    border-bottom: 2px solid #ffffff;
}
table.Successes tr td{
    padding-left: 6px;
    border-bottom: 2px solid #ffffff;
    font-size: 10pt;
    font-family: Arial; 
}
table.Successes tr th a{
    color: #ffffff;
}
table.Successes tr td table tr td{
    border-bottom: none;
    padding: 1px;
}
table.Successes .SmallTitle{
    font-size: 8pt;
    font-weight: bold;
    color: #484848;
}
table.Successes .AltColor{
    background-color: #DFE2E3;
}
table.Successes .tdFunctions{
    border: solid #B2B2B2 1px;
    padding: 1px;
    padding-right:3px;
    height:7px;
}
