/* ========== GLOBAL STYLES ========== */

body {
	background: #993333;
	margin: 0px;
	padding: 0px;
	}
	
img {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	}
	
img a:link, img a:visited { outline: none; }

/* ========== TEXT ========== */

p {
	font: normal 10pt Tahoma;
	line-height: 16px;
	color: #333;
	margin: 0 0 15px 0;
	padding: 0;
	}

div {
	margin: 0;
	padding: 0;
	}

h1 {
	color: #000;
	font: bold 17pt Tahoma;
	line-height: 32px;
	padding: 0 0 4px 0;
	margin: 0;
	}
	
h2 {
	color: #993333;
	font: bold 13pt Tahoma;
	line-height: 16px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	}

h3 {
	color: #000; 
	font: bold 13pt Tahoma;
	line-height: 16px;
	padding: 0;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	}

.callout { font: normal 15pt Tahoma; color: #333; text-align: center; }
.quote { color: #993333; font-weight: bold; }

.hr { height: 17px; width:100%; background: url('/img/hr.gif') repeat-x top left; margin: 5px auto 0; }

.subnavheader { 
	color: #FFF;
	background: #000;
	width:195px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0;
	padding: 5px 0 5px 15px;
	font: bold 11pt Tahoma;
	text-transform: uppercase;
	}

/* ========== LINKS ========== */

a, a:visited {
	color: #e87611;
	text-decoration: underline;
	font: bold 9pt Tahoma;
	outline: none;
	focus: none;
	}

a:hover {
	text-decoration: none;
	}

.list{
font: normal 10pt Tahoma;
}
/* ========== Overall Styles ========== */

a.logo:link, a.logo:visited { background: url('/img/logo.gif') no-repeat; width:237px; height:102px; float:left; }
a.logo:hover { background: url('/img/logohover.gif'); }

#wrapper {
	margin: 0 auto;
	padding: 0 0 54px 0;
	width: 100%;
	border-top: 3px solid #e87611;
	background: #FFF;
	}
	
#content {
	width: 777px;
	background: #FFF;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
	}

#footer {
	margin: 0 auto;
	clear: both;
	width: 100%;
	height: 155px;
	background: #FFF url('/img/footerbg.gif') repeat-x bottom left;
	}

#footer p {
	color: #FFF;
	font: normal 14pt Tahoma;
	padding: 7px 0 0 0;
	margin: 0;
	float: left;
	clear: both;
	}

#footer a:link, #footer a:visited {
	color: #666666;
	font: normal 10px Arial;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* ======= LIST ITEMS ======= */

#navcontainer{ 
	width: 100%;
	height: 122px;
	margin: 0;
	padding: 0;
	background: url('/img/topnavbg.gif') repeat-x top left;
	}

#navlist {
	margin: 0;
	padding: 0;
	}

#navlist ul {
	margin: 0;
	padding: 0;
	}

#navlist li.mainlink {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	float: left;
	}

#navlist li a { 
	margin: 0;
	padding: 0;
	}

#navlist li a:link, #navlist li a:visited {
	display: block;   /* VERY IMPORTANT FOR CORRECT DROP DOWN POSITIONING IN IE7, REMOVE FOR HORIZONTAL POSITIONING */
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

a.nav1:link, a.nav1:visited { background: url('/img/nav_discover.gif') no-repeat top left; height:102px; width:180px; }
a.nav1:hover	{ background: url('/img/nav_discoveron.gif') no-repeat top left; }

a.nav2:link, a.nav2:visited { background: url('/img/nav_participate.gif') no-repeat top left; height:102px; width:195px; }
a.nav2:hover	{ background: url('/img/nav_participateon.gif') no-repeat top left; }

a.nav3:link, a.nav3:visited { background: url('/img/nav_buzz.gif') no-repeat top left; height:102px; width:164px; }
a.nav3:hover	{ background: url('/img/nav_buzzon.gif') no-repeat top left; }

/* CSS DROP DOWN NAVIGATION CONTROLS */
/*  DROP DOWN NAVIGATION  */ 

#navlist li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	padding: 0;
	background: #e9e9e6;
	border: 1px solid #b8b2a8;
	opacity: .90; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	list-style-type: none;
}

#navlist li ul li { padding: 0; margin: 0; }

#navlist li ul a:link, #navlist li ul a:visited  { 
	font: normal 11px Tahoma;
	color: #1d3f6f !important; 
	text-decoration: none; 
	display: block !important;
	line-height: 22px;
	padding: 0px 20px 2px 10px;	
	text-align: left;
	}
	
#navlist li ul a:hover 	{ 
	background: #112e5a;
	color: #FFF !important;
	text-decoration: none;
	}

#navlist li:hover ul {
	left: auto;
}

#navlist li:hover ul, #navlist li.sfhover ul {
	left: auto;
}

/* FIXES IE7 STICKY */
#navlist li:hover, #navlist li.hover {
    position: static;
}

/* Second Nav List Styles */

#secnavlist {
	margin: 0px;
	padding: 0px;
	}

#secnavlist ul {
	margin: 0px;
	padding: 0px;
	width: 210px;
	}

#secnavlist li {
	list-style-type:none;
	font-size: 11px;
	border-top: 1px solid #dbd9d9;
	border-right: 1px solid #dbd9d9;
	border-left: 1px solid #dbd9d9;
	line-height: 43px;
	background: #FFF;
	display: block;
	float: left;
	width: 195px;
	margin: 0;
	padding: 0 0 0 15px;
	}

#secnavlist li.top { background: url('/img/secnavtop.gif') repeat-x top left; }
#secnavlist li.bottom { background: url('/img/secnavbottom.gif') repeat-x bottom left; border-bottom: 1px solid #dbd9d9; }

#secnavlist a:link, #secnavlist a:visited { font: normal 10pt Tahoma !important; display: block; float: left; margin: 0px; outline: none; color: #999999; padding: 10px 0; text-decoration: none; padding-left: 15px; }
#secnavlist a:hover { text-decoration: underline; }