/****************************************************
*                                                   *
*   CSS file for APP side ONLY!                     *
*   It combines the header and footer styles        *
*   necessary to render them on the app.            *
*                                                   *
****************************************************/


/* Remove margins/padding from html/body tags */

html, body {
    margin: 0 !important;
    padding: 0 !important;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
}


/* Fix for an APP .container that messes up layout. */

section.container {
	height: auto;
	width: auto;
	padding:0px;
}

/* ------------------- Header --------------------- */

div#fullwidth-header div, div#fullwidth-header span, div#fullwidth-header iframe,
div#fullwidth-header h1, div#fullwidth-header h2, div#fullwidth-header h3, div#fullwidth-header h4, div#fullwidth-header h5, div#fullwidth-header h6, div#fullwidth-header p, div#fullwidth-header blockquote, div#fullwidth-header a, div#fullwidth-header em, div#fullwidth-header img, div#fullwidth-header strong, div#fullwidth-header b, div#fullwidth-header u, div#fullwidth-header i, div#fullwidth-header center, div#fullwidth-header fieldset, div#fullwidth-header form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div#fullwidth-header ol, div#fullwidth-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#fullwidth-header-wrapper {
    background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/header-bkgd-green-white.png) repeat-x top left;
}
#header .body-wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* =header */
div#fullwidth-header {
    font: 11px/1.4 Arial, Helvetica, sans-serif;
	height: 120px;
	position: relative;
}

/* =branding */
#fullwidth-header #branding {
	height: 87px;
	position: relative;
}
#fullwidth-header #branding #infousa-logo {
	height: 43px;
	width: 252px;
	position: absolute;
	top: 20px;
	left: 0;
}
#fullwidth-header #branding #banner-ad {
	position: absolute;
	left: 170px;
	bottom: 29px;
}
#fullwidth-header #branding #banner-ad img {
	vertical-align: bottom;
}
#fullwidth-header #branding .InfoInternalArea {
	font-size: 18px;
	color: #8CC63F;
	font-style: italic;
	vertical-align: bottom;
	position: absolute;
	left: 172px;
	padding-right: 1px;
	top: 44px;
}
#fullwidth-header #branding #top-menu {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -118px;
	width: 108px;
	font-size: 11px;
	height: 23px;
	color: #ffffff;
	padding-top: 2px;
	text-align: center;
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/top-menu-bkgd.png) no-repeat top left;
}
#fullwidth-header #branding #top-menu ul li {
	display: inline;
}
#fullwidth-header #branding #top-menu ul li.first {
	border-right: 1px solid #ffffff;
	padding-right: 7px;
	margin-right: 7px;
}
#fullwidth-header #branding #top-menu ul li a {
	color: #ffffff;
	text-decoration: none;
}
#fullwidth-header #branding #top-menu ul li a:hover {
	text-decoration: underline;
}
#fullwidth-header #branding #top-menu #accountid {
	color:#999;
	position:absolute;
	top:6px;
	left:-605px;
	width:600px;
	text-align:right;
}
#fullwidth-header #branding #speak-with-experts {
	position: absolute;
	top: 27px;
	right: 15px;	
	color: #999999;
	font-size: 20px;
	font-family: Palatino, 'Palatino LT STD', 'Palatino Linotype', "Times New Roman", Times, serif;
	text-align:right;
	display:none;
}
#fullwidth-header #branding #speak-with-experts.no-hours {
	top: 32px;
}
#fullwidth-header #branding #speak-with-experts ul {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	
}
#fullwidth-header #branding #speak-with-experts ul li {
	float:left;
	border-left: #999 solid 1px;
	line-height:10px;
	padding: 0 14px;
}
#fullwidth-header #branding #speak-with-experts ul li:first-child {
	border-left: none;
	padding: 0 13px 0 0;
}
#fullwidth-header #branding #speak-with-experts ul li.last {
	padding: 0 0 0 13px;
}
#fullwidth-header .email-campaign-design{
	color: #0285FC;
	font-size: 14px; 
	font-family: Palatino, 'Palatino LT STD', 'Palatino Linotype'; 
	position: relative; 
	top:-8px;	
	*top:-12px;	
}
#fullwidth-header .email-campaign-design a
{
	text-decoration: underline;
}
#fullwidth-header .email-campaign-design a:hover
{
	text-decoration: none;
}
#fullwidth-header #branding #speak-with-experts a.header-phone-link {
    font-size: 28px;
    text-decoration: none;
    color: #333;
}

/* =nav */
#fullwidth-header .menu-main-menu-container {
	height: 32px;
	float: left;
	font-size: 12px;
}
#fullwidth-header .menu-main-menu-container.sign-in-menu{
	float:right;
}
#fullwidth-header .menu-main-menu-container ul {
	float: left;
	height: 30px;
	position: relative;
	z-index: 100;
}
#fullwidth-header .menu-main-menu-container ul li {
	float: left;
	height: 32px;
	position: relative;
}
#fullwidth-header .menu-main-menu-container ul li a {
	text-decoration: none;
	color: #000000;
	height: 32px;
	margin: 0;
	float: left;
	display: block;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	padding: 0 22px;
	overflow: hidden;
	/*background: url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/main-menu-separator.png) no-repeat top right;*/
	border-right: 1px solid #B6B6B6;
}
div#fullwidth-header div.menu-main-menu-container ul.sub-menu li a {
	border: none;
}
#fullwidth-header .menu-main-menu-container ul li:first-child a {
	border-left: 1px solid #B6B6B6;
}
#fullwidth-header .menu-main-menu-container ul li a.lightblue {
    color: #0285fc;
}
#fullwidth-header .menu-main-menu-container ul li a.eight-hundred-pixels {
    padding: 0 7px;
}
#fullwidth-header .menu-main-menu-container ul li a.last {
	background: none;
}
#fullwidth-header .menu-main-menu-container ul li a:hover {
	background: #969da6;
	color: #ffffff;
}
#fullwidth-header .menu-main-menu-container ul li ul li {
	font-size: 12px;
}
#fullwidth-header .menu-main-menu-container ul li ul a:hover {
	background: none;
	color: #000000;
}
#fullwidth-header .menu-main-menu-container ul li ul.sub-menu {
	background: #ffffff url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/nav-down-arrow.png) no-repeat 20px 0;
	border: 2px solid #969da6;
	padding: 15px 0 0 0;
	position: absolute;
	left: -99999px;
	height: auto;
}
#fullwidth-header .menu-main-menu-container ul li ul.sub-menu ul {
	background: #ffffff;
	background-image: none;
	border: 2px solid #969da6;
	padding: 0;
	position: absolute;
	left: -99999px;
	height: auto;
}
#fullwidth-header .menu-main-menu-container ul ul li {
	float: none;
	padding: 0;
	position: relative;
}
#fullwidth-header .menu-main-menu-container ul ul li a {
	white-space: nowrap;
	font-weight: normal;
}
#fullwidth-header .menu-main-menu-container ul li:hover ul {
	left: 0;
	top: 32px;
	width: 190px;
	padding-bottom: 10px;
}
#fullwidth-header .menu-main-menu-container ul li:hover ul li:hover ul {
	top: 0;
	left: 140px;
}
#fullwidth-header .menu-main-menu-container ul li:hover a {
	background: #969da6;
	color: #ffffff;
	text-decoration: none;
}
#fullwidth-header .menu-main-menu-container ul li:hover ul li a {
	text-decoration: none;
	color: #000000;
	background: none;
	display: block;
}
#fullwidth-header .menu-main-menu-container ul li:hover ul li a:hover {
	text-decoration: underline;
}
#fullwidth-header .menu-main-menu-container ul li a.lightblue:hover {
	background: #0285fc;
	color: #ffffff;
}

/* =800 pixel wide headers */
.fullwidth-small .body-wrapper {
    width: 800px;
}







/* ------------------- Shared Styles --------------------- */

/* =color classes */
#fullwidth-header .darkgray, #divInfoUsaSharedFooter .darkgray {
	color: #333333;
}
#fullwidth-header .mediumgray, #divInfoUsaSharedFooter .mediumgray {
	color: #949494;
}
#fullwidth-header .lightblue, #divInfoUsaSharedFooter .lightblue {
	color: #0285fc;
}
#fullwidth-header .green, #divInfoUsaSharedFooter .green {
	color: #409c0b;
}
#fullwidth-header .orange , #divInfoUsaSharedFooter .orange {
	color: #ff6d03;
}
#fullwidth-header .blue, #divInfoUsaSharedFooter .blue {
	color: #0079f2;
}

/* =attributes */
[hidden] {
	display: none;
}

/* =headings */
 div#fullwidth-header h1,  div#fullwidth-header h2,  div#fullwidth-header h3,  div#fullwidth-header h4,  div#fullwidth-header h5,  div#fullwidth-header h6, #divInfoUsaSharedFooter h1, #divInfoUsaSharedFooter h2, #divInfoUsaSharedFooter h3, #divInfoUsaSharedFooter h4, #divInfoUsaSharedFooter h5, #divInfoUsaSharedFooter h6 {
	font-family: Palatino, 'Palatino LT STD', 'Palatino Linotype', "Times New Roman", Times, serif;
}

/* =strong, em... */
div#fullwidth-header strong , #divInfoUsaSharedFooterstrong {
	font-weight: bold;
}
div#fullwidth-header em, #divInfoUsaSharedFooter em {
	font-style: italic;
}

div#fullwidth-header li, #divInfoUsaSharedFooter li {
line-height: 21px;
}

div#fullwidth-header ul ul, div#fullwidth-header ul ol, div#fullwidth-header ol ol, div#fullwidth-header ol ul, #divInfoUsaSharedFooter ul ul, #divInfoUsaSharedFooter ul ol, #divInfoUsaSharedFooter ol ol, #divInfoUsaSharedFooter ol ul {
 margin-bottom: 0;
 padding: 0
}










/* ------------------- Footer --------------------- */

#divInfoUsaSharedFooter #IUSASharedFooterWeb_PageFooter hr{width:100%;background-color:#000000; color: #666666 !important;}
#divInfoUsaSharedFooter #footerEmailUsContainer{width:100%;max-width:500px;height:410px;font-family:Arial,Helvetica,sans-serif;background-color:white;border:1px solid #CCCCCC;padding:10px 15px 0 15px;display:none;z-index:1001;position:absolute;top:30%;left:30%;}
#divInfoUsaSharedFooter #footerEmailUsContainer,#footerEmailUsContainer td,#footerEmailUsContainer textarea{text-align:left;font-size:13px;}
#divInfoUsaSharedFooter #footerEmailUsContainer textarea{max-width:190px;height:70px;}
#divInfoUsaSharedFooter #footerEmailUsThankYou{display:none;max-width:500px;}
#divInfoUsaSharedFooter #footerEmailUsForm{max-width:500px;}
#divInfoUsaSharedFooter #IUSASharedFooterWeb_PageFooter{float:left;margin:0;vertical-align:middle;width:100%;min-width:800px;background-color:#ffffff;font-size:12px; color:#333333;font-family:Arial,Helvetica,sans-serif;text-decoration:none;padding-top:10px;font-weight:bold;}
#divInfoUsaSharedFooter #spanSecuredImageSSL img{float:right;margin-top:-50px;vertical-align:bottom;clear:both;position:relative;}
#divInfoUsaSharedFooter #IUSASharedFooterWeb_PartnerBanners{padding-bottom:10px;}
#divInfoUsaSharedFooter #footerEmailUsUpperBlurbBusy{display:none;}
#divInfoUsaSharedFooter .footerEmailUsUpperBlurb{padding-top:10px;padding-bottom:15px;}
#divInfoUsaSharedFooter .footerEmailUsLeftColumn{clear:both;float:left !important;width:30%;max-width:150px;height:25px;vertical-align:top;}
#divInfoUsaSharedFooter .footerEmailUsRightColumn{float:left !important;float:none;_float:none;width:60%;max-width:300px;height:25px;vertical-align:top;}
#divInfoUsaSharedFooter .footerEmailUsRightColumn input{max-width:190px;}
#divInfoUsaSharedFooter .footerEmailUsRightColumn select{max-width:195px;}
#divInfoUsaSharedFooter .footerEmailUsAssistanceBlurb{clear:left;float:left;text-align:left;padding:30px 0 20px 0;width:90%;max-width:350px;padding:10px 0 20px 0;}
#divInfoUsaSharedFooter .IUSASharedFooterWeb_NavLinks a{padding:0 5px 0 5px;font-weight:normal;font-size:12px;color:#333333 !important;text-decoration:none;}
#divInfoUsaSharedFooter .IUSASharedFooterWeb_NavLinks a:hover{padding:0 5px 0 5px;color:#333333;text-decoration:underline;}
#divInfoUsaSharedFooter .IUSASharedFooterWeb_NavLinks a:visited{padding:0 5px 0 5px;color:#333333;text-decoration:none;}
#divInfoUsaSharedFooter .IUSASharedFooterWeb_Image{float:left;margin:0;width:100%;padding:15px 0px 22px 0px;}
#divInfoUsaSharedFooter .IUSASharedFooterWeb_Secure,#spanSecuredImage img{float:right;margin-top:-70px;vertical-align:bottom;clear:both;position:relative;}
#divInfoUsaSharedFooter .footerEmailUsSubmit{clear:left;float:left;text-align:center;padding:75px 0 0 65px;width:90%;max-width:350px;}
#divInfoUsaSharedFooter .IUSASharedFooterWebDiv0{height:25px;vertical-align:middle;}
#divInfoUsaSharedFooter .IUSASharedFooterWebDiv1 a{padding-bottom:5px;font-weight:bold;}
#divInfoUsaSharedFooter .IUSASharedFooterWebDiv2{text-align:left;max-width:500px;}
#divInfoUsaSharedFooter .IUSASharedFooterWebDiv3{max-width:30px;float:right;font-size:12px;}
#divInfoUsaSharedFooter .IUSASharedFooterWebDiv4{padding-left:30px;padding-bottom:10px;}
#divInfoUsaSharedFooter .IUSASharedFooterWebDiv5{max-width:30px;float:right;font-size:12px;}
#divInfoUsaSharedFooter .IUSASharedFooterWebSpan0{font-size:18px;font-weight:bold;}
#divInfoUsaSharedFooter .IUSASharedFooterWebClose{float:right;}
#divInfoUsaSharedFooter .IUSASharedFooterWebThankYou{font-size:18px;font-weight:bold;}
#divInfoUsaSharedFooter .IUSASharedFooterWebCopyRight{font-size:11px;font-weight:normal;}
#divInfoUsaSharedFooter .IUSASharedFooterWebBBB{position:relative;bottom:8px;vertical-align:bottom;}
#divInfoUsaSharedFooter .footerEmailUsForm{width:90%;max-width:450px;}

/*[OVERRIDES FOR FOOTER FORM]*/
#divInfoUsaSharedFooter #footerEmailUsContainer input, #divInfoUsaSharedFooter #footerEmailUsContainer textarea {
	float: left !important;
	clear: both;
	display: inline !important;
	margin-bottom: 3px !important;	
}
#divInfoUsaSharedFooter #footerEmailUsContainer .IUSASharedFooterWebDiv4 {
	float: left !important;
	width: 100%;
}
#divInfoUsaSharedFooter #footerEmailUsContainer .IUSASharedFooterWebDiv4 div {
	float: left !important;
	margin-bottom: 3px !important;
}
#divInfoUsaSharedFooter #divInfoUsaSharedFooter {
	color: #333333 !important;
}
#divInfoUsaSharedFooter .IUSASharedFooterWebDiv3 {
	color: #666666 !important;
}
#divInfoUsaSharedFooter .footerEmailUsSubmit {
	padding-top: 0 !important;
	position: relative;
	top: 70px;
}
#divInfoUsaSharedFooter .footerEmailUsAssistanceBlurb {
	padding-top: 0 !important;
	position: relative;
	top: 80px;	
}

/* ------------------ New Footer ---------------------------*/
#divInfoUsaSharedFooter ul {
	padding-left:0px;
	margin-left:0px;
}

#divInfoUsaSharedFooter div#fullwidth-footer ul#menu-footer-main, #divInfoUsaSharedFooter div#fullwidth-footer ul#menu-footer-main li {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* =footer */
#divInfoUsaSharedFooter #footer-wrapper {
    font: 11px/1.4 Arial, Helvetica, sans-serif;
	float: left;
	clear: both;
	width: 100%;
	height: 230px;
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/footer-wrapper-bkgd.png) repeat-x top left;
	margin: 0 auto;
}

#divInfoUsaSharedFooter div#fullwidth-footer {
	max-width: 1024px;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
	height: 130px;
	line-height: 1.8;
	color: #ffffff;
}
#divInfoUsaSharedFooter div#fullwidth-footer ul#menu-footer-main {
    float: left;
    width: 1024px;
    clear: both;
    text-align: center;
    margin: 0 auto;
}
#divInfoUsaSharedFooter div#fullwidth-footer ul#menu-footer-main li a {
	color: #ffffff;
	text-decoration: none;
}
#divInfoUsaSharedFooter div#fullwidth-footer ul#menu-footer-main li a:hover {
	text-decoration: underline;
}
#divInfoUsaSharedFooter div#fullwidth-footer .one-column, #divInfoUsaSharedFooter div#fullwidth-footer .two-column, #divInfoUsaSharedFooter div#fullwidth-footer .three-column, #divInfoUsaSharedFooter div#fullwidth-footer .four-column, #divInfoUsaSharedFooter div#fullwidth-footer .five-column {
	display: block;
	float: left;
	text-align: left;
}
#divInfoUsaSharedFooter div#fullwidth-footer .one-column {
	width: 1024px !important;
}
#divInfoUsaSharedFooter div#fullwidth-footer .two-column {
	width: 462px !important;
}
#divInfoUsaSharedFooter div#fullwidth-footer .three-column {
	width: 307px !important;
}
#divInfoUsaSharedFooter div#fullwidth-footer .four-column {
	width: 231px !important;
}
#divInfoUsaSharedFooter div#fullwidth-footer .five-column {
	width: 184px !important;
}
#divInfoUsaSharedFooter div#fullwidth-footer .one-column.first-footer-column {
	margin: 0 !important;
	padding-left: 0;
}
#divInfoUsaSharedFooter div#fullwidth-footer .two-column.first-footer-column {
	margin-left: 100px !important;
	padding-left: 0;
}
#divInfoUsaSharedFooter div#fullwidth-footer .three-column.first-footer-column {
	margin-left: 100px !important;
	padding-left: 0;
}
#divInfoUsaSharedFooter div#fullwidth-footer .four-column.first-footer-column {
	margin-left: 100px !important;
	padding-left: 0;
}
#divInfoUsaSharedFooter div#fullwidth-footer .five-column.first-footer-column {
	margin-left: 100px !important;
	padding-left: 0;
}
#divInfoUsaSharedFooter div#fullwidth-footer li h3 {
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	margin: 0 0 5px 0;
	text-rendering: optimizelegibility;
	line-height: 1.3em;
}

#divInfoUsaSharedFooter #fullwidth-footer .headingItem, #divInfoUsaSharedFooter #fullwidth-footer .headingItem:hover {
	font-size: 11px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	cursor: default !important;
}

#divInfoUsaSharedFooter div#fullwidth-footer .facebook-icon {
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 3px;
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/facebook-icon-hover.png) no-repeat top left;
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/facebook-icon.png) no-repeat top left;
}
#divInfoUsaSharedFooter div#fullwidth-footer .twitter-icon {
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 3px;
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/twitter-icon-hover.png) no-repeat top left;
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/twitter-icon.png) no-repeat top left;
}
#divInfoUsaSharedFooter div#fullwidth-footer .linkedin-icon {
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 3px;
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/linkedin-icon-hover.png) no-repeat top left;	
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/linkedin-icon.png) no-repeat top left;
}
#divInfoUsaSharedFooter div#fullwidth-footer .facebook-icon:hover {
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/facebook-icon-hover.png) no-repeat top left;
}
#divInfoUsaSharedFooter div#fullwidth-footer .twitter-icon:hover {
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/twitter-icon-hover.png) no-repeat top left;
}
#divInfoUsaSharedFooter div#fullwidth-footer .linkedin-icon:hover {
	background: transparent url(/wp-content/themes/DotComWordpress/images/FullWidthHeaderFooter/linkedin-icon-hover.png) no-repeat top left;
} 
#divInfoUsaSharedFooter #footer-copyright {
	clear: both;
	margin: 10px auto 0;
	max-width: 1024px;
	text-align: center;
	height: 80px;
}
#divInfoUsaSharedFooter #footer-copyright p {
	font-weight: normal;
	color: #999999;
	margin: 0 !important;
}
#footer-copyright .phone-number, #footer-copyright  .footer-phone-link {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px !important;
	font-family: Palatino, 'Palatino LT STD', 'Palatino Linotype', "Times New Roman", Times, serif;	
}
#divInfoUsaSharedFooter #footer-copyright a img {
	margin-bottom: -5px;
	border: none;
}
#divInfoUsaSharedFooter #footer-copyright a {
	text-decoration: none;
}
