@charset "utf-8";

/* =Reset
-----------------------------------------------------------------------------*/
body, div, span, dl, dt, dd, ul, ol, li, hr, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, tr, td, a {
margin:0;
padding:0;
}

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #404040;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* =Header
-----------------------------------------------------------------------------*/
#container {
	width: 907px;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 907px;
	margin: .5em auto 0;
}

#headerLogo {
	float: left;
	height: 104px;
}

#global_nav {
	background: #ACC0C7;
}

#global_nav ul {
	margin: 0;
}

#global_nav li {
	display: inline;
	font-size: 12px;
	line-height: 34px;
	margin: 0 14px 0 0;
	position: relative;
}

#global_nav li a.active {
	color: #FFFFFF;
}

#global_nav li a:link, #global_nav li a:visited {
	color: #000000;
	text-decoration: none;
}

#global_nav li a:hover{
	color: #FFFFFF;
}

/* =Forms
-----------------------------------------------------------------------------*/
#searchBoxContainer {
	height: 70px;
	width: 100%;
}

#searchBox {
	background: #447e81 url(image/search_background_1.png) repeat-x;
	height: 81px;
	width: 100%;
}

#searchBox h2 {
	height: 70px;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
  	padding: 1em 1em 0 5em;
	text-align: left;
	line-height: 18px;
}
#goButton {
	background: url(image/button_go.png) 0 50%;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 26px;
	border: none;
	cursor: pointer;
}
form {
	margin: 0;
	pading: 0;
	text-align: left;
}
fieldset {
	border: none;
	margin: 0;
	padding: 2.3em 0;
}
label {
	padding: 0 0 0 2em;
	color: #FFF;
	font-weight: bold;
}
input {
	width: 16em;
	height: 16px;
}
select {
	margin: 0;
	padding: 0 0 1px 0;
	width: 16em;
	height: 21px;
}
.hiddenInput {
	visibility: hidden;
	width: 0;
	margin: 0;
	padding: 0;
}
/* =Main Content
-----------------------------------------------------------------------------*/
/* Center Main */
#contentContainer {
	background: url(image/bottom_curves_1.png) no-repeat bottom left;
	width: 907px;
	margin: 9px auto;
	padding: 0 0 14px;
	text-align: left;
	min-height: 396px;
}

#content {
	background: #FFF url(image/bg_columns.png) repeat-y 50% 0;
	height: 100%;
	width: 907px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#mainContent h1 {
	font-size: 22px;
	margin: 0;
	padding: 10px 0;
	line-height: 2;
}

#content h1 {
	padding: .5em 0 0 1em;
}

#content p {
	padding: .3em 3em;
}

#secondaryNav {
	background: #ACC0C7;
	float: left;
	height: 100%;
	width: 248px;
	min-height: 382px;
	border-right: 9px solid #404040;
}

#secondaryNav ul {
	list-style: none;
	margin: 1em 2em 2em 2em;
	padding: 0;
}

#secondaryNav ul li a:link, #secondaryNav ul li a:visited {
  	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
  	text-decoration: none;
}

#secondaryNav ul li a:hover {
  	color: #478384;
  	text-decoration: none;
}

#coverUI {
	margin: 0;
	padding: 1em 0;
	width: 650px;
	float: right;
}

#coverUI td {
	width: 18%;
	text-align: center;
}

#coverUI ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#coverUI ul li {
	margin: 0 .7em;
}

#coverUI ul li.more {
	margin: 0 .7em 1.5em;
}

#coverUI ul li a:link, #coverUI ul li a:visited {
	font-size: 9px;
	color: #333;
	text-decoration: none;
	height: 20px;
}
#coverUI ul li a:hover {
	color: #478384;
	height: 20px;
}

#coverUI ul li h3{
	font-size: 12px;
	height: 28px;
	margin: 0 0 .5em 0;
	
}

#coverUI ul li h3 a:link, #coverUI ul li h3 a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#coverUI ul li h3 a:hover {
	color: #478384;
}

#coverUI ul li.noBullet {
	list-style: none;
	margin: 0 .5em;
	padding: 0;
	clear: right;
}

#coverUI ul li h2 {
	margin: .7em 0 .5em 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fbb354;
	padding: 0;
}

#coverUI ul li h2 a:link, #coverUI ul li h2 a:visited {
	text-decoration: none;
	color: #fbb354;
}
#coverUI ul li h2 a:hover {
	color: #333;
}
#coverList li{
	text-align: left;
	padding: 0;
	color: #231f20;
}
#coverUI li ul.quickLinks {
	list-style: disc;
	float: left;
	text-align: left;
	width: 200px;
	padding: 0;
}
#coverUI li ul.quickLinksLast {
	list-style: disc;
	float: left;
	text-align: left;
	width: 200px;
	padding: 0;
}

ul.quickLinks li a:link, ul.quickLinks li a:visited {
  	color: #231f20;
  	text-decoration: none;
}

ul.quickLinks li a:hover {
  	color: #fbb354;
  	text-decoration: none;
}
#quickLinks h4 {
	margin: 1em 0 .2em 4.3em;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #e9c6f5;
}
#quickLinks h4.last{
	margin: .5em 0 0 4.5em;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #e9c6f5;
}

#quickLinks ul {
	margin: 0 0 0 6.5em;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
  	line-height: 18px;
	font-weight: bold;
}

#quickLinks ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
  	line-height: 18px;
	font-weight: bold;
}

#headings {
	float: left;
	width: 882px;
	padding: 1em;
}

#headings table {
	width: 880px;
	padding: 1em;
}

#headings td {
	width: 40%;
	vertical-align: top;
}

#headings td.couponsCover {
	float: left;
	width: 15%;
}

#headings ul li a:link, #headings ul li a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#headings ul li a:hover {
	color: #CCC;
}

#bottomCorners {
	height: 14px;
	width: 907px;
	margin: 0 auto;
}
/* =Listings
-----------------------------------------------------------------------------*/
#listingsContainer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}

#listings {
	width: 907px;
	margin: 1em auto;
	padding: 0;
}

#listings a:link, #listings a:visited {
	font-size: 12px;
	font-weight: bold;
	margin: 0 1em 0 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #c5c5c5;
}

#listings a:hover {
	text-transform: uppercase;
	color: #fff;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footerContainer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer {
	width: 907px;
	margin: 0 auto;
	text-align: left;
}

#sponsors_footer tr td {
	padding:25px 10px 20px 30px;
}

#sponsors_footer ul {
	clear:both;
	font-size:11px;
	margin:5px 0 3px;
}

#sponsors_footer ul li {
	color:#1B3B8B;
	display:inline;
	font-size:11px;
	list-style-type:none;
	padding:0 2px;
}

#sponsors_footer ul li a {
	color:#1B3B8B;
	text-decoration:none;
}

#sponsors_footer ul li a:hover {
	color: #1B3B8B;
	text-decoration: underline;
}

#sponsors_footer tr td hr {
	background: #CCCCCC none repeat scroll 0 0;
	border: 0 none;
	height: 2px;
	width: 650px;
}

#sponsors_footer p {
	color:#999999;
	font-size:11px;
	padding-top:20px;
	width:650px;
}

#sponsors_footer p a {
	color:#1B3B8B;
	font-size:11px;
	text-decoration: underline;
}

#dirxionFooterContainer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#dirxionFooter {
	width: 907px;
	margin: 1em auto;
	color: #FFF;
}

#dirxionFooter p {
	margin: 0;
	padding: .5em 0;
	font-size: 9px;
	line-height: 10px;
}
#dirxionFooter p.companyInfo {
	margin: 0;
	padding: .5em 0;
	font-size: 9px;
	line-height: 10px;
	text-align: left;
}

#dirxionFooter a:link, #dirxionFooter a:visited {
	color: #ACC0C7;
}

#dirxionFooter a:hover {
	color: #FFF;
}

/* =Navigation
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #CCC;
}

a:link.ypguide, a:visited.ypguide {
	color: #478384;
	text-decoration: none;
	font-weight:bold;
}

a:hover.ypguide {
	color: #000;
}
/* SECONDARY LINKS */


/* MISC1
-----------------------------------------------------------------------------*/

/* Remove border around linked images */
img {
	border: none;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
.clearBoxes {
	clear:both;
	margin: 5px 0 12px 0;
	padding: 5px 0 10px 0;
}

