﻿/* Style file for all headers that are common to all pages. */

/* Div style definitions */
#wrapper {
	position: relative;
	width: 950px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}

#wrapper #header {
	position: relative;
	width: 950px;
	height: 70px;
	z-index: 2;
	background-color: #366DAE;
	background-image: url('../images/header_grad_ytile.png');
	background-repeat: repeat-y;
}

#wrapper #header #univName {
	position: absolute;
	left: 60px;
	top: 25px;
	width: 300px;
	height: 21px;
	z-index: 3;
}

#wrapper #header #headNavMenu {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 350px;
	height: 21px;
	z-index: 3;
}

#wrapper #labName {
	position: relative;
	width: 950px;
	height: 100px;
	z-index: 2;
}

#wrapper #navBar {
	position: relative;
	width: 950px;
	height: 35px;
	z-index: 2;
	background-color: #8A1414;
}

#wrapper #navBar #navMenu {
	position: absolute;
	width: 500px;
	height: 20px;
	z-index: 3;
}

#wrapper #navBar #gradient {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 950px;
	height: 15px;
	z-index:2;
	background-image: url('../images/nav_grad_xtile.png');
	background-repeat: repeat-x;
}

#wrapper #subNavBar {
	position: relative;
	width: 950px;
	height: 35px;
	z-index: 2;
	background-color: #EFEDF1;
	
}

#wrapper #mainBody {
	position: relative;
	width: 930px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
	z-index: 2;
	background-color: #FFFFFF;
}

#wrapper #mainBody a:link {
	color: #8a1414;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #mainBody a:visited {
	color: #8a1414;
	text-decoration: none;
}

#wrapper #mainBody a:hover {
	color: #8a1414;
	text-decoration: underline;
}

#wrapper #redDiv {
	position: relative;
	width: 950px;
	height: 5px;
	background-color: #8A1414;
	z-index: 2;
}

#wrapper #bottomGraphic {
	position: relative;
	width: 950px;
	height: 46px;
	background-color: #4E4E4E;
	background-image: url('../images/page_footer.png');
	background-repeat: no-repeat;
	z-index: 2;
}

#wrapper #bottomGraphic #footerNav {
	position: absolute;
	left: 490px;
	top: 12px;
	width: 450px;
	height: 21px;
	z-index:3;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#copyRight {
	position: relative;
	width: 940px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	z-index: 1;
}

#clear {
	clear: both;
}

