﻿html, body
{
    background-position: #EFEFEF;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #f2f2f2;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 12px;
    color: #666666;
}

p, div, ul, ol, li
{
    margin: 0px;
    padding: 0px;
}

.standard_title
{
    padding: 0px 0px 5px 0px;
    margin: 0px;
    color: #444444;
    vertical-align: top;
}

div#container 
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.clear
{
    clear: both;
}


/*******************************************/
/***************HEADER**********************/
/*******************************************/

div#header 
{
	background:#FFFFFF;
}

    #header #nav
    {
        background: #BC0001;
        height: 40px;
        background-image: url('../resources/bg_header_nav.png');
    }
    
    #header #underliner
{
    height: 5px;
    background-color: #E1E6E8;
}
    
    #header #logo
{
    padding: 0px 20px 0px 20px;
    height: 70px;
    background-color: #FFFFFF;
}
    #header #logo .logoimg
{
    padding-top: 17px;
    position: relative;
    display: block;
    float: left;
}

    #header #logo #order_plans
{
    float: right;
    margin-top: 10px;
}
    
    #header #nav ul
    {
        list-style-type: none;
    }
    
    #header #nav li
{
    display: block;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #800000;
    float: left;
    height: 40px;
    border-left-color: #C40000;
    border-left-width: 1px;
    border-left-style: solid;
}
    #header #nav li:hover
{
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
    
    .highlight_page
{
    background-image: url('../resources/bg_nav_highlight.png');
    color: #333333;
    text-decoration: none;
    padding-left: 38px;
    padding-right: 38px;
    display: block;
    height: 40px;
    line-height: 40px;
}
    
    .no_highlight_page
    {
        text-decoration: none;
        color: #F7F7F7;
        padding-left: 38px;
        padding-right: 38px;
        display: block;
        height: 40px;
        line-height: 40px;
    }
    
    #header #nav a:hover
    {
        background-image: url('../resources/bg_nav_highlight.png');
        color: #333333;
    }
    
    #header #photo_nav
    {
        float: right;
        padding-top: 13px;
    }
    

    
/*******************************************/
/***************CONTENT*********************/
/*******************************************/

div#content
{
    padding: 20px;
}

#content #content_left
{
    float: left;
    width: 628px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    margin-right: 30px;
}

#content #content_right
{
    float: right;
    width: 250px;
}

#second_nav
{
    padding: 10px 0px 10px 0px;
    margin: 7px 30px 0px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
}

#second_nav a:hover
{
    color: #000000;
}

.page_title
{
    padding: 13px 0px 20px 0px;
    margin: 0px;
    color: #1B3F59;
    font-size: 18px;
}

/*******************************************/
/***************ACCORDION*******************/
/*******************************************/
.accordion 
{   
    width: 250px;   
}   
           
.accordionHeader
{
    border: 1px solid #C8C8C8;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
    background-image: url('../resources/bg_accordion_non_highlight.png');
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    cursor: pointer;
}   
           
.accordionHeaderSelected 
{   
    border: 1px solid #133046;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
    background-image: url('../resources/bg_accordion_highlight.png');
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    cursor: pointer;
}   
           
.accordionContent
{
    border-top: none;
    padding: 10px;
    line-height: 18px;
    border-style: none dotted dotted dotted;
    border-width: 1px;
    border-color: #C8C8C8;
}   

.img_other_services_logo
{
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}

.contact_us_title
{
    padding: 20px 0px 20px 0px;
    margin: 0px;
    color: #444444;
}


/*******************************************/
/***************FOOTER**********************/
/*******************************************/

div#footer
{
    height: 37px;
    position: absolute;
    width: 100%;
    bottom: 0; /* stick to bottom */
    color: #666666;
    background-color: #FFFFFF;
}

div#footer div
{
    font-size: 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}


