#search #q {
	background: url(/pics/sprite.png) 0 0 repeat-x #f3f7fb; /* want this sprite early for nav & quicklinks */
}

body {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	background: url(/pics/background_pattern.png) 0 0 repeat #acb8cf;
}

.body_back {
	width: 100%;
	background: url(/pics/header_gradient.png) 0 0 repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	height: 268px;
	z-index: -1;
}

.foot {
	margin-top: .8em;
	position: absolute;
	bottom: 0;
}

#l {
	padding-top: .61em;
}


#header {
	width: 960px; 
	padding-top: 14px;
	margin: 0 auto;
	position: relative;
	z-index: 999999
}

#header .back {
	display: block;
	width: 960px;
	height: 262px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/pics/header_shadow.png) 0 0 no-repeat;
	z-index: 1;
}

#header h1 {
	padding: 0;
	margin: 0;
}
#header h1 a {
	display: block;
	padding: 0;
	width: 900px;
	background: url(/pics/header.jpg) 0 0 no-repeat;
	padding-top: 217px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 5;
	font-size: 9px;
}

#top {
	position: absolute;
	left: 49.9%;
	margin-left: -448px;
	width: 896px;
	height: 32px;
	top: 19px;
	z-index: 9999999999;
}

#search {
	width: 180px;
	float: right;
	display: inline;
}
#search #q {
	width: 92px;
	height: 15px;
	padding: 2px 2px 0 2px;
/*	background: url(/pics/sprite.png) 0 0 repeat-x #f3f7fb;*/
	color: #333;
	border: 0;
	margin: 0;
	position: relative;
	top: -2px;
}

#search #sa {
	position: relative;
	top: 2px;
}

#marquee {
	float: left;
	line-height: 20px;
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
}

#marquee marquee {
	padding-left: 3px;
	width: 660px;
}





#wrapper {
	width: 960px;
	background: url(/pics/shadow.png) 0 0 repeat-y;
	min-height: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	clear: both;

}

/*  Content  */
.content, .contentIndex {
	width: 900px;
	margin: 0 30px;
	min-height: 300px;
	overflow: auto;
	position: relative;
	z-index: 2;
}

.contentIndex {
	background: url(/pics/indextop.png) 0 0 no-repeat #b4c7f1;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.contentIndex table {
	color: #fff;
}

.contentIndex #news_container table {
	color: #222;
}

.contentIndex .index_head {
	display: block;
	width: 900px;
	background: url(/pics/indextop.png) 0 0 repeat-x;
	height: 12px;
}

.contentIndex h2 {
	padding: 0;
	margin: 0 0 8px 0
}

.content {
	width: 880px;
	padding: 10px;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.pageTitle {
	background: url(/pics/pageTitle.png) 0 0 no-repeat #0745d0;
	font-size: 22px;
	line-height: 31px;
	height: 35px;
	width: 865px;
	padding: 0 0 0 15px;
	margin: 0 0 12px 0;
	color: #f4f7ff;
	font-family: Arial,sans-serif;
	font-weight: normal;
}

/* Top Navigation */
ul#topnav {
	display: block;
	width: 900px;
	margin: 0 auto;
	height: 31px;
	background: url(/pics/topnav_background.png) 0 0 repeat-x;
	list-style: none;
	padding: 0;
	line-height: 31px;
	position: relative;
	z-index: 99999;
}

#topnav ul, #topnav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#topnav li {
	float: left;
	margin-left: 18px;
	display: inline;
	padding: 0 5px 0 0;
}

#topnav li.first {
	margin-left: 26px;
}

#topnav li a {
	text-align: center;
	display: block;
	padding: 0 15px 0 20px; /* left padding should be right padding plus padding-right of #topnav li */
	font-family: 'Times New Roman',serif;
	font-size: 13px;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 1px;
}

#topnav li:hover, #topnav li.over {
	background: url(/pics/sprite.png) 100% -18px no-repeat;	
}

#topnav li:hover a, #topnav li.over a {
	background: url(/pics/sprite.png) 0 -18px no-repeat #0745d0;
	color: #f4f7ff;
}


#topnav li ul {
	position: absolute;
	left: -9999em;
	z-index: 99999;
	border: 1px solid #fff;
	border-top-width: 0;
	zoom: 1;
}

#topnav li ul li {
	float: none;
	padding: 0;
	margin: 0;
	width: 130px;
}

#topnav li ul li a {
	display: block;
	text-align: left;
	padding: 0;
	letter-spacing: normal;
	font-variant: normal;
	line-height: 1.4em;
	padding: .4em 5px;
	font-family: Arial,sans-serif;
	width: 155px;
	background: #b4c7f1 !important;
	color: #0745d0 !important;
}

#topnav li ul li:hover, #topnav li ul li.over {
	background: none !important;
}
#topnav li ul li a:hover {
	background: #0745d0 !important;
	color: #f4f7ff !important;
}

#topnav li:hover ul, #topnav li.over ul {
	left: auto;
}



/* Index Page */
	
	#wrapper, .contentIndex {
		height: 1%;
		zoom: 1;
	}
	/* Columns */
	#left_column {
		width: 229px;
		float: left;
		margin-left: 12px;
		display: inline; /* ie fix */
	}
	
	#center_column {
		width: 410px;
		margin: 219px 234px 0 248px;
	}
	
	#right_column {
		float: right;
		width: 229px;
		margin-right: 5px;
		display: inline;
	}

	/* Containers */
#events_container, #quicklinks, #bb_container, #athletics_container, #links_container {
	width: 229px;
	min-height: 106px;
	background: url(/pics/blue_background.png) 0 34px no-repeat #0745d0;
	color: #f4f7ff;
	margin-bottom: 7px;
}

#events_container, #bb_container, #athletics_container, #principals_message, #links_container { /* create space for .foot */
	position: relative;
	padding-bottom: 22px;
	
}

#events_container h2, #bb_container h2, #athletics_container h2, #links_container h2 {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 0;
	overflow: hidden;
	width: 229px;
	padding-top: 34px;
}

#events_container a, #bb_container a, #athletics_container a, #links_container a {
	color: #f4f7ff;
}

	
#events_container .foot, #quicklinks .foot, #bb_container .foot, #athletics_container .foot, #links_container .foot {
	display: block;
	height: 15px;
	width: 229px;
	background: url(/pics/blue_bottom.png) 0 0 no-repeat;
}


	/* Quicklinks */
	#quicklinks {
		background: url(/pics/quicklink_background.jpg) 0 center repeat-y;
		min-height: 190px;
	}
	#quicklinks h2 {
		height: 0;
		overflow: hidden;
		padding-top: 11px;
		width: 229px;
		background: url(/pics/blue_top.png) 0 0 no-repeat;
	}
	
	#quicklinks ul, #quicklinks li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#quicklinks ul {
		min-height: 190px;
		padding-bottom: 15px;
		background: url(/pics/blue_bottom.png) 0 bottom no-repeat;
		font-variant: small-caps;
		font-family: 'Georgia', serif;
		font-size: 14px;
	}
	
	#quicklinks ul li {
		padding-left: 10px;
		padding-bottom: 2px;
	}
	#quicklinks ul li a {
		display: block;
		color: #f4f7ff;
		width: 186px;
		text-decoration: none;
		padding-left: 18px;
		line-height: 22px;
	}
	
	#quicklinks ul li a:hover {
		color: #0745d0;
		background: url(/pics/sprite.png) 0 -51px no-repeat #f7f4ff;
	}

	/* Events */
	#events_container h2 {
		background-image: url(/pics/events_header.png);
	}
	
	/* Bulletin Board */
	#bb_container h2 {
		background-image: url(/pics/bb_header.png);
	}
	
	/* Athletics */
	#athletics_container h2 {
		background-image: url(/pics/athletics_header.png);
	}
	
	/* Links */
	#links_container h2 {
		background-image: url(/pics/links_header.jpg);
	}

/* White background areas */
#principals_message, #news_container {
	width: 410px;
	background: url(/pics/white_background.png) 0 0 repeat-y;
}

#principals_message h2, #news_container h2 {
	width: 410px;
	height: 0;
	overflow: hidden;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#principals_message h2 {
	background-image: url(/pics/message_header.png);
}

#news_container {
	padding-bottom: 190px;
}
#news_container h2 {
	background-image: url(/pics/news_header.png);
}

#principals_message p {
	padding: .5em 1.3em .5em 1em;
}
#principals_message .foot {
	display: block;
	width: 410px;
	height: 22px;
	background: url(/pics/white_bottom.png) 0 0 no-repeat;
}
#news_container .foot {
	display: block;
	width: 410px;
	height: 183px;
	background: url(/pics/homeofthesabers.jpg) 0 0 no-repeat;
}

#news_container .HPNews {
	margin-bottom: 8px;
}


.HPNews, .HPEvents, .HPBBMessages {
	min-height: 100px;
}

	/* Shuffle 1 */
	#shuffle1, #shuffle1 .overlay {
		width: 410px;
		height: 214px;
		position: absolute;
		top: 12px;
		left: 248px;
		
	}
	
	#shuffle1 .overlay {
		position: absolute;
		display: block;
		background: url(/pics/shuffle1_overlay.png) 0 0 no-repeat;
		left: 0;
		top: 0;
		z-index: 180;
	}
	
	#shuffle1 .text {
		font-size: 20px;
		font-family: 'Times New Roman',serif;
		color: #f4f7ff;
		position: absolute;
		bottom: 14px;
		left: 0;
		width: 403px;
		line-height: 22px;
		text-align: center;
		z-index: 190;
		font-variant: small-caps;
		letter-spacing: .1em;
	}


	/* Shuffle 2 */
	#shuffle2, #shuffle2 .overlay {
		position: relative;		
		width: 229px;
		height: 155px;
	}
	
	#shuffle2 .overlay {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 180;
		background: url(/pics/shuffle2_overlay.png) 0 0 no-repeat;
	}

/* Footer */
#footer {
	width: 900px;
	padding: 0 20px;
	margin: 0 auto 15px auto;
	height: 125px;
	position: relative;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer .back {
	width: 940px;
	height: 111px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(/pics/footer.png) 0 0 no-repeat;
	z-index: 1;
}

#footer p, #footer address {
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0;
}
#footer address {
	font-style: normal;
	padding: 70px 0 0 36px;
}


#footer #doe {
	position: absolute;
	display: block;
	width: 75px;
	height: 0;
	overflow: hidden;
	padding-top: 75px;
	background: url(/pics/doe.png) 0 0 no-repeat;
	top: 10px;
	right: 30px;
	z-index: 99;
}
#footer #poweredby {
	position: absolute;
	top: 111px;
	left: 329px;
	text-align: center;
	width: 241px;
	background: url(/pics/poweredby.png) 0 0 no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 15px;
}





