/* overall container styles*/
.feature_container
{		
		
}

/* styles for the navigation section */
.feature_nav
{	
	width: 33px;		
	vertical-align: top;
}

.feature_nav img
{
	padding: 150px 7px 0px 7px;
	cursor: hand;
}

/* styles for scroll sections */

.feature_scroll_container
{		
	width: 881px; 
	overflow: hidden;
}

.feature_scroll_canvas
{	
	/* arbitrary large distance */
	width: 5000px;
}

/* styles for actual feature tiles themselves */

.feature
{	
	float: left;
	border-left: solid 1px #AFAFAF;
	border-bottom: solid 1px #AFAFAF;			
	height: 405px;
	width: 219px;
}

.feature_last
{
	border-right: solid 1px #AFAFAF;		
}

.feature_hdr
{
	background-repeat: repeat-x;			
	background-image: url(images/tile_hdr_bg.png);	
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	font-family: Arial;	
	font-size: 12pt;
	font-weight: 600;
	text-align: center;	
}

.feature_cnt
{
	color: #666666;	
	font-family: Arial;	
	font-size: 13px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
}

.feature_cnt div
{
	padding-top: 9px;	
	border-bottom: solid 1px #006FAD;		
	padding-bottom: 9px;
}

div.feature_lnk
{
	padding-top: 5px;
	padding-bottom: 0px;	
	padding-left: 100px;
	border: none;	
}

div.feature_lnk a
{
	font-size: 12px;	
	font-weight: bold;
}

div.feature_lnk a:hover
{
	text-decoration: none;	
}

div.feature_cnt_last
{
	border-bottom: none;
}

/* background images */

.feature_buy
{
	background-image: url(/site/images/feat_buy.png);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

.feature_re
{
	background-image: url(/site/images/feat_re.png);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

.feature_lo
{
	background-image: url(/site/images/feat_lo.png);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

.feature_fndExprt
{
	background-image: url(/site/images/feat_fndExprt.png);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

.feature_gomob
{
	background-image: url(/site/images/feat_gomob.png);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

.feature_tr
{
	background-image: url(/site/images/feat_tr.png);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

.feature_office
{
	background-image: url(/site/images/feat_office.png);
	background-position: left bottom;
	background-repeat: no-repeat;	
}
