body {
	background: #FFF url(images/bg.jpg) repeat-x;
	overflow: auto;
	font-family: Helvetica, Verdana, Arial;
}

#container{
	margin-left: -480px;
	height: 420px;
	width: 960px;
	/*margin-top: -260px;*/
	position: absolute;
	top: 50px;
	left: 50%;
	text-align: left;
}
	
#promo-img{
	z-index: 0;
	width: 960px;
	height: 420px;
	background: transparent url(images/promo-image.png) no-repeat;
}

#promo{
	z-index: 1000;
	width: 960px;
	height: 420px;
}

#promo-filler{
	width: 960px;
	height: 420px;
	float: left;
}

#promo-sections{
	visibility: visible;
	width: 960px;
	height: 93px;
	margin-top: 2px;
	font-size: 20px;
	float: left;
	text-align: center;
}

#promo-section1{
	background: transparent url(images/left-promoA.png) no-repeat;
	width: 480px;
	float: left;
	height: 93px;
}

#promo-section2{
	background: transparent url(images/right-promoA.png) no-repeat;
	width: 480px;
	float: right;
	height: 93px;
}

#footer-holder{
	width: 960px;
	float: left;
}

#footer-sep{
	display:none;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 0;
	width: 960px;
	height: 20px;
	background:url(images/footer-sep.jpg) no-repeat;
	clear: both;
	border:none;
	overflow:hidden;
}

#footer-sep hr {
  display: none;
}

#ncctw{
	position: relative;
	height: 71px;
	width: 283px;
	margin-top: 346px;
	margin-left: 2px;
}

#sas-logo{
	visibility: visible;
	width: 150px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}

.tooltip{
	width: 251px;
	height: 200px;
	background: transparent url(/images/tooltip.gif) no-repeat;
	padding: 50px 10px 10px 10px;
	color: #FFF;
	display: none;
}

.tooltip p{
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

.tooltip h3{
	padding: 0 0 7px 0;
}

#awards { text-align:center;margin-top:10px; }
#awards a img { padding:10px; }

#sas-logo { margin-top:25px; }
