@charset "utf-8";
/* CSS Document */
/*  News Slider*/
.NewsImageBG {
	background:url(/images/news-image-bg.gif) no-repeat left top;
	width:261px;
	height:109px;
	padding:0 4px 0 3px;
}
.imagePaging {
	background:url(/images/news-paging-bg.gif) no-repeat left bottom;
	height:32px;
	padding:0 10px 0 0;
}
#myController {
	float:right;
}
#myController span {
	color:#5a5a5a;
	/*	background:#000;*/
	cursor:pointer;
	padding:0 3px;
}
#myController span.jFlowSelected {
	color:#ffa502;
}
/* News Slider Ends */


/* Home Page News*/
#newsSlider {
	position:relative;
}
#myController1 {
	float:right;
	bottom:5px;
	right:5px;
	position:absolute;
}
#myController1 span {
	color:#fff;
	background:#81c5ca;
	cursor:pointer;
	padding:2px 5px;
}
#myController1 span.jFlowSelected {
	color:#000;
}
/* Nesw Ticker */
.Ticker {
	position:relative;
	width:614px;
	height:17px;
	overflow:hidden;
	margin:5px 0 0 0;
}
.Tickertitle {
	position:absolute;
	left:0px;
	top:0px;
}
.TickerCont {
	position:absolute;
	left:0px;
	top:0px;
	width:614px;
	height:22px;
	overflow:hidden;
 FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00, duration=2, enabled=false);
}
/* Client Tabs */

#Tabs {
	clear:both;
}
.divs {
	clear:both;
	padding:0 10px 10px 10px;
}
#SubNav {
	clear:both;
	margin:0 15px 0 15px;
	padding:0 0 0 15px;
	height:45px;
	background:url(/images/tabs-bg.gif) repeat-x left bottom;
}
#SubNav ul {
	margin:0;
	list-style:none;
	padding: 0;
}
#SubNav a, #SubNav strong, #SubNav span {
	float:left;
	display:block;
	color:#777777;
	padding: 15px 10px 4px 1px;
	background: #ffffff url(/images/nav1.gif) no-repeat 100% 0px;
	text-decoration:none;
	font-weight: bold;
	height:20px;
	font:bold 14px Arial, Helvetica, sans-serif;
}
#SubNav a {
	float:none;
}
#SubNav li {
	float:left;
	color: #000000;
	background: #ffffff url(/images/nav1.gif) no-repeat 0px 0px;
	margin:0;
	padding:0 0 0 9px;
	height:39px;
}
#SubNav #current {
	background: #ffffff url(/images/nav1.gif) no-repeat 0 -55px;
	color: #000000;
}
#SubNav #current a {
	background: #ffffff url(/images/nav1.gif) no-repeat 100% -55px;
	padding:15px 10px 4px 1px;
	color:#004e84;
	height:30px
	font:bold 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#SubNav a:hover {
	color:#000000;
	background: #ffffff url(/images/nav1.gif) no-repeat 100% 0px;
}
