body, html {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}

body {
	font-size: 70%;
	background-color: #191919;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 80;
}

p {
	line-height: 1.5em;
	font-size: 1.1em;
	color: #B5B5B5;
}

a {
	color: #FFFFFF;
}
a:hover {
	color: #FF8D13;
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
	color: #B5B5B5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
h1 {
	font-size: 1.6em;
	color: #FF8D13;
	line-height: 1.6em;
}
h2 {
	font-size: 1.3em;
	color: #FFF;
}
h3 {font-size: 1.3em;}




.border_all {
	border: 1px solid #666666;
}
.border_left {
	border-left: 1px solid #666666;
}
.border_right {
	border-right: 1px solid #cccccc;
}
.border_top {
	border-top: 1px solid #cccccc;
}
.border_bottom {
	border-bottom: 1px solid #cccccc;
}
.border_leftandright {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.border_topandbottom {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.border_rightandbottom {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}



.clear { clear: both; }


#mainContainer {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	border-left: solid #818181 1px;
	border-right: solid #818181 1px;
	background-color: #303030;
}
* html #mainContainer {
height: 100%;
}
* {
	margin: 0;
	border: 0;
}

#header {
	padding: 0;
	border-bottom: solid #818181 1px;
	height: 79px;
	background-color: #191919;
	margin: 0;
}
.outer {
	padding-left: 0px;
	background-color: #96C;
}
* html .outer {
padding-right: 120px;
}
.inner {
	width: 980px;
	padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
.float-wrap {
	float: left;
	width: 980px;
	margin-left: 0px;
}
* html .float-wrap {
}


ul {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 0px;
	color: #F90;
}

#mainnav {
	position:static;
	left:35px;
	top:44px;
	width:165px;
	height:87px;
	z-index:1;
}

ul#mainnavlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	padding: 0;
	line-height: 1.2em;
	margin: 0;
}
 #mainnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
}
 #mainnavlist a {
	padding: 2px 0px 2px 4px;
	display: block;
	margin-top: 10px;
}
 #mainnavlist a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
 #mainnavlist a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
 #mainnavlist a:hover {
	text-decoration: none;
	display: block;
	background-color: #FF8D13;
	color: #131313;
}
.navlist_on {
	color: #131313;
	text-decoration: none;
	display: block;
	background-color: #C60;
}


ul#subnavlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	padding: 0;
	line-height: 1.2em;
	margin: 0;
}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
}
 #subnavlist a {
	padding: 2px 0px 2px 4px;
	display: block;
	margin-top: 10px;
}
 #subnavlist a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
 #subnavlist a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
 #subnavlist a:hover {
	text-decoration: none;
	display: block;
	background-color: #FF8D13;
	color: #131313;
}



#content_container {
	float: right;
	width: 980px;
	overflow: visible;
}
* html #content {
position: relative;
}
.contentWrap{
	padding: 0;
	margin: 0;
	border-bottom: solid #666 1px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}



#left {
	float: left;
	width: 149px;
	padding: 25px 35px 0px 35px;
	height: 225px;
	background-color: #3F3F3F;
	border-right: solid #818181 1px;
	margin: 0;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
	list-style: none;
}
#left li {
padding-bottom: 0px;
}

#left_subnav {
	float: right;
	width: 149px;
	padding: 0px;
	height: auto;
	background-color: #3F3F3F;
	border: solid #818181 1px;
}
#left_subnav {
	float: right;
	width: 149px;
	padding: 35px;
	height: auto;
	background-color: #3F3F3F;
	border: solid #818181 1px;
}

#right {
float: right; 
width: 120px;
padding: 5px;
}
* html #right {
position: relative;
margin-right: -120px;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}



.banner_border {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}

.content700 {
	margin: 0px;
	padding: 30px 30px 30px 30px;
	width: 920px;
	float: right;
	border-top: solid #818181 1px;
	background-color: #303030;
}

.content_terms {
	margin: 0px;
	padding: 30px 100px 30px 100px;
	width: 780px;
	float: left;
	border-top: solid #818181 1px;
}


.terms_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
}



#footer {
	width: 956px;
	height: 29px;
	margin: 0 auto;
	margin-top: -29px;
	padding: 0px 12px 0px 12px;
	border: 0;
	color: #999;
	background-image: url(../images/lineblock.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #131313;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	line-height: 3em;
	padding: 0px 0px 0px 0px;
}

.footertext a:link{
	text-decoration: none;
	color: #666666;
	display: inline;
}
.footertext a:visited{
	text-decoration: none;
	color: #666666;
}
.footertext a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.image_pad {
	padding: 0px;
	margin: 0 20px 10px 0;}

.callout_box {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #212121;
	margin: 0px;
	padding: 30px 30px 20px 30px;
	float: right;
	height: auto;
	width: 290px;
	list-style-type: square;
	position: relative;
	top: 0px;
	right: 0px;
}
ul#callout_box {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
	padding: 0;
	line-height: 1.3em;
	margin: 0px 0px 20px 0px;
	list-style-type: square;
	list-style-position: inside;
}
 #callout_box li {
	list-style-type: square;
	text-align: left;
	color: #FFF;
	list-style-position: outside;
	line-height: inherit;
	text-indent: 0px;
	margin-left: 15px;
	padding: 0px 10px 14px 0px;
}

.callout_box_2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #212121;
	margin: 0px;
	padding: 30px 30px 20px 30px;
	float: left;
	height: auto;
	width: 220px;
	list-style-type: square;
	position: relative;
	clear: both;
	left: 0;
}
ul#callout_box_2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
	padding: 0;
	line-height: 1.3em;
	margin: 0px 0px 20px 0px;
	list-style-type: square;
	list-style-position: inside;
}
 #callout_box_2 li {
	list-style-type: square;
	text-align: left;
	color: #FFF;
	list-style-position: outside;
	line-height: inherit;
	text-indent: 0px;
	margin-left: 15px;
	padding: 0px 10px 14px 0px;
}
.small_print {
	font-size: 0.9em;
}

#content650 {
	position:static;
	top:389px;
	width:600px;
	height:auto;
	z-index:1;
	margin: 0;
	padding: 20px 50px 20px 0;
	float: right;
	clear: right;
}
.orange {
	color: #FF8D13;
}
