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

* {margin: 0;}

html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}

body {font-family:verdana, arial, sans-serif; font-size:76%;}

#background{position:absolute; z-index:1; width:100%; height:100%;}

#scroller {
	position:absolute;
	width:100%;
	height:800px;
	left:2px;
	overflow:auto;
	z-index:2;
}

#flashcontent { height: 100%; margin-left:40px; }

.vc {
    clear:both;
	height:0;
	overflow:hidden;
	padding:0 auto;
}

#horizon {
	position: absolute;
	top: 298px;
	left: -3px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -430px;
	position: absolute;
	top: -280px;
	left: 50%;
	width: 860px;
	height: 560px;
	visibility: visible;
}

.logo {
	width:170px;
	height:13px;
	background:url(../imgs/logo.png) no-repeat;
	float:left;
	padding:60px 0 0 90px;
	margin-bottom:15px;
}
.logo span { margin-top:50px; font-weight:bold; color:#006bb7; }

.iframe { float:right; margin-top:-130px; z-index:5; }

.homeimg {
	height:365px;
	background:url(../imgs/bg_home-Jan2010.jpg) right no-repeat;
}


#content_bg {
	width:845px;
	height:auto;
	background-color:#fff;
	padding:20px 0 20px 20px;
	margin:10px 0;
	border:5px #006bb7 solid;
	margin:0;
	display:block;
	float:right;
	color:#003a64;
}
#content_bg a {
	text-decoration:underline;
	color:#fff;
}

#footer { float:left; width:845px; height:50px; margin:10px 0; display:block; }

#footer img {float:left; margin-left:8px;}

#footer a { 
	float:left;
	text-decoration:none;
	color:#000;
}
#footer a:hover { text-decoration:underline; }


.nav {
	float:right;
	height:75px;
	margin:13px 4px 0 0;
}

.nav ul {
	list-style:none;
	padding:0;
	margin-top:30px;
}

.nav li {
	float:right;
	margin:0 2px;
}

.nav li a {
	line-height: 2em;
	float: left;
	display: block;
	color:#fff;
	padding:2px 10px;
	background-color:#006bb7;
	text-decoration: none;
	text-align: center;
}

.nav li a:hover {
	line-height: 2em;
	background-color:#012138;
}

.nav li a.on {
	line-height: 2em;
	color:#003a64;
	background-color:#ffcf06;
}


/* Hide from IE5-Mac \*/
.nav li a {
	float: none;
}
/* End hide */


/*a#bbox {
	position:absolute;
	top:92.6%; left:96.1%; z-index:10;
	width:50px; height:50px;
	background:url(../imgs/bb-logo_off.png) bottom right no-repeat;
}*/
