/* 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_home' */
/* ------------
	 Header
------------ */

#mainNav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 780px;
	height: 29px;
	background: #58585A;
	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.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.know a {
	text-decoration: none;
	padding: 0 123px 29px 0;
	width: 127px;
	height: 29px;
	background: url(images/mainNav_know.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.action a {
	text-decoration: none;
	padding: 0 66px 29px 0;
	width: 70px;
	height: 29px;
	background: url(images/mainNav_action.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.faq a {
	text-decoration: none;
	padding: 0 35px 29px 0;
	width: 39px;
	height: 29px;
	background: url(images/mainNav_faq.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.press a {
	text-decoration: none;
	padding: 0 63px 29px 0;
	width: 68px;
	height: 29px;
	background: url(images/mainNav_press.gif) left top no-repeat;
}

#mainNav ul li.press a:hover {
	background: url(images/mainNav_press-over.gif) left top no-repeat;
}


/* -----------------
	Main Content
----------------- */

#content {
	margin: 0 0 0 0;
	padding: 28px 27px 28px 27px;
	width: 726px;
	font-size: 1.2em;
	background: #FDC82D;
}

#content a {
	color: #8D1A3D;
	text-decoration: underline;
}

#content a:hover {
	color: #58585A;
	text-decoration: underline;
}

#content p {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	font-size: .9em;
}

#content ul.hang {
	margin: 0 0 0 0;
	text-indent: -1.4em; 
	margin-left: 1.4em; 
}

#home_col1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	width: 253px;
}

#home_col1 h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
	font-size: 1.10em;
}

#home_col2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	width: 130px;
	height: 200px;
	color: #8D1A3D;
	border-left: double 3px #FFDE97;
	border-right: double 3px #FFDE97;
}

#home_col2 h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.10em;
}


#home_col3 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	width: 257px;
}

#home_col3 h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
	font-size: 1.10em;
}

#home_col3 table {
float: left;
width: 255px;
margin: 0;
}

#home_col3 ul{
list-style: none;
float: left;
display: block;
width: 255px;
margin: 0;
padding: 4px 0 0 0;
}

#home_col3 ul li{
float: left;
display: block;
font-size: 0.9em;
margin: 0;
padding: 0;
clear: none;
width: 190px;
}

#home_col3 ul li.first{
font-style: italic;
width: 60px;
}

#home_col1 h2 {
text-transform: uppercase;
}
/* End of 'asbc_home' */

