﻿/* Default basestyle */

/* Imports */
/*@import url("/stylesheets/navigation.css");*/




/* Layout */
body
{
	background-color: #8c8c8c;
}

#outerShadow
{
	margin: 0px auto;
	width: 972px;
	background-image: url(/images/backgrounds/outer-shadow.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

#header,
#footer
{
	position: relative;
	width: 960px;
	height: 188px;
	margin: 0px auto;
	background-image: url(/images/backgrounds/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#topNav
{
	position: absolute;
	top: 0px;
	left: 321px;
}

#header a.button
{
	background-image: url(/images/buttons/orange-button.gif);
	background-repeat: no-repeat;
	width: 67px; /* 90 */
	height: 45px; /* 55 */
	padding-left: 23px;
	padding-top: 10px;
	display: inline-block;
	font-family: Arial, Sans-Serif;
	font-size: 0.80em;
	font-weight: bold;
	color: #0E2750;
	background-color: inherit;
	text-decoration: none;
}

#header a.button:hover
{
	color: #fff;
	background-color: inherit;
}

#officeHours
{
	position: absolute;
	width: 315px;
	top: 40px;
	right: 40px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #fff;
	background-color: inherit;
}

#footer
{
	position: relative;
	width: 960px;
	height: 117px;
	background-image: url(/images/backgrounds/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer .copyright, #footer .webDev
{
	font-family: Arial;
	color: #fff;
	background-color: inherit;
	font-size: 8pt;
}

#footer .copyright
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#footer .webDev
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}

#footerShadow
{
	margin: 0px auto;
	width: 972px;
	height: 13px;
	background-image: url(/images/backgrounds/footer-shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div.textWrapper
{
	width: 848px;
	margin: 0px auto;
}



/* Typography */
h1,
h2,
h3,
h4
{
	font-family: Arial, Sans-Serif;
	letter-spacing: -1pt;
	color: #1b325f;
	font-size: 17pt;
	font-weight: bold;
	margin-bottom: 0.50em;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 12pt;
}

h4
{
	font-size: 10pt;
}

p
{
	font-family: Arial, Sans-Serif;
	color: #000;
	font-size: 9pt;
	margin-bottom: 1em;
	line-height: 12pt;
}

a
{
	color: #009;
	background-color: inherit;
}

a:hover
{
	color: #E68D00;
	background-color: inherit;
}

a.webCredit
{
	color: #E38C00;
	background-color: inherit;
}