@charset "UTF-8";
/* CSS Document */



/* GLOBAL */

body {
	margin: 17px 0 0 0;
	padding: 0;
	}

.hide {
	display: none;
	}
	
hr {
	margin: 0 0 36px 0;
	padding: 0;
	border: 0 #D5D5D6 solid;
	border-top-width: 1px;
	clear: both;
	height: 0
	}

label {
	float: left;
	width: 180px;
	}
input[type="text"], textarea, .inputs {
	margin-left: 190px;
	font-size: 14px;
	}
input[type="text"], textarea {
	display: block;
	width: 343px;
	border: 1px solid #cccccc;
	padding: 3px 6px;
	}
textarea { height: 70px; }
input, textarea, select { margin-bottom: 5px; }
input.submit {
	width: 100px;
	height: 30px;
	background: url(../img/button-submit.gif) top left no-repeat;
	border: 0;
	cursor: pointer;
	}
input:hover.submit { background: url(../img/button-submit.gif) top right no-repeat; }
table { background: #cccccc; }
table#zoom_table { background: transparent; }
th {
	background: #eeeeee;
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: bottom;
	}
td { background: #ffffff; }

/* used with js/jquery.validate.min.js */
input.error {
	border-color: #ff8800;
	background: #ffdddd;
	} 
em.error {	
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	}
div.error {
	display: none;
	background: #ffdddd;
	padding: 3px 6px;
	margin-bottom: 15px;
	}

	
	
/* SPECIFIC */

#logo {
	margin: 0;
	padding: 0;
	}
	
#logo a {
	display: block;
	width: 141px;
	height: 87px;
	margin: 0;
	padding: 0;
	background-image: url(../img/nav/adin_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
	
#logo a:hover {
	background-position: 0 -87px;
	}
	
#logo a:active {
	background-position: 0 -174px;
	}

#nav {
	margin: 43px 0 0 0;
	padding: 0;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style-type: none;
	}
	
#nav a {
	display: block;
	margin: 0;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9000px
	}
	
#nav a:hover, #nav a.On {
	background-position: 0 -44px;
	}
	
#nav a:active {
	background-position: 0 -88px;
	}
	
#nav_one {
	width: 137px;
	height: 44px;
	background-image: url(../img/nav/national_network.gif);
	}
	
#nav_two {
	width: 150px;
	height: 44px;
	background-image: url(../img/nav/increased_savings.gif);
	}
	
#nav_three {
	width: 105px;
	height: 44px;
	background-image: url(../img/nav/easy_to_use.gif);
	}
	
#nav_four {
	width: 123px;
	height: 44px;
	background-image: url(../img/nav/referral_form.gif);
	}
	
#nav_five {
	width: 146px;
	height: 44px;
	background-image: url(../img/nav/informative_links.gif);
	}
	
#nav_six {
	width: 103px;
	height: 44px;
	background-image: url(../img/nav/contact_us.gif);
	}



.rev {
	background: #000000;
	color: #ffffff;
	padding: 12px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ktml-border-radius: 8px;
	border-radius: 8px;
	}

ul {
	list-style-image: url(../img/bullet.gif);
	}
	
li h3 {
	margin-bottom: 8px;
	}

form h3 {
	padding-top: 15px;
	border-bottom: 1px solid #D5D5D6;
	}

/* used with referral form steps */
a.prev, a.next {
	display: block;
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 25px;
	text-decoration: none;
	}
a.prev { background: url(../img/button-prev.gif) top left no-repeat; }
a:hover.prev { background: url(../img/button-prev.gif) top right no-repeat; }
a.next { background: url(../img/button-next.gif) top left no-repeat; }
a:hover.next { background: url(../img/button-next.gif) top right no-repeat; }
.prev-next {
	margin: 20px 0 0 190px;
	}



	
#footer {
	margin-top: 20px;
	border-top: 1px #D5D5D6 solid;
	padding: 15px 10px 25px 160px;
	}
#footer, #footer div {
	font-size: 11px;
	line-height: 13px;
	color: #888888;
	}
	
#footer a {
	font-weight: bold;
	}




/****************************************** OpinionLab Popup */

#promoContainer {
	display: none;
	position: absolute;
	top: 50px;
	left: 10px;
	right: 10px;
	z-index: 20;
	text-align: center;
	}
#promo {
	width: 400px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(../img/transGray.png);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	cursor: pointer;
	}
#promo h1 {
	margin: 0;
	padding: 30px 35px 10px 35px;
	color: #ffffff;
	font: 100 18px/24px arial, verdana, sans-serif;
	}
#promo p {
	margin: 0;
	padding: 0 35px 10px 35px;
	color: #ffffff;
	font: 900 13px/16px arial, verdana, sans-serif;
	}





