
body.homepage {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	font-size:11px;
	color:#ffffff;
	margin:0;
}

#top {
	width:100%;
	height:465px;
	background:url('/images/gradient.jpg') repeat;	
}

#topContent {
	width:964px;
	padding:0px;
	height:335px;
	position:absolute;
	top:122px;
	left:30px;
}

#left {
	float:left;
	border:solid 0px red;
	margin-top:67px;
	margin-left:15px;
	padding:0px;
	width:380px;
	height:335px;
}

#left .header {
	margin-top:20px;
	padding:0px;
	margin:0px;
	z-index:+1;
	position:relative;
}

#left .text {
	margin:0px auto;
	height:70px;
	width:350px;
	position:relative;
	z-index:+1;
}

#left .text p {
	color:#98c9c3;
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	text-align:center;
}

#left .button {
	position:relative;
	margin:29px auto;
	z-index:+1;
	text-align:center;
}

/** holds flash theater **/
#right {
	float:right;
	border:solid 0px blue;
	margin:0px;
	padding-right:0px;
}

#right .theater {
	float:left;
}

#middle {
	background:#0a323a;
	width:100%;
	height:30px;
	padding:0px;
	position:relative;
	z-index:+1;
	border-top:solid 1px #0a323a;
}

#middle div.feed {
	margin-left:30px;
	margin-top:9px;
	width:100%;
	overflow:hidden;
}

span.announcement {
	color:#547074;
	font-size:11px;
}

span.stockQuote {
	color:#999999;
	font-size:11px;
}

span.stockPositive {
	color:#5f9d50;
	font-size:11px;
}

span.stockNegative {
	color:#ff0000;
	font-size:11px;
}

span.newsLink, 
span.newsLink a, 
span.newsLink a.visited {
	color:#547074 !important;
	font-size:11px;	
	text-transform:uppercase;
}

#bottom {
	height:300px;
	margin:0px;
	width:100%;
}

#bottom .promoContainer {
	width:964px;
	position:relative;
	top:40px;
	left:30px;
	padding:0px;
	margin:0px;
}

#bottom .promoContainer #box1, 
#bottom .promoContainer #box2, 
#bottom .promoContainer #box3 {
	width:301px;
	height:243px;
	float:left;
	padding-right:18px;
}

#findacenterPromoForm {
	position:absolute; 
	top:190px;
	left:30px; 
	width:237px; 
}

#findacenterPromoForm .zipText {
	float:left;
	width:190px;
}

#findacenterPromoForm .go {
	float:left; 
	width:37px; 
	margin-left:10px; 
	_margin-left:5px; 
	margin-top:-2px; 
	position:relative; 
	z-index:+3;	
}

/********** STOCK TICKER **********/
.green{color:#5f9d50;}
.red{color:#ff0000;}
.left{float:left;}
.clear{clear:both;}
.overflowHide{overflow:hidden;}
.relative{position:relative;}

/* liScroll style declarations */
ul.newsticker {
	overflow:hidden;
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:14px;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 25px 0 0;
} 
/********** END STOCK TICKER **********/