﻿body 
{
    margin:5px 0px;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
}


#login
{
    margin-top:10px;
    margin-bottom:100px;
    border-top: solid 5px #00496e;   
}

#login-bg
{
    width: 908px;
    margin: auto;    
    height: 275px;
    overflow: hidden;
    border:solid 1px #cccccc;
    border-radius:5px;
    text-align:center;
}


#login-bg h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #1f3864; }

#login-bg h1 { font-size: 1.8em; line-height: 2.1; margin-bottom: 2.5em; text-align:center; border-bottom:solid 1px #cccccc; }

#nav-bg
{
     clear:both;
     background-color:#00496e;  
     margin-top:10px;
     margin-bottom:10px;
     text-align:center;
     border-bottom: solid 2px #cccccc;      
}

#nav 
{
    clear:both;
    margin: 0 auto;display: inline-block;
    height: 30px; 
    z-index:999;    
    _overflow: hidden;
}


#nav ul ul 
{
    display: none;
}

#nav ul li:hover > ul 
{
    display: block;
}
#nav ul 
{    
    margin: 0 auto; 
    list-style: none; 
    height: 30px;
    position: relative;	 
    z-index:999;   
}
#nav ul:after 
{
    content: ""; 
    clear: both; 
    display: block;
}

#nav ul li 
{
    float: left;
}
#nav ul li:hover 
{
    background: #cccccc;
}
#nav ul li a:hover, #nav ul li:hover a 
{
    background: #cccccc;
    color: #00496e;
}
#nav ul li a.current, #nav ul li a.section, #nav ul li a.section:hover, #nav ul li a.current:hover 
{
    background-color: #cccccc;
    color: #00496e;
    outline:0; 
    -moz-border-radius:    6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius:         6px 6px 0 0;  
}
#nav ul li a 
{
    padding: 8px 25px 0px 25px; 
    display: block; 
    height:22px;
    color: #fff;
    text-decoration: none;
    font-size:13px;
    font-weight:bold;   
     -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
    cursor:pointer;
}

#nav ul ul 
{
    padding: 0;
    position: absolute; 
    height: auto! important;
    left: auto;
    margin-top: 0px;
    font-size: 13px;
    line-height: 14px;
    padding: 7px;
    background-color: #ffdb62;
    -moz-border-radius:    0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius:         0 0 4px 4px; 
    
}
#nav ul ul li 
{
    float: none; 
    height: auto; 
    width: auto;
    position: relative;
    display:block;
    margin: 0;
    padding: 0;
    background: transparent;
}
#nav ul ul li a 
{
    display: block; 
    padding: 7px 4px 7px 0; 
    height:auto! important;
     width: auto;
    z-index:1099;    
    font-size:13px;   
}	
#nav ul ul li>a { 
    display: block;
    padding: 4px 20px 4px 10px;  
    width: auto;
    color: #0082d5;
    font-weight:600;
    font-size: 13px;
}
#nav ul ul li a:hover 
{
    display: block;
    text-decoration: none; 
    color: #562078;
    background: white;
}

#nav ul ul ul 
{
    position: absolute; left: 100%; top:0;min-width:200px;
}

.header 
{
text-align:center;	
}
.subheader 
{
	height:30px;
	background-color:#dce6f0; 
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #1f3864; }

h1 { font-size: 1.8em; line-height: 1.1; margin-bottom: 0.5em; }

.label
{
	font-weight:bold;
}
.txtbox{ border:solid 1px #aaa;font-family: Arial, Helvetica, Verdana, sans-serif;font-size: 12px;}
.txtbox:focus{ border:solid 1px #000;}
.gdtxtbox{ border:solid 1px #aaa;font-family: Helvetica Neue, Arial, sans-serif;font-size: 11px;}
.gdtxtbox:focus{ border:solid 1px #000;}

.gvcontact {font-size: 11px;}
.gvcontact td {padding:2px;}
.gvcontact th {border: solid 1px #000;}

.btnstate{ border:solid 1px #000;font-family: Arial, Helvetica, Verdana, sans-serif;font-size: 12px;border-top-left-radius:5px;border-top-right-radius:5px; height:25px; font-weight:bold;}
.btnstate-active{ background-color:#2461BF;color:White;border:solid 1px #000;font-family: Arial, Helvetica, Verdana, sans-serif;font-size: 12px;border-top-left-radius:5px;border-top-right-radius:5px; height:25px; font-weight:bold;}