﻿* {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
}
body, html {
	color: #000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 13pt;
	height: 100%;
	min-width: 760px;
}
html {
	background: white url('Images/fill_left.gif') repeat-y;
}
body {
	font-size: 70%;
}
p {
	padding: 7px 0 7px 0;
}
a {
	color: #000099;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h1 a, #header h2 {
	color: #fff;
}
.clear {
	clear: both;
	height: 0;
}
#mainContainer {
	width: 100%;
	min-height: 100%;
	text-align: left;
	background: url('Images/fill_right.gif') right repeat-y;
}
* html #mainContainer {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	background: White url('Images/Top_Collage.jpg') top right no-repeat;
}
div#nav {
	padding-top: 5px;
	background: #517DBC;
}
/**************************
CONTENT
**************************/
.outerContainer {
	background: url('Images/fill_top.gif') repeat-x;
}
.outer {
	padding-left: 30px;
	background: url('Images/top_corner_left.gif') top left no-repeat;
}
.wrapper {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	background: url('Images/top_corner_right.gif') top right no-repeat;
}
div#content {
	margin-right: 200px;
}
div#contentContainer {
	width: 100%;
	float: left;
	margin-right: -200px;
}
/**************************
RIGHT COLUMN
**************************/
div#right {
	width: 175px; /* 200px minus padding */
	padding-left: 20px;
	padding-right: 5px;
	float: right;
}
/**************************
FOOTER
**************************/
div#footerContainer {
	width: 100%;
	height: 60px;
	margin-top: -60px; /* By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. */;
	background: #517DBC url('Images/fill_bottom.gif') repeat-x;
}
div#footerOuter {
	width: 100%;
	height: 60px;
	background: url('Images/bottom_corner_left.gif') top left no-repeat;
}
div#footerWrapper {
	width: 100%;
	height: 60px;
	background: url('Images/bottom_corner_right.gif') top right no-repeat;
}
div#copyright {
	position: absolute;
	background: url('Images/Footer.jpg') no-repeat center;
	width: 100%;
	height: 30px;
	bottom: 0px;
}
/*******************************************************************************************************************************************************************
/*******************************************************************************************************************************************************************
Styles
*******************************************************************************************************************************************************************/
.text {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.Ltext {
	color: #006600;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.title {
	color: #ff8448;
	font-size: 16px;
	font-weight: bolder;
}
.subtitle {
	color: #517dbc;
	font-size: 12px;
	font-weight: bold;
}
.subtitle A:visited {
	color: #517dbc;
	font-size: 12px;
	font-weight: bold;
}
.subtitle A:hover {
	color: #ff8448;
	font-size: 12px;
	font-weight: bold;
}
.loc {
	color: #517dbc;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.bluesmall {
	color: #86a5ce;
	font-size: 10px;
}
.whitesmall {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.menulink {
	color: #003366;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}
.menulink A:visited {
	color: #003366;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}
.menutext {
	color: #003366;
	font-size: 11px;
	line-height: 16px;
}
.bluetext {
	color: #86a5ce;
	font-size: 12px;
	line-height: 20px;
}
.orangetext {
	color: #ff8448;
	font-size: 12px;
	line-height: 20px;
}
A:hover {
	color: #ff8448;
}
div.Spacer {
	overflow: hidden;
	width: 1px;
	height: 1px;
}
.slideshow {
	position: relative;
	width: 70%;
	height: 360px;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto;
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	z-index: 1;
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,duration=3,enabled=false);
}

