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

a{
	outline:none;
}

html, body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color:#184070;
}

#center{
	margin-left:auto;
	margin-right:auto;
	width:1280px;
}

#container{
	position:absolute;
	background-image:url('images/bg-container2.png');
	background-repeat:no-repeat;
	width:900px;
	height:770px;
	padding:0px 190px 0px 190px;
	z-index:2;
}

#content{
	float:left;
	clear:left;
	position:relative;
	height:660px;
	width:900px;
	z-index:3;
}

#flash{
	position:relative;
	float:left;
	clear:left;
	width:900px;
	height:470px;
	margin-top:30px;
}

#bodyBox{
	float:left;
	width:900px;
	height:350px;
	margin:30px 0px 0px 2px;
}

#bodyTop{
	float:left;
	width:900px;
	height:56px;
	background-image:url('images/bg-contentBoxTop.png');
	background-repeat:no-repeat;
	background-position:top center;
}

#bodyTop h2{
	float:left;
	margin:20px 0px 0px 20px;
	padding:0;
	color:#fff;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:14px;
	font-weight:100;
}

#body{
	float:left;
	width:900px;
	height:225px;
	background-image:url('images/bg-contentBox.png');
	background-repeat:repeat;
	background-position:top left;
}

#body h3{
	float:left;
	width:310px;
	margin:70px 0px 0px 0px;
	color:#184070;
	text-align:center;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:32px;
	font-weight:300;
}

#main-list{
	float:left;
	width:450px;
	margin:5px 0px 0px 25px;
	padding:0;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#184070;
}

#main-list li{
	float:left;
	width:430px;
	display:block;
	vertical-align:top;
	background-image:url('images/icon-list.png');
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:15px;
}

#main-list ul{
	float:left;
	width:450px;
	margin:15px 0px 0px 0px;
	padding:0;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

#main-list ul li{
	float:left;
	clear:left;
	display:block;
	background-image:url('images/icon-subList.png');
	padding-left:20px;
	margin-bottom:10px;
}

#main-list a{
	text-decoration:none;
	color:#184070;
}

#main-list a:hover{
	text-decoration:underline;
}

#body p{
	float:left;
	margin:0px 0px 5px 0px;
	padding:0;
	width:420px;
	color:#184070;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}

#bodyBottom{
	float:left;
	width:900px;
	height:18px;
	background-image:url('images/bg-contentBoxBottom.png');
	background-repeat:no-repeat;
	background-position:top center;
}

#bg-image{
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
}

#main-nav{
	float:left;
	width:865px;
	margin:0;
	margin-top:25px;
	padding-left:45px;
	background-image:url('images/bg-mainNav.png');
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}

#main-nav > li{
	float:left;
	height:35px;
	padding-top:15px;
	list-style-type:none;
}

#main-nav > li:hover{
	background-image:url('images/bg-liHover.png');
	background-repeat:repeat-x;
}

#main-nav > li > a{
	height:inherit;
	width:inherit;
	color:#fff;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:14px;
	font-weight:100;
	text-decoration:none;
	letter-spacing:0px;
	padding:5px 30px 5px 30px;
	border-left:1px solid #fff;
}

#main-nav > li:hover ul{
	display:inline;
}

#main-nav > li:hover ul:hover{
	display:inline;
}

.main-drop{
	position:absolute;
	left:0px;
	top:+160px;
	width:770px;
	height:25px;
	margin:0;
	padding:10px 0px 10px 130px;
	display:none;
}

.main-drop li{
	float:left;
	height:15px;
	list-style-type:none;
}

.main-drop li{
	background-image:none;
}

.main-drop li:hover{
	background-image:none;
}

.main-drop a{
	float:left;
	height:15px;
	color:#fff;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:11px;
	font-weight:100;
	text-decoration:none;
	border-left:1px solid #fff;
	padding:0px 30px 0px 30px;
}

.main-drop a:hover{
	text-decoration:underline;
}

#privacy h3{
	color:#184070;
	text-align:left;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:22px;
	margin-top:10px;
	margin-bottom:10px;
}

#privacy ul{
	float:left;
	width:450px;
	margin:5px 0px 0px 25px;
	padding:0;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#184070;
}

#privacy ul li{
	float:left;
	width:430px;
	display:block;
	vertical-align:top;
	background-image:url('images/icon-list.png');
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:15px;
}

#privacy p{
	margin-bottom:8px;
	}

#privacy a{
	text-decoration:none;
	color:#184070;
}

#privacy a:hover{
	text-decoration:underline;
}

#site_map{
	float:left;
	margin:0;
	color:#184070;
}

#site_map a{
	text-decoration:none;
	color:#184070;
}

#site_map a:hover{
	text-decoration:underline;
}

#footer{
	float:left;
	width:900px;
	height:75px;
	background-image:url('images/bg-footer2.png');
	background-repeat:no-repeat;
	background-position:top center;
}

#bottom-nav{
	float:left;
	height:22px;
	width:850px;
	margin:0;
	padding:8px 0px 0px 50px;
	
}

#bottom-nav li{
	float:left;
	list-style-type:none;
}

#bottom-nav a{
	float:left;
	height:15px;
	color:#fff;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:11px;
	font-weight:100;
	text-decoration:none;
	border-left:1px solid #fff;
	padding:0px 20px 0px 20px;
}

#bottom-nav a:hover{
	text-decoration:underline;
}

#footer hr{
	float:left;
	width:880px;
	height:1px;
	margin-top:15px;
	margin-left:10px;
	color:#fff;
	background-color:#fff;
	border:0;
}

#footer p{
	float:left;
	width:900px;
	height:22px;
	margin:0;
	padding:0;
	padding-top:0px;
	text-align:center;
	color:#fff;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-weight:100;
}

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

#footer a:hover{
	text-decoration:underline;
}


.profile{
	float:left;
	width:450px;
	margin-bottom:24px;
}

.profile img{
	float:left;
	clear:both;
	height:75px;
	margin-bottom:10px;
}

.profile h4{
	float:left;
	margin:0px 0px 5px 0px;
	padding:0;
	width:450px;
	color:#184070;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.profile ul{
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:370px;
}

.profile ul li{
	float:left;
	clear:none;
	width:350px;
	list-style-type:none;
	background-image:url('images/icon-list.png');
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#184070;
}

.profile a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#184070;
	text-decoration:none;
}

.profile a:hover{
	text-decoration:underline;
}

#blueLine{
	float:left;
	height:1px;
	width:460px;
	color:#184070;
	background-color:#184070;
	border:0;
	margin-top:0px;
	margin-left:340px;
}

/* SCROLL */

#window{
	position:relative;
	float:left;
	width:450px;
	height:200px;
	margin-left:30px;
	margin-top:15px;
	padding-right:20px;
	overflow:hidden;
}

#scroll{
	float:left;
	width:450px;
}
   
div#scrollbar { 
  position:relative;
  float:left;
  width:11px; 
  height:200px;
  margin-left:12px;
  font-size:1px;
  }
  
div#track { 
  position:absolute; left:0px; top:12px;
  width:7px; height:200px;
  background-image:url('images/bg-track.png');
  background-repeat:no-repeat;
  overflow:hidden;
  }
  
#dragBar {
  position:absolute; left:0px; top:0px;
  width:6px; height:200px;
  } 
  
#dragBar img{
	float:left;
	height:inherit;
	width:6px;
}
   
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, #dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

div#scrollbar img {
    display:block; 
	border:0;
    } 
