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

body{
background: #fafafa url('/pics/body_bg.jpg') repeat-x left top;
text-align: center;
margin: 0px 0 0px 0;
padding: 0;
font: 12px Arial, Helvetica, sans-serif;
}
.relative {
position: relative;
}
div#wrapper {
margin: 0 auto;
width: 900px;
text-align: left;
background: #fff;
}
/* Header */

div#header h1 {
width: 0;
height: 0;
margin: 0;
padding: 0 0 185px 900px;
overflow: hidden;
background: url('/pics/header.jpg') no-repeat;
}
div#headerTop {
width: 900px;
height: 24px;
margin: 0 auto;
text-align: left;
}
div#headerTop div#search {
width: 230px;
height: 20px;
float: left;
text-align: left;
padding-top: 2px;
}
div#headerTop div#translate {
width: 186px;
height: 22px;
float: right;
background: url('/pics/language.png') no-repeat;
behavior: url('/apps/shared/iepngfix.htc');
}
/* [BEGIN NAVIGATION] */

/* Navigation text */

div#topNavBottom {
width: 900px;
height: 7px;
font-size: 0;
background: url('/pics/topnav_bottom.gif') repeat-x;
}
div#menu ul li a span {
position: absolute;
left: -9999px;
top: 0;
z-index: 0;
}
/* Main menu container */

div#menu {
width: 100%;
background: url('/pics/topnav_bg.gif') repeat-x;
float: left;
height: 27px;
}
div#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
position: relative;
z-index: 999;
}
/* Top Nav List (IE requires defined width and height to float the first list) and Anchor widths, heights, and background images */

div#menu ul.topNavHeight, div#menu ul.topNavHeight li a.topNavHeight {
height: 27px;
}
div#menu ul#top1, div#menu ul#top1 li a#topNav1 {
width: 107px;
background: url('/pics/topNav1.gif') no-repeat;
}
div#menu ul#top2, div#menu ul#top2 li a#topNav2 {
width: 106px;
background: url('/pics/topNav2.gif') no-repeat;
}
div#menu ul#top3, div#menu ul#top3 li a#topNav3 {
width: 113px;
background: url('/pics/topNav3.gif') no-repeat;
}
div#menu ul#top4, div#menu ul#top4 li a#topNav4 {
width: 118px;
background: url('/pics/topNav4.gif') no-repeat;
}
div#menu ul#top5, div#menu ul#top5 li a#topNav5 {
width: 107px;
background: url('/pics/topNav5.gif') no-repeat;
}
div#menu ul#top6, div#menu ul#top6 li a#topNav6 {
width: 92px;
background: url('/pics/topNav6.gif') no-repeat;
}
div#menu ul#top7, div#menu ul#top7 li a#topNav7 {
width: 144px;
background: url('/pics/athletics.gif') no-repeat;
}
div#menu ul#top8, div#menu ul#top8 li a#topNav8 {
width: 113px;
background: url('/pics/offices.gif') no-repeat;
}
/* Top Nav Rollovers */

div#menu ul#top1 li.over a#topNav1, div#menu ul#top1 li:hover a#topNav1 {
background: url('/pics/topNav1f2.gif') no-repeat;
}
div#menu ul#top2 li.over a#topNav2, div#menu ul#top2 li:hover a#topNav2 {
background: url('/pics/topNav2f2.gif') no-repeat;
}
div#menu ul#top3 li.over a#topNav3, div#menu ul#top3 li:hover a#topNav3 {
background: url('/pics/topNav3f2.gif') no-repeat;
}
div#menu ul#top4 li.over a#topNav4, div#menu ul#top4 li:hover a#topNav4 {
background: url('/pics/topNav4f2.gif') no-repeat;
}
div#menu ul#top5 li.over a#topNav5, div#menu ul#top5 li:hover a#topNav5 {
background: url('/pics/topNav5f2.gif') no-repeat;
}
div#menu ul#top6 li.over a#topNav6, div#menu ul#top6 li:hover a#topNav6 {
background: url('/pics/topNav6f2.gif') no-repeat;
}
div#menu ul#top7 li.over a#topNav7, div#menu ul#top7 li:hover a#topNav7 {
background: url('/pics/athletics_hover.gif') no-repeat;
}
div#menu ul#top8 li.over a#topNav8, div#menu ul#top8 li:hover a#topNav8 {
background: url('/pics/offices_hv.gif') no-repeat;
}
/* Horizontal navigation colors (If it's not text, please set the color to the same as -First and second dropdown color- ) */

div#menu a {
font: 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
color: #000;
background: #003c60;
text-decoration: none;
}
/* Padding and line Height for first level drop down */

div#menu ul li ul li a {
line-height: 18pt;
padding: 0 0 0 8px;
}
/* First and second dropdown color */

div#menu ul li:hover ul li a, div#menu ul li ul li:hover ul a, div#menu ul li.over ul li a, div#menu ul li ul li.over ul a {
color: #FFF;
background: #371313;
text-align: left;
}
/* Retain rollover colors */

div#menu a:hover, div#menu ul li ul li:hover a, div#menu ul li ul li:hover ul a:hover, div#menu ul li ul li.over a, div#menu ul li ul li.over ul a:hover {
background-color: #b3804b;
color: #fff;
}
/* Positions navigation items */

div#menu li {
position: relative;
}
/* Positions and sets width of first level drop down */

div#menu ul ul {
position: absolute;
z-index: 500;
width: 162px;
}
/* Positions second level drop down; Width is inherited from first level drop down */

div#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
/* Hide Menus */

div#menu ul ul, div#menu ul a:hover ul ul, div#menu ul ul a:hover ul ul, div#menu ul li.over ul ul, div#menu ul ul li.over ul ul {
display: none;
}
/* Reveal Menus */

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul, div#menu ul li.over ul, div#menu ul ul li.over ul, div#menu ul ul ul li.over ul {
display: block;
}
/* [BEGIN IE FIXES] */
/* Asterisk denotes IE fixes */

div#menu ul li {
*float: left;
*width: 100%;
}
div#menu ul li a {
*height: 1%;
}
/* [END IE FIXES] */

/* [END NAVIGATION] */

/* Content and Content Index */

.contentIndex {
text-align: left;
background: #361212 url('/pics/index_bottom.gif') no-repeat bottom;
width: 900px;
padding: 0 0 0px 0;
*padding: 0 0 15px 0;
min-height: 650px;
height: auto!important;
height: 650px;
}
#indexBottom {
padding: 13px 0 0px 0;
background: #361212 url('/pics/index_bg.gif') no-repeat top;
}
.content {
text-align: left;
background: #FFFFFF;
width: 884px;
padding: 8px;
min-height: 400px;
height: auto!important;
height: 400px;
}
#shuffle1_bg {
width: 900px;
height: 212px;
position: relative;
background: url('/pics/shuffle1_bg.jpg') no-repeat;
}
#shuffle1 {
width:559px;
height:186px;
position:absolute;
top: 13px;
left: 304px;
}
.shuffle2BG {
z-index: 1;
width: 380px;
position:relative;
}
.shuffle2 {
width: 283px;
height: 166px;
}
#leftColumn {
width: 240px;
padding: 5px 5px 15px 10px;
float: left;
}
#middleColumn {
width: 380px;
padding: 5px 5px 15px 5px;
float: left;
}
#rightColumn {
width: 240px;
padding: 5px 10px 15px 5px;
float: right;
}

#quickLinks {
/* height: 120px;s*/
height: 187px;
overflow: auto;
padding: 31px 0 0 0;
background: url('/pics/ql_bg_2.gif') no-repeat;

}

#quickLinks ul {
text-align: left;
width: 293px;
margin: 0;
padding: 0;
}

#quickLinks ul li {
height: 22px;
float: left;
list-style: none;
}

#quickLinks a {
width: 131px;
height: 17px;
display: block;
background: url('/pics/quicklinks.png') no-repeat;
behavior: url('/apps/shared/iepngfix.htc');
color: #FFFFFF;
text-decoration: none;
font: 16px Times, "Times New Roman", Georgia, serif;
padding: 2px 0 0 15px;
line-height: 16px;
}
#quickLinks a:hover {
width: 131px;
height: 18px;
color: #FFFFFF;
display: block;
background: url('/pics/quicklinksf2.png') repeat-x;
behavior: url('/apps/shared/iepngfix.htc');
text-decoration: none;
}

#marquee {
height: 15px;
padding: 3px 0 0 0;
width: 900px;
background: #fff;
}
#eventsBottom {
width: 240px;
background: url('/pics/small_bg.gif') repeat-y top;
}
#eventsBG {
width: 240px;
background: url('/pics/events_bottom.gif') no-repeat bottom;
}
#eventsContainer {
width: 230px;
min-height: 135px;
height: auto!important;
height: 135px;
padding: 45px 5px 225px 5px;
background: url('/pics/events_header.gif') no-repeat top;
}
#newsBottom {
width: 380px;
background: url('/pics/news_bg.gif') repeat-y top;
}
#newsBG {
width: 380px;
background: url('/pics/news_bottom.gif') no-repeat bottom;
}
#newsContainer {
width: 370px;
min-height: 187px;
height: auto!important;
height: 187px;
padding: 45px 5px 5px 5px;
background: url('/pics/news_header.gif') no-repeat top left;
}
#bulletinBottom {
width: 240px;
background: url('/pics/small_bg.gif') repeat-y top;
}
#bulletinBG {
width: 240px;
background: url('/pics/bulletin_bottom.gif') no-repeat scroll center 180px;
}
#bulletinContainer {
width: 230px;
min-height: 135px;
height: auto!important;
height: 135px;
padding: 45px 5px 182px 5px;
background: url('/pics/bulletin_header.gif') no-repeat top left;
}
#search {
width: 207px;
background: url('/pics/search_bg.gif') no-repeat;
text-align: center;
}

.sectionHeader {
color: #ffd100;
}
.HPEvents {
width: 220px;
padding: 0;
margin: 0;
color: #000;
}


.HPNews {
width: 300px;
padding: 0;
margin: 0;
color: #000000;
}

.HPBBMessages {
color: #fff;
}
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link, .HPNews a, .HPNews a:active, .HPNews a:link, .HPEvents a, .HPEvents a:active, .HPEvents a:link {
color: #003150;
}


.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link {

}

.HPNews #l, .HPEvents #l {
padding-top: 6px;
}
.pageTitle {
display: block;
width: 870px;
height: 30px;
padding: 15px 0 0 10px;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 14px;
font-weight: bold;
background: url('/pics/PageTitle.gif') no-repeat center top;
text-transform:uppercase;
}
#espanol {
width: 23px;
height: 55px;
position: absolute;
margin: 168px 0 0 900px;
background: url('/pics/espanol.gif') no-repeat;
}
#espanol a {
width: 0;
height: 0;
overflow: hidden;
padding: 0 0 55px 23px;
display: block;
}
#wotd {
width: 207px;
height: 43px;
background: url('/pics/wotd.gif') no-repeat;
text-align: center;
padding-top: 5px;
color: #FFF;
}
#wotd a {
color: #FFF;
}
#wotd b {
display: none;
}
/* Footer */

div#footer {
width: 900px;
height: 105px;
margin: 0 auto;
text-align: left;
background: url('/pics/footer.jpg') no-repeat;
}
div#footer_bottom a h5 {
margin: 0 auto;
}


/***   Quick Poll   ***/
.HPQuickPoll h2 {
    width: 240px;       /* header width  */
    padding-top: 63px;  /* header height */
	
	background-image:url('/pics/quick_poll_header.gif');
    /* default background image is /pics/pics/quick_poll_header.png  */
}
.HPQuickPoll .bar-color {
    background-color: #3b1818;   /* results bar color */
}
.HPQuickPoll {
     width: 240px;
     padding-bottom: 9px;
}
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	width:80%;
	padding:2px;
}
.HPQuickPoll .question {
    padding: 2px;
    margin: 0 auto;
	text-align:left;
	width:80%;
}
.HPQuickPoll .quickpoll {
    padding-bottom: 5px;
	padding:5px;
}







