﻿/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-image: url('../images/backstripes.jpg');
	background-repeat: repeat;
}
#printLogo{
	display: none;
}
#master_div {
	margin: 0px auto;
	width: 790px;
}
#masthead {
	background-image: url('../images/Shuh_Website_01.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	padding: 0px 0px 0px 10px;
}
#top_nav {
	background-image: url('../images/Shuh_Website_02.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 162px;
}
#page_content {
	background-image: url('../images/Shuh_Website_03.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #fff;
	padding: 10px;
}
#footer {
	background-image: url('../images/Shuh_Website_05.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 39px;
	padding: 0px 0px;
	text-align: center;
	font-size: x-small;
	color:gray;
}
h1 {
	margin: 5px 0px;
	font-size: 20px;
	color: #7097BB;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 5px 0px;
	font-size: 16px;
	color: #ED1B34;
	font-family: Arial, Helvetica, sans-serif;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
/*--------------------------------
	Links
--------------------------------*/
a {
	color: #386188;
}
a:active {
	color: #7097BB;
}
a:visited {
	color: #5980A5;
}
a:link {
	color: #7097BB;
}
a:hover {
	color: #ED1B34;
}
/*--------------------------------
	Menu System
--------------------------------*/
#navcontainer ul {
	padding-left: 0px;
	margin-right: 3px;
	margin-top: 58px;
	background: #386188 url('../images/menu_background.jpg') repeat-x;
	color: #F7F7F7;
	height: 27px;
	float: right;
	width: 588px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li#active a {
	background: url('../images/menu_side.jpg') no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#navcontainer ul li a {
	padding: 7px 14px 0px 14px;
	/*width: 70px;*/
	color: #F7F7F7;
	text-decoration: none;
	float: left;
	border-right: 1px solid #3B648A;
	height: 20px;
}
#navcontainer ul li a:hover {
	background-color: #369;
	color: #fff;
}
#navcontainer ul li#active a:hover {
	background: url('../images/menu_side.jpg') no-repeat;
	background-position: left center;
	padding-left: 15px;
	background-color: #369;
	color: #fff;
}

