* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
   background-color: #003366;
	text-align: center;
	font-size: 95%;
	font-family:"Times New Roman", Times, serif;
	margin-top: 30px; 
	color: #847361; /* warm gray */
}

a:link, a:visited {
   color: #003366;
   text-decoration: none;
}

a:hover, a:active {  
  color: #003366;
  text-decoration: none;
}

#container {
	border: none;
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	background: #fff url(images/body-bkgd.jpg) repeat-y;
}


#header {
   height: 110px;
	background: #f5f7f6 url(images/header-new.jpg) no-repeat left 40px;
	margin-left: 100px;
	padding-bottom: 30px;
}

#content {
	text-align: left;
	color: #847361; /* warm gray */
	padding-top: 10px;
	float: left;
	position: relative;
	width: 846px;
	background: #fff url(images/watermark.jpg) no-repeat left bottom;
	min-height:500px;
   height:auto !important;
   height:500px;
	padding-bottom: 40px;
}

#content h1, h2 {
	color: #003366;
	margin-bottom: 4px;
	font-weight: bold;
}

img.title {
	padding-bottom: 18px;
	display: block;
	border: none;
}

#content h1 {
	font-size: 1.2em;
}

#content h2 {
	font-size: 1.1em;
	padding-top: 12px;
	margin-left: 62px;
	font-weight: normal;
}

#content p {
   font-size: 1.1em;
	margin: 0px 92px 10px 62px;
	line-height: 1.1em; 
	text-align: justify;
}

#content p.level1 {
   font-size: 1.1em;
	margin: 0px 92px 10px 82px;
	line-height: 1.2em; 
}


hr {
	background-color: #847361;
	color: #847361;
	height: 1px;
	border: 0;
	margin:10px 10px 10px 20px;
}

div.divider {
	border-bottom: 1px solid #847361;
	width: 96%;
	margin:10px 10px 10px 20px;
}

.highlight {
	color:#003366;
	font-weight: normal;
}

#content ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

#content li {
	padding-top: 4px;
}

/*  navigation on the left */
#leftnav {
	float: left;
	width: 96px;
	text-align: left;
	margin-top: 10px;
	padding-left: 14px;
	background-color: #f5f7f6;
	color: #003366;
	font-size: 1em;
	font-weight: normal;
/*	text-transform: uppercase; */
	overflow: hidden;
}

#leftnav ul {
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

#leftnav li {
	margin-top: 0px;
	margin-bottom: 16px;
}

#leftnav img {
	border: none;
}

/*  navigation on the bottom */
#bottomnav {
	text-align: center;
	margin-top: 40px;
	margin-left: 10px;
	font-size: .7em;
	text-transform: uppercase;
   padding-bottom: 0px;
	position: absolute;
	bottom: 10px;
	left:150px
}

#bottomnav ul {
	margin-left: 0px;
	padding-left: 0;
	margin-bottom: 6px;
	list-style: none;
}

#bottomnav li {
	margin-top: 0px;
	margin-bottom: 16px;
	display: inline;
}

#bottomnav li a {
	color: #847361;
}

#bottomnav img {
	padding-right:8px; padding-left: 8px;
}

#footer {
	font-size: .6em;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	color: #fff;
	width: 760px;
	padding: 6px 10px 10px 10px;
}


table.property {
	color: #003366;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 30px;
	width: 90%;
	margin-left: 62px;
}

table.property td {
	border-right:1px solid #847361;
	border-bottom: 1px solid #847361; 
	padding: 3px;
}


table td.propertyHeader {
	color: #ffffff;
	font-weight: bold;
	background-color: #003366;
	border: none; border-bottom: 4px solid #ffffff;
	padding: 4px;
	margin-top: 0;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	height: 20px;
	
}
table td.propertySubHeader {
	background-color: #9d8b79;
	color: #003366;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	font-size: 10px;
	border-right: 1px solid #ffffff;
}

table td.photoCol {
	border: none;
	padding: 0;
	margin: 0;
	width: 160px; padding-right: 10px;
}

table td.firstCol {
 border-left:1px solid #847361; 
}

#content div.propertySection h2 {
	font-weight: bold;
}

div.propertySection img {
	/*margin-right: 6px;  */
	border: 3px solid #003366;
}

div.propertySection img.noPhoto {
	border: none;
}

table.property td.propertyFootnote {
	text-transform: none;
	text-align: left;
	font-size: 12px;
	border: none;
	color: #847361;
}

table.property td.propertyFootnote a {
	font-weight: bold;
	text-decoration: underline;
}

/*
td.propertyFootnote a:link, td.propertyFootnote a:visited {
	color: #847361;
}

td.propertyFootnote a:hover, td.propertyFootnote a:active {
	color: #847361;
	text-decoration: underline;
}
*/

#footer p {
	margin: 4px 0 4px 0;
}
