@charset "utf-8";

html {
	overflow-y: scroll;
}

header {
	background-image: url(../images/banner/Banner_Background.jpg);
	background-repeat: repeat;
	height: 180px;
}

#header {
	background-image: url(../images/banner/banner.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 180px;
	position: relative;
	margin: auto;
	width: 980px;
}

footer {
	background-image: url(../images/footer/Footer_Background.png);
	background-repeat: repeat;
	height: 60px;
}

#footer {
	background-image: url(../images/footer/newFooter.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 60px;
	width: 980px;
	text-align: center;
	font-family: Calibri;
	font-size: 14px;
	color: #FFF;
	margin: auto;
	line-height: 30px;
}

a {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

#navigation {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*margin: auto;*/
	padding: 0;
	clear: both;
	top: 128px;
	width: 925px;;
	height: 51px;
	background: #d6eaf8 url(../images/nav/dropdown-bg.gif) repeat-x left top;
}

ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(../images/nav/dropdown-bg-hover.gif) repeat-x left top;
}



ul.nav-main .lastmenu {
	float:left;
	display:block;
	height: 51px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
}

ul.nav-main li.list {
	float:left;
	display:block;
	height: 51px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(../images/nav/separator.gif) no-repeat right center;
}

ul.nav-main li a {
	display:block;
	padding: 16px 16px 0 16px;
	height: 35px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	color:#D6D6D6;
}



ul.nav-main *.list {
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding: 10px;
	top: 48px;
	left: 0;
	z-index: 598;
	background: #353535 url(../images/nav/dropdown-list-bg.gif) repeat-x left top;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: left;
}


ul.nav-sub li {
	list-style: none;
	display: block;
	padding: 0;
	height: 27px;
	float: none;
	width: 200px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
	text-align: left;
}

ul.nav-sub li a {
	list-style: none;
	display: block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width: 200px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
