body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #005CBF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#preload {
	position: absolute;
	height: 5px;
	width: 5px;
	left: 0px;
	top: -250px;
}

#wrapper {
	position: relative;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
}
#wrapper #dropleft {
	background-image: url(images/dropleft.png);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 2;
	height: 680px;
	width: 30px;
	left: -28px;
	top: 0px;
}
#wrapper #dropright {
	background-image: url(images/dropright.png);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 2;
	height: 680px;
	width: 30px;
	left: 738px;
	top: 0px;
}

#toparea {
	position: relative;
	height: 213px;
	width: 740px;
	z-index: 1;
}
#toparea #layouttop {
	position: relative;
	height: 187px;
	width: 548px;
	left: 0px;
	top: -26px;
	z-index: 1;
}
#menuarea {
	position: relative;
	width: 192px;
	z-index: 1;
	line-height: 0px;
}

#menuarea #btnhome a {
	background-image: url(images/btn_home.jpg);
	height: 27px;
	width: 192px;
	display: block;
}
#menuarea #btnhome a:hover {
	background-image: url(images/btn_home_h.jpg);
	display: block;
	height: 27px;
	width: 192px;
}
#menuarea #btnmeetstaff a {
	background-image: url(images/btn_meetstaff.jpg);
	display: block;
	height: 27px;
	width: 192px;
}
#menuarea #btnmeetstaff a:hover {
	background-image: url(images/btn_meetstaff_h.jpg);
	display: block;
	height: 27px;
	width: 192px;
}
#menuarea #btnfindus a {
	background-image: url(images/btn_findus.jpg);
	display: block;
	height: 26px;
	width: 192px;
}
#menuarea #btnfindus a:hover {
	background-image: url(images/btn_findus_h.jpg);
	display: block;
	height: 26px;
	width: 192px;
}
#menuarea #btncontactus a {
	background-image: url(images/btn_contactus.jpg);
	display: block;
	height: 27px;
	width: 192px;
}
#menuarea #btncontactus a:hover {
	background-image: url(images/btn_contactus_h.jpg);
	display: block;
	height: 27px;
	width: 192px;
}


#menuarea #fillerspace {
	height: 0px;
	width: 192px;
	background-color: #0E2984;
	z-index: 1;
}

#mainarea {
	padding: 4px;
	width: 540px;
	position: absolute;
	background-color: #FFFFFF;
	left: 192px;
	top: 187px;
	z-index: 1;
}
#mainarea .leftpad {
	padding-top: 20px;
	padding-left: 30px;
	z-index: 1;
}
#footer {
	text-align: center;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0e2984;
	color: #FFFFFF;
	z-index: 1;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer a {
	color: #FEFE48;
}
#mainarea #map_canvas {
	width: 500px;
	height: 300px;
	border: 2px solid #002d5e;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#frmdirections {
	height: 25px;
	width: 500px;
}
#submit {
	color: #fefe48;
	background-color: #0e2984;
	font-size: 14px;
	font-weight: bold;
}
.stafftablecol {
	width: 33%;
	text-align: center;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 25px;
	padding-left: 3px;
	vertical-align: top;
}

label   {
	display: block;
	float: left;
	width: 100px;
	margin-top: 4px;
	text-align: right;
	margin-right: 3px;
}

.field {
	width: 170px;
	margin-top: 3px;
}

