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

/*





         Move to Global
	
	
	
	
	
                                */
body {
	background-color: #2A2A2A;
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	color: #BBB;
	text-align:center;					/* center workaround for junk IE */
	}

a img {
	border:none;
	}
#wrapper {
	background-color: #2A2A2A;
	}
	
#divContainer {
	background-color: #2A2A2A;
	width: 970px;
	margin: 0 auto;
	}

#divMain {
	float: left;
	width: 470px;
	}

#columnLeft {
	float: left;
	width: 335px;
	text-align: left;
	margin: 0 auto 0 135px;
	line-height: 24px;
	}

#columnRight {
	float: right;
	width: 335px;
	text-align: left;
	margin: 0 135px 0 auto;
	line-height: 24px;
	font-size: 0.75em; /* 16x0.75=12px */
	}
	
#divLogoFooter {
	width:700px;
	height:37px;
	clear:both;
	text-align:right;
	}

#divLogo {
	width: 335px;
	margin: 25px 10px auto auto;
	}

* {
	margin: 0;
	padding: 0;
	}

#divFooter {
	clear:both;
	width:970px;
	}

/*





         Text Formatting
	
	
	
	
	
                                */
h1 {
	color:#FFB434;
	text-align:center;
	font-size:0.875em; /* 16x0.875=14px */
	margin: 0.3125em 0 2.1875em 0;
	}

h2 {
	color:#FFF;
	text-align:left;
	font-size: 0.75em; /* 16x0.75=12px */
	margin: 1.25em 0 0.625em 0;
	}

p {
	font-size: 0.75em; /* 16x0.75=12px */
	margin: 1.286em 0; /* 14x1.286=18px */
	}

p.utility {
	text-align:left;
	}
	
p.legal {
	font-size:0.5625em; /* 16*.05625=9px */
	}
	
ul {
	font-size: 0.75em; /* 16x0.75=12px */
	}

a {
	color: #ffb434;
	text-decoration: none;
	}

a:focus {
	outline:none;
	}
	
a:hover {
	color: #FFF;
	}

a#gonav,
a#nonav {
	display:block;
	font-size:12px;
	padding-top:11px;
	padding-bottom:10px;
	}

#shownav {
	background-color: #303030;
	width:100%;
	}

ul.footermenu	{
	text-align: left;
	display:block;
	}

ul.footermenu li	{
	margin-left: 0;
	padding: 3px 7px;
	border-left: 1px solid #888;
	list-style: none;
	display: inline;
	}

ul.footermenu li.first	{
	margin-left: 0;
	padding: 3px 7px;
	border-left: 0;
	list-style: none;
	display: inline;
	}