body#homepage {
	background-color: #000000;
}


#homepage #flashDiv {
	color: #fff;
	background-color: #000000;
	
	}
#homepage #features {
	background-image: url(../images/feature_bg.jpg);
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #1f1f1f;
}

#homepage #features #feat1,
#homepage #features #feat2,
#homepage #features #feat3 {
	position: relative;
	line-height: normal;
	padding: 25px 0;
	background-image: url(../images/feature_grad.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 312px;
}
/****************************************************************
 * Note: IE 6 requires some tweaks for proper layout, shown below
 * as an inline stylesheet wrapped in an IE conditional comments
 * (suitable for insertion directly into the content asset. If
 * you prefer, you can hack IE 6-specific CSS into this CSS file.
[if IE 6]>
<style>
#homepage #features #feat1,
#homepage #features #feat2,
#homepage #features #feat3 {
    margin-left: -3px;
    margin-right: -1px;
}
</style>
<![endif]
*****************************************************************/

#homepage #features .feature_content {
	width: 275px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 125px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#homepage #features h1 {
	font-size: 18px;
	color: #EFD811;
	height: 30px;
	font-style: italic;
}
#homepage #features h1 a {
	color: #fff;
}
#homepage #features strong {
	color: #68CEF7;
	font-size: 12px;
}


#homepage #features #feat1 {
	float: left;
}

#homepage #features #feat1 a,
#homepage #features #feat2 a,
#homepage #features #feat3 a {
	color: #EFD811;
	display: block;
	margin-top: 5px;
	font-weight: bold;
	text-decoration: none;
}
#homepage #features #feat1 a:hover,
#homepage #features #feat2 a:hover,
#homepage #features #feat3 a:hover {
	color: #999999;
text-decoration: none;
}
#homepage #features #feat1 img,
#homepage #features #feat2 img,
#homepage #features #feat3 img {
	float: left;
	margin: 0 10px 30px 0;
}

#homepage #features #feat1 .feature_content_strong,
#homepage #features #feat2 .feature_content_strong,
#homepage #features #feat3 .feature_content_strong {
	color: #68CEF7;
	font-size: 12px;	
	display: block;
	margin-top: 5px;
	font-weight: bold;
}


#homepage #features #feat2 {
    margin-left: 312px;
    margin-right: 312px;
}

#homepage #features #feat3 {
    float: right;
}

#homepage #logobar {
	height: 25px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#homepage a#logobar {
	height: 68px;
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#homepage #footer {
	width: 100%;
	background-color: #000000;
}

#homepage #footer_inner {
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color:#FFFFFF;
	font-size: 10px;
	padding: 10px 0 10px 0px;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#homepage #footer_inner a {
	color: #666666;
	text-decoration: underline;
}


#homepage #contentasset {
	clear:both;
	float:none;
	height: 165px;
}
