/* CSS Document */
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	background: url('/Images/Background.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.background {
	height: 962px;
	width: 896px;
}

.mainContainer {
	height: 861px;
	width: 896px;
}

.menuPositioner
{
    position: absolute; 
	top: 10px;
	left: 0px;
	width: 100%;
}

.menuMainContainer 
{
    width: 900px;
}

.menuContainer 
{
    padding: 170px 0px 0px 0px;
    width: 896px;
    text-align: left;
}

.contentContainer {
	padding: 170px 0px 30px 0px;	
	text-align: left;
}

#header {
	text-align: right;
}

#headerBar 
{
	text-align: left;
	overflow: hidden;
	padding-top: 23px;
	border: solid 1px #ffffff; 
	border-left: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
}

* html #headerBar  
{
	text-align: left;
	padding-top: 23px;
	padding-left: 5px;
}

*:first-child+html #headerBar  
{
	text-align: left;
	padding-top: 23px;
	padding-left: 2px;
}

#Arrow
{
    cursor: pointer;
}

.logos {
	border: solid 1px #CCCCCC;
	height: 115px;
	margin: 8px 3px 5px 3px;
}

.surveyLink a {
	color: #444444;
}

.surveyLink a:hover {
	color: #ec008c;
}

.errorMsg {
	color: #ec008c;
	text-align: center;
	padding: 10px;
}

.extLinks {
	text-align: center;
	font-weight: bold;
}

.extLinks li {
	display: inline;
	margin-left: 40px;
	margin-right: 40px;
}

.directLink a {
	color: #666666;
	text-decoration: none;
}

.mediaLink a {
	color: #666666;
	text-decoration: none;
}

.caresLink a {
	color: #666666;
	text-decoration: none;
}

.directLink a:hover {
	color: #aed3f0;
}

.mediaLink a:hover {
	color: #21446c;
}

.caresLink a:hover {
	color: #ed1334;
}




