/* PAGE BANNER SPECIFIC STYLES*/
#promo_banner {
	width:800px;
	background-image:none;
	background-color:#000000;
	border-top: 1px solid #00582B;
	border-bottom: 1px solid #008442;
	
	padding-bottom:2px;
	padding-top:2px;	
}
/* PAGE BANNER SPECIFIC END*/

/* FOCUSED CONTENT SPECIFIC STYLES*/
#focused_content {
	background-color:#2C2019;
	width:800px;
	background-image:none;
	color:white;
        font-size:11px;
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        clear:both;	
}

#focused_content .content_head_span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E9D666;
	font-size:16px;
	font-weight:bold;
        margin-top:0px;
}

#focused_content .content_col1{
min-height:200px;	
width:217px;
padding:10px;
padding-top:10px;
	float:left;
background-repeat:no-repeat;
        margin-left:22px;
        margin-top:8px;
background-image:url(../../../images/home/bg_column_gradient.png);
}

#focused_content .content_col2{
min-height:200px;	
width:237px;
background-repeat:no-repeat;
	float: left;
padding:10px;
   padding-top:10px;
	margin-left:22px;
        margin-top:8px;
background-image:url(/_assets/images/home/bg_column_gradient.png);
}

#focused_content .content_col3{
min-height:200px;
	width:217px;
	float: left;
        margin-top:8px;
background-image:url(/_assets/images/home/bg_column_gradient.png);
        background-repeat:no-repeat;
        padding:10px;
        margin-left:2px;
        padding-bottom:0px;
        padding-top:10px;
     
}

#focused_content a {
	font-family:Arial, Helvetica, sans-serif;
	color:#E9D666;
	font-size:12px;
        text-decoration:underline;
}
#fucused_content a:hover {
	color:#FFFFFF;
        text-decoration:underline;
}
/* FOCUSED CONTENT SPECIFIC END*/
