/* ---------------------------------------------------
/* LANDING PAGE
/* --------------------------------------------------- */
div.landingPage {
	float:left;
	width:760px;
	height:272px;
	background:url(../images/landingMap.gif) no-repeat;
}
div.landingPage div {
	margin-top:120px;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
}
div.landingFooter {
	clear:both;
	background:url(../images/landingFooterBg.gif) repeat-x;
	text-align:right;
}
