/* CSS Document */

#leftpanel{
	width:250px;
	margin: 0px;
	background-color: #402917;
	display: table-cell;
	padding: 15px;
	vertical-align: top;
	}	
.wtitle_featured {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/agent-bg.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.wtitle h2 {
	color: #D1CCB8;
}
.wtitle_featured h2 {
	color: #D1CCB8;
}
.featuredtop {
	background-image: url(../images/agent-top.png);
	background-repeat: no-repeat;
	height: 18px;
}
.featuredbottom {
	background-image: url(../images/agent-bot.png);
	background-repeat: no-repeat;
	height: 18px;
}
#footer{
	background:#182932;
	width:960px;
	border-top:1px dashed #fff;
	text-align: center;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
/* from contentslider.css */
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 250px; /*width of featured content slider*/
	height: 230px;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/agent-bg.png);
}
.pagination{
	width: 230px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	/*	background-color: #D7D7D7; */
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/agent-bg.png);
	background-repeat: repeat-y;
}
/* /from contentslider.css */