/* global */

body {
	background: #E5E6E8 url('/images/background.jpg') repeat-x;
	text-align: center;
	margin: 45px 0 0 0;
	padding: 0;
}
	
body, td, p, div img {
	border: 0;
}

td, p, div {
	color: #86888b;
	font-size: 11px;
	font-family: Arial, Helvetica, sans;
	font-weight: normal;
	line-height: 16px;
}

img {
	border: 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

a:link, a:visited {
	cursor: pointer;
	text-decoration: none;
	color: #5494B4;
}
	
a:active, a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #5494B4;
}

.hdr h1 {
	display: none;
}

.subhdr {
	margin: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	color: #5494B4;
}

strong {
	font-weight: bold;
	color: #5494B4;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
.outer-container {
	width: 988px;
	position: relative;
	margin: 0 auto; /* center */
}
	
.inner-container {
	width: 868px;
	position: relative;
	margin: 0 auto; /* center */
	text-align: left;
}

#logo {
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 1;
}

/* nav styles */
	
#header {
	width: 868px;
	margin: 0 0 8px 0;
	padding: 0;
}
	
#header ul {
	float: right;
	margin: 0;
	_margin: 0 0 8px 0;
	padding: 0;
}
	
#header ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav_icons li a {
	color: #AEB2B3;
	display: block;
	_display: inline;
	height: 16px;
	overflow: hidden;
	margin: 5px 0 8px 10px;
	padding: 2px 10px 2px 0;
	border-right: solid 1px #AEB2B3;
}
	
#nav_icons #contact a {
	background: url('/images/nav/icon_contact.gif') no-repeat;
	padding-left: 25px;
}
	
#nav_icons #contact a.on {
	color: #5494b4;
	font-weight: bold;
	background-position: 0 -20px;
}
	
#nav_icons #reminder a {
	background: url('/images/nav/icon_reminder.gif') no-repeat;
	padding-left: 23px;
}
	
#nav_icons #reminder a.on {
	color: #5494b4;
	font-weight: bold;
	background-position: 0 -20px;
}
	
#nav_icons #refer a {
	background: url('/images/nav/icon_refer.gif') no-repeat;
	padding-left: 22px;
	border-right: none;
}
	
#nav_icons #refer a.on {
	color: #5494b4;
	font-weight: bold;
	background-position: 0 -20px;
}

#nav {
	clear: both;
	width: 752px;
}

#nav p {
	display: none;
}

#nav li a {
	height: 34px;
	display: block;
}

#nav #how a:active, #nav #how a:hover, 
#nav #where a:active, #nav #where a:hover, 
#nav #balance a:active, #nav #balance a:hover, 
#nav #purchase a:active, #nav #purchase a:hover, 
#nav #corporate a:active, #nav #corporate a:hover, 
#nav #givegreen a:active, #nav #givegreen a:hover, 
#nav #questions a:active, #nav #questions a:hover {
	background-position: 0 -34px;
}

#nav #how a.on, 
#nav #where a.on, 
#nav #balance a.on, 
#nav #purchase a.on, 
#nav #corporate a.on, 
#nav #givegreen a.on, 
#nav #questions a.on {
	background-position: 0 -68px;
}
	
#nav #how a {
	width: 85px;
	background: url('/images/nav/how.gif') no-repeat 0 0;
}
	
#nav #where a {
	width: 84px;
	background: url('/images/nav/where.gif') no-repeat 0 0;
}
	
#nav #balance a {
	width: 116px;
	background: url('/images/nav/balance.gif') no-repeat 0 0;
}
	
#nav #purchase a {
	width: 127px;
	background: url('/images/nav/purchase.gif') no-repeat 0 0;
}
	
#nav #corporate a {
	width: 94px;
	background: url('/images/nav/corporate.gif') no-repeat 0 0;
}
	
#nav #givegreen a {
	width: 123px;
	background: url('/images/nav/givegreen.gif') no-repeat 0 0;
}
	
#nav #questions a {
	width: 123px;
	background: url('/images/nav/questions.gif') no-repeat 0 0;
}

.content-container {
	clear: both;
	background: #fff;
	margin: 0;
	padding: 40px 0 20px 0;
	border-top: solid 1px #B5B6B8;
	border-right: solid 1px #B5B6B8;
	border-left: solid 1px #B5B6B8;
	min-height: 425px;
	_height: 425px;
}

.givegreen .content-container {
	border-top: 0;
}
	
.content-btm {
	width: 988px;
	height: 25px;
	background: url('/images/bg_content-btm.png') no-repeat 0 0;
}
	
.content-btm-green {
	height: 210px;
	background: url('/images/bg_content-btm-green.gif') no-repeat 0 0;
	border-bottom: solid 1px #B5B6B8;
	border-right: solid 1px #B5B6B8;
	border-left: solid 1px #B5B6B8;
}

.flash-container {
	min-width: 988px;
	clear: both;
	margin: 8px 0 0 0;
}

.hdr {
	padding: 0 40px 10px 40px;
}

.hdr img.button {
	float: right;
	margin: 0 0 0 10px;
}

.content {
	padding: 0 40px;
}

.home-content {
	width: 868px;
	position: relative;
	margin: 0 auto; /* center */
	padding: 20px 0;
	text-align: left;
}

.home-content img {
	float: left;
	margin: 0 12px 0 0;
}

.home-content img.bnr-right {
	margin: 0;
}

.content .split {
	overflow: hidden;
}

.content .split .left {
	width: 372px;
	float: left;
	margin: 0 0 -1000px 0;
	padding: 0 20px 1000px 0;
	border-right: solid 1px #CACED1;
}

.content .split .right {
	width: 372px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}

.callout-box-blank {
	margin: 0 40px 10px 42px;
}

.callout-box-iframe { /* allow 25px less padding on right */
	margin: 0 15px 10px 42px;
}

.callout-box-full {
	margin: 0 20px 10px 22px;
	background: url('/images/calloutbox/fullbox_bg.jpg') no-repeat;
}

.callout-box-full .top {
	height: 18px;
	background: url('/images/calloutbox/fullbox_top.gif') no-repeat;
}

.callout-box-full .mid {
	background: url('/images/calloutbox/fullbox_mid.gif') repeat-y;
	padding: 20px 50px;
}

.callout-box-full .btm {
	height: 18px;
	background: url('/images/calloutbox/fullbox_btm.gif') no-repeat;
}

.callout-box-full .split {
	overflow: hidden;
}

.callout-box-full .split .left {
	width: 339px;
	float: left;
	margin: 0 0 -1000px 0;
	padding: 0 20px 1000px 0;
	border-right: solid 1px #CACED1;
}

.callout-box-full .split .right {
	width: 339px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}

.callout-box-full .split img.left {
	width: auto;
	border: 0;
}

.callout-box-full .split .text {
	text-align: left;
}

.partners {
	margin: 20px 0 0 0;
}

.partners img.logo {
	float: left;
	margin: 0 20px 0 0;
}

.purchase_callout {
	background: url('/images/pages/purchase_photo.png') no-repeat top right;
	_background: url('/images/pages/purchase_photo_ie6.png') no-repeat;
	min-height: 375px;
	_height: 375px;
}

.purchase_callout .text {
	width: 360px;
	padding: 60px 0;
}

.how_callout {
	padding: 0 0 15px 0;
}

.how_callout ul {
	margin: 10px 15px;
	padding: 0;
	list-style-image: url(/images/bullet.png);
}

.corporate .fax {
	float: right;
	width: 275px;
	margin: 0 0 30px 30px;
	padding: 0 0 0 0;
}

.corporate img.btn {
	margin: 5px 0;
}

.callout-box-full .corporate .left {
	width: 319px;
}

.callout-box-full .corporate .right {
	width: 359px;
}

.callout-box-full .corporate .img_hdr {
	float: left;
	margin: 0 15px 15px 0;
}

.faqbox ul {
	margin: 0;
	padding: 0;
	list-style-image: url(/images/bullet.png);
}

.faqbox li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}

.faqbox li.last {
	margin: 0;
}

.faqbox a:link, .faqbox a:visited {
	color: #86888b;
	text-decoration: none;
}

.faqbox a:active, .faqbox a:hover {
	color: #5494B4;
	text-decoration: none;
}

.faq {
	padding: 0 20px;
}

.faq .question {
	color: #5494B4;
	font-weight: bold;
	margin-top: 20px;
}

.faq .answer {
	
}

.contact {
	padding: 15px 0;
	overflow: hidden;
}

.contact .column {
	width: 176px;
	float: left;
	text-align: center;
	margin: 0 0 -1000px 0;
	padding: 0 20px 1000px 0;
	border-right: solid 1px #CACED1;
}

.contact .last {
	margin: 0;
	padding: 0;
	border: 0;
}

.contact .column img {
	margin: 0;
}

.contact .text {
	text-align: left;
	padding: 0 20px;
}

.refer {
	margin: 30px 0 0 0;
}

.refer .info {
	width: 275px;
	float: left;
	margin: 0 0 30px 0;
}

.refer .info img {
	margin: 0 0 10px 0;
}

.refer .info .field {
	margin: 0 0 10px 0;
}

.btn_align {
	margin: 15px 0 0 -5px;
}

/* forms */
 
.error {
	color: #ff0000;
}
 
input {
	width: 225px;
	border: solid 1px #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans;
}
 
textarea {
	width: 500px;
	border: solid 1px #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans;
}

/* footer */
	
#footer {
	width: 868px;
	color: #86888b;
	font-size: 10px;
	position: relative;
	margin: 0 auto; /* center */
	padding: 10px 0;
	text-align: left;
}

#footer .disclosure {
	padding: 10px 0 25px 0;
}

#footer .legal {
	float: left;
	width: 445px;
	padding: 0 5px 0 0;
	border-right: solid 1px #86888b;
}
	
#footer .logos {
	float: right;
	padding: 0 0 15px 0;
}
	
#footer .logos img {
	margin: 0 10px 0 0;
}

#footer .links {
	float: right;
	width: 415px;
}
	
#footer ul {
	float: right;
	margin: 0;
	padding: 0;
}
	
#footer ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
	
#footer ul li a {
	color: #86888b;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-right: solid 1px #86888b;
}
	
#footer ul li .last {
	padding: 0;
	border-right: 0;
}

/* float clearfix styles */

.clear {
	clear: both; 
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */