@import url("/apps/js/polls/polls-pack.css");
body {
	margin: 0;
	color: #FFFFFF;
	font: 9pt "Arial", Times, serif;
	background: url('/pics/body_bg.jpg') repeat-x left top #dadada;
}

img, div, td, table {
	behavior: url('/shared/iepngfix.htc');
}

.HPNews, .HPLinks {
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;
	width: 435px;
}

.HPBBMessages, .HPEvents {
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	width: 438px;
}

.HPNews a, .HPNews a:link, .HPNews a:visited,
.HPLinks a, .HPLinks a:link, .HPLinks a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

.HPBBMessages a, .HPBBMessages a:link, .HPBBMessages a:visited,
.HPEvents a, .HPEvents a:link, .HPEvents a:visited,
.SponsorsDiv a, .SponsorsDiv a:link, .SponsorsDiv a:visited {
	color: #000000;
	font-weight: bold;
}

.HPNews #l, .HPBBMessages #l, .HPLinks #l, .HPEvents #l, .HPDirectory #l, .HPMemoirs #l {
	padding-left: 10px;
	padding-top: 5px;
}

.neutral, table {
	font: 9pt "Arial", Times, serif;
	color: #000000;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #833333; }
.neutral a:hover, .neutral a:active { color: #8C1706; }

.contentIndex {
	padding: 0px 0px 0px 0px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #FFFFFF;
	height: 400px;
}

.content {
	padding: 10px 10px 10px 10px;
	height: 400px;
	font: 9pt "Arial", Times, serif;
	color: #333;
	background: #ffffff;
}

a, a:link, a:visited { color: #000000; }
a:hover, a:active { color: #000000; }

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #fecd45;
}
.light  a, .light a:link, .light a:visited { color: #000000; }
.light a:hover, .light a:active { color: #000000; }

.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #000000;
}
.dark a, .dark a:link, .dark a:visited { color: #ffffff; }
.dark a:hover, .dark a:active { color: #ffffff; }

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/pics/page_title.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 21px!important;
	height: 29px;
	padding: 8px 0px 5px 5px;
	text-transform:uppercase;
}

#enCountdownDiv {
	color:#055600;
	padding-top: 3px;
	text-align: center;
}

#topNav {
	position: relative;
	height: 25px;
	background: url('/pics/topnav_bg.gif');
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	height: 25px;
	width: 900px;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: 20px;
	top: -50px;
	z-index: 50;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 25px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 160px;}
#topNav3Sub {left: 299px;}
#topNav4Sub {left: 439px;}
#topNav5Sub {left: 569px;}

#topNav .list {
	position: absolute;
	z-index: 200;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 11px Arial, Tahoma, Verdana,Geneva, sans-serif;
	background: #000000;
}

#topNav .list li {
	width: 170px;
	line-height: 18px;
}

#topNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 2px 5px 1px 13px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 100;
	background: #000000;
}
#topNav .list a:hover {
	background: #fecd45;
	color:#000000;
}


div.SponsorsDiv {
	width: 437px;
	padding: 0;
	margin:0 0 10px 0;
	background: #F9D12F url('/pics/section_left_bg.gif') repeat-x scroll left bottom;
	min-height: 257px;
	height:auto !important;
	height: 257px;
}
.SponsorsDiv h2 {
	margin:0;
	width:437px;
	height:0px;
	padding-top:41px;
	overflow:hidden;
}
.SponsorsDiv h2#sponsor_header {
	background-image:url('/pics/sponsor_header.png');
}
.SponsorsDiv h2#sponsors_header {
	background-image:url('/pics/sponsors_header.png');
}

h2.noSponsorAlternativeContent {
	height: 0;
	overflow: hidden;
	width: 437px;
	background: url('/apps/pics/sponsors/oursponsors1.jpg') top center no-repeat;
	padding-top: 110px;
}

.SponsorsDiv ul {
		width:437px;
		padding:0px;
		padding: 15px 0 15px 0;
		margin:0 0 15px 0;
}
.SponsorsDiv ul li {
	list-style-type:none;
	margin:3px auto;
	text-align:center;
}
.SponsorsDiv ul li img {
	border:1px solid #ccc;
	padding:4px;
	background-color:#fff;
}

.HPEvents, .HPNews, .HPLinks, .HPBBMessages {text-align:left;}

/***   Mandatory   ***/
.HPQuickPoll h2 {
    width: 437px;       /* header width  */
    padding-top: 41px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

.HPQuickPoll .bar-color {
    background-color: #FFCC33;   /* results bar color */
}

.HPQuickPoll a {color: #fff;}
.HPQuickPoll .choices, .HPQuickPoll .results {text-align:left;}
/***  Optional  ***/
.HPQuickPoll {
	color: #fff;
    width: 437px;
    padding-bottom: 9px;
	background: url('/pics/section_right_bg.gif') left bottom repeat-x #060606;
}



