@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-color: #121212;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#wrap {
	width: 990px;
	margin: 0 auto;
}

#container {
	width: 990px;
	min-height: 270px;
	text-align: center;
	float: right;
	margin-top: 0px;
	position: relative;
}

#header {
	width: 990px;
	height: 160px;
	background: url(/images/pages/bg-top.png) left top repeat-x;
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 8px;
}

#logo a {
	display: block;
	width: 400px;
	height: 160px;
	text-decoration: none;
	position: absolute;
	background: url(/images/pages/logo.png) no-repeat;
	top: 0px;
	left: 0px;
}

#textRight {
	width: 450px;
	height: 160px;
	float: right;
	position: absolute;
	top: 20px;
	right: 15px;
	font: 16pt Tahoma, Geneva, sans-serif;
	color: #FFF;
	background: url(images/bg-swirly.png) bottom right no-repeat;
}

#nav {
	width: 990px;
	height: 40px;
	float: left;
	text-align: center;
	background: url(/images/pages/nav-bg.png) center top no-repeat;
	position: relative;
	z-index: 1666;
}

#nav ul {
	list-style: none;
	line-height: inherit;
}

h1 {
	font: bold 20pt Tahoma Geneva, sans-serif;
	color: #000;
	margin-top: 0;
}

h2 {
	font: bold 14pt Tahoma, Geneva, sans-serif;
	color: #2088B0;
}

h3 {
	font: bold 13pt Tahoma, Geneva, sans-serif;
	color: #666;
}

#contentMain {
	width: 970px;
	*width: 990px;
	min-height: 310px;
	float: left;
	padding: 10px;
	text-align: left;
	background-color: #FFF;
}

#columnLeftWrap {
	width: 244px;
	float: left;
}

.columnLeftTop {
	width: 239px;
	height: 52px;
	text-align: left;
	background: url(/images/pages/bg-box-top.png) center no-repeat;
	float: left;
}

.columnLeftTop h2 {
	font: bold 12pt Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin: 10px;
	padding-top: 10px;
}

.columnLeft {
	width: 239px;
	min-height: 219px;
	float: left;
	text-align: left;
	background: url(/images/pages/bg-box-mid.png) center repeat-y;
	font-size: 10pt;
}

.columnLeftText {
	padding:5px 10px 5px 10px;
	height: 219px;
}

.columnLeftBott {
	width: 239px;
	height: 21px;
	text-align: left;
	background: url(/images/pages/bg-box-bott.png) center no-repeat;
	float: left;
}

#columnRightWrap {
	width: 710px;
	min-height: 700px;
	float: right;
	text-align: center;
	margin-top: 15px;
}

#banner {
	float: right;
	width: 640px;
}

.bannerOverlay {
	border:solid 1px #000000;
	width:640px;
	height: 280px;
	overflow: hidden;
	position:absolute
}

.banner {
	height:  280px;
	float:	 right;
}

.banner img {
	padding: 0px;
	border:  1px solid #ccc;
	background-color: #eee;
}

#bannerActive {
	width: 710px;
	height: 280px;
	float: right;
}

#bannerActive h2 {
	color: #1F1E1E;
}

#bannerActive img {
	border: none;
}

.bannerActiveText {
	width: 250px;
	height: 280px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	z-index: 1666;
}

.bannerActiveFade {
	width: 600px;
	height: 280px;
	background: url(/images/pages/fade.png) bottom right no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 666;
}

.bannerActiveButtLeft {
	width: auto;
	height: auto;
	float:right;
	margin-top: -69px;
	margin-right: 674px;
}

.bannerActiveButtRight {
	width: auto;
	height: auto;
	margin-top: 100px;
	margin-right: 10px;
	float:right;
}

#homepage_text {
	min-height: 200px;
	padding: 5px;
	width: 534px;
	float: left;
	margin: 10px 0 20px 15px;
	font-size: 11pt;
}

#bannerSmallWrap {
	width: 970;
	float: left;
}

.bannerSmall {
	width: 310px;
	height: 144px;
	float: left;
	margin: 5px;
}

.bannerSmall img {
	border: none;
}

ul {
	list-style: url(/images/pages/arrow.png);
	padding-left: 13px;
	line-height: 1.25em;
}

ul ul {
	list-style: circle;
}

#footer {
	width: 990px;
	height: 144px;
	float: left;
	text-align: center;
	background: #FFF url(/images/pages/bg-footer.png) center top no-repeat;
	font: 10pt;
	color: #FFF;
	padding: 20px 0 0 0;
}

#footer p {
	line-height: 13pt;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	margin: 4px;
}

#footer a:hover {
	color: #CCC;
	text-decoration: none;
}

.footerIcon {
	width: 980px;
	float: left;
	padding: 5px;
	font-size: 9pt;
	text-align: center;
	margin: 0 auto;
}

.footerIcon img {
	border: none;
}

a {
	color: #0E5EA2;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

.itemFloatLeft {
	float: left;
}

.itemFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sublinks {
	width:100%;
	height:30px;
	background:#5FA4CF;
	float:right;

}

#sublinks2 {
	width: 990px;
	height:50px;
	margin: 0 auto;
}

#sublinks3 {
	margin-top:7px; 
	width:400px;
	float:right;
	font-size:14px;
	font-weight:bold;
}

#sublinks3 a{
	color:#FFF;
}
