
/*================Header=================*/
#header_nav_wrapper{
/*container for all header and navigation*/
    width: 100%;
    min-width: 780px; 
}

#header{
/*header*/
    background-image: url(../images/header.jpg);
    width: 100%; 
    min-width: 780px; 
    height: 98px; 
     background-repeat: repeat-x; 
}

#header img{
    float: left;
}
/*========================================*/

#title{
    /*float: left;*/
    margin-top: 10px;
    margin-left: 30px; 
    height: 41px; 
}

/*===============Navigation===============*/

#nav{
    margin-left: 0px; 
    margin-top: 22px; 
    width: 400px; 
    font-size: 12pt; 
}

#nav a,#nav a:link,#nav a:visited,#nav a:hover{
    width: 100px;
    height: 25px; 
    display: block; 
    color: #304489; 
}

#nav a:hover{
    background-color: #304489; 
    color: #FFF;
}

#nav li{
    float: left; 
    width: 100px; 
    list-style-type: none; 
    text-align: center;
}

#nav ul{
    margin: 0px;
    padding: 0px; 
}
/*=======================================*/

/*==============Sub Navigation===========*/
#sub_nav_head{
    background-image: url(../images/nav.jpg);
    height: 31px;
    width: 100%;
    min-width: 780px;
    margin-top: 0px; 
    font-size: 12pt; 
}

#sub_nav_head a,#sub_nav_head a:link,#sub_nav_head a:visited,#sub_nav_head a:hover{
    color: #FFF;
    width: 100px; 
    height: 25px;
    display: block;
}

#sub_nav_head a:hover{
    background-color: #6f7dac;
}

#sub_nav_head li{
    float: left; 
    width: 100px; 
    list-style-type: none; 
    text-align: center; 
}
/*=====================================*/

#services{
    display: none; 
    margin: 0px;
    padding: 0px; 
    margin-left: 155px; 
    padding-top: 3px;   
}

/*=============Access===========*/
#access{
    float: right;
    background-image: url(../images/header_right.jpg);
    background-repeat: no-repeat;
    width: 231px;
    height: 98px;
    color: #fff;
}

#access a,#access a:link,#access a:visited,#access a:hover{
    display: inline;
    width: auto; 
}

#access li{
    list-style-type: none; 
    float: left; 
    line-height: 20px; 
}

#access img{
    border: none; 
}

#access_container{
    margin-left: 30px; 
    margin-top: 15px; 
}
/*==============================*/

#font_size a,#font_size a:link,#font_size a:visited{
    color: #fff;
}

#font_size a:hover{
    color: red;
}

#top_content{
    background-image: url(../images/top_content.gif);
    
    width: 100%;
    min-width: 790px; 
    height: 35px; 
}


