@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
body{
	background: url(../images/g_bg.jpg) top center no-repeat fixed;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer{
	clear: both;
}
/*Complete Site Framework*/
#siteFramework {
	margin: auto;
	width: 960px;
}
#leaderboard{
	margin-top: 9px;
	height: 90px;
	margin-left: 108px;
}
#leaderboard h4{
	background: url(../images/leaderboard_label.gif);
	width: 12px;
	float: left;
	height: 90px;
	text-indent: -99999px;
}
#leaderboard #leaderboardAd{
	float: left;
}
#leaderboard img{
	border: none;
}
/*Site Framework Minus Leaderboard*/
#siteEnclose{
	clear: both;
}
/*Top Curve Corners*/
#siteTop{
	background: url(../images/g_sitetop.gif) top right no-repeat;
	height: 6px;
	clear: both;
	overflow: hidden;
}
/*Site Content Including Header, Skyscraper down to Site Footer*/
#contentEnclose{
	width: 960px;
}
.frontContentEnclose{
	background: url(../images/f_framework_back.gif) top right repeat-y;
}
.insideContentEnclose{
	background: url(../images/i_framework_back.gif) top right repeat-y;
}
/*Background for Left Rail on Front Page*/
#contentEnclose #contentBackground{
	padding: 0px;
	width:960px;
}
#contentEnclose .frontContentBackground{
	background: url(../images/f_sitecontent_back.gif) repeat-y;
	background-position:6px 0px;
}
#contentEnclose .insideContentBackground{
	background: url(../images/i_sitecontent_back.gif) no-repeat;
	background-position:6px 90px;
}
#contentEnclose .contentPadding{
}
/*Content Area for left and Middle Columns*/
#contentLeft{
	float: left;
	width: 787px;
}
#contentLeft .contentPadding{
	padding-left: 6px;
}
/*Site Header*/
#siteHeader{
	background: url(../images/header_back.jpg) no-repeat;;
	height: 90px;
	width: 781px;
}
#siteHeader h1{
	width:212px;
	height:108px;
	position:absolute;
	left:50%;
	top:108px;
	margin-left:-465px;
}
/*Main Content Area Including Feature, Headlines and Left Column*/
#siteContent{
}
/*Main Content Area Including Feature and Headlines*/
#siteContent .right{
	float: right;
	width: 621px;
	background:url(../images/content_rightTop.gif) no-repeat;
}
/*Left Column for Front Page*/
#siteContent .left{
	float: left;
	width: 160px;
	padding:22px 0px;
	background:url(../images/content_leftBottom.gif) no-repeat;
	background-position:4px bottom;
}
/*Right Column for Skyscraper and Programs*/
#contentRight{
	float: right;
	width: 173px;
}
#contentRight .contentPadding{
	padding-left: 1px;
	background: none;
}
/*Skyscraper Ad*/
#skyscraper{
	width: 172px;
	
}
#skyscraper h4{
	background: url(../images/skyscraper_label.gif);
	width: 12px;
	float: right;
	height: 98px;
	overflow: hidden;
	text-indent: -99999px;
}
#skyscraper #skyscraperAd{
	float: left;
}
#skyscraper img{
	border: none;
	margin-bottom:2px;
}
/*Site Footer*/
#siteFooter{
	height: 119px;
	margin-bottom: 9px;
}
.frontFooter{
	background: url(../images/f_footer.gif) bottom right no-repeat;
}
.insideFooter{
	background: url(../images/i_footer.gif) bottom right no-repeat;
}

#copyright {
	float:right;
	width:352px;
	padding:67px 15px 0px 5px;
	line-height:1.1em;
	font-size:1em;
	text-transform:uppercase;
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
}

#copyright a{
	color:#fff;
	text-decoration:none;
}
#copyright a:hover{
	text-decoration:underline;
}

#siteIndex {
	float:left;
	width:352px;
	padding:67px 0px 0px 9px;
}
#siteIndex legend{
	display:none;
}
#siteIndex select{
	background:#fff !important;
	border:1px solid #799BB7 !important;
	font-size:1.1em;
	font-weight:bold;
	
}
