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

/* General */

.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

body {
	background: #fff url('/pics/body_bg.jpg') top repeat-x;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
#bodyTop {
	background: url('/pics/body_top.jpg') top no-repeat;
}
div#top {
	width: 900px;
	height: 23px;
	margin: 0 auto;
}
div#sides {
	margin: 0 auto;
	width: 960px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: url('/pics/index_bg.jpg') repeat-y;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 884px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #fff;
	font-weight: bold;
	width: 625px;
	height: 17px;
	background: #093a77;
	margin: 0;
	padding: 3px 0 0 0;
}
#fossMarquee {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 558px;
	height: 28px;
	font-size: 24px;
	background: url('/pics/foss_marquee_bg.gif') repeat-x #ffa73d;
	margin: 5px;
	padding: 3px 0 0 0;
	color: #022253;
	outline: double #022253;
}


.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 870px;
	height: 35px;
	padding: 14px 0 0 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
#search {
	width: 168px;
	height: 12px;
	padding: 0;
	margin: 5px 5px 0 0;
	float: right;
	font-size: 8px;
}
#googleTranslate {
	margin: 4px 0 0 0;
	float: left;
}
#support {
	width: 122px;
	height: 48px;
	position: absolute;
	left: 760px;
	top: 45px;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#headerIMG {
	width: 900px;
	height: 126px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	overflow: hidden;
	background: url('/pics/header2.jpg') bottom no-repeat;
}
/* Navigation menu */

div#menu {
	width: 900px;
	height: 24px;
	padding-top: 0px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 0px;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 24px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 95px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 82px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 83px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 80px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 151px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 79px; background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 97px; background: url('/pics/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 68px; background: url('/pics/topNav8.gif') no-repeat; }
ul#topNavItems li a#topNav9 { width: 62px; background: url('/pics/topNav9.gif') no-repeat; }
ul#topNavItems li a#topNav10 { width: 103px; background: url('/pics/topNav10.gif') no-repeat; }

ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1,
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2,
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3,
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4,
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5,
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8, 
ul#topNavItems li:hover a#topNav9, ul#topNavItems li.over a#topNav9,
ul#topNavItems li:hover a#topNav10, ul#topNavItems li.over a#topNav10 {
	background-position: 0 -24px;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 168px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 178px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 3px 0 3px 8px;
	height: auto;
	width: 170px;
	color: #fff;
	background: #2c62a1;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #fea74a;
	background: #4b9bce;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #093a77;
	background: #cdb43a;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */

#leftColumn {
	width: 528px;
	padding: 0px;
	float: left;
}
#rightColumn {
	width: 372px;
	padding: 0px;
	float: left;
}

#indexTop {
	width: 900px;
	background: url('/pics/index_top_bg.jpg') top no-repeat;
}
#top_left {
	width: 397px;
	float: left;
}
#top_right {
	width: 503px;
	float: left;
}

/* Quicklinks */

#quickLinks {
	width: 390px;
	padding: 0;
	margin: 10px 0 0 17px;
	background: url('/pics/ql_line2.gif') left top no-repeat;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks ul li {
	margin: 0;
	float: left;
	display: block;
}
#quickLinks a {
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin: 0;
	display: block;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	*font: 11px Arial, Helvetica, sans-serif;
	background: url('/pics/ql_line2.gif') right top no-repeat;
}

#quickLinks a#midNav1, 
#quickLinks a#midNav2, 
#quickLinks a#midNav3,
#quickLinks a#midNav4,
#quickLinks a.midNav {  }

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3,
#quickLinks a:hover#midNav4,
#quickLinks a:hover.midNav {
	color: #ffa13d;
}
/* Homepage Section Headers */

h2 a#mission {
	width: 0;
	height: 0;
	padding: 0 0 44px 397px;
	font-size: 0;
	background: url('/pics/mission_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 52px 528px;
	font-size: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 52px 372px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 48px 241px;
	font-size: 0;
	background: url('/pics/selected_links_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding: 0 0 53px 258px;
	font-size: 0;
	background: url('/pics/bulletin_board_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */

#missionContainer {
	width: 347px;
	height: 210px;
	margin: 0;
	padding: 5px 25px 10px 25px;
	color: #fff;
}
#newsContainer {
	width: 528px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
	margin: 0;
	padding: 0;
	background: url('/pics/news_bg.gif') top no-repeat;
}
#eventsContainer {
	width: 372px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
	margin: 0;
	padding: 0;
	background: url('/pics/events_bg.gif') top no-repeat;
}
#bulletinContainer {
	width: 258px;
	min-height: 175px;
	height: auto!important;
	height: 175px;
	margin: 0;
	padding: 0;
	background: url('/pics/mid_section_bg.gif') repeat-y;
}
#linksContainer {
	width: 241px;
	min-height: 245px;
	height: auto!important;
	height: 245px;
	margin: 0;
	padding: 0;
	background: url('/pics/right_section_bg.gif') repeat-y;
}
/* Homepage Section Table Includes */

.HPNews {
	padding: 5px 35px 5px 35px;
	margin: 0;
	color: #000;
}
.HPEvents {
	padding: 5px 35px 5px 35px;
	margin: 0;
	color: #000;
}
.HPBBMessages {
	padding: 0;
	margin: 0;
	color: #000;
}
.HPLinks {
	padding: 0;
	margin: 0;
	color: #000;
}
/* Other homepage section extras */

#left {
	width: 361px;
	float: left;
}
#middle {
	width: 258px;
	float: left;
	margin-left: 8px;
}

.HPNews a, .HPNews a:active, .HPNews a:link, 
.HPEvents a, .HPEvents a:active, .HPEvents a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link {
	color: #3671b3;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}
/* Image shuffles */

#rotate {
	position: absolute;
	z-index: 0;
	width: 491px;
	height: 394px;
	margin: 12px 0 0 12px;
	float: left;
}
#rotate_overlay {
	width: 503px;
	height: 306px;
	position: absolute;
	z-index: 50;
}
#smBorder {
	width: 625px;
	border: 1px solid #fff;
}
.leftSectionBottom {
	width: 361px;
	height: 7px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}
.midSectionBottom {
	width: 258px;
	height: 7px;
	background: url('/pics/mid_section_bottom.gif') no-repeat;
}
.rightSectionBottom {
	width: 241px;
	height: 2px;
	background: url('/pics/right_section_bottom.gif') no-repeat;
}
/* Footer */

.footer {
	width: 960px;
	height: 68px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer2.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
.footerIndex {
	width: 960px;
	height: 68px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
address {
	position: absolute;
	text-align: left;
	left: 70px;
	top: 15px;
	color: #fff;
	font: 13px Arial, Georgia, "Times New Roman", Times, serif;
}
a#edunet {
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_gray.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}
#edu_logo {
	width: 245px;
	margin: 0 auto;
}

span#translate {
	position: relative;
	display: block;
	top: 10px;
	left:785px;
	width:100px;
}








