/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* STRUCTURE */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.bodyDiv {
	width:947px;
	margin:0 auto;
}

div.header {
	height: 212px;
	background-repeat: no-repeat;
}



div.nav {
	height: 40px;
	background-image: url(../img/hd_bkg_nav.gif);
	font-size: 13px;
	text-transform: uppercase;
}

div.content {
	margin-left: 64px;
	width: 576px;
	float: left;
	margin-top: 30px;
}

div.row {
	width: 192px;
	font-size: 11px;
	margin-top: 30px;
	float: left;
	margin-left: 114px;
}

div.deepmap {
	position: absolute;
	left:  640px;
	top: 210px;
	z-index: 1000;
}

div.footer {
	border-bottom: 4px solid #97c000;
	background-color: #fff;
	width: 100%;
	padding-top: 55px;
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	height: 25px;
	/*position:absolute;
	bottom: 10px;*/
		
}