@charset "utf-8";
/* CSS Document */

body {
	background:url(/~site/jws/images/madPow_images/bg.png) top 36px center #f8f9fb repeat-x;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#505050;	
}
body.branded {
	background:url(/~site/jws/images/madPow_images/bg_branded.png) top 0px center #f8f9fb repeat-x;
}
body.branded_Homestead {
	background:url(/~site/jws/images/madPow_images/bg_branded.png) top 0px center #f8f9fb repeat-x;
}
body.branded_Intuit {
	background:url(/~site/jws/images/madPow_images/bg.png) top 36px center #f8f9fb repeat-x;
}
body.branded_Verizon {
	background:url(/~site/jws/images/madPow_images/bg_branded.png) top 36px center #f8f9fb repeat-x;
}
body.branded_Google {
	background:url(/~site/jws/images/madPow_images/bg_branded.png) top 36px center #f8f9fb repeat-x;
}
.clear {
	clear:both;
}
a.endorser_bar{
	width:100%;
	background:#000;
	color:#fff;
	display:block;
	position:relative;
	top:0;
	height:36px;
	text-decoration:none;
}
.container_bar{
	width:1044px;
	padding:8px 15px;
	margin:0 auto;
    display: block;
    background: #000;
    text-align: right;
    font-size: 14px;
}
.container_bar span{
	cursor:pointer;
	padding-bottom:1px;
	color:#fff;
	text-decoration:none;
}
.container_bar span:hover{
	text-decoration:underline;	
}
.container_bar span>img{
	display:inline-block!important;
}


#container {
	margin:0px auto;
	width:1044px;	
}
#header {
	position:relative;
	width:1044px;
	height:65px;
	margin: 0 auto;
}
#header #logo {
	position:relative;
	top:24px;
	left:50px;
	width:210px;
	float:left;
}
#header #logo img {
	border: none;
}
body.branded #header #logo{
	top:20px;
	left:50px;	
}
#header #navigation {
	position:relative;
	right:55px;
	top:30px;
	width:400px;
	float:right;
	text-align:right;
}
#header #navigation.verizon {
	top:12px;
}
#header #navigation img {
	border: none;
}
#header #navigation a {
	color:#d4effc;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 0px 25px;
}
body.branded #header #navigation a {
	color:#2b73dd;
}
#header #navigation #brand {
	vertical-align:text-bottom;
	margin:0px 0px 0px 25px;
}

/* Content */

#content {
	width:1044px;
	margin: 0 auto;
	min-height:500px;
}
#content.oneCol {
	background:url(/~site/jws/images/madPow_images/bg_content_1col.png) top right no-repeat;
}
#content.oneCol #col1{
	padding:27px 0px 0px 55px;	
	width:930px;
}
#content.twoCol {
	background:url(/~site/jws/images/madPow_images/bg_content_2col.png) top right no-repeat;
	float: left;
	margin-top: -5px;
}
#content.twoCol #col1{
	float:left;
	width:194px;
	min-height:1px;
	background:none;
}

#content.twoCol #col2{
	float:left;
	width:770px;
	padding:40px 0px 0px 35px;
}

/* Footer */

#footer.oneCol{
	width:1044px;
	height:60px;	
	margin: 0 auto;	
	background:url(/~site/jws/images/madPow_images/bg_footer_1col.png) top right no-repeat;
}
#footer.twoCol{
	float: left;
	width:1044px;
	height:60px;	
	margin: 0 auto;	
	background:url(/~site/jws/images/madPow_images/bg_footer_2col.png) top right no-repeat;
}
#footer.oneCol #footerLinks{
	width:1044px;
	height:60px;	
	padding:55px 0px 30px 38px;
	vertical-align:middle;
}
#footer.twoCol #footerLinks{
	height:60px;	
	padding:55px 0px 30px 130px;
	vertical-align:middle;
}
#footer #footerLinks a{
	color:#2b73dd;
	padding:0px 2px 0px 2px;
	border-right:1px solid #666666;
	text-decoration:none;
}
#footer #footerLinks a.first{
	padding:0px 2px 0px 0px;
}
#footer #footerLinks a.last{
	padding:0px 0px 0px 2px;
	border-right:none;
	cursor:pointer;
}
#footer #footerLinks #copyright{
	padding-top:15px;
	padding-bottom:10px;
	color:#666666;
	text-align:center;
}