html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* TOP OF PAGE */

#header, #content, #footer {
	position: relative;
	width: 960px;
	float: left;
}
#header {
}
#header img {
	float: left;
}
#header p {
	text-align: right;
	font-size: 1.6em;
	padding-top: 31px;
	float: right;
}
#header p a {
	font-size: 0.9em;
	text-decoration: none;
}

/* CONTENT */

#content {
	background: #006993;
	padding: 19px;
	width: 922px;
}
#content_2 {
	width: 892px;
	border: 5px solid #33c5f3;
	padding: 27px 10px 10px 10px;
	background: #fff url(../images/buying_solutions.gif) no-repeat right bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius:	5px;
}
#col_left, #col_right {
	width: 415px;
	float: left;
}
#col_right {
	float: right;
}

/* POPUPS */

table.bordered {
	width: 100%;
	margin: 0;
}
table.bordered td {
	border: 5px solid #33c5f3;
}
table.bordered td table {
	width: 100%;
}
table.bordered td table td {
	border: none;
	width: 50%;
}
table.bordered td.text {
	padding: 16px;
	vertical-align: bottom;
}
table.bordered td.text h1, table.bordered td.text strong {
	color: #33c5f3;
}
table.bordered td img {
	float: left;
}
table.bordered td a, table.bordered td span.popup_close {
	font-weight: bold;
}

/* FOOTER */

#footer {
	text-align: center;
	padding: 30px 0;
	font-size: 0.8em;
	color: #CCC;
}

/* MISC */

.accordion_item {
	margin: 0 0 6px 10px;
}
span.prev_next {
	display: block;
	float: left;
}
span.popup_close {
	display: block;
	float: right;
}
input {
	font-size: 1em;
}
input.text, textarea {
	width: 150px;
}
textarea {
	height: 60px;
	width: 300px;
}
input.half, textarea.half {
	width: 168px;
}
.contact input.wide, .contact textarea.wide {
	width: 90%;
}
.calc input.wide, .calc textarea.wide {
	width: 80px;
}
input.submit {
	background: #f3792c;
	color: #FFF;
	font-weight: bold;
	border: none;
	padding: 4px;
	text-transform: uppercase;
	font-size: 0.8em;
}
input.submit:hover {
	cursor: pointer;
}
.spacer {
	position: relative;
	display: block;
	float: none;
	height: 0;
	line-height: 0;
	clear: both;
	width: 100%;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.offer_form input.text {
	width: 300px;
}
p.year {
	position: relative;
	float: left;
	width: 75px;
}
p.year_detail {
	position: relative;
	float: right;
	width: 805px;
}
div.col_left {
	position: relative;
	float: left;
	width: 270px;
}
div.col_right {
	position: relative;
	float: right;
	width: 186px;
}
a img {
	vertical-align: middle;
}
.results_header {
	background: #f3792c;
	color: #FFF;
	padding: 10px;
	margin: 0 0 10px 0;
}
.results_header span.title {
	float: left;
}
.results_header span.potentialSavings {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}
#res001, #res002, #res003 {
	width: 180px;
}
.orangeINV {
	position: relative;
	display: block;
	padding: 10px;
	background: #f3792c;
	margin: 20px 0 26px 0;
}
.orangeINV, table.bordered td .orangeINV strong, table.bordered td .orangeINV a {
	color: #fff;
}
