@charset "UTF-8";
/* CSS Document */

@import "charts.css";
@import "forms.css";
@import "thickbox.css";
@import "jq_fade.css";

*, img { 
	border:none; 
	padding:0; 
	margin:0; 
}

html, body { 
	position: absolute;
	color:inherit; 
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	z-index: 1;
}

body {
	font: .8em/1.7em Arial, Helvetica, sans-serif;
    background: #fff url(../img/title_bar_bg.gif) repeat-x top left;
	color: #333; 
}

p {
	padding: 0 0 1em !important;
}

.fl-left {
	float:left;
}
.fl-right {
	float:right;
}

sup {
	line-height:8px;
}

a { 
	text-decoration: none; 
	background-color:transparent; 
}

a:hover { 
	text-decoration: underline; 
}

a.external { 
	padding-right:10px;
}

div.hr { 
	width:100%; 
	height:1px; 
	color: inherit;  
	margin:10px auto 30px auto; 
	line-height:1px; 
	clear:both; 
}

/* TYPOGRAPHY (Non brand dependent)
************************************************/	
h1, h2, h3, h4 {
	font-weight:bold;
	letter-spacing:-1.4px;
	margin-bottom:10px;
}

h1 {
	font-size:2em;
}


h2 { 
	font-size: 1.8em;
}

h3 {
	position: relative;
	font-size: 1.6em;
	padding: 0 0 5px;
	margin-bottom: 10px;
}	

h4 { 
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: 10px;
}

#siteName h1 {
	line-height: .75em;
	margin-bottom: 0;
	letter-spacing: 4px;
	color: #000;
}

#siteName span {
	line-height: 1.2em;
	font-size: .8em;
}

span.caps {
	text-transform: uppercase;
	/*font-family:"Times New Roman", Times, serif;*/
	letter-spacing: .1em;
}

.required {
	font-size: .8em;
	font-style: italic;
	padding: 0 20px;
	width: 230px;
	display: block !important;
	float: none;
	height: 20px;
	color: #000;
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}
/* MAST HEAD
************************************************/
#masthead {
	background: url(../img/masthead_bg.gif) no-repeat top left;	
	position: relative;
	width: 780px;
	height: 50px;
	margin: 0 0 20px;
	z-index: 10;
	overflow: hidden;
	color: #fff;
}

#mastheadL {
	background: none;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 390px;
	height: 50px;
}

#mastheadR {
	background: none;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 390px;
	height: 50px;
}

#cobrand {
	background: none;
	position: relative;
	text-align: right;
	width: 140px;
	height: 50px;
	overflow: hidden;
	margin: 0 0 0 auto;
}

#logo {
	background: none;
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	width: 40px;
	height: 50px;
	z-index: 20;
}

#siteName {
	background: none;
	position: relative;
	padding: 10px 0 0;
	float: left;
	width: 340px;
	height: 40px;
	z-index: 30;
}
	
/* CONTAINERS
************************************************/
#wrapper {
	background: none;
	width: 780px;
	margin: 0 auto;
}

#content {
	position:relative;
	padding: 0 0 10px;
}

#splashbox {
	background: none;
	position: relative;
	width: 500px;
	heigh: 260px;
	margin-bottom: 10px;
}

#formbox_short {
	height: 320px;
	position: relative;
	float: left;
	width: 270px;
	margin-bottom: 10px;
	overflow: hidden;
}

#formbox_medium {
	height: 410px;
	position: relative;
	float: left;
	width: 270px;
	margin-bottom: 10px;
	overflow: hidden;
}

#formbox_long {
	height: 480px;
	position: relative;
	float: left;
	width: 270px;
	margin-bottom: 10px;
	overflow: hidden;
}

#offerbox {
	position: relative;
	padding: 0 0 10px;
	z-index: 20;
}

#offerbox.left{
	margin-right: 10px;
	float: left;
}

#offerbox.right {
	margin-left: 10px;
	float: right;
}

#callToAction {
	background: none;
	height: 50px;
	width: 500px;
    margin-bottom: 10px;
}

#badges {
	text-align: center;
}

#base {
	background: #434343 url(../img/base_bg.gif) repeat-x top left;
	width: 100%;
	height: 200px;
	
}

/* Content Layout Styles
************************************************/

/* Column Style 1: Columns for Banner/Form [260px] [10px margin] [510px] */
.column1b {
	background: none;
	position: relative;
	float: left;
	margin: 0 0 10px;
	width: 270px;
}

.column1a {
	background: none;
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	width: 500px;
}

/* Column Style 2: Two Even Columns [385px] [10px margin] [385px] */
#leftcolumn2 {
	background: none;
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	width: 385px;
}

#rightcolumn2 {
	background: none;
	position: relative;
	float: left;
	width: 385px;
}

/* FOOTER
************************************************/

div#footer {
	background: #434343 url(../img/footer.gif) top left repeat-x; 
	position:abolute;
	bottom: 0;
	padding: 10px;
	width:760px;
	height: 80px;
	text-align:center;
	margin: auto;
	color: #aaa;
}

#copyright {
	float:right;
	text-align:right;
	font-size:.8em;
	line-height: 1.15em;
}
	
.disclaimer {
	font-size: .8em;
	line-height: 1.15em;
}

div#footer .disclaimer {
	text-align:left;
	float:left;
}

/* QUOTES
************************************************/
blockquote {
	background: url(../img/quotes.gif) no-repeat top left;
	width:85%;
	padding:50px 5px 0 30px;
	margin:20px 3px 20px 0;
	text-align:justify;
	border-right:3px solid #ccc;
	font-style:italic;
	display:block;
}

blockquote p.author, blockquote p.location {
	text-align:right;
	padding:0;
	font-style:normal;
}

blockquote p.author {
	margin-top:-10px;
	color: #0066cc;
	font-size:1.5em;
	font-weight:bold;
}

blockquote p.location {
	margin-top:-22px;
	font-size:.8em;
}

/* LISTS
 ************************************************/
ul { 
	/*list-style: none;*/
}

ul.bulleted_list {
	padding:0 0 20px 10px;
	/*list-style-image: url(../img/bullet.gif);*/
	/*margin-left: 10px;*/
}

ul.bulleted_list li {
	margin:0 0 0 10px;
}

/*	
ul.link_list {
	display:block;
	padding:0 0 20px 0;
}

ul.link_list li {
	padding-bottom:10px;
}

ul.link_list li a {
	background: url(../img/bullet.gif) no-repeat 5px 0;
	padding:0 0 10px 35px;
}

ul.link_list li a:hover {
	background: url(../img/bullet.gif) no-repeat 5px 0;
	background-position: 7px 3px;
} 

ul.link_list .read_more a {
	background-image:none;
	text-align:right;
}
*/

ol {
	padding-left:30px;
	padding-bottom:20px;
}	
	
/* IMAGES
************************************************/
.img-right, .img-left {
	border:1px solid #ddd;
	padding:5px;
	margin-top:5px;
	background-color:#fff;
}

.img-right {
	float: right;
	margin-left: 10px;
}

.img-left {
	margin-right: 10px;
	float: left;
}

.img-left:hover, .img-right:hover {
	border: 1px solid #ccc;
}
.img-nb, .img-nb:hover {
	padding: 0;
	border: none;
}

/* NAVIGATION
************************************************/

#nav ul {
	padding: auto 0 0;
	position: absolute;
	bottom: 0;
}

#nav ul li{
	display: inline;
	color: #cacaca;
}

#nav li a {
	color: #cacaca;
	padding: 5px 10px 0;
	text-decoration: none;
	font-weight: bold;
}

#nav li.current a {
	background: #fff;
	text-decoration: none;
	border-bottom: solid 4px #FFF;
	padding-bottom: 0;
	color: #FF9600;
}

#nav li a:hover {
	color: #fff;
	border-bottom: solid 3px #58759A;
	padding-bottom: 0;
}

#nav li.current a:hover {
	color: #58759A;
	border-bottom: solid 3px #FF9600;
}
/* FORM TABLES
************************************************/

#formbox table {
	border: 0;
	border-collapse: collapse;
	margin: 10px 0;
	padding: 0;
}

#formbox tr {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 200px;
}

#formbox td {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100px;
}
