@import url("/apps/js/polls/polls-pack.css");

body {
	margin: 0;
	color: #fff;
	font: 9pt "Arial", Times, serif;
	background: #940000;
}



.HPNews, .HPBBMessages, .homepage_container {
	font: 8pt "Arial", Times, serif;
	color: #000000;
	background:#C9C9C9;
	width: 430px;
	border-right:1px solid #940000;
	border-left:1px solid #940000;
	margin:0 0 0 12px;
}

.homepage_container {
	width: 408px;
	padding: 5px 8px 0 12px;
	
}

.HPEvents, .HPDirectory, .HPLinks, .HPMemoirs {
	width:271px; display:block;
	font: 8pt "Arial", Times, serif;
	color: #000000;
	background-color:#C9C9C9;
	border-right:1px solid #940000;
	border-left:1px solid #940000;
	margin:0 0 0 13px;
}
.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: #ffffff;
	background: #F7D67B;
}

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

a, a:link, a:visited { color: #454702; }
a:hover, a:active { color: #00349A; }

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

.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #8E0000;
}
.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%;
	vertical-align: middle;
	padding: 5px 0px 9px 28px;
	margin-bottom: 8px;
	font: bold 11pt "Arial", Times, serif;
	color: #ffffff;
	background-image:url(/pics/pagetitle.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.bottomNav, .bottomNav a:link, .bottomNav a:visited {
	font: 9pt "Arial", Times, serif;
	color: #fff;
	text-decoration: none;
}
.bottomNav a:hover, .bottomNav a:active {
	text-decoration: underline;
}


#topNav {
	position: relative;
	height:23px;
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	padding-top:5px;
	width:770px;
}

#menuCloser {
	position: absolute;
	visibility: hidden;
	left: 20px;
	top: -50px;
	z-index: 0;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 27px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 86px;}
#topNav3Sub {left: 175px;}
#topNav8Sub {left: 264px;}
#topNav4Sub {left: 399px;}
#topNav5Sub {left: 485px;}
#topNav6Sub {left: 574px;}
#topNav7Sub {left: 584px;}

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

#topNav .list li {
	background-color: #980000;
	width: 160px;
	line-height: 20px;
	border-bottom:1px solid #fff;
}

#topNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding-left:13px;
	color: #ffffff;
	text-decoration: none;
	z-index: 100;
}
#topNav .list a:hover {
	background-color: #15427C;
	color:#fff;
}

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

#topNav .listWide li {
	background-color: #980000;
	width: 180px;
	line-height: 20px;
	border-bottom:1px solid #fff;
}

#topNav .listWide a {
	display: block;
	width: auto!important;
	width: 100%;
	padding-left:13px;
	color: #ffffff;
	text-decoration: none;
	z-index: 100;
}
#topNav .listWide a:hover {
	background-color: #15427C;
	color:#fff;
}


/*** Quickpoll  ***/
#qp-53 h2 {
    width: 442px;       /* header width  */
    padding-top: 37px;  /* header height */
    margin-top:15px;
    /* default background image is /pics/pics/quick_poll_header.png  */
}

#qp-53 .bar-color {
    background-color: #8e0000;   /* results bar color */
}

#qp-53 .quickpoll {
	margin-left:12px;
	width:428px;
	padding: 12px 0px 21px;
	margin-top:-3px;
	border:1px solid #940000;
	border-top:none;
	background-color:#C9C9C9;
}
.HPQuickPoll .question {
	 text-align:left; padding: 0 2.0em;
}



