/* CSS Document */
/* Styles for OSU title bar, created by OSU web master */

#skippagenav
{
position: absolute;
top: -200px;
left: -200px;
background: red;
z-index: 3;
}

.hidden { display: none; }

/* * * * * * * * * * 
Ohio State masthead style. September 2004.
For more information see: http://www.osu.edu/resources/
* * * * * * * * * */

#masthead
{
	width: 92%;
	position: relative;
	line-height: 100%;
	background: #d1d1d1 url(../Graphics/gradient.jpg) no-repeat left top;
	font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
	border: 2px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;

}
h1.masttitle, h2.masturl
{
margin: 0px;
float: left;
position: relative;
padding: 8px;
font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
font-size: 100%;
line-height: 100%;
font-weight: normal;
}
h1.masttitle {
	padding-left: 11px;
	padding-right: 11px;
	background-color: #990000;
	border-right: 1px solid #ccc;
}
h1.masttitle a, h2.masturl a
{
text-decoration: none;
color: white;
font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
font-weight: normal;
}

h1.masttitle a:hover
{
color: #F9F7DC;
text-decoration: underline;
}
h2.masturl a:hover
{
	color: #F9F7DC;
	text-decoration: underline;
}
h1.masttitle a:visited
{
color: white;
text-decoration:none;
font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
font-weight:normal;
}
h2.masturl a:visited {
	color: white;
	text-decoration: underline;
	font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#mastnavigation
{
float: right;
padding: 4px 0px 0px;
margin: 0px;
font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
font-size: 100%;
line-height: 100%;
font-weight: normal;
text-align: right;
}

#mastnavigation ol
{
display: inline;
margin-bottom: 0;
list-style-type: none;
color: #fff;
margin-right: 6px;
}

#mastnavigation ol li
{
display: inline;
}

#mastnavigation ol li img { vertical-align: middle; }

#mastnavigation ol li a
{
color: #222;
padding: 0em 5px;
text-decoration: none;
border-right: 0px solid #ccc;
font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
font-weight: normal;
}

#mastnavigation ol li a:hover
{
background: #eee;
color: black;
}
br.clearall {
	clear: both;
	overflow: hidden;
	padding: 0px;
	margin: 0px;


}

/* * * * * * * * * * * * * * * * * * * * 
<hr> tag hack for more ie 5,6.x compatibility. found here:
http://www.sovavsiti.cz/css/hr.html
* * * * * * * * * * * * * * * * * * * */

div.hr
{
margin-top: 1px;
width: 90%;
height: 1px;
background: #D5D5E6 url() no-repeat scroll center;
margin-bottom: 0px;
}

div.hr hr { display: none; }

/* to hide label from Camino browser */
.label { display: none; }
/* * * * * * * * * * * * * * * * * * 
Page title
* * * * * * * * * * * * * * * * * */

#title
{
background: white;
margin: 0px;
margin-top: 13px;
width: 90%;
margin-bottom: 3px;
}

#title img
{
margin-right: 9px;
vertical-align: middle;
}


/* ****************
unused for now...
******************/

.replace
{
position: relative;
margin: 0px;
padding: 0px;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */
}

.replace span
{
display: block;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
/*for Opera 5 and 6*/
}

