/*custom OSU css */
body
{
	background: #eaebeb;
	line-height: 1.5;
	margin: 0px 0pt;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p { line-height: 1.4em; }
.small { font-size: 0.95em; }

div.osu-template
{
	width: 954px;
	background: transparent;
	margin: 0px auto .5em auto;
	padding: 0px;
}

.osu-margin-top { margin-top: 1em; }

/* OSU Header */
div.osu-header
{
	background: #fff;
	padding: 35px 0pt;
	max-height: 32px;
}

div.osu-header h1
{
	color: #2D2D2D;
	font-size: 2.5em;
	font-weight: bolder;
	line-height: 1;
	margin: 0pt;
	margin-bottom: 0.5em;
	padding: 0pt;
}

/* OSU Main Navigation */
div.osu-nav
{
	overflow: hidden;
	width: 954px;
	padding: 2px 0pt 0pt;
}

div.osu-nav ul
{
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 1px 13px 0 0;
	padding: 0px;
}

div.osu-nav ul li, div.osu-nav ul li.last
{
	background: transparent no-repeat scroll left top;
	float: left;
	margin: 0pt;
	padding: 0pt 0pt 0pt 2px;
}

div.osu-nav ul li:hover, div.osu-nav ul li a:hover
{
	cursor: pointer;
	color: #000;
}

div.osu-nav ul li a, div.osu-nav ul li.last a
{
	background: #FFFFFF no-repeat scroll right top;
	display: block;
	font-size: 1em;
	margin: 0pt;
	padding: 0.5em 10px 0.5em 6px;
	vertical-align: baseline;
}

div.osu-nav ul li.last a { background: #fff no-repeat top right; }

/* OSU footer */
div.osu-footer
{
	background: transparent url(../../osu-template-resources/images/footer-bg.png) no-repeat scroll top left;
	margin-top: 5px;
}

div.osu-footer div.container
{
	background: transparent none repeat scroll 0%;
	padding-top: 1.5em;
}

div.osu-footer p.small
{
	line-height: 130%;
	margin: 0;
}

div.osu-footer .span-2 { width: 73px; }

p#osu-footer-logo
{
	background: transparent url(../../osu-template-resources/images/osu-logo.png) no-repeat scroll left top;
	border: 0px solid;
	display: block;
	height: 68px;
	width: 67px;
}

p#osu-footer-logo span
{
	height: 1px;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 1px solid;
}

a
{
	color: #155593;
	text-decoration: none;
}

h5 { margin-bottom: .5em; }

li
{
	line-height: 100%;
	padding-bottom: 3px;
}

div.osu-template fieldset { padding: 0em; }
div.osu-template label { font-weight: normal; }