﻿body.full-width-header-footer {
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	color: #333333;
}
body.full-width-header-footer .Container {
	width: 100%;
	text-align: left;
}
body.full-width-header-footer #Main {
    width: 100%;       
	padding: 0;
	margin: 0;
}
.body-wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

	/*--------------------------------------------------------------- slider -------------------------------------------------------------*/

#fullwidth-slider-container {
	width:496px;
	height: 355px;
	position:relative;
	float: left;
	margin-right: 40px;
	margin-left: 10px;
}

#loopedSlider {
	position:absolute;
	top:16px;
	left:16px;
	z-index:100;
}


.slides { position:absolute; top:0; left:0; }   
.slides div { position:absolute; top:0; width:600px; display:none; }   
.Container #loopedSlider .container { width:464px; height:259px; overflow:hidden; position:relative; display:block; }
/*
	Pagination
*/
ul.pagination {
	margin: 30px auto 0;
	text-align: center;
	width: 100px;
}  
ul.pagination li  {
	float:left;
	margin:0 1px;
	list-style:none;
}  
ul.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/Content/Images/FullWidthHeaderFooter/slider/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}   
ul.pagination li.active a {
	background-position:0 -12px;
} 

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:464px;
	overflow:hidden;
	position:relative;
	display:block;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides {
	width:464px;
	height:258px;
	display:block;
}

.slides_container div.slide {
	width:464px;
	height:258px;
	display:block;
}


/*
	Next/prev buttons
*/

#loopedSlider a.next, #loopedSlider a.previous {
	position:absolute;
	top:-1px;
	left:402px;
	width:32px;
	height:32px;
	display:block;
	z-index:101;
	text-indent: -99999px;
}
#loopedSlider a.previous {
	background: transparent url(/Content/Images/FullWidthHeaderFooter/slider/arrow-prev-hover.png) no-repeat top left;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/slider/arrow-prev.png) no-repeat top left;
}
#loopedSlider a.next {
	background: transparent url(/Content/Images/FullWidthHeaderFooter/slider/arrow-next-hover.png) no-repeat top left;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/slider/arrow-next.png) no-repeat top left;
	left:433px;
}
#loopedSlider a.previous:hover {
	background: transparent url(/Content/Images/FullWidthHeaderFooter/slider/arrow-prev-hover.png) no-repeat top left;
}
#loopedSlider a.next:hover {
	background: transparent url(/Content/Images/FullWidthHeaderFooter/slider/arrow-next-hover.png) no-repeat top left;
}

/*
	Application: IUSA New Homepage
	Date: 3-9-12
	Sprint: S24
	Author: Matthew Wright
	Note: A 'reset' script has been included to normalize different browsers for styling purposes.
*/

/* =auth-nav */
#auth-content-wrapper {
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    margin: 0;
    padding: 0;
    float: left;
}
#fullwidth-auth-nav {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}
#fullwidth-auth-nav ul {
	padding-top: 4px;
	float: left;
	margin-right: 23px;
}
#fullwidth-auth-nav h2 {
	display: block;
	width: 1000px;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
#fullwidth-auth-nav ul li {
	display: inline;
}
#fullwidth-auth-nav li a, #fullwidth-auth-nav li a:active, #fullwidth-auth-nav li a:visited {
	float: left;
	font-size: 12px;
	display: block;
	color: #696969;
	text-decoration: none;
}
#fullwidth-auth-nav ul li a.separator {
    padding-right: 8px;
    margin-right: 8px;
    background: transparent url(/Content/Images/FullWidthHeaderFooter/auth-nav-menu-separator.png) no-repeat 100% 3px;
}
#fullwidth-auth-nav li a:hover {
	text-decoration: underline;
}
#fullwidth-auth-nav li A:link, #fullwidth-auth-nav li A:active, #fullwidth-auth-nav li A:visited {
    color: #696969;
    text-decoration: none;
}
#fullwidth-auth-nav li A:link:hover {
    color: #696969;
    text-decoration: underline;
}
#fullwidth-auth-nav ul li a span img {
    height: 10px;
    width: 10px;
}

/* =main-content-wrapper */
#fullwidth-main-content-wrapper {
	width: 100%;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/top-repeating-gradient.png) repeat-x top left;
	float: left;
	clear: both;
}

/* =secondary-content-wrap */
#fullwidth-secondary-content-wrapper {
	width: 100%;
	clear: both;
	float: left;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/bottom-repeating-gradient.png) repeat-x bottom left;
}

/* =feature-products */
#fullwidth-feature-products {
	clear: both;
	width: 1022px;
	height: 389px;
	margin-top: 40px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	float: left;
	background: #ffffff;
	position: relative;
}
#fullwidth-feature-products #fullwidth-new-prospects, #fullwidth-feature-products #fullwidth-turn-prospects {
	width: 422px;
	float: left;
	border-right: 1px dotted #c2c2c2;
	position: relative;
}
#fullwidth-feature-products h2#fullwidth-new-prospects-img, #fullwidth-feature-products h2#fullwidth-turn-prospects-img {
	position: absolute;
	top: -15px;
	left: 10px;
	width: 320px;
	height: 44px;
	display: block;
	text-indent: -99999px;
}
#fullwidth-feature-products h2#fullwidth-new-prospects-img {
	background: transparent url(/Content/Images/FullWidthHeaderFooter/new-sales-prospects.png) no-repeat top left;
}
#fullwidth-feature-products h2#fullwidth-turn-prospects-img {
	background: transparent url(/Content/Images/FullWidthHeaderFooter/turn-prospects.png) no-repeat top left;	
}
#fullwidth-feature-products .feature-column {
	float: left;
	width: 211px;
	height: 389px;
	text-align: center;
	line-height: 1.3;
	position: relative;
}
#fullwidth-feature-products .feature-column a img {
	text-align: center;
	margin-top: 40px;
}
#fullwidth-feature-products .feature-column h3 {
	font-style: italic;
	text-align: left;
	margin-left: 20px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	letter-spacing: 0.03em;
}
#fullwidth-feature-products .feature-column p {
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
	font-weight: normal;
	width: 175px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#fullwidth-feature-products .feature-column p.black {
	text-align: left;
	margin-left: 20px;
	color: #000000;
	margin-bottom: 40px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#fullwidth-feature-products #fullwidth-quick-links {
	width: 156px;
	height: 379px;
	float: left;
	background: #f3f3f3;
	padding: 0 10px 10px;
	line-height: 1.5;
	overflow: hidden;
}
#fullwidth-feature-products #fullwidth-quick-links a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
#fullwidth-feature-products #fullwidth-quick-links a:hover {
	text-decoration: underline;
}
#fullwidth-feature-products #fullwidth-quick-links a.view-specialty-lists {
	color: #409c0b;
	text-decoration: underline;
	margin-top: 3px;
	display: block;	
}
#fullwidth-feature-products #fullwidth-quick-links a.view-specialty-lists:hover {
	text-decoration: none;
}
#fullwidth-feature-products #fullwidth-quick-links h2 {
	margin-top: 10px;
	font-size: 20px;
	margin-left: -5px;
}
#fullwidth-feature-products #fullwidth-quick-links h3 {
	font-weight: bold;
	margin-top: 10px;
	font-size: 12px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#fullwidth-feature-products #fullwidth-quick-links h3.first {
	margin-top: -5px;
}
#fullwidth-feature-provider {
	width: 1024px;
	height: 38px;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/leading-provider-bkgd.png) no-repeat top left;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}
#fullwidth-feature-provider img#fullwidth-provider-ribbon-end {
	position: absolute;
	top: -5px;
	left: -21px;
}
#fullwidth-feature-provider h2 {
    width: 973px;
    height: 26px;
    display: block;
    position: absolute;
    top: 6px;
    left: 29px;
    color: white;
    font-size: 19px;
    text-align: center;
}

/* =marketing */
#fullwidth-marketing {
    width: 1024px;
	clear: both;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 40px;
	font-size: 12px;
	margin-top: 0;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/marketing-bkgd-gradient.png) repeat-x top left;
}

/* =order-download */
#fullwidth-order-download {
	height: 200px;
	width: 220px;
	float: left;
}

/* =order-quality */
#fullwidth-data-quality {
	height: 200px;
	width: 220px;
	float: left;
	margin-left: 30px;
}
#fullwidth-data-quality h2, #fullwidth-order-download h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}
#fullwidth-data-quality a img, #fullwidth-order-download a img {
	border: none;
}

/* =testimonial-quote */
#fullwidth-testimonial-quote {
	float: left;
	width: 400px;
	height: 57px;
	background: #666666;
	padding-left: 70px;
	margin-top: 35px;
	font-size: 14px;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/quotation-mark.png) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.2;
	font-style: italic;
}
#fullwidth-testimonial-quote p.author {
	font-size: 11px;
	margin-top: 6px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* =buttons */
a.search-now-btn {
	width: 175px;
	height: 33px;
	display: block;
	overflow: hidden;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/searchNow.png) no-repeat top left;
	text-indent: -99999px;
	margin-left: 16px;	
}
a.get-started-btn {
	width: 175px;
	height: 33px;
	display: block;
	overflow: hidden;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/getStarted.png) no-repeat top left;
	text-indent: -99999px;
	margin-left: 16px;
}
a.learn-more-btn {
	width: 175px;
	height: 33px;
	display: block;
	overflow: hidden;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/learnMore.png) no-repeat top left;
	text-indent: -99999px;
	margin-left: 16px;
}
a.find-business-btn {
	width: 175px;
	height: 33px;
	display: block;
	overflow: hidden;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/find-business-btn.png) no-repeat top left;
	text-indent: -99999px;
	margin-left: 16px;
}
a.find-consumer-btn {
	width: 175px;
	height: 33px;
	display: block;
	overflow: hidden;
	background: transparent url(/Content/Images/FullWidthHeaderFooter/find-consumer-btn.png) no-repeat top left;
	text-indent: -99999px;
	margin-left: 16px;
}
a.get-started-btn:hover, a.search-now-btn:hover, a.leads-header:hover, a.learn-more-btn:hover {
	background-position: 0 -34px;
	height: 35px;
}
a.find-business-btn:hover, a.find-consumer-btn:hover {
	background-position: 0 -33px;
	height: 35px;
}

/* =email marketing hover menu */
#fullwidth-email-marketing-campaign-popup-menu {
	position: relative;
}
#fullwidth-email-marketing-campaign-popup-menu ul {
	position: absolute;
	left: -99999px;
	top: -51px;
	padding: 10px;
	background: #ffffff;
	width: 133px;
	text-align: left;
	z-index: 105;
	border-right: 2px solid #c2c2c2;
	border-left: 2px solid #c2c2c2;
	border-top: 2px solid #c2c2c2;
}
#fullwidth-email-marketing-campaign-popup-menu ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#fullwidth-email-marketing-campaign-popup-menu ul li a:hover {
	text-decoration: underline;
}	
#fullwidth-email-marketing-campaign-popup-menu:hover ul {
	left: 19px;
}
.darkgray {
	color: #333333;
}
.mediumgray {
	color: #949494;
}
.lightblue {
	color: #3ca1fd;
}
.green {
	color: #409c0b;
}
.orange {
	color: #ff6d03;
}
.blue {
	color: #0079f2;
}
[hidden] {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*[FOOTER WRAPPER FIX]*/
#footer-wrapper {
    margin: 30px auto 0 !important;
}