/* CSS Document */

#homepage_flash_display {
	margin:0 auto;
	padding:0;
	width:800px;
	height:300px;
	position:relative;
	z-index:100;
	background-color:#000000;
}

#homepage_subcontent_bucket {
	margin:0 auto;
	width:780px;
	height:auto;
	padding:20px 0 0 0;
	position:relative;
}

#homepage_subcontent_bucket_colA {
	width:300px;
	position:relative;
	float:left;
	padding-bottom:20px;
}

#homepage_subcontent_bucket_colB {
	width:300px;
	padding-bottom:20px;
	position:relative;
	float:left;
}

#homepage_subcontent_bucket_colC {
	width:100px;
	position:relative;
	padding-bottom:20px;
	text-align:center;
	float:right;
}

#homepage_subcontent_bucket_spacer {
	width:40px;
	height:auto;
	float:left;
}

#homepage_spotlight_header {
	margin:0;
	padding:0;
	border-bottom:1px solid #b2b2b2;
	height:23px;
	text-align:left;
}

#homepage_spotlight_content {
	background-color:#b2b2b2;
	background-image:url(../img/homepage_subcontent/spotlight_texture.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px;
	text-align:left;
	color:#000000;
}

#copy_spotlight {
	margin:8px 0px 0px 0px;
}

#homepage_spotlight_image {
	border-top:1px solid #333;
	border-left:1px solid #666;
	border-right:1px solid #999;
	border-bottom:1px solid #fff;
}

#homepage_spotlight_footer {
	border-top:1px solid #b2b2b2;
	text-align:right;
	height:4px;
}