/* Start of CMSMS style sheet 'asbc_default' */
/*
	Misc. Info
	---------------------------------------------------
	margin/padding: top right bottom left;
	background: color image repeat attachment position;
    border: style width color; 
	list-style: type position image;
	
	Border for Testing
	---------------------------------------------------
	border: solid 1px #999999;
	
	Font Size
	---------------------------------------------------	
	default	|	62.5%
	6px		|	0.60em 
	7px		|	0.70em
	8px		|	0.80em
	9px		|	0.90em
	10px	|	1.00em
	11px	|	1.10em
	12px	|	1.20em
	13px	|	1.30em
	14px	|	1.40em
	15px	|	1.50em
	16px	|	1.60em
	17px	|	1.70em
	18px	|	1.85em
*/


/* -----------
	Colors
----------- */

.black {color: #000000;}
.white {color: #FFFFFF;}
.gold {color: #FDC82D;}
.gold-light {color: #FFDE97;}
.biege {color: #FFF5DD;}
.grey {color: #939598;}
.grey-dark {color: #58585A;}
.grey-light {color: #DDDBD6;}
.violet {color: #8D1A3D;}

/* -------------------
	Default Styles
------------------- */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #939598;
	color: #000000;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

table {
	empty-cells: show;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}

td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}

sup {
	font-size: xx-small;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

sub {
    font-size: xx-small;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

img {
	border: none;
}

form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

input, select, textarea {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	color: #58585A;
	font-size: 1.2em;
	border: solid 1px #58585A;
}

.radio {
	background: none;
	border: none;
}

.checkbox {
	background: none;
	border: none;
}

.img_left {
	float: left;
	margin: 0 5px 2px 0;
	padding: 0 0 0 0;
}

.img_right {
	float: right;
	margin: 0 0 2px 5px;
	padding: 0 0 0 0;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ----------
	Frame
---------- */
 
#frame {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 780px;
	text-align: left;
	background: transparent;
}


/* ------------
	 Header
------------ */

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 780px;
	background: #FDC82D;
    overflow: hidden;
}

#header #search {
	float: right;
	margin: 2px 30px 0 0;
	padding: 0 0 0 0;
}

#subNav {
	float: right;
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	height: 17px;
	color: #000000;
	font-size: 1em;
    overflow: hidden;
}

#subNav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#subNav ul li {
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	display: inline;
}

#subNav ul li.members a {
	text-decoration: none;
	padding: 0 75px 12px 0;
	width: 75px;
	height: 12px;
	background: url(images/subNav_login.gif) left top no-repeat;
}

#subNav ul li.members a:hover {
	background: url(images/subNav_login-over.gif) left top no-repeat;
}

#subNav ul li.members-active a {
	text-decoration: none;
	padding: 0 26px 12px 0;
	width: 75px;
	height: 12px;
	background: url(images/subNav_login-active.gif) left top no-repeat;
}

#subNav ul li.contact a {
	text-decoration: none;
	padding: 0 47px 12px 0;
	width: 49px;
	height: 12px;
	background: url(images/subNav_contact.gif) left top no-repeat;
}

#subNav ul li.contact a:hover {
	background: url(images/subNav_contact-over.gif) left top no-repeat;
}

#subNav ul li.contact-active a {
	text-decoration: none;
	padding: 0 47px 12px 0;
	width: 49px;
	height: 12px;
	background: url(images/subNav_contact-active.gif) left top no-repeat;
}

#subNav ul li.home a {
	text-decoration: none;
	padding: 0 27px 12px 0;
	width: 29px;
	height: 12px;
	background: url(images/subNav_home.gif) left top no-repeat;
}

#subNav ul li.home a:hover {
	background: url(images/subNav_home-over.gif) left top no-repeat;
}

#subNav ul li.home-active a {
	text-decoration: none;
	padding: 0 27px 12px 0;
	width: 29px;
	height: 12px;
	background: url(images/subNav_home-active.gif) left top no-repeat;
}

#header #white {
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 780px;
	height: 86px;
	background: #FFFFFF;
    overflow: hidden;
}

#header #logo {
	float: left;
	margin: 0 0 0 0;
	padding: 34px 0 0 27px;
	width: 475px;
}

#header #email_updates {
	float: right;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	width: 230px;
	color: #8D1A3D;
}

#mainNav #menu {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 600px;
}

#mainNav #safety_guide {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 160px;
}

#mainNav #safety_guide a {
	color: #DDDBD6;
	font-weight: bold;
	text-decoration: none;
}

#mainNav #safety_guide a:hover {
	color: #FDC82D;
	text-decoration: underline;
}


/* -----------
	Footer
----------- */

#footer {
	margin: 0 0 0 0;
	padding: 6px 22px 1px 25px;
	color: #FDC82D;
	font-size: .9em;
	background: #58585A;
}

#footer ul {
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	width: 480px;
	list-style-type: none;
}

#footer ul li {
	margin: 0 0 0 0;
	padding: 0 2px 0 0;
	display: inline;
}

#footer a {
	color: #DDDBD6;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #FDC82D;
	text-decoration: underline;
}

#footer #copyright {
	float: right;
	padding: 15px 0 0 0;
	width: 250px;
	color: #DDDBD6;
	text-align: right;
}
/* End of 'asbc_default' */

/* Start of CMSMS style sheet 'asbc_inner' */
/* ------------
	 Header
------------ */

#mainNav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 780px;
	height: 29px;
	background: #939598;
	overflow: hidden;
}

#mainNav ul {
	margin: 0 0 0 22px;
	padding: 0 0 0 0;
	height: 29px;
	list-style-type: none;
}

#mainNav ul li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	font-size: 2.6em;
	background: none;
}

#mainNav ul li.about a {
	text-decoration: none;
	padding: 0 95px 29px 0;
	width: 99px;
	height: 29px;
	background: url(images/mainNav_about-inner.gif) left top no-repeat;
}

#mainNav ul li.about a:hover {
	background: url(images/mainNav_about-over.gif) left top no-repeat;
}

#mainNav ul li.about-active a {
	text-decoration: none;
	padding: 0 95px 29px 0;
	width: 99px;
	height: 29px;
	background: url(images/mainNav_about-active.gif) left top no-repeat;
}

#mainNav ul li.know a {
	text-decoration: none;
	padding: 0 123px 29px 0;
	width: 127px;
	height: 29px;
	background: url(images/mainNav_know-inner.gif) left top no-repeat;
}

#mainNav ul li.know a:hover {
	background: url(images/mainNav_know-over.gif) left top no-repeat;
}

#mainNav ul li.know-active a {
	text-decoration: none;
	padding: 0 123px 29px 0;
	width: 127px;
	height: 29px;
	background: url(images/mainNav_know-active.gif) left top no-repeat;
}

#mainNav ul li.action a {
	text-decoration: none;
	padding: 0 66px 29px 0;
	width: 70px;
	height: 29px;
	background: url(images/mainNav_action-inner.gif) left top no-repeat;
}

#mainNav ul li.action a:hover {
	background: url(images/mainNav_action-over.gif) left top no-repeat;
}

#mainNav ul li.action-active a {
	text-decoration: none;
	padding: 0 66px 29px 0;
	width: 70px;
	height: 29px;
	background: url(images/mainNav_action-active.gif) left top no-repeat;
}

#mainNav ul li.faq a {
	text-decoration: none;
	padding: 0 35px 29px 0;
	width: 39px;
	height: 29px;
	background: url(images/mainNav_faq-inner.gif) left top no-repeat;
}

#mainNav ul li.faq a:hover {
	background: url(images/mainNav_faq-over.gif) left top no-repeat;
}

#mainNav ul li.faq-active a {
	text-decoration: none;
	padding: 0 35px 29px 0;
	width: 39px;
	height: 29px;
	background: url(images/mainNav_faq-active.gif) left top no-repeat;
}

#mainNav ul li.press a {
	text-decoration: none;
	padding: 0 63px 29px 0;
	width: 68px;
	height: 29px;
	background: url(images/mainNav_press-inner.gif) left top no-repeat;
}

#mainNav ul li.press a:hover {
	background: url(images/mainNav_press-over.gif) left top no-repeat;
}

#mainNav ul li.press-active a {
	text-decoration: none;
	padding: 0 63px 29px 0;
	width: 68px;
	height: 29px;
	background: url(images/mainNav_press-active.gif) left top no-repeat;
}

#innerNav {
	margin: 0 0 0 0;
	padding: 7px 0 0 6px;
	width: 774px;
	height: 18px;
	background: #58585A;
	overflow: hidden;
}

#innerNav ul {
	margin: 0 0 0 22px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#innerNav ul li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	background: none;
}

#innerNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#innerNav a:hover {
	color: #FDC82D;
	text-decoration: underline;
}

#innerNav a.active {
	color: #FDC82D;
	text-decoration: none;
}


/* -----------------
	Main Content
----------------- */

#content {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 780px;
	font-size: 1.2em;
	background: #FFF5DD url(images/inner_bg.gif) repeat-y left top;
}

#content a {
	color: #8D1A3D;
	text-decoration: underline;
}

#content a:hover {
	color: #58585A;
}

#content h1 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #8D1A3D;
}

#content h2 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #58585A;
}

#content h3 {
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 1.0em;
	color: #939598;
}

#content p {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
}

#content ul {
	margin: 0 0 5px 25px;
	padding: 0 0 0 0;
	list-style: disc;
}

#content ul li {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
}

#content ul li ul {
	margin: 0 0 0 25px;
	padding: 8px 0 4px 0;
	list-style: square;
}

#content ul li ul li {
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	font-size: 1.0em;
}

#content ol {
	margin: 0 0 5px 29px;
	padding: 0 0 0 0;
	list-style: decimal;
}

#content ol li {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

#content ol li ol {
	margin: 5px 0 5px 29px;
	padding: 0 0 0 0;
	list-style-type: lower-alpha;
}

#content ol li ol li {
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	font-size: .9em;
}

#content .hr {
	background: #8D1A3D;
}

#content .top {
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	text-align: right;
}

#content table {
	border-color: #939598;
}
	
#content th {
	padding: 5px 5px 0 5px;
	text-align: center;
	color: #58585A;
	font-weight: bold;
}

#content td {
	padding: 5px 5px 0 5px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#content #left {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 112px;
}

#content #main {
	float: left;
	margin: 20px 0 20px 15px;
	padding: 0 0 0 0;
	width: 501px;
}

#content #main #column_containers{
float: left;
width: 501px;
padding: 20px 0 0 0;
}

#content #main #column_containers h5{
color: #58585A;
font-size: 1.0em;
font-weight: bold;
margin: 0;
padding: 0 0 0.2em 0;
}

#content #main #column_containers .column1{
float: left;
width: 240px; 
}

#content #main #column_containers .column1 .inner{
float: left;
padding: 0 20px 0 0;
}

#content #main #column_containers .column2{
float: left;
width: 260px; 
}

#content #main #column_containers .column2 .inner{
float: left;
padding: 0 0 0 20px;
}


#content #right {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 102px;
}

#fuel-table {
	border-collapse: collapse;
	width: 700px;
}

#fuel-table td{
	border: 1px solid #555555;
	padding: 5px;
}

#fuel-table .left_col{
	color: #000000;
}

#fuel-table .right_col{
	text-align: right;
}

#fuel-table .red_col{
	color: #ffffff;
	background-color: #ff0000;
}

#fuel-table .yellow_col{
	color: #000000;
	font-weight: bold;
	background-color: #fdc82d;
}

#fuel-table .large{
	font-size: 1.3em;
}

#fuel-table .larger{
	font-size: 1.5em;
}

#fuel-table .largest{
	font-size: 1.6em;
}

/* End of 'asbc_inner' */

