* {
  margin: 0;
  padding: 0;
}

body {
	background-image: url('/global/images/defaultBackground-4.png');
	background-repeat: repeat-x;
	margin:0px; padding:0px;
	background-color:#000000;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	display: block;
}

div#preload { display: none; }

p {
	color:white;
}

/* --- Global Header Styles --- */

h1#logo a.hh {
	background: url('/global/images/logos/HHLogo_Transparent.png') no-repeat;
	float: left;
	height: 128px;
	width: 337px;
	text-indent: -9999px;
	margin-top:10px;
}

h1#logo a.rh {
	position: relative;
	top:110px;
	left: -235px;
}

#headerMessage {
	float:right;
	height: 97px;
	width: 635px;
	margin:0 auto;
	margin-top:10px;
	color:f9e9c4;
}

/* --- Global Nav Styles --- */

#globalNav {
	clear:both;
}

ul#nav {
	list-style-type: none;
}

ul#nav li a.topLevelNav, ul#nav li a.topLevelNav:hover, ul#nav li a.topLevelNav:active {
	color:#EDDCBF;
	text-decoration: none;
	text-shadow: black -1px -1px 0px;
	display:block;
	float:left;
	padding-top:6px;
	margin-top:27px;
	margin-left:20px;
	font-size: 25px;
}

ul#nav li a.topLevelNav:hover {
	color: #ecb95d;
	text-decoration: none;
	text-shadow: black -1px -1px 0px;
	display:block;
	float:left;
	padding-top:6px;
	margin-top:27px;
	font-size: 25px;
}

li.search {
	padding-right: 0px !important;
	margin:0 auto !important;
}

form#searchform {
	float:right;
}

#search-box {
	background-color: #1a0605;
	border:1px solid #4B201F;
	color: #f9e9c4;
	font-size: .8em;
	height:18px;
	width:250px;
	padding: 5px;
	margin-top:34px;
	margin-right: 1px;
	float:right;
}

#search-button {
	border:1px solid #4B201F;
	color: #f9e9c4;
	font-size: .8em;
	height:28px;
	margin-top:34px;
	float:right;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a:hover{
	color: #ecb95d;
	text-decoration: none;
	text-shadow: black -1px -1px 0px;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	margin-top:30px;
	float: left;
	background: url('/global/images/nav/subnav_btn.png') no-repeat center top;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 72px;
	background: #333;
	opacity: .9;
	filter: alpha(opacity=90);
	margin: 0;
	margin-left:25px;
	padding: 0;
	display: none;
	float: left;
	width: 200px;
	border: 1px solid #111;
	z-index: 999;
	font-size: 17px;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 200px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 175px;
	background: #333 url('/global/images/nav/dropdown_linkbg.gif') no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url('/global/images/nav/dropdown_linkbg.gif') no-repeat 10px center;
}

/* --- Global Footer Styles --- */

#footer {

}

/*#FooterContainer {
background-color: black;
bottom: 0px;
height: 55px;
left: 0px;
position: fixed;
width: 100%;
z-index: 9999;
}
*/

div#upperLine {
	border-bottom: 1px solid #939393;
	padding-bottom: 3px;
	color: #939393;
}

div#lowerLine {
	padding-top: 3px;
	color: #939393;
}

#footer div#lowerLine span {
	float:right;
}

#footer div#lowerLine span a {
	text-decoration: none;
	color:#ffffff;
}

#footer div#lowerLine span a:hover {
	color:#ecb95d;
	text-decoration: none;
}

/* --- Sidebar Styles --- */

div#rightColumn div h2 {
	background-image: url('/global/images/sidebarBanner.png');
	background-repeat: no-repeat;
	padding:2px 0px 5px 5px;
	color:f9e9c4;
	font-size: 20px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div#rightColumn div h3 {
	text-align: center;
	padding-top:5px;
	font-size: 26px;
	color:f9e9c4;
}

div#rightColumn div p {
	text-align: center;
	font-size: 14px;
	color:ffffff;
	padding:5px;
}

#mainContainer {
	clear:both;
	padding-top:25px;
}

#leftColumn {
	float: left;
}

#featured {
	padding: 7px;
	width:750px;
}

#rightColumn {
	float:right;
	width:205px;
	margin:0 auto;
}

/* --- Container Classes --- */

.content {
	width:980px;
	margin:0 auto !important;
}

/* --- Common Style Classes --- */
.textCenter {
	text-align: center;
}

.widgetBorder {
	background-color: #282623;
	opacity:0.8;
	filter: alpha(opacity=80);
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.roundUL {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.roundUR {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.roundLL {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.roundLR {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.roundAll {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}


