@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
img{border:0;}
.clear{clear:both;}
.hide{display:none;}
body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	background:#e1eaff;
}
/*container*/
#container{
	margin:0 auto;
	margin-top:9px;
	width:942px;
	background:url(../images/content-bg.png) repeat-y left top;;
}

/*header*/
#header{
	position:relative;
	background:url(../images/header-bg.png) no-repeat left top;
	width:942px;
	height:110px;
}
#header h1{
	position:absolute;
	top:12px;
	left:10px;

}
#header h1 a{
	display:block;
	background:url(../images/logo.png) no-repeat left top;
	width:540px;
	height:83px;
	text-indent:-9999px;
}
/*nav*/
ul#managing-nav{
	position:absolute;
	top:15px;
	right:15px;
	list-style-type:none;
	font-size:11px;
	font-weight:bold;
}
ul#managing-nav li{
	display:inline;
	padding:0 2px;
}
ul#managing-nav li a{
	color:#313e7b;
	text-decoration:none;
}
ul#managing-nav li a:hover{
	text-decoration:underline;
}
#global-nav-bar{
	background:url(../images/global-nav-bg.png) no-repeat left top;
	height:45px;
}
ul#global-nav{
	margin-left:30px;
	list-style-type:none;
}
ul#global-nav li{
	float:left;
}
ul#global-nav li a{
	color:#fff;
	display:block;
	font-weight:bold;
	padding:14px 50px 14px 0;
	text-decoration:none;
}
ul#global-nav li a:hover,
ul#global-nav li a.active{
	color:#FECD1B;
}
#sub-nav-bar{
	clear:both;
	margin-top:5px;
	background:url(../images/sub-nav-bg.png) no-repeat left top;
	height:45px;
}
ul#sub-nav{
	margin-left:30px;
	list-style-type:none;
}
ul#sub-nav li{
	float:left;
}
ul#sub-nav li a{
	color:#fff;
	display:block;
	font-weight:bold;
	padding:14px 50px 14px 0;
	text-decoration:none;
}
ul#sub-nav li a:hover,
ul#sub-nav li a.active{
	color:#FECD1B;
}
/*content*/
#content{
	clear:both;
	padding:10px;
}
#left-section{
	float:left;	
	width:350px;
}
#right-section{
	float:right;
	margin-left:10px;
	width:540px;
}
/*footer*/
#footer{
	clear:both;
	background:#e1eaff url(../images/footer-bg.png) no-repeat left top;
	text-align:center;
	padding:20px;
	color:#666;
}
