﻿body, form
{
	margin:0px 0px 0px 0px;
}


.Global
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.Header
{
	background-color:#035ba5;
	background-image:url(../img/Header_BG.jpg);
	background-repeat:repeat-x;
	width:900px;
	min-height:148px;
	
	_height:148px;
}

.Header .Logo
{
	background-image:url(../img/Logo.jpg);
	min-height:142px;
	width:282px;
	float:left;
	margin-top:6px;
	cursor: hand;
	cursor: pointer;
	
	_height:142px;
}

.Header .MenuArea
{
	float:left;
	width:618px;

}

.Header .MenuArea .TopMenu
{
	min-height:25px;
	color:White;
	margin-left:25px;
	_height:25px;

}

.Header .MenuArea .TopMenu input
{
	border:solid 1px #a5a5a5;
}

.Header .MenuArea .TopMenu a
{
	font-family:Arial;
	font-size:11px;
	color:White;
}

.Header .MenuArea .TopMenu .GlobalNav
{
	margin-left:30px;
	float:left;
	margin-top:4px;
	
}

.Header .MenuArea .MainMenuArea
{
	min-height:121px;
	_height:121px;

}

.Footer
{
	background-image:url(../img/Footer_BG.jpg);
	min-height:187px;
	_height:187px;
	
	font-family:Arial;
	font-size:11px;
	color:Black;
}

.Footer a
{
	font-family:Arial;
	font-size:11px;
	color:Black;
}


.Footer .GlobalNav
{
	float:right;
	margin-right:80px;
	margin-top:15px;
}

.Footer .FooterText
{
	text-align:center;
	margin-top:40px;
}


.Home .HomeBanner
{
	background-image:url(../img/HOmePageBannerBG.jpg);
	background-color:#015aa4;
	width:900px;
	min-height:254px;
	_height:254px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:0px;
}

.GradientDivider
{
	width:900px;
	height:11px;
	background-image:url(../img/GradientDivider.jpg);
	background-repeat:repeat-x;
	
	
}

.Home .GradientDivider
{
	margin-top:7px;
}

.MainContent
{
	margin-top:25px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:40px;
}

.MainContent .LeftContent
{
	float:left;
	width:236px;
	margin-right:30px;
}

.MainContent .RightContent
{
	float:left;
	width:500px;
	
	background-image: url("../img/BottomLeft_BG.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	
	padding-left:20px;
	padding-bottom:20px;
}

.MainContent .BreadCrumb
{
	position:relative;
	left:268px;
	width:500px;
}

.SocialMediaBadges
{
	padding-top:20px;
	padding-bottom:20px;
}
