﻿/* -------------------------------- Common Styles -------------------------------- */
/* Link Styles */
a:Link, a:Visited
{
	color: #0033cc;
	text-decoration: underline;
}
a:Hover, a:Active
{
	color: black;
	text-decoration: none;
}

/* Default Styles */
body
{
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 10px;
	background-image: url(/images/layout/bg.gif);
	background-repeat: repeat-x;
	background-color: #ECE9D8;
}
.requiredFormField
{
	color: Red;
	font-weight: bold;
}
.smallButton
{
	color: #31415B;
	background-color: #FFFFFF;
	border: 1px solid #3861A1;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
}

/* Header Styles */
#headerBar
{
	background-image: url(/images/layout/topBar.gif);
	background-repeat:no-repeat;
	width: 960px;	
	height: 10px;
}
#headerContainer
{
	position: relative;
	width: 958px;
	height: 82px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #990000;
}
#logoContainer
{
	position: absolute;
	left: 10px;
	top: 0;
	width: 300px;
	height: 85px;
	vertical-align: top;
}
#headerRight
{
	position: absolute;
	top: 0;
	right: 0;
	width: 638px;
	height: 85px;
	text-align: right;
}
#topLinks
{
	position: absolute;
	top: 0;
	right: 32px;	
	font: 11px 'Trebuchet MS' , Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
a.topLink:Link, a.topLink:Visited
{
	color: #C00004;
	text-decoration: none;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.topLink:Hover, a.topLink:Active
{
	color: #DEA83B;
	text-decoration: none;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#webInfoSearch
{
	position: absolute;
	top: 20px;
	right: 10px;	
}
#webInfoSearchText
{
	position: relative;
	font: 9px Tahoma, Arial, Helvetica, sans-serif;
	color: #004F6E;
}
#webInfoSearchBox
{
	position: relative;
	top: 3px;
	height: 22px;
}
/* Top Navigation Styles */
#topNavBar
{
	position: absolute;
	top: 63px;
	right: 0;
	width: 600px;
	height: 20px;
}
#topNavBarCorner
{
	position: absolute;
	top: 0px;
	right: 580px;	
}
#topNavBarLinks
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	width: 580px;
	background-color: #990000;
	vertical-align: middle;
}
a.topNavLink:Link, a.topNavLink:Visited
{
	float: right;
	padding: 3px 7px;
	color: #FFFFFF;
	text-decoration: none;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.topNavLink:Hover, a.topNavLink:Active
{
	float: right;
	padding: 3px 7px;
	color: #F2D428;
	text-decoration: none;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
img.topNavSeperator
{
	width: 1px; 
	height: 20px;
	float: right;
}
/* Footer Styles */
#footerContainer
{
	background-color:#FFFFFF;
	width: 938px;
	padding: 10px 10px 0 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	overflow: auto;
	clear: both;
	font-size: 10px;
}
#footerBar
{
	background-image: url(/images/layout/bottomBar.gif);
	background-repeat:no-repeat;
	width: 960px;	
	height: 10px;
}
#copyright
{
	width: 50%;		
	float: left;
	text-align:left;
}
#footerLinks
{
	width: 50%;	
	float: right;
	text-align:right;
}
/* Error and Confirmation messages styles */
.errorMsg
{
	color: #990000;
	font-weight: bold;	
}
.confirmationMsg
{
	color: Green;
	font-weight: bold;	
}