﻿h1,h2,h3,h4,h5 {margin:0px; padding:0px}
body {background:#DFDFDF; font-family:arial;margin:0px; padding:0px; font-size:12px}

#pageheaderwrapper {width:990px; margin:0px auto;background:#e00605; height:56px; position:relative}
#pageheader {padding-left:217px}
#pageheader #logo {position:absolute; margin-left:-217px; border:0px}
#brownmenu {background:#020001; text-align:right; text-transform:uppercase; }
#brownmenu a {color:#fff; display:inline-block; font-weight:bold; padding:7px 10px 7px 3px;font-size:11px; text-decoration:none}
#usermenu {width:300px; position:absolute; height:43px; background:#E00605; right:0px; font-size:11px}
#userpad {padding:7px 7px 7px 10px}


/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin:0px; padding:0px;
	margin-top:7px;
	/* Clear floats */
	float:left;
	width:470px;
	font-size:11px;
	position:relative;
	z-index:5
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:0 0 7px 0;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
#nav a:hover{
	color:#fff;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	margin:0px; padding:0px;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	float:none;
	margin:0px;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	padding:4px 25px 4px 10px;
	text-transform:lowercase;
	font-weight:normal
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	background:#E00605
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	
}


.footer {background:#333; font-size:11px; color:#9d9d9d}
.footerwrapper {width:990px; margin:0px auto;}
.footerpad {padding:10px 0 2px 0}

.footer a {color:#9D9D9D; text-decoration:none; line-height:1.2em}
.footer strong a {display:block; font-size:14px; margin-top:5px; color:#c9c9c9}
.footer a:hover {text-decoration:underline}
        
.dnodno {width:990px; margin:0px auto; font-size:11px;color:#9D9D9D}
.dnodno a {color:#9D9D9D; text-decoration:none}
.dnodno a:hover {text-decoration:underline}