@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../img/background.jpg) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
.clear{
	clear:both;
}
p{
	margin:0;
}

/* HEADER */
#header_ct{
	width:360px;
	height:45px;
	margin:0 auto;
	padding:35px 0 0 624px;
	background:url(../img/headerBG.jpg) left top no-repeat;
}

#main_ct{
	width:960px;
	margin:0 auto;
	padding:0 12px;
	background:url(../img/pageBG.png) left top repeat-y;
}
#banner_ct{
	width:960px;
	height:120px;
}

/* MENU */
#menu_ct{
	width:960px;
	height:150px;
	background:url(../img/menuBG.jpg) left top no-repeat;
}
#menu_ct ul{
	margin:0;
	padding:0;
	font-size:14px;
}
#menu_ct ul li{
	list-style:none;
	float:left;
	padding:35px 20px 0 30px;
}
#menu_ct ul li a{
	color:#999999;
	text-decoration:none;
}
#menu_ct ul li a:hover{
	color:#4579af;
	text-decoration:none;
}

/* BREADCRUMBS */
#breadcrumbs_ct{
	height:25px;
	padding:45px 0 0 25px;
	color:#999999;
}
#breadcrumbs_ct .label{
	color:#4579af;
}
#breadcrumbs_ct a{
	color:#999999;
	text-decoration:none;
}
#breadcrumbs_ct a:hover{
	color:#4579af;
	text-decoration:none;
}
#breadcrumbs_ct .B_lastCrumb{
	color:#999999;
	font-weight:bold;
}

/* PAGE */
#page_ct{
	width:960px;
	padding-bottom:20px;
}

/* LEFT */
#page_ct #left_ct{
	width:640px;
	padding:10px 0 0 25px;
	float:left;
}
#page_ct #left_ct #title{
	padding-bottom:15px;
}
#page_ct #left_ct #summary{
	padding-bottom:20px;
}
#page_ct #left_ct #content{
	width:400px;
	float:left;
	line-height:19px;
	color:#666666;
}
#page_ct #left_ct .image{
	width:190px;
	padding-left:30px;
	float:left;
}
#page_ct #left_ct #extraContent{
	width:600px;
	padding-top:20px;
	color:#4579af;
	font-size:12px;
}

/* RIGHT */
#page_ct #right_ct{
	width:270px;
	float:left;
}
#right_ct #latestNews_ct{
	width:270px;
}
#right_ct #latestNews_ct #top{
	width:270px;
	height:15px;
	background:url(../img/latestnewsTop.jpg) left top no-repeat;
}
#right_ct #latestNews_ct #content{
	width:200px;
	padding:8px 35px 0 35px;
	background:url(../img/latestnewsBG.jpg) left top repeat-y;
}
#right_ct #latestNews_ct #content .item{
	color:#999999;
	padding-top:10px;
}
#right_ct #latestNews_ct #content .item a{
	color:#4579af;
	text-decoration:none;
	line-height:16px;
}
#right_ct #latestNews_ct #content .item a:hover{
	color:#4579af;
	text-decoration:underline;
	line-height:16px;
}
#right_ct #latestNews_ct #bottom{
	width:235px;
	height:43px;
	padding:17px 0 0 35px;
	background:url(../img/latestnewsBottom.jpg) left top no-repeat;
	color:#ffffff;
}
#right_ct #latestNews_ct #bottom a{
	color:#ffffff;
	text-decoration:none;
}
#right_ct #latestNews_ct #bottom a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#right_ct #slogan{
	padding-left:4px;
}

/* FOOTER */
#footer_ct{
	width:984px;
	height:76px;
	margin:0 auto;
	background:url(../img/footerBG.jpg) left top no-repeat;
}
#footer_ct ul{
	list-style:none;
	padding:22px 0 0 20px;
	margin:0;
	font-size:13px;
}
#footer_ct ul li{
	float:left;
	padding-left:24px;
}
#footer_ct ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer_ct ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}



#menu { width: 960px; height: 150px; background: url(menu.png) no-repeat; }
#menu ul { clear: both; }
#menu ul li { float: left; list-style-type: none; }
#menu ul.topMenu { position: relative; top: 30px; }
#menu ul.topMenu li { margin-right: 2em; }
#menu ul.topMenu a { color: #999; text-decoration: none; font-size: 1.25em; }
#menu ul.topMenu li.active a, #menu ul.topMenu a:hover { color: #467AB0; }
#menu ul.subMenu { position: relative; top: 65px; }
#menu ul.subMenu li { margin-right: 2em; list-style-type: disc; color: #fff;  }
#menu ul.subMenu a { color: #fff; text-decoration: none; font-size: 0.9em; border-bottom: 1px solid #4579AF; }
#menu ul.subMenu li.active a, #menu ul.subMenu a:hover { border-bottom: 1px solid #749BC3; }
