/* CSS Document */

*
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003399;
}

a {  color: #003399; text-decoration: none;  }
a:hover, a:active {  text-decoration: underline;  }

div#main 
{
	width: 800px;
	margin: auto;
}

div#top 
{
	position: relative;
	width: 800px;
	height: 150px;
	background-image:url("images/RLTitle.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}

div#logo
{
	float: left;
	background-image: url("images/wvuitlogo.gif");
	background-repeat: no-repeat;
	background-position: right center;
	width: 359px;
	height: 73px;
	margin-top: 20px;
	padding-left: 60px;
}

div#pic1, div#pic2, div#pic3
{
	float: right;
	width: 85px;
	height: 85px;
	margin-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

div#pic1 { background-image: url("images/circlestudent4.jpg"); }
div#pic2 { background-image: url("images/circlestudent5.jpg"); }
div#pic3 { background-image: url("images/circlestudent6.jpg"); }

img.logolink
{
	position: absolute;
	top: 25px;
	left: 60px;
	width: 355px;
	height: 65px;
	border: none;
}

div.search
{
	position: absolute;
	top: 100px;
	left: 540px;
	display: none;
}
span#searchnav, span#searchnav *
{
	color: #039;
	font-size: 14px;
}


input#search
{
	width: 100px;
	border: 2px solid #003399;
	font-size: 10px;
	/* we don't need no stinking search box */
	display: none;
}

input#go
{
	position: relative;
	top: 4px;
	height: 19px;
	width: 19px;
	/* we don't need no stinking search box */
	display: none;
}

div#navpanel
{
	width: 178px;
	background-color: #ffcc00;
	float: left;
}

div#navpanel div
{
	width: 168px;
	padding: 5px 5px;
	text-align: right;
	border-bottom: 1px solid white;
	font-weight: bold;
}

div#navpanel div *
{
	text-align: right;
	font-size: 1.1em;
}

div#navpanel div div
{
	border: none;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0;

}

div.selected
{
	background-color: #ffd87f;
}
div.selected a:hover, div.selected a:active
{
	text-decoration: none;
}

div#infopanel
{
	width: 171px;
	background-color: #ccc;
	float: right;
	font-size: 10px;
	padding-top: 15px;
	padding-left: 10px;
	background-image: url("images/AcademicsTopper.jpg");
	background-repeat: no-repeat;
	background-position: right -293px;
}

div#infopanel p:first-line
{
	font-size: 1.2em;
	font-weight: bold;
}

div#outerbody
{
	border-left: 178px solid #ffcc00;
	border-right: 181px solid #cccccc;
}

div#innerbody
{
	border-left: 5px solid #003399;
}

div#mainbody
{
	padding-left: 10px;
	padding-top: 15px;
	background-image: url("images/AcademicsTopper.jpg");
	background-repeat: no-repeat;
	background-position: -183px -293px;
}

.title
{
	font-size: 1em;
	font-weight: normal;
	font-family: 'Arial Black', Arial, sans-serif;
	color: #003399;
}

ul.programs li
{
	margin-bottom: 0.5em;
}

ul.programs
{
	list-style-image: url("/images/bullet.gif");
	padding-left: 0;
	margin-top: 0;
	margin-left: 15px;
}

a.bottom
{
	font-weight: bold;
}

h1
{
	font-size: 24px;
	font-family:  'Arial Black', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
}

h2
{
	font-size: 18px;
	font-family:  'Arial Black', Arial, sans-serif;
	font-weight: normal;
}

div.hidden
{
	height: 0;
	overflow: hidden;
}

div.hidden ul
{
	margin-top: 5px;
}

.clear
{
	clear: both;
}

ol li ol
{
	list-style-type: lower-roman;
}

div.expand
{
	color: #fff;
	overflow: hidden;
	height: 0;
}

/* Pattern Sheets */
.even { background-color: #ccc; }
table.ps { width: 98%; }
table.ps th { background-color: #fc0; }
td.ps-hours { text-align: right; }
td.ps-total { text-align: right; }
td.ps-totalhours { text-align: right; border-top: 1px solid #777; }
