/* CSS Document */
body {
	padding: 0;
	margin: 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 760px;
}
h1 {
	font-size: 16px;
}
a img {
  border: 0;
}

#layout {
  /* width: 760px; */
}


#logo {
	background-color: #007524;
	vertical-align: top;
	/* Remarked until unified layout
	padding-top: 3px;
	*/
}
#logo img {
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ffffff;
}

#header {
  text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	width: 630px;
}

#left {
 background-color: #007524;
}

#nav {
 background-color: #007524;
 color: white;
 text-align: center;
 width: 130px;
 /* Remarked until unified layout
 padding: 0 5px 5px 5px;
 */
}
#nav h1 {
	font-size: 13px;
	width: 100%;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#nav h1#management, #nav h1#area, #nav h1#packages {
	padding-top: 1em;
	border-top: 1px dotted white;
}
#nav ul {
	text-align: left;
	list-style-type: none;
	margin: 0 0 1em 10px;
	padding: 0;
}
#nav ul li {
	margin-left: 0;
	font-size: 13px;
	font-weight: bold;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav address {
	font-size: 11px;
	text-align: center;
}

#main {
  font-family: "Comic Sans MS", cursive;
	padding: 10px;
	background-color: white;
	vertical-align: top;
}
p.legal {
	font-size: 11px;
}
#main #location {
	font-weight: bold;
	text-align: left;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
#main #nickname {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
}
#main #stats {
	float: left;
}
#main #pricerange {
	text-align: center;
	float: right;
}
#main #description {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 610px;
	clear: both;
}
#main #images td.col1 {
	padding: 0 3px 3px 0;
}
#main #images td.col2 {
	padding: 0 0 3px 3px;
}

#navfooter {
	background-color: #007524;
}
#footer {
  text-align: center;
	font-size: 11px;
	background-color: white;
}

#headingImage {
	text-align: center;
}

/* The Listings Charts */
#legend, .listings, #listingsMenu {
	margin-bottom: 1.5em;
	font-size: 12px;
}
#legend caption, .listings caption, #listingsMenu caption {
	background-color: #007524;
	font-size: 14px;
	color: white;
	text-align: left;
	padding: 3px 10px;
	font-weight: bold;
}
.listings tbody th {
	font-weight: normal;
}

/* Row Mouseover Highlighting */
.listings a {
	text-decoration: none;
}
.listings a:hover {
	text-decoration: underline;
}
tr.ruled {
	background-color: #EAEAC4;
}
tr.ruled a {
	text-decoration: underline;
}

/* Listings Table Colum Formatting */
.listings thead th {
	font-size: 10px;
}
.colProperty, .colLegend, .colPics, .colDescription {
  padding-top: 3px;
	padding-bottom: 3px;
}
.colProperty, .colLegend, .colPics {
	text-align: center;
}
.colLegend {
	padding: 0;
}
.colLegend img {
	vertical-align: bottom;
	border: 0;
}
.colDescription {
	text-align: left;
	padding-left: 10px;
}
.colPics {
  padding-left: 1em;
}

/* The Listings Footer 'By Area' Menu */
#listingsFooter {
	margin-top: 1.5em;
}
#listingsFooter td {
	font-size: 11px;
}
#listingsFooter a {
	display: block;
	padding: 3px 10px;
	text-align: center;
}
#listingsFooter a:hover {
	background-color: #FFFFCC;
}

