#top {
	margin:0px;
	padding:5px;
	height:81px;
	/*background-color:#600;*/
	background: url(http://www.msstate.edu/web/includes/maroon-vert-gradient.gif) repeat-x top left;
	color:#fff;
	text-align:right;
	position:relative;
	border-bottom:6px solid #808080;
	font-family:Arial, sans-serif;
	font-size:1em !important;		/* For every other browser */
	font-size:100%;						/* IE 6 Fix */
}

#top #logolink {
	color:#fff;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:345px;
	height:91px;
	z-index:990;
	background:url(http://www.msstate.edu/web/visualid/Web/2008_MSU_logo_web_horiz_whiteontrans.gif) no-repeat top left;
}
*+#logolink {
	background:url(http://www.msstate.edu/web/visualid/Web/2008_MSU_logo_web_horiz_whiteontrans.png) no-repeat top left !important;
}
#top>/**/#logolink {
	background:none;
	background:url(http://www.msstate.edu/web/visualid/Web/2008_MSU_logo_web_horiz_whiteontrans.png) no-repeat top left !important;
}

#top span {
	display:none;
}

#box {
	border:1px solid #000;
	background:#fff url(http://www.msstate.edu/web/searchshadow.gif) no-repeat top right;
	padding:1px;
	margin:0px 5px;
}

#box:focus {
	border:1px ridge #888;
}

#go {
	font-size:90%;
	margin:0px;
}

#topright {
	margin:0px;
	padding:0px;
	position:absolute;
	right:5px;
	bottom:0px;
	vertical-align:bottom;
	margin-left:180px;
	height:38px;
}

/*	The syntax for the next four declarations is VERY important! */

#top>/**/#topright {		/* This tells modern browsers to act normal... */
	width:auto !important;
}

*+#topright {	/* This is an IE7 fix that is counteracted by the declaration above in modern browsers. */
	margin-right:0px;
	width:200%;
}

#topright #toplinks {	/* Needed for IE and non-modern browsers */
	position:absolute;
	bottom:0px;
	right:0px;
	float:none;
	margin-bottom:0px;
}

#topright>/**/#toplinks {	/* Works for modern browsers, non-IE (Mozilla, Opera...) */
	z-index:1000;
	float:right !important;
	list-style:none;
	margin:0px;
	height:1.4em;
	padding:0px;
	position:relative !important;
}

#toplinks li {
	float:left;
	position:relative;
	z-index:1001;
	background-color:#600;
	margin:0px;
	margin-left:0.3em;
}

#toplinks a {
	margin-left:0.6em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:0.85em;
}

#toplinks a:link {
	color:#fff;
	text-decoration:none;
}

#toplinks a:active {
	color:#fff;
	text-decoration:none;
}

#toplinks a:visited {
	color:#e2e2cf;
	text-decoration:none;
}

#toplinks a:hover {
	color:#ccf;
	text-decoration:none;
}

#toplinks a:visited:hover {
	color:#aad;
	text-decoration:none;
}

#top img { display:none; }

#hazard {
	background:#fcff00;
	font-size:.9em;
	width:100%;
	text-align:center;
}

#hazard img {
	border:0px;
}

#hazard a { 
	font-size:75%;
}

#hazard p {
	padding: 3px 3px 3px 3px;
	margin:0px;
	font-weight:bold;
	color:red;
}

#skipnav
	{
	display:none;
	}
	
#footer
	{
	clear: both;
	margin: 0;
	padding: .5em 0px;
	background-color: #e2e2cf;
	border-top: 1px solid #600;
	font-family:Arial, sans-serif;
	font-size: 100%;
	text-align: center;
	}

#footer p, #footer ul
	{
	margin: 0;
	}

#footer ul {
	text-align:center;
	width:670px;
	margin:0px auto;
	padding:0px;
}	

#footer li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #600;
}

#footer .newLine {
	list-style-type:none;
	clear:both;
	border-left:0px;
	padding-left:0px;
}

#footer #firstLine {
	margin-bottom:5px;
}

#counter {font-size: 60%; text-align: center; color: #999999; clear:both; }


/* This is a @media block specifying print styles. */
@media print {

	#top * {
		display:none;
		background-color:transparent !important;
		background-image:none !important;
		text-align:center;
	}
	#top img { 
		display:block !important;
		height:0.75in;
		margin:0px;
	}
	
	#top { 
		width:auto;
		height:0.85in;
		border-bottom:5px solid #808080;
	}
		
	#counter {
		display:none;
	}
	
	#footer ul li {
		display:none;
	}
	
	#footer .important {
		display:inline;
		padding:0px;
		border:0px;
	}
}

