/* @group Main Banner Container */
#mainBannerContainer .banner {
	background-repeat:no-repeat;
	border-bottom:1px solid #DDD;
	position:relative;
}
#mainBannerContainer .banner {
	width:725px;
	height:290px;
	position:relative;
	margin-left:10px;
	margin-top:10px;
	background-repeat:no-repeat;
}

.corporate #mainBannerContainer .banner {
	width:980px;
	height:92px;
	margin:0px;
}
.homeTemplate #mainBannerContainer .banner
{
    height:355px;
} 
#mainBannerContainer .banner h2 {
	position:absolute;
	top:115px;
	left:15px;
	width:350px;
}
.corporate #mainBannerContainer .banner h1 {
	position:absolute;
	top:40px;
	left:25px;
}
.corporate #mainBannerContainer .banner h2 {
	position:absolute;
	top:105px;
	left:15px;
	width:350px;
}
#mainBannerContainer h2 {
	left:15px;
}
#mainBannerContainer .buttonArrow {
	position:absolute;
	bottom:65px;
	left:25px;
}
#mainBannerContainer .buttonArrow {
	left:15px;
}
.buttonArrow {
	font-family: Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	padding:0px 35px 0px 10px;
	line-height:38px;
	height:40px;
	overflow:hidden;
	background:url('/Image%20Library/template/btn-arrow.png') no-repeat right 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.buttonArrow:hover {
	background-position:right -40px;
	text-decoration:none;
}
.buttonArrow.purple {
	background-position:right -85px;
}
.buttonArrow.purple:hover {
	background-position:right -125px;
}

.corporate .buttonArrow {
	color:#50B3CF;
	background-image:url('/Image%20Library/template/btn-corp-arrow.png')
}

.button {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding-left:10px;
	line-height:28px;
	height:30px;
	overflow:hidden;
	background:url('/Image%20Library/template/btn-arrow.png') no-repeat right 0;
	border-radius:4px;
	-moz-border-radius:4px;
}
.button:hover {
	background-position:left -40px;
	text-decoration:none;
}
.button.purple {
	background-position:left -85px;	
}
.button.purple:hover {
	background-position:left -125px;
}

/* home Banner */
#slides
{
    float:left;
    margin:0; padding:0; 
}
/*#slides li
{
    display:none;
}*/
.bx-pager
{
    position:absolute;
    bottom:20px; left:35px;  
    height:15px;   
}
.bx-pager a 
{
    float:left;
    display:block;
    width:15px;
    height:15px;
    text-indent:999em;
    overflow:hidden;
    cursor:pointer;
    margin-right:8px;  
    background: url('/Image%20Library/template/toggleBtns.png') no-repeat 0 0; 
} 
div.bx-wrapper a.bx-prev, div.bx-wrapper a.bx-next
{     
    display:none;
}
div.bx-wrapper a:focus 
{
    outline-style:none; outline-width:medium; outline-color:-moz-use-text-color;    
}  
div.bx-wrapper a.pager-active
{
   background-position:-23px 0;
}
div.bx-wrapper.hover a.pager-active
{
	background-position:-46px 0;
}
div.bx-wrapper.paused a.pager-active
{
	background-position:-69px 0;
}



.socialLinks {
	overflow:hidden;
	padding-bottom:3px;
}
.socialLinks a {
	background-image:url('/Image%20Library/Retail/common/contact_sprites.png');
	background-repeat:no-repeat;
	width:21px;
	height:20px;
	display:block;
	float:left;
	margin-right:3px;
	border-radius:3px;
	-moz-border-radius:3px;
}
a.twitter { background-position:-42px -145px; }
a.twitter:hover { background-position:-42px -165px; }
a.facebook { background-position:-21px -145px; }
a.facebook:hover { background-position:-21px -165px; }
a.youtube { background-position:-84px -145px; }
a.youtube:hover { background-position:-84px -165px; }
a.feedburner { background-position:0px -145px; }
a.feedburner:hover { background-position:0px -165px; }
a.futureblog { background-position:-63px -145px; }
a.futureblog:hover { background-position:-63px -165px; }

a.pdf {
	background:url('/Image%20Library/template/iconPdf.gif') no-repeat;
	padding:2px 0px 0px 25px;
}

/* @end */
/* @group Contact Module */
#contactModule {
	position:absolute;
	right:10px;
	top:0px;
	width:225px;
}
#contactModule .socialLinks a {
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
}
#topContactButtons {
	position:relative;
	padding-bottom:10px;
}
#topContactButtons .button {
	display:block;
	position:absolute;
	top:0px;
}
#topContactButtons .left {
	width:89px;
	position:relative;
	text-indent:25px;
	left:0px;
} 
#topContactButtons .left .chatIcon {
	position:absolute;
	top:7px;
	left:10px;
	text-indent:0px;
}
#topContactButtons .right {
	width:115px;
	text-indent:5px;
	right:0px;
}
.button.left {
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
}
.button.right {
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
}
#contactSectionWrap {
	background-color:#455560;
	height:255px;
}
#contactModule li {
	background:#455560 url('/Image%20Library/Retail/common/contactModule_bknd.png') repeat-x left top;
	color:#FFF;
	border-top:1px solid #959595;
}
#contactModule li a {
	color:#FFF;
}
#contactModule li.topBlue {
	background:#50B3CF url('/Image%20Library/template/common_sprites.png') no-repeat right -39px;
	border:none;
	height:30px;
	line-height:30px;
	padding:0px 0px 0px 10px;
	font-size:14px;
}
#contactModule li.first {
	border-top:none;
	height:65px;
}
#contactModule .fullClick {
	display:block;
	background:url('/Image%20Library/Retail/common/contact_sprites.png') no-repeat;
	padding-left:50px;
	padding-top:15px;
	height:49px;
}
#contactModule .fullClick:hover {
	text-decoration:none;
}
#contactModule .fullClick:hover .heading {
	text-decoration:underline;
}
#contactModule .heading {
	display:block;
	font-size:13px;
	font-weight:bold;
}
#contactModule .dailyPodcast {
	background-position:10px 15px;
}
#contactModule .webinar {
	background-position:10px -48px;
	padding-top:10px;
}
#contactModule .webinar .h5span {
	display:block;
	font-size:13px;
	color:#50B3CF;
	font-weight:bold;
}
#contactModule .socialLinksContainer {
	padding-top:10px;
	padding-left:10px;
	height:54px;
}
#contactModule .socialLinks {
	padding-top:5px;
}
#contactModule .letsTalkFuturesContainer {
	height:90px;
	padding-left:10px;
}
#contactModule .letsTalkFutures {
	padding-top:10px;
}
#contactModule h5 {
	font-size:13px;
	font-weight:bold;
}
#contactModule .emailForm {
	padding-top:20px;
	overflow:hidden;
}
#contactModule .emailForm .sField {
	width:174px;
	height:16px;
	font-size:11px;
	line-height:16px;
	padding-left:5px;
	margin-right:3px;
	float:left;
	border:1px solid #FFF;
}
#contactModule .emailForm a img {
	background:url('/Image%20Library/Retail/common/contact_sprites.png') no-repeat -105px -145px;
	width:19px;
	height:18px; 
}
/* @end */
/* @group Right Content */
#rightContent .sbToolsWrap {
	border: 1px solid #DDD;
	padding:1px;
	margin-bottom:10px;
}
#rightContent .sbTools {
	background:#FFF url('/Image%20Library/template/sbGradient.gif') repeat-x;
	padding:10px;
}
h4.arrowHeading {
	background:url('/Image%20Library/template/arrow_heading.png') no-repeat 0 50%;
	padding-left:30px;
}
#rightContent .sbTools ul {
	padding-top:10px;
	padding-left:30px;
	margin-bottom:20px;
	
}
#rightContent .sbTools li a {
	display:block;
	padding:5px 0px;
	zoom:1;
}

/* @end */
/* @group Promos */

.promoAcross {
	margin-top:40px;
    clear:both;
    overflow:hidden;
    float:right;
}
.promoAcross div.promo {
    float:left;
    margin-right:20px;
}
.promoAcross div.last {
    margin-right:0px;
}
.promo {
	display:block;
	padding:1px;
	width: 221px;
	height:145px;
	border:1px solid #DDD;
	background-color:#FFF;
	box-shadow:0px 0px 7px #CCC;
	-webkit-box-shadow:0px 0px 7px #DDD;
	-moz-box-shadow: 0px 0px 7px #DDD;
    margin-bottom:10px;
    background:url('/Image%20Library/template/bkg_promo.png') no-repeat 0 bottom;
}
.promo:hover {
	border:1px solid #CCC;
	box-shadow:0px 0px 3px #DDD;
	-webkit-box-shadow:0px 0px 3px #DDD;
	-moz-box-shadow: 0px 0px 3px #DDD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=170, Color='#DDDDDD')";
}
.promo a {
	display:block;
	height:100%;
	margin:0;
	text-decoration:none;
	background:url('/Image%20Library/template/btn_arrow.png') no-repeat right bottom;
}
.promo a:hover {
	cursor:pointer;
	text-decoration:none !important;
	background-image:url('/Image%20Library/template/btn_arrow_over.png');
}
.promo span {
	display:block;
	width:215px;
	padding:10px;
}
.promo p {
	font-weight: normal;
	font-size:12px;
	line-height:17px;
	color:#808080;
	padding:0px 7px 10px 10px;
}

.promo h4 {
	padding:10px;
	font-size:14px;
	color:#000;
}

.promo.multiLink:hover {
	 background-position:0px bottom;
}
.promo.multiLink a {
	display:inline;
	background-image:none;
	position:relative;
	height:auto;
}
.promo.multiLink a:hover {
	background-image:none;
	text-decoration:underline;
}

.promo ul {
	padding: 0 0 5px 0;
}

.promo.multiLink ul li a, .promo.multiLink ul li a:hover {
	display:block !important;
	margin: 0;
	padding: 0px 20px 5px 20px;
	background:url('/Image%20Library/template/ico_grey_dot.png') 6px 2px no-repeat;
}

.promo span.promoBody {
	font-weight:normal;
	font-size:14px;
	color:#333;
	padding-top:10px;
}
div.promo img {
	display:block;
}

.promo.purple h4 { color: #781D7E; } 
.promo.green h4 { color: #7B9759; } 
.promo.gold h4 { color:#C2A204; } 
.promo.blue h4 { color: #50B3CF; } 

.promo.smallSpace h4 { padding-bottom:2px; }
.promo.smallSpace ul { padding:0px; }
.promo.smallSpace ul li a, .promo.smallSpace ul li a:hover { padding-bottom:2px; }
.promo.smallSpace a { font-size:11px; }
/* @end */
@media print {
	#contactModule .fullClick {
		background-image:url('/Image%20Library/Retail/common/contact_sprites_print.png');
	}
}
