/* CSS Document */

#content_header{
	margin: 30px 0 40px 0;
	color: #494949;
	width: 968px;
	height: 172px;
}

#content_header a, #content_header a:visited, #content_header a:active, #content_header a:hover{
	text-decoration: none;
	color: #494949;
	font-size: inherit;
}

#content_header h1{
	font-size: 17px;
	font-weight: normal;
	margin: 0 10px;
}

#content_header p{
	font-size: 13px;
	margin: 10px;
}

#content_header .yellow_box{
	background-color: #fff;
	margin: 10px;
	width: 274px;
	height: 85px;
}

#content_header .yellow_box img{
	border: 0;
}

#content_box1{
	float: left;
	width: 294px;
	height: 172px;
	background-color: #fff;
}

#content_box1:hover{
	float: left;
	width: 294px;
	height: 172px;
	color: #FF6600;
	cursor:hand;
}


#content_box2{
	float: left;
	width: 294px;
	height: 172px;
	background-color: #fff;
	margin: 0 42px;
}

#content_box3{
	float: left;
	width: 294px;
	height: 172px;
	background-color: #fff;
}

#content_right{
	float:left;
	min-height: 400px;
	width: 632px;
	margin: 0 0 30px 42px;
}

#content_right h1{
	color: #484848;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content_right p{
	color: #595959;
	font-size: 13px;
	margin: 10px 0;
}

#content_right .line_h{
	height: 3px;
	width: 632px;
	background:url(../images/line_h_bg.gif);
	margin: 20px 0;
}

#spotlight_holder{
	height: 70px;
}

#spotlight_holder ul{
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

#spotlight_holder ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#spotlight_holder .featured_content{
	width: 632px;
}

#spotlight_holder p{
	float: left;
	display: block;
	width: 180px;
	font-size: 10px;
	margin: 0;
	padding-right: 4px;
}

#spotlight_holder .img_container{
	float: left;
	width: 130px;
}



#spotlight_holder .spot_item_left{
	float: left;
	width: 314px;
}

#spotlight_holder .line_v{
	float: left;
	width: 4px;
	background-image: url(../images/line_v_bg.gif);
	background-repeat:repeat-y;
	height: 58px;
}

#spotlight_holder .spot_item_right{
	float: left;
	width: 314px;
}

#references_link{
	float: right;
	margin: 30px 0 0 0;
}

#references_link a, #references_link a:visited, #references_link a:active{
	color: #595959;
	font-size: 11px;
}

#references_link a:hover{
	text-decoration: none;
}