/*custom OSU css */

body

{

	background: #ffffff url('../images/yellowgrad.png') repeat-x;

	line-height: 1.5;

	margin: 5px 5pt;

	border-style: solid;



}



h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 2em; }

h2 { font-size: 1.3em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1.1em; }

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;

	border-right: #9fa66f 1px solid;

	border-left: #9fa66f 1px solid;

	border-top: #9fa66f 1px solid;

	border-bottom: #9fa66f 1px solid;

}



.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: url('../images/main-nav/left-default.png') no-repeat left top;

	float: left;

	margin: 0pt;

	padding-left:2px; padding-right:0pt; padding-top:0pt; padding-bottom:0pt

}



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 url('../images/main-nav/right-default.png') no-repeat right top;

	display: block;

	font-size: 1em;

	margin: 0pt;

	vertical-align: baseline; padding-left:6px; padding-right:10px; padding-top:0.5em; padding-bottom:0.5em

}



div.osu-nav ul li.last a { background: #fff url('../images/main-nav/right-default-last.png') no-repeat top right; }



/* OSU footer */

div.osu-footer

{

	background: url('../images/footer-bg.png') no-repeat top left;

	border-top: #64734D 2px solid;	

}



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: 230px; }



p#osu-footer-logo

{

	background: url('../images/osu-logo.png') no-repeat left top;

	border: 0px solid;

	display: block;

	height: 68px;

	width: 226px

}



p#osu-footer-logo span

{

	height: 1px;

	left: 0pt;

	overflow: hidden;

	position: absolute;

	top: -500px;

	width: 1px;

}



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; }