@charset "utf-8";
/* Basic Structure elements of an SUU Page - Stylesheet by SUU Web Services July 2009 - Design created by SUU Publications Spring 2009 */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* Main Content - Link Appearance */
a {
	color: #990000;
	text-decoration: underline;
}

a:hover /*a:active, a:focus*/ {
	color: #333333;
	text-decoration: none;
}

a:active, a:focus {
	color: #990000;
	text-decoration: none;
}

abbr {
	border-bottom: 1px dotted #DDDDDD;
	cursor: help;
}

/* ---- Standard SUU Branding ---- */
#banner {
	background: #990000 url(/images/site-banbkg.gif) repeat-x;
	border-bottom: 1px solid #000000;
	font-size: 70%;
	height: 49px;
	min-width: 850px;
}
/* -- SUU Logo -- */
#banner #logo {
	background: url(/images/site-banlogo.gif) no-repeat;
	float: left;
	height: 49px;
	width: 458px;
}
#logo img {
	display: none;
}
#logo a {
	display: block;
	height: 49px;
	width: 458px;
}
/* -- General Navigation Links and Search -- */
#banner #navigation {
	color: #FFFFFF;
	float: right;
	margin: 0px 10px 0px 0px;
}
	#banner #navigation a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#banner #navigation a:hover {
		text-decoration: underline;
	}
	/* -- Navigation text links -- */
	#banner #navigation #links {
		float: right;
		margin: 25px 10px 0px 0px;
		padding: 0px;
	}
	/* -- Google Search box -- */
	#banner #navigation #searchbox {
		float: right;
	}
	#banner #navigation #searchbox label {
		display: none;
	}
	#banner #navigation #searchbox {
		background: url(/images/searchbox-red.gif) no-repeat;
		height: 23px;
		margin: 20px 0px 0px;
		padding: 0px;
		width: 136px;
	}
	#banner #navigation #searchbox form {
		margin: 0px;
		padding: 0px;
	}
	#banner #navigation #searchbox input.searchbox {
		border: 0px solid #000000;
		color: #990000;
		font-size: 0.8em;
		height: 13px;
		margin: 2px 0px 0px 6px;
		padding: 3px 0px 0px;
		width: 106px;
	}
	#banner #navigation #searchbox button.searchbutton {
		background: url(/images/searchbutton.gif) no-repeat;
		border: 0px;
		font-size: 0.5em;
		height: 23px;
		margin: 1px 0px 0px 2px;
		padding: 0px;
		text-indent: -9999px;
		width: 20px;
	}

/* ---- Infofooter Bar ---- */
#infofooter {
	border-top: 1px solid #000000;
	background-color: #666666;
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 0px;
	min-height: 14px;
	padding: 2px 0px;
	text-align: center;
}
	#infofooter p {
		font-size: 1em;
		margin: 0px;
		padding: 0px;
	}
	#infofooter hr {
		display: none;
	}
	#infofooter #weberror {
		background: url(/images/error.gif) no-repeat;
		float: left;
		height: 14px;
		margin: 0px;
		padding: 0px;
		width: 120px;
	}
		#infofooter #weberror a {
			display: block;
			height: 14px;
			text-decoration: none;
			text-indent: -9999px;
			width: 100px;
		}
	#infofooter #askquestion {
		background: url(/images/question.gif) no-repeat;
		float: right;
		height: 14px;
		margin: 0px;
		padding: 0px;
		width: 120px;
	}
		#infofooter #askquestion a {
			display: block;
			height: 14px;
			text-decoration: none;
			text-indent: -9999px;
			width: 120px;
		}
	#infofooter #date {
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
	}
	#infofooter a:link, #infofooter a:visited, #infofooter a:hover {
		color: #000000;
		text-decoration: none;
	}

/* ---- Footer ---- */
#footer {
	background: #FFFFFF;
	border-top: 5px solid #000000;
	clear: both;
	color: #666666;
	font-size: 70%;
	margin: 0px;
	overflow: auto;
	padding: 0px 0px 30px;
}
	#footer a {
		color: #666666;
	}
	#footer #address {
		float: left;
		margin: 15px 20px;
	}
	#footer #ushe {
		background: url(/images/ushe-white.gif) no-repeat;
		float: right;
		font-size: .5em;
		height: 24px;
		margin: 15px 20px;
		text-indent: -9999px;
	}
	#footer #ushe a {
		display: block;
		height: 20px;
		width: 368px;
	}
	
/* --- Emergency Alert --- */
#alert {
	background: #FFC;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 10px;
}
	#alert h1 {
		margin: 10px;
		padding: 0px;
	}
	#alert p {
		margin: 10px;
		padding: 0px;
	}
