﻿HTML, BODY, FORM
{
    height: 100%;
    margin: 0;
    padding: 0;
}
*
{
    margin: 0;
}
a
{
    cursor: pointer;
    outline-style: none !important;
    outline-width: medium !important;
}
body
{
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    background-color: #1f1f1f;
    color:#424242;
}
img 
{ 
    border:0; 
}
#c1, #c2
{
    width: 100%;
}
#c1 {
	
	height:20px;
}
#c2 {
	
	background:#fff url('../images/bg-head.png') repeat-x scroll top left; 
}
#c1-container
{
    width: 960px;
    margin: 0 auto;
	background-color:#1f1f1f; 
	height:20px;
}

#container
{
    width: 960px;
    margin: 0 auto;
	background:#fff url('../images/bg-head.png') repeat-x scroll top left; 
	position:relative;
}
#header-container
{
    width: 960px;
    height: 91px;
}
#header-container .logo-container
{
    width: 326px;
    height: 91px;
    float: left;
}
h1.logo
{
    padding: 10px 0px 0px 10px;
    width: 302px;
    height: 51px;
}
.login-submit
{
	border:medium none;
	height:20px;
	width:72px;
	cursor:pointer;
	padding-top:5px;
	font-size:0px;
	background:transparent url('../images/submit_btn.gif') no-repeat scroll bottom left; 
}
.c-contact
{
    width: 634px;
    height: 91px;
    float: left;
    font-size: 16px;
    margin: 0px;
}
.c-contact ul
{
    padding: 40px 0 0 0;
    margin: 0px;
    float: right;
    list-style: none;
}
.c-contact li
{
    float: left;
    margin: 0px;
    font-weight: normal;
    display: block;
}
.c-contact li span
{
    margin: 0px;
    font-weight: bold;
    list-style: none;
    display:block;
    padding-right:30px;
    padding-top:5px;
    font-family:Arial;
    
}
.c-contact a
{
    display: block;
    color: #4e6872;
    font-weight: normal;
    text-decoration: none;
    padding: 4px 10px;
    font-size:11px;
    font-weight:bold;
    border:1px solid #ccc;
    background: #fff url(/images/bg-nav.gif) repeat-x scroll left bottom;
}
.c-contact a:hover
{
    text-decoration: underline;
}
#nav
{
    width: 958px;
    height: 40px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border:1px solid #ccc;
    background: #fff url(/images/bg-nav.gif) repeat-x scroll left bottom;
}
#nav ul
{
    list-style: none;
    margin:0 auto;
    padding-left:30px;
    z-index:10;
}
#nav li
{
    float: left;
}
#nav a
{
    text-decoration: none;
    color: #000000;
    background: transparent url(/images/nav-div.gif) no-repeat scroll right 8px;
}
#nav li.last a
{
    background: transparent;
    background-image:none;
}
#nav a:hover
{
    text-decoration: none;
    color: #000000;
    display: block;
}
#nav ul li a {
    padding: 12px 20px;
    text-decoration: none;
    color: #171717;
    display:-moz-inline-block;
    display: inline-block;
    height: 19px;
}
#nav ul li.A-Menu-ChildSel a {
    background: transparent url(/images/bg-navo.gif) no-repeat scroll right top;
}
#nav ul li.A-Menu-ChildSel ul li a {
    background: none;
}
#nav ul li a:hover {
    background: transparent url(/images/bg-navo.gif) no-repeat scroll right top;
}
#nav ul li.last a:hover {
    background: transparent url(/images/bg-navol.gif) no-repeat scroll right top;
}
#nav ul li ul li a:hover,#nav ul li ul li.last a:hover {
    background: none;
}
#nav ul li {
    float: left;
    list-style-type: none;
    display:inline-block;
	position:relative;
	z-index:10;
}
/*<Level 1>*/
#nav ul li:hover ul, #nav ul li.A-Menu-Hover ul
{
    visibility: visible;
}
#nav ul li ul
{
    visibility: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    top: 41px;
    position: absolute;
    display: block;
    border: #b2bbc2 1px solid;
    background: #eee;
    padding:0;
    font-size:10px;
}
#nav ul li ul li
{
    border-bottom: 1px dotted #B2BBC2;
    display: block;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    width: 15em;
    float: none;
}
#nav ul li ul li.A-Menu-WChild
{
    background: transparent url(/images/bullet_red.gif) no-repeat scroll right 8px;
}
#nav div.A-Menu-Horizontal ul li:last-child, #nav div.A-Menu-Horizontal ul li.last-child
{
    border-bottom: none;
}
#nav ul li ul li a
{
    margin: 0;
    padding: .4em 0 .4em .5em;
    text-decoration: none;
    color: #000;
    display: block;
    height: auto;
    background: none;
    font-weight: normal;
    width: 14em;
}
#nav ul li ul li.A-Menu-WChild a
{
    /*background: transparent url( '/images/menuChild.gif' ) no-repeat scroll right center;*/
}
#nav ul li ul li a:hover
{
    color: #000000;
}
#nav ul li ul li a:hover
{
    text-decoration: none;
}
#nav ul li ul li:hover, #nav ul li ul li.A-Menu-Hover
{
    background-color: #cddde3;
}
/*<Level 2>*/
#nav ul li ul li ul, #nav ul li:hover ul li ul, #nav ul li.A-Menu-Hover ul li ul
{
    visibility: hidden;
    position: absolute;
    left: 15em;
    padding-top: 0;
    top: 2px;
    display: block;
}
#nav ul li:hover ul li:hover ul, #nav ul li.A-Menu-Hover ul li.A-Menu-Hover ul
{
    visibility: visible;
}
#nav ul li ul li.A-Menu-WChild ul li a
{
    background: none;
}
#content-container
{
    width: 960px;
    height: 100%;
    font-size: 11px;
    line-height: 15px;
    background-color:#fff;
}
#footer
{
    clear: both;
    font-size: 10px;
    color: #777;
}
#footer a
{
    color: #777777;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
}
#footer ul li:first-child a:first-child
{
    background-position: right center;
}
#footer li
{
    float: left;
    list-style-type: none;
    white-space: nowrap;
}
#footer ul
{
    float: right;
    margin: 0;
    padding: 0 37px 0 0;
}
#footer li.ielast a
{
    background-position: left center;
}
#footer li.ielast a:hover
{
    background-image: none;
}
#footer span.copy
{
    float: left;
    margin: 7px 10px;
}
#wrapper
{
    margin: 0 auto;
    padding: 0;
    width: 960px;
    height:40px;
}
.clear
{
    clear: both;
}
