﻿/** header styles **/
#headerContainer
{
	height:135px;
	width:100%;
	background-image:url('Images/topShade.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#CCCC33;
}
#headerContainer2
{
}
#headerLogoContainer
{
	float:left;
	width:307px;
	height:115px;
}
#headerControlsContainer
{
	float:right;
	width:377px;
	color:#006FAD;
	background-image:url('Images/headerTopRight.gif');
	background-position:right top;
	background-repeat:no-repeat;
	text-align:right;
	padding:35px 1em 0px 0px;
}
#headerControlsContainer a:hover
{
	color:#FFFFFF;
}
#headerSearchContainer
{
	padding-top:15px;
}
#searchBox
{
	font-size:85%;
}
/** end header styles **/


/** main nav bar styles **/
#navigationContainer
{
	position:absolute;
	top:115px;
	left:0px;
	z-index:100;
	width:129px;
	background-color:#006FAD;
	padding:15px 0px;
}
/** end main nav bar styles **/


/** content styles **/
#contentContainer
{
	position:relative;
	top:-20px;
	border-left:solid 129px #006FAD;
	padding:2em;
	z-index:1;
}
#pageControlsContainer
{
	padding:1.5em 0.5em;
}
#breadcrumbContainer
{
	float:right;
}
/** end content styles **/


/** footer styles **/
#footerContainer
{
	clear:both;
	color:#333333;
	font-size:80%;
	text-align:left;
	position:relative;
	left:129px;
	margin:1em 4em 1em 0px;
	border-top:solid 1px #333333;
	padding-left:4em;
}
/** end footer styles **/


/** form styles **/
.loginForm
{
	margin-left : 40px;
	width : 48em;
}
.registerForm
{
	margin-left : 20px;
	width : 48em;
}
.passwordRecoveryForm
{
	margin-left : 40px;
	width : 48em;
}
.profileForm
{
	margin-left : 20px;
	width : 50em;
}
/** form styles **/

.searchHeader
{
	background-color:#316497;
	color:#EEEEFF;
	font-weight:bold;
}
.searchHeader a
{
	color:#EEEEFF;
}

.clear
{
	clear:both;
}
