body {
	margin: 0px;
	padding: 0px;
	font: normal 10px 'Helvetica Neue', Arial, sans-serif;
	background-color: #FFFFFF;
	behavior:url("csshover2.htc");
}
h1 { 
	font:bold 18px 'Helvetica Neue', Arial, sans-serif;
	margin:10px 0px;
	padding:0px;
}
h2 { 
	font:bold 14px 'Helvetica Neue', Arial, sans-serif;
	margin:0px;
	padding:0px;
}
p {
	padding:0px;
	margin:2px 0px 10px 0px;
}
a:link {
	color:#2A5F8C;
	text-decoration:underline;
}
a:hover:{
	text-decoration:none;
}
a:visited {
	color:#2A5F8C;
	text-decoration:underline;
}


/* -------- TOP LAYER --------- */

#topLayer {
	position:relative;
	background-color: #2A5F8C;
	width: 1070px;
	z-index: 5;
}
#topBranding {
	position:relative;
	clear:both;
	width:1070px;
	height:80px;
	z-index: 10;
}
#logo {
	width:45px;
	height:54px;
	margin: 15px 5px 10px 10px;
	float: left;
}

#tagline {
	float: left;
	margin: 15px 0px 0px 0px;
}

#homeHeading {
	position:relative;
	left:0px;
	width:507px;
	float: left;
}
#topNav {
	position:relative;
	float: right;
	margin-top: 52px;
	position: relative;
	width: 670px;
	z-index: 20;
	text-align: right;
	margin-right: 8px;
}
#topNav div.topNavButton,
#topNav div.topNavRightBar {
	position:relative;
	float:right;
	height: 14px;
	background-color: #FFCC00;
	padding: 3px 8px 0px 8px;
	text-align: center;
	font: normal 10px Arial, sans-serif;
	margin: 0px 1px;
}
#topNav div.topNavButton a:link, 
#topNav div.topNavButton a:visited, 
#topNav div.topNavButton a:hover {
	text-decoration:none;
}
#topNav div.topNavRightBar {
	width:60px;
	margin: 0px 0px 0px 9px;
	padding: 0px;
	height: 17px;
}
.menuPopup {
	position:absolute; 
	top:17px; 
	left:0px; 
	background-color:#FFCC33; 
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	border-top:solid 3px #369;
	opacity:.80;
	filter:alpha(opacity=80);
	z-index: 30;
}
.menuItem {
	border-bottom:solid 1px #69c;
	white-space:nowrap;
	padding: 2px 5px;
}
div.menuItem:hover {
	background-color:#cc9900;
	cursor:pointer;
}
.menuItem a:link, .menuItem a:visited, .menuItem a:hover {
	text-decoration:none;
	color:#036;
} 
#ourServicesPopup, #newsRoomPopup, #aboutUsPopup, #contactUsPopup {
	display:none;
	z-index: 30;
}
.menuPopup#contactUsPopup {
	left:auto;
	right:0;
}


/* ---------- MID SECTION ------------- */

#mainImages {
	position:relative;
	clear:both;
	width:1070px;
	overflow:hidden;
	height: 250px;
	z-index: 1;
}

#mainImage {
	position:relative;
	width:456px;
	float: left;
	margin: 0px 8px;
}
#rightSection {
	position:relative;
	float: right;
	width: 60px;
	background: url(../images/graphic_gradient2_bg.png) no-repeat transparent;
	height: 229px;
}
#midSection {
	position:relative;
	width:970px;
	padding: 30px 50px;
	color: #FF9600;
	font-size: 22px;
	letter-spacing: -1px;
	background-color: #FFF7B2;
	clear: both;
	z-index: 1;
}


/* ---------- CONTENT ------------- */

#content {
	position:relative;
	top:0px;
	width:930px;
	padding: 15px 70px;
	color: #346996;
	font-size: 14px;
	background-color: white;
	clear: both;
	z-index: 1;
}
#homeHeadingText {
	position:absolute;
	left:75px;
	top:41px;
	width:371px;
	height:61px;
}
.homeBoxContainer {
	float:left;
	overflow:hidden;
	width: 450px;
}
.homeBoxContainer label {
	display:block;
	height:50px;
	overflow:hidden;
	text-align:center;
	vertical-align:bottom;
	font-size: 16px;
	padding: 0;
	color: black;
}
.homeBoxContainer div#quoteContainer {
	height:360px;
	overflow:hidden;
	border:2px solid #2A5F8C;
	position: relative;
	color:black;
	cursor: pointer;
}
.homeBoxContainer div#quoteContainer div.quote {
	position: absolute;
	padding:15px;
	height: 236px;
	width: 330px;
}
.homeBoxContainer div#quoteContainer div.quote div.quoteBy {
	margin:10px 0 0;
}

#mainPageExtLinks {
	position:relative;
	width:250px;
	float: left;
	margin: 0px 50px;
}
#contactInfo {
	position:relative;
	float:left;
	width:250px;
	top: 0px;
}
.directions {
	position:relative; 
	float:left; 
	width:210px; 
	border:1px solid #336699; 
	padding:7px;
	margin:10px 0px 20px 10px;
	font-size:11px;
	font-family:Verdana;
	font:Verdana;
}
.quoteBy {
	text-align:right;
	font-weight:bold;
	margin-top:-10px;
}

/* side box */

.sideBox {
	float:right; 
	margin:45px 92px 0px 12px; 
	padding:10px; 
	width:200px; 
	background-color:#9cf; 
	border:solid 1px #369;
}
.sideBox ul {
	padding:0px; 
	margin:0px 0px 0px 30px;
}


/* ---------- FOOTER ------------ */

#footer {
	width:930px;
	background-color: white;
	color: #999;
	padding: 20px 70px;
	border-top: 40px solid #FFF7B2;
	font-size:11px;
	clear: both;
}

