@charset "utf-8";

body {
	background-color: #1B242E;
	margin:0px 0px; padding:0px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}

#body-container {
	width:960px;
	margin:0px auto;
	text-align:left;
	background-color: #fff;
}


a:link img, a:visited img {
	border: none;
}

div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}

li.clearFloat {
	clear: both;
}

ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#logo_nav {
	left: 0px;
	top: 0px;
	background-image: url(images/logg_nav.gif);
	overflow: hidden;
	height: 56px;
	margin-bottom: 0;
	width: 960px;
}

.nav-text, a {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#header-container {
	margin-left: 0px;
	width: 960px;
	height: 301px;
	float: left;
}

.head-left {
	margin-left: 0px;
	width: 275px;
	height: 301px;
	float: left;
}

.head-right {
	width: 685px;
	float: right;
}

#headline {
	left: 275px;
	top: 56px;
	height: 137px;
	margin-bottom: 0;
	width: 685px;
}

#happycouple1 {
	left: 0px;
	top: 56px;
	height: 137px;
	margin-bottom: 0;
	width: 275px;
}

#happycouple2 {
	left: 0px;
	top: 193px;
	height: 43px;
	margin-bottom: 0;
	width: 275px;
}

#happycouple3 {
	left: 0px;
	top: 236px;
	height: 121px;
	margin-bottom: 0;
	width: 275px;
}

#phone_bg {
	background-image: url(images/phone_bg.jpg);
	height: 43px;
	width: 684px;
}

.phone-main {
	color:#D74B04;
	font-size:38px; 
	margin-left: 183px;
	font-weight: bold;
}

#red-bg {
	background-image: url(images/savings_bg.gif);
	height: 106px;
	width: 275px;
}

.red-content {
	width: 250px;
	padding: 1px;
	color: #fff;
	font-size: 10px;
}

.blue-content {
	width: 245px;
	padding: 10px;
	color: #fff;
	font-size: 9px;
	font-weight:bold;
	text-align: center;
}

#blue-bg {
	background-image: url(images/blue_bg.gif);
	height: 95px;
	width: 275px;
}

#form_bg {
	background-image: url(images/form_bg.gif);
	height: 358px;
	width: 685px;
}

#form-container {
	padding-top: 60px;
	padding-left: 40px;
	width: 560px;
	height: 224px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#033;
}

.checkbox-container {
	width: 20px;
	vertical-align: top;
}

.checkbox-disclaimer {
	font-size: 9px;
}

#form_head {
	left: 275px;
	height: 121px;
	margin-bottom: 0;
	width: 685px;
}

#keys-bg {
	margin-top: 659px;
	background-image: url(images/keys_bg.jpg);
	height: 151px;
	width: 960px;
}

.keys-content {
	padding: 20px;
	width: 670px;
	font-size: 11px;
	color: #003;
}

.footer-bg {
	background-image: url(images/footer_bg.gif);
	height: 74px;
	width: 960px;
}

.footer-content {
	padding: 14px;
	margin-left: 60px;
	width: 800px;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

.button {
	margin-top: 10px;
}

.sub-container {
	width: 960px;
	background-color:#fff;
}

.sub-container a{
	color: #1B242E;
}


.sub-content {
	padding: 20px;
	font-size: 12px;
	color: #1B242E;
	text-align: left;
}

input[type="text"]:focus, input[type="email"]:focus, input.text:focus, textarea:focus, select:focus {
	box-shadow: 0px 0px 0px 3px rgb(33, 187, 225), 0px 2px 8px 0px rgba(0, 0, 0, 0.075) inset;
	color: #033;
}

input:focus {
	outline: medium none;
	box-shadow: 0px 0px 5px rgb(33, 187, 225);
	color: #033;
}

input[type="text"], input[type="email"], input.text, textarea, select {
	width: 260px;
	height: 20px;
	margin: 4px;
	border: 1px solid rgb(223, 223, 223);
	font-size: 12px;
	font-weight: bold;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.04), 0px 2px 8px 0px rgba(0, 0, 0, 0.075) inset;
	transition: all 0.25s linear 0s;
	-moz-box-sizing: border-box;
	color: #033;
}

input[type="checkbox"], checkbox {
	margin: 4px;
	transition: all 0.25s linear 0s;
	-moz-box-sizing: border-box;
	float:left;
}

.pad {
	padding-left: 5px;
}

input, textarea, select, checkbox {
	border-radius: 3px 3px 3px 3px;
	color: #033;
	vertical-align: middle;
}
