﻿.navLang
{
    float: left;
    padding-top: 28px;
    padding-left: 15px;
    color: #808080;
}
.navLang ul
{
    list-style-type: none;
}
.navLang ul li
{
    float: left;
    padding-left: 3px;
    padding-right: 3px;
	line-height: 18px;
}
.navLang ul li a
{
	color: #7fa1c4;
	text-decoration:none;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 11px;
}
.navLang a:hover 
{
	color: #004489;
	text-decoration:none;
}
.navLang a.active 
{
	color: #004489;
	text-decoration:none;
}
.navLeft
{
    width: 256px;
    height: auto;
    /*background-color: White;
    filter: alpha(opacity=50);
    opacity: 0.5;*/
    float: left;
}
.navLeft ul
{
    list-style-type: none;
}
.navLeft ul li
{
    margin-bottom: 5px;
    background-color: #7fa1c4;
    height: 24px;
	line-height: 24px;
}
.navLeft a
{
	color: #fff;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.navLeft ul li.on, .navLeft ul li:hover 
{
    background-color: #004489;
}
.navLeft a.active 
{
	background-color: #004489;
	text-decoration:none;
}
.navFooter
{
    margin: 0 auto;
	width: 990px;
    position: relative;
    /*top: 27px;*/
    color: #666666;
    height: 159px;
}
.navFooter .col1
{
    float: left;
    position: relative;
    top: 27px;
    display: block;
    width: 389px;
}
.navFooter .col2
{
    float: left;
    position: relative;
    top: 27px;
    border-left: solid 1px #a8aca5;
    padding-left: 10px;
    width: 189px;
    height: 85px;
}
.navFooter h2
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.navFooter .col2.user h2
{
    background-image: url(Media/user.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.navFooter ul
{
    list-style-type: none;
    float: left;
    margin-top: 12px;
    width: 194px !Important;
    width: 189px;
}
.navFooter ul li
{
    line-height: 15px;
}
.navFooter a
{
    color: #666666;
}
.navFooter a:hover
{
    color: #eb6909;
}
.copyright
{
    position: absolute;
    left: 0;
    bottom: 0px;
    line-height: 19px;
    font-size: 11px;
}
.copyright a
{
    padding-left: 10px;
}
.siteMap
{
    position: relative;
    background-color: #fff;
    height: 516px;
    width: 990px;
}
.siteMap ul
{
    list-style-type: none;
    margin-bottom: 25px;
}
.siteMap li
{
    line-height: 15px;
}
.siteMap ul ul
{
    margin-left: 15px;
    margin-bottom: 0;
}
.siteMap h2
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.siteMap .setTop
{
    margin-top: 15px;
}
.siteMap .siteMapColumn
{
    display: block;
    float: left;
    width: 168px;
    padding: 0 15px;
}
.siteMap, .siteMap a
{
    color: #898b86;
}
.siteMap a:hover
{
	color: #eb6909;
}