@charset "utf-8";
/* CSS Document */

.ds_featured_container {
width:630px;
height:288px;
float:left;
overflow:hidden;
margin-bottom:20px;
}

.ds_featured_wrapper {
width:630px;
height:288px;
background-image:url(../img/bg.jpg);
}

.ds_featured_item {
margin:20px;
width:590px;
height:248px;
color:#FFF;
float:left;
overflow:hidden;
}

.ds_featured_title {
font-family:Georgia, "Times New Roman", Times, serif;
width:590px;
float:left;
}

	.ds_featured_title_lrg {
	font-size:20px;
	}
	
	h2.ds_featured_title_lrg {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	}
	
	.ds_featured_title_sml {
	font-size:12px;
	}
	
.ds_featured_left {
float:left;
width:350px;
margin-top:15px;
}

.ds_featured_left img {
padding:7px;
background-color:#d9f5ff;
}
.ds_featured_right {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:230px;
float:left;
padding-left:10px;
}
	.ds_featured_right_top {
	float:left;
	width:230px;
	height:130px;
	overflow:hidden;
	margin-top:15px;
	}
	
	.ds_featured_right_top a {
	text-decoration:none;
	color:#FFF;
	}
	
	.ds_featured_right_top a:hover {
	color:#FFF;
	}
	
	
	.ds_featured_right_mid {
	margin-top:8px;
	float:left;
	}
	
	.ds_featured_right_mid a {
	text-decoration:none;
	font-weight:bold;
	color:#e7f6fd;
	}

	.ds_featured_right_mid a:hover {
	text-decoration:underline;
	}

	.ds_featured_right_bottom {
	float:left;
	text-align:right;
	width:230px;
	}
	
		a.ds_featured_btn {
		display:block;
		width:17px;
		height:17px;
		float:right;
		margin-left:11px;
		}
		
		a.dsf_btn1 { background-image:url(../img/bg_btns.gif); background-repeat:no-repeat; background-position:0 0; }
		a.dsf_btn1:hover { background-position:0 -17px; }
		a.dsf_btn1:hover{ background-position:0 -17px; }
		a.current1 { background-position:0 -34px; }
		
		a.dsf_btn2 { background-image:url(../img/bg_btns.gif); background-repeat:no-repeat; background-position:-17px 0; }
		a.dsf_btn2:hover { background-position:-17px -17px; }
		a.dsf_btn2:hover { background-position:-17px -17px; }
		a.current2 { background-position:-17px -34px; }
		
		a.dsf_btn3 { background-image:url(../img/bg_btns.gif); background-repeat:no-repeat; background-position:-34px 0; }
		a.dsf_btn3:hover { background-position:-34px -17px; }
		a.dsf_btn3:hover { background-position:-34px -17px; }
		a.current3 { background-position:-34px -34px; }
		
		a.dsf_btn4 { background-image:url(../img/bg_btns.gif); background-repeat:no-repeat; background-position:-51px 0; }
		a.dsf_btn4:hover { background-position:-51px -17px; }
		a.dsf_btn4:hover { background-position:-51px -17px; }
		a.current4 { background-position:-51px -34px; }
