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

.HPLinks, .HPDirectory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 265px;
	background-color: #17642D;
}

.HPEvents, .HPNews, .HPBBMessages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 491px;
	background-color: #333333;
}

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

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

.HPBBMessages a, .HPBBMessages a:link, .HPBBMessages a:visited,
.HPNews a, .HPNews a:link, .HPNews a:visited,
.HPEvents a, .HPEvents a:link, .HPEvents a:visited {
 color: #FFFFFF;
}


.HPLinks a, .HPLinks a:link, .HPLinks a:visited,
.HPDirectory a, .HPDirectory a:link, .HPDirectory a:visited {
	color: #FFFFFF;
}

.HPNews a:active, .HPNews a:hover,
.HPEvents a:active, .HPEvents a:hover,
.HPBBMessages a:active, .HPBBMessages a:hover,
.HPDirectory a:active, .HPDirectory a:hover,
.HPLinks a:active, .HPLinks a:hover {
	color: #FCC265;
}

.neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #081120;
}

.neutral, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #2D3B70; }
.neutral a:hover, .neutral a:active { color: #B30000; }

.contentIndex {
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
	height: 450px;
}

.content {
	padding:10px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
	height: 450px;
	text-align:justify;
}

a, a:link, a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover, a:active { color: #660000; }

.light {
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}
.light  a, .light a:link, .light a:visited {
	color: #000000;
}
.light a:hover, .light a:active {
	color: #B30000;
}

.dark {
	background-color: #004220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #FFFFFF;
}
.dark a, .dark a:link, .dark a:visited { color: #FFFFFF; }
.dark a:hover, .dark a:active { color: #FCC265; }

body {
	margin: 0px;
	color: #000000;
	background-color: #88A08F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pageTitle {
	display: block;
	width: 692px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	background-image: url(/pics/page_title.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 32px!important;
	height: 44px;
	padding: 12px 0px 15px 45px;
	text-transform:uppercase;
}

#topNav {
	position: relative;
	height: 22px;
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	width: 760px;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: -20px;
	z-index: 0;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 22px;
	margin: 0 4px 0 0;
	z-index: 100;
}

#topNav2Sub {left: 65px;}
#topNav3Sub {left: 130px;}
#topNav4Sub {left: 206px;}
#topNav5Sub {left: 284px;}
#topNav6Sub {left: 380px;}
#topNav7Sub {left: 448px;}
#topNav8Sub {left: 534px;}
#topNav9Sub {left: 543px;}
#topNav10Sub {left: 598px;}


#topNav .list {
	position: absolute;
	z-index: 200;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 10px Arial, Helvetica, sans-serif;
}

#topNav .list li {
	background-color: #17642D;
	width: 160px;
	line-height: 16px;
}

#topNav2Sub .list li{width: 180px;}
#topNav4Sub .list li{width: 180px;}
#topNav5Sub .list li{width: 180px;}
#topNav6Sub .list li{width: 180px;}
#topNav9Sub .list li{width: 215px;}

#topNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 2px 0px 2px 6px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
	z-index: 100;
	border-bottom: 1px solid #FFFFFF;
	zoom: 1;
}
#topNav .list a:hover {
	text-decoration: none;
	background-color: #EFCE58;
	color: #000000;
}

.heading18 {
	font-size:18px;
	font-weight:bold;
}

.heading16 {
	font-size:16px;
	font-weight:bold;
}

.heading14 {
	font-size:14px;
	font-weight:bold;
}

#footer {
	background:url('/pics/footer.jpg') no-repeat;
	width:727px;
	height:42px;
	padding: 8px 20px 6px;
	position:relative;
}
#footer span {
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	line-height:12px;
}
#footer address {
	padding-top:10px;
	color:#fff;
	font-size:11px;
	font-style:normal;
	
	text-shadow:3px 3px 3px #333;
	-moz-text-shadow:3px 3px 3px #333;
	-webkit-text-shadow:3px 3px 3px #333;
}
#footer a#edu_logo {
	width:0;
	height:0;
	display:block;
	overflow:hidden;
	position:absolute;
	right:8px;
	top:28px;
	padding:20px 246px 0 0;
}

#rightNav a:link, #rightNav a:visited, #rightNav a:active, #rightNav #noLink {
	display:list-item;
	color:#000000;
	margin-left:23px;
	padding:5px 2px 5px 5px;
}

#rightNav a:hover {
/*	margin-left:0px;
	padding-left:0px;*/
	background-color: #C0C0C0;
}

#rightNav .header {
	background-color: #17642D;
	color:#FFFFFF;
	margin-bottom:-6px;
	padding-bottom:7px;
	font-size:10px;
}

/***   QUICK POLL   ***/
.HPQuickPoll h2 {
    width: 265px;       /* header width  */
    padding-top: 50px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

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


/***  Optional  ***/
.HPQuickPoll {
     width: 265px;
     padding-bottom: 9px;
     background: #17642D;
	 color: #fff;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	width:70%;
}

.HPQuickPoll .question {
    padding: 9px;
    margin: 0;
}

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    padding-bottom: 5px;
}


