@charset "utf-8";
body {
	background-image: url(../images/bg_black_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	width: 960px;
	margin: 0px auto 0px auto;
}
a, a:visited {
	color: #5087b6;
	text-decoration: none;
	overflow: hidden;
}
a:hover, a:active {
	color: #76A3C7;
	text-decoration: underline;
	overflow: hidden;
}
img, a img, a:hover img, a:active img {
	border-bottom: none !important;
}
a img {
border:0;
}
#main #top h2 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding: 5px 0px 0px 10px;
}
#main #top #contentArea h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#main #top #contentArea h3 span {
	font-size: 14px;
	color: #CC0000;
	font-weight: normal;
}
#main #top #contentArea h3 span.h3callout {
	color: #999999;
	text-transform: uppercase;
}
#main #top #contentArea h3 span.dnred {
	font-weight: bold;
	display: inline;
	color: #CC0000;
}
#main #top #contentArea .reversed {
	color: #FFFFFF;
}
#main #top #contentArea .redReversed {
	color: #cc0000;
}
#main #top #contentArea .redReversed span {
	color: #FFFFFF;
}
#main #top #contentArea .whiteBanner {
	color: #FFFFFF;
}
#main #top #contentArea .whiteBanner span {
	color: #FFFFFF;
}
#main #top #contentArea h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 5px 0px;
}
#main #top #contentArea h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 10px 0px;
}
#main #top #contentArea h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 10px 0px;
}

#main #top #contentArea p, #main #top #contentArea ul, #main #top #contentArea li {
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
	margin: 5px 20px 15px 0px;
}
#main #top #contentArea ol, #main #top #contentArea ul {
	list-style: none;
}
#main #top #contentArea .legal, #main #bottom .legal {color: #999999; clear: left;
}
.dishRed {color: #CC0000}
.bronze {color: #663300;}
.silver {color: #666666;}
.gold {color: #8b541e;}
.blue {color: #336699;}
.ltGray {color: #CCCCCC;}
.gray {color: #333333;}
.mdGray {color: #999999;}
.dkGray {color: #666666;}

/*H4 layouts*/
#main #top #contentArea h4.bar {
	height: 24px;
	color: #000;
	font-size: 11px;
	margin: 0 0 -2px 0;
	padding: 8px 0 0 20px;
	background-image: url(../images/subhead_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom:1px solid #CCCCCC;
}
#main #top #contentArea h4.noBar {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
/*END H4 layouts*/

/*legal layout*/
#main #top #contentArea #content #legal {
	clear: both;
	margin: 20px 0;
	width: 700px;
	border-top: dotted 1px #999;
}
#main #top #contentArea #content #legal p {
	color: #999;
	margin: 20px 0;
	padding-right: 20px;
}
/*END legal layout*/

