﻿@charset "utf-8";
/* CSS Document */

body
        {
            background-color: #ffffff;
            margin-bottom: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 0px;
        }
        img
        {
            border: 0px;
        }
a { color:#030303; text-decoration:none;}
a:hover{ color:#900; text-decoration:underline;}
ul{ margin:0px; padding:0px; }

div.topnav
{
    margin:0px 0px;
    width:980px;
    height:60px;

    }
div.topnav .logo
{
    width:600px;
    float:left;
    text-align:left;
}
 .desc
{
    float:right;
    text-align:right;
    width:310px;
    margin:0px;
    padding:0px;
    font-size:13px;
    margin-top:30px;
    margin-right:10px;
    }
div.topnav .desc div
{
    float:right;
    text-align:right;
    margin-left:10px;
    }
 .parentnav
{
    list-style-type:none;
    width:977px;
    background-color:#066BAC;
    margin:0px;
    padding:0px;
    height:30px;
    overflow:hidden;
    border-right:solid 1px #fff;

}   
 .nav_title
{
    /*background:url(images/navbg_2.jpg) repeat-x scroll 0 61px ; #82B6D7  #066BAC*/ 

    clear:both;
    margin:0px 0px;
    margin-top:10px;
    text-align:center;
    position:static;
    }
.container
{
    padding:0px;
    margin:0px 0px;

    position:relative;
    width:980px;
    height:72px;
    
    background:url("images/navbuttom1.jpg") no-repeat scroll 0 100% transparent;

    
    }

 .parentnav li 
 {
     float:left;
     padding:8px 18px 0px 18px;
     border-width:0px;
     border-left:solid 1px #fff;
     height:25px;
     overflow:hidden;
     }
.nav_title  .parentnav li , .nav_title  .parentnav li a
{
    
    font-weight:bold;
     font-size:small;
     font-family:Arial;
     color:#fff;
    }   
    
 .childnav
{
    list-style-type:none;
    
    margin:0px;
    padding:0px;
    height:30px;
    margin-left:55px;
    padding-top:10px;
    overflow:hidden;

    }
 .childnav li 
 {
     float:left;
     padding:2px 10px 0px 10px;
     border-width:0px;
     border-left:solid 1px #fff;
     height:25px;
     background:url(images/navtag.jpg) no-repeat transparent;
     padding-left:19px;
     overflow:hidden;
     }
.childnav li a
{
     font-size:small;
     font-family:Arial;
     color:#636262;
    }
    

.clear
{
    clear:both;
}


