/* Home Page Scroll */

.wlc_container 
{
	background-image: url(images/wlc/bg_sm.jpg);
	background-repeat:no-repeat;
	width: 297px;
	height:486px;
	display: block;
	margin-top: 14px;
	margin-left: 25px;
	padding-right: 24px;
}

.wlc_iframe_container 
{
	padding-top: 25px;
	padding-left: 19px;
}

.wlc_scroll_container 
{
	padding: 1px;
}

.wlc_scroll_title 
{
	background-color: #484f53;
	width: 238px;
	height: 20px;
	display:block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 4px;
	padding-left: 5px;
}

.wlc_scroll_photo 
{
	width: 50px;
	height: 10px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom:5px;
	float:left;
}

.wlc_scroll_content_container 
{
	width: 240px;
	height: 60px;
	display:block;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.btn_gonow 
{
	padding-top: 80px;
	padding-left: 130px;
}

.wlc_f_container 
{
	background-image: url(images/feature/bg-nolines.gif);
	background-repeat:no-repeat;
	width: 575px;
	height: 277px;
	display: block;
	margin-top: 14px;
	margin-left: 25px;
}

.wlc_feature_category
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-transform: uppercase;
	cursor:pointer;
}

.wlc_feature_category a:hover
{
	text-decoration:underline;
}

.wlc_feature_title
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	cursor:pointer;
}

.wlc_feature_title a:hover
{
    text-decoration:underline;		
}

.wlc_feature_numerator
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	font-weight: bold;
}

.pagerButton
{
	letter-spacing:3px;
	padding-top:0px;		
}

.pagerButton a
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;	
}

.pagerButtonActive
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/wlc/article_current.jpg);
	color:#000000;
	height:100px;
	width:100px;
	padding-left:5px;	
}

/* Article Column Display */

.wlc_article_container 
{
	width: 405px;
	float: left;
	margin-top: 14px;
	margin-left: 25px;
}

.wlc_subnav_container 
{
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ececec;
	float: right;
}



/* Author Control */

.wlc_auth_container 
{
	background: url(images/wlc/TopFooter.jpg) no-repeat;
	width: 575px;
	margin-left: 25px;
	margin-top: 14px;
	padding: 20px;
}
.wlc_auth_bottom
{
	background: url(images/wlc/BottomFooter.jpg) no-repeat;
	width: 575px;
	height: 18px;
	margin-left: 25px;
}
.wlc_auth_image 
{
	float:left;
	height: 80px;
	width:80px;
	display: block;
}
.wlc_auth_content 
{
	width: auto;
	padding-right: 50px;
}

/* FOOTER CONTROL */

.wlc_footer_container 
{
	background: url(images/wlc/TopFooter.jpg) no-repeat;
	width: 575px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 10px;
	height: auto;	
	/* margin-top: 100px; */
	clear:both;
}
.wlc_footer_bottom
{
	background: url(images/wlc/BottomFooter.jpg) no-repeat;
	width: 575px;
	height: 18px;
}
.wlc_footer_content 
{
	font-size: 11px;
	padding-right: 10px;
}


