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

body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#dbe1e6;
	background-image:url(../images/BGBody.jpg);
	background-repeat:repeat-x;
}

#wrapper
{
	width:870px;
	left: 50%;
	margin-left:-460px;
	position:absolute;
}

#Main
{
	width: 800px;
	margin-left: 70px;
	float:left;
	background-image:url(../images/UpShadow.png);
	background-repeat:repeat-x;
	padding-top:10px;
	background-color:#fff;
}

#Banner
{
	width: 800px;
	height:370px;
	float:left;
	background-image:url(../images/DropShadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#SubBanner
{
	width: 800px;
	height:110px;
	float:left;
	background-image:url(../images/DropShadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#BannerImage
{
	width: 800px;
	height:360px;
	z-index:100;
	position:absolute;
}

#SubBannerImage
{
	width: 800px;
	height:110px;
	z-index:100;
	position:absolute;
}

#BannerNav
{
	width: 800px;
	height:115px;
	z-index:200;
	margin-top:245px;
	position:absolute;
}

#SubBannerNav
{
	width: 800px;
	height:60px;
	z-index:200;
	margin-top:55px;
	position:absolute;
}

img.BannerNavItem
{
	opacity: 0.8;
	filter:alpha(opacity=80);
	
}

img.BannerNavItem:hover
{
	opacity: 1.0;
	filter:alpha(opacity=100);
	
}

#Footer
{
	width:760px;
	padding:20px;
	float:left;
	background-color:#CCC;
	margin-bottom:50px;
}

#ContentIndex
{
	background-image:url(../images/ContentBG.png);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:150px;
	width:760px;
	padding:20px;
	border-bottom:solid 5px #333;
	float:left;
}

#Content
{
	background-image:url(../images/ContentBG.png);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:150px;
	width:800px;
	border-bottom:solid 5px #333;
	float:left;
	padding-bottom:100px;
}

#ContentLeft
{
	float:left;
	background-color:#E6E6E6;
	width:195px;
}

#ContentMain
{
	float:left;
	width:585px;
	font-size:11px;
	padding:10px;
}


#ContentRight
{
	background-color:#E6E6E6;
	width:175px;
	padding:10px;
	margin-right:-10px;
	margin-top:-10px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}

td.ContentLeftNavTitle
{
	background-color:#333333;
	color:#F7931E;
	font-size:16px;;
	padding:10px;
}

td.ContentLeftLinks
{
	padding:10px;
}

span.Title
{
	color:#0071BC;
	font-weight:bold;
	font-size:24px;
}

span.SubTitle
{
	color:#0071BC;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	padding-right:10px;
}

span.ToTop
{
	font-size:9px;
}

ul
{
	margin-left:0px;
	padding-left:20px;
}

.OrangeBullet {
	list-style-image: url(../images/BulletOrange.png);
	line-height:16px;
	font-weight:bold;
}

.OrangeBullet a
{
	color:#333;
}

.OrangeBullet a:hover
{
	color:#333;
	text-decoration:none;
}

a
{
	color:#0071BC;
}

a:hover
{
	color:#0071BC;
	text-decoration:none;
}