* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	}
body,html {
	background-color: #fff;
	}
img {
	border: 0px;
	}
h1 {
	font-size: 14pt;
	width:560px;
	color: #624E33;
	margin: 5px 0 10px;
	}
h2 {
	font-size: 12px;
	}
a {
	color: #5F605B;
	}
a:hover {
	color: #7f7f7f;
	}
li {
	background-image: url('../images/arrow2.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	list-style-type: none;
	}
	
p {
	margin: 0 0 1em;
}
/***************************************
id
***************************************/
#container {
	width: 782px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}
#navcontainer {
	margin: 4px 0;
	height: 25px;
	}
#content {
	background-color: #fff;
	padding: 5px;
	}
#footer {
	padding-top: 3em;
	}
#footer, #footer span {
	color: #636039;
	font-family: Times, serif;
	text-align: center;
	}
#footer a {
	color: #5E4F3C;
	text-decoration: none;
	}
#footer a:hover {
	color: #AF9C83;
	text-decoration: underline;
	}
#footer span {
	font-size: 14pt;
	color: #483A17
	}
#locator {
	border: 1px solid #6D5C3C;
	text-align: left;
}
#locator td {
	padding: 4px 8px;
}
#locator_results{
	margin: 2px;
	border-collapse: collapse;
	border: 1px solid #604b2e;
}
#locator_results th {
	background-color: #604b2e;
	color: #fff;
}
#locator_results th,#locator_results td{
	padding: 4px;
}
/*************************************
class
*************************************/
.front_table {
	background-color: #DCD5CB;
	border: 1px solid #6A5C3F;
	padding: 0;
	}
.image_left {
	float: left;
	margin-right: 10px;
	}
.image_right {
	float: right;
	margin-left: 10px;
	}
.footer_links {
	width: 782px;
	height: 18px;
	background-color: #F5F3F4;
	text-align: center;
	border-top: 1px solid #6D5C3C;
	border-bottom: 1px solid #6D5C3C;
	padding-top: 2px;
	}
.footer_links a {
	padding: 0 13px;
	}
.floorplan_note {
	font-size: 8pt;
	font-style: italic;
	}
	
.locatorbold {
	font-weight: bold;
}
/***********************************
nav
***********************************/
#nav {
	
}

#nav ul {
	float: left;
	list-style: none;
	background: white;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #6D5C3C;
}

#nav a {
	display: block;
	color: #6D5C3C;
	text-decoration: none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li {
	float: left;
	padding: 0;
	background-color: #fff;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#nav li li {
	margin: 0;
	padding: 0;
}

#nav li ul a {
	display: block;
	width: 10em;
	border: 1px solid #6D5C3C;
	border-top: none;
	border-collapse: collapse;
	margin: 0;
	padding: 3px 6px;
}
#nav li ul a.firstitem { border-top: 1px solid #6D5C3C; }
#nav li ul ul { margin: -1.6em 0 0 -11.2em; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background-color: #F5F3F4;
}

#nav li:hover, #nav li.sfhover { background-color: #F5F3F4; }

/**************************************
thumbnail viewer
**************************************/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F5F3F4;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px !important;
top: -50px;
left: -150px; /*position where enlarged image should offset horizontally */
}

.galleryImg {
	padding: 3px;
	margin: 5px;
	border: 1px solid #ccc;
	background: #999;
	width: 80px;
	height: 80px;
}