@charset "utf-8";

h1,h2,h3,h4 {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:normal;
}

#main #top #contentArea a {
	color:##0076BF;
	overflow:hidden;
	text-decoration:underline;
}
#main #top #contentArea a:hover, a:active {
	color:#76A3C7;
	overflow:hidden;
	text-decoration:none;
}
#main #top #contentArea a, a:visited {
	color:#5087B6;
	overflow:hidden;
	text-decoration:underline;
}
#main #top #contentArea *:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:0;
}

/* div styles */

#main #top #contentArea {
	margin-top: 5px;
	padding: 50px 20px;
	width: 920px;
}
#leftcol {
	float: left;
	width: 703px;
}
	#leftcol #providers h2 {
		background: url(../images/bg-border.gif) no-repeat bottom left;
		color:#CC0000;
		font-size:12px;
		font-weight:bold;
		padding: 0 0 11px;
	}
	#header {
	height:75px;
	display:block;
	background:url(header-back.gif) repeat-x top left;
	position:relative;
}
#cta {
	background: url(../images/bg-cta.jpg) no-repeat;
	height: 309px;
	margin-bottom: 20px;
	padding-top: 15px;
	width: 703px;
	z-index: 0;
}
#cta-text {
	padding-left: 229px;
}
#rightcol {
	position: absolute;
	width: 188px;
	right: 50%;
	margin-right: -460px;
}
#rightcol #returning {
	background: url(../images/bg-returning.gif) no-repeat #fff;
	border-bottom: 1px #D2D2D2 solid;
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
	width: 168px;
}
	#rightcol #returning h2 {
		color:#CC0000;
		font-size:12px;
		font-weight:bold;
		margin-bottom: 25px;
		padding: 0;
	}
#address-box {
	margin: 95px 0 0 229px;
	padding: 0 0 0 47px;
}
	#main #top #contentArea  #address-box h4 {
		color: #fff;
	}
	#main #top #contentArea  #address-box h4 span {
		color: #fff;
		font-weight: normal;
	}
#privacy {
	color: #999;
	font-size: 10px;
	margin-top: 5px;
}
#phone-number {
	font-size:14px;
	margin-top: 50px;
	margin-right: -246px;
	position: absolute;
	right: 50%;
	width: 700px;
	
}
	#phone-number span {
		color:#CC0000;
		font-weight:bold;
	}
#providers ul{
	overflow: hidden;
}
	#providers ul  li {
		float: left;
		width: 90px;
		padding: 10px 0 0 25px;
	}
#trust {
	margin:0 0 5px;
	position:relative;
	text-align:center;
}
#footerlogo {
	border-top:1px solid #CCCCCC;
	color:#383838;
	padding:15px 0 0;
	position:relative;
	text-align:center;
}
#loginfailed {
	background: #FFFEE0;
	border-bottom: 1px #FFFCA7 solid;
	border-top: 1px #FFFCA7 solid;
	color: #CC0000;
	display: block;
	margin-bottom: 20px;
	padding: 5px 10px;
}
.clear {
	clear: both;
}

/* text styles */
#main #top #contentArea h3 {
	display: block;
}
h1.red {
	color:#CC0000;
	font-size:24px;
	line-height: 1.2em;
}
h1.black {
	color:#666;
	font-size:16px;
	line-height: 1.2em;
}

/* img styles */
img.trustseals {
	margin:0 15px 10px 0;
}
#footerlogo img {
	margin:0 0 10px;
}

/* form styles */
form.newuser {
}
input.streetAddress, input.apartmentNumber, input.zipcode {
	border: 1px #A5ACB2 solid;
	height: 20px;
	margin: 6px 0;
	padding: 3px 0 0 3px;
}
	input.streetAddress, input.streetAddress-on {
		background: url(../images/addybacks/street.gif) no-repeat 3px 0px #FFFFFF;
		width: 200px;
	}
	input.apartmentNumber, input.apartmentNumber-on {
		background: url(../images/addybacks/apt.gif) no-repeat 3px 0px #FFFFFF;
		width: 85px;
	}
	input.zipcode, input.zipcode-on {
		background: url(../images/addybacks/zipcode.gif) no-repeat 3px 0px #FFFFFF;
		width: 85px;
	}
	input.streetAddress-on, input.apartmentNumber-on, input.zipcode-on, input.uname-on, input.upwd-on {
	background: #FFFFFF;
	border: 1px #A5ACB2 solid;
	height: 20px;
	margin: 6px 0;
	padding: 3px 0 0 3px;
}
input.uname, input.upwd {
	height: 20px;
	margin-bottom: 10px;
	padding: 3px 0 0 3px;
	width: 165px;
}
	input.uname, input.uname-on {
		background: url(../images/addybacks/username.gif) no-repeat 3px 0px #FFFFFF;
		border: 1px #A5ACB2 solid;
	}
	input.upwd, input.upwd-on {
		background: url(../images/addybacks/password.gif) no-repeat 3px 0px #FFFFFF;
		border: 1px #A5ACB2 solid;
	}
	input.uname-on, input.upwd-on {
	background: #FFFFFF;
	height: 20px;
	margin: 0 0 10px;
	padding: 3px 0 0 3px;
	width: 165px;
}

input.continuebutton {
	float: right;
	margin: -15px 35px 0 0;
}
input.gobutton {
	float: right;
	margin-top: -10px;
}


