@charset "utf-8";
/* CSS Document */

#homepagefeature {
	position:relative;
		width:741px;
		float:left;
		font-size:1.3em;
		line-height:1.5em;
		border:1px solid #D6D2D3;
}

#homepagefeature h2 {
	color:#121212;
	font-size:1.7em;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:741px; /*width of featured content slider*/
	height: 221px;
}


.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: #fff;
	background-image:url(../images/homepage-banners/banner-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:741px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 221px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:-10000;
}

.pagination {
	width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	position:absolute;
	bottom:10px;
	right:5px;
	z-index:10000;

}

.pagination a:link, .pagination a:hover, .pagination a:visited {
	padding: 3px 10px;
	text-decoration: none; 
	color: #909090;
}

.pagination a.selected {
	padding: 3px 10px;
	color: #909090;
	background-color: #fff;
	border:1px solid #CCC;
}

.leftsection {
	width:339px;
	overflow:hidden;
	float:left;
    height: 223px;
}

.rightsection {
	width:360px;
	overflow:hidden;
	float:left;
	padding:15px;
}

