#home_banner {
	display: block;
	height: 330px;
	overflow: hidden;
	position: relative;
}
.featured_banner {
	width: 1004px;
	height: 330px;
	position: relative;
}
.featured_banner img{
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
}

#home_banner .ui-tabs-nav {
	list-style: none;
	margin: 0px;
	color: #000;
	bottom: 7px;
	right: 52px;
	position: absolute;
	
}
#home_banner .ui-tabs-nav li {
	width:15px;
	height:15px;
	text-align:center;
	line-height:14px;
	font-size:10px;
	float:left;
	margin-left:3px;
	display:inline;
	
}

#home_banner .ui-tabs-nav a {
    margin:0; /* position: relative makes opacity fail for disabled tab in IE */
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	color:#cbe6f7;
	display:block;
	width:15px;
	text-align:center;
	height:15px;
	line-height:15px;
	text-decoration:none;
	background:url(images/link-module-off.png) left top no-repeat;
}
#home_banner .ui-tabs-nav a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/link-module-on.png) left top no-repeat;
}
/* CALL OUT */
#module_call_out {
	width: 937px;
	height: 218px;
	background: url("images/bg-home-call-out.jpg") left top no-repeat;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 32px;
}

.call_out {
	float: left;
	height: 180px;
	margin: 20px 0px 0px 29px;
	width: 260px;
}

#newsletter_social_media_container {
	padding: 0px;
	margin: 14px 0px 0px 32px;	
}
.newsletter {
	float: left;
	height: 90px;
	width: 582px;
	background: url("images/bg-newsletter.jpg") left top no-repeat;
}
.social_media {
	height: 90px;
	width: 349px;
	float: left;
	margin: 0px 0px 0px 6px;
	background: url("images/twitter-facebook.jpg") left top no-repeat;	
}

.link_twitter {
	display: block; 
	float: left; 
	width: 110px; 
	height: 36px; 
	padding: 0px; 
	margin:40px 0px 0px 66px;	
}
.link_facebook {
	display: block; 
	float: left; 
	width: 104px; 
	height: 40px; 
	padding: 0px; 
	margin:32px 0px 0px 46px;	
}