body
{
	background-color: #00426C;
	margin: 0;
	padding: 0;
}

/* Header Area */
#logoStrip_bottom, #logoStrip_top
{
	background-color: #004B7C;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	height: 160px;
}
#logoStrip_bottom
{
	top: 75px;
	position: relative;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}
#logoStrip_top
{
	position: absolute;
	top: 49px;
	width: 100%;
}
#logoStrip
{
	position: relative;
	top: -29px;
	left: 1px;
}
#logo
{
	float: left;
	margin-left: 33px;
}
#banner
{
	float: right;
	overflow: hidden;
	width: 570px;
	height: 190px;
	-webkit-border-radius: 15px 0px 0px 0px;
	-moz-border-radius: 15px 0px 0px 0px;
	border-radius: 15px 0px 0px 0px;
	border: 1px black solid;
}
#mainDiv
{
	position: relative;
}
#mainBackground
{
	position: absolute;
	top: 25px;
	width: 100%;
}
#mainBackground_rel
{
	position: relative;
	padding-top: 22px;
	height: 28px;
	border: 1px black solid;
	border-bottom: none;
	
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}


/* Content Area */
#mainContent
{
	position: relative;
	top: 75px;
}
#mainContent>.wrapper
{
	border: 1px black solid;
	border-top: none;
	padding-bottom: 25px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 px 20px;
	border-radius: 0 0 20px 20px;
}
#LeftArea
{
	float: left;
	width: 285px;
}
#RightArea
{
	float: right;
	width: 570px;
}
#contentArea
{
	padding: 0 15px;
	min-height: 330px;
}
.contactArea
{
	margin-top: 60px;
	margin-right: 15px;
}
.footer
{
	width: 850px;
	text-align: center;
	padding-top: 10px;
}

/* Navigation */
#navArea
{
	width: 570px;
	height: 40px;
	border: 1px black solid;
	position: relative;
	top: -1px;
	left: -1px;
	
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
	
	background: #faab14; /* Old browsers */
	background: -moz-linear-gradient(top, #faab14 0%, #fa8715 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faab14), color-stop(100%,#fa8715)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #faab14 0%,#fa8715 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #faab14 0%,#fa8715 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #faab14 0%,#fa8715 100%); /* IE10+ */
	background: linear-gradient(top, #faab14 0%,#fa8715 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faab14', endColorstr='#fa8715',GradientType=0 ); /* IE6-9 */
}
#navMenu
{
	margin: 0 20px;
	padding: 0;
}
#navMenu li
{
	margin: 0;
	padding: 11px;
	list-style-type: none;
	display: inline-block;
}


/* Utility Classes*/
.wrapper
{
	width: 870px;
	background-color: white;
}
.center
{
	margin: 0 auto;
}
.clearDiv
{
	clear: both;
}