/* 
 *  light green: #c4e5d4
 #  dark green:  #669080
 *  
 */

body {
	background-color: #c4e5d4;
	margin: 2px 0;
	padding: 0;
	font: 76%/1.4em Tahoma, Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color: #666;
}
li { line-height: 1.9em; }
a { color: #881b0b; text-decoration: none; }
a:hover { color: #c00; }
a.line { text-decoration: underline; }
a img { border: 0; }
hr.prop {
	clear: both; visibility: hidden;
}
table { border-collapse: collapse; }
#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 740px;
	position: relative;
	background: url(/images/wrapper_bg.gif) repeat-y;
}

#header {
  position: relative;
  clear: both;
	height: 270px;
	display: block;
	background: url(/images/header_bg.jpg) top right no-repeat;
}

#header h1, #header p { display: none; }

#aeromove { position: absolute; top: 12px; left: 250px; width: 120px; }

#nav {
	display: block;
	background: url(/images/nav_bg.gif) no-repeat;
	width: 118px;
	padding: 10px 2px 0 70px;
	height: 270px;
}

#nav ul {
	list-style-type: none;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	
	margin: 0;
	padding: 0;
}

#nav li { line-height: 1.5em; }
#nav a { 
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	height: 20px; 
	color: #ccddd0;
	text-decoration: none;
}

#nav a:hover { 
	color: #fff;
}


#nav li.current a, #nav li.current a:hover {
	color: #333;
    cursor: default; 
	}

#main { 
  position: relative;
  padding: 0 0 0 190px;
  margin: 0;
  clear: both;
	background: url(/images/sidebar_bg.gif) 0 0 repeat-y;
	width: 550px;
}

#sidebar {
  display: inline;
  float: left;
	width: 170px;
	padding: 0 10px;
	margin-left: -190px;
	position: relative;
}

#sidebar ul {
	
	padding: 0 0 10px 0;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #c4e5d4;
	list-style-type: none;
}

#sidebar li {
	padding: 5px 0;
	margin-bottom: 1px;
	
}

#sidebar a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: none;
}

#contact p {
	margin: 0;
	color: #333;
}
#contact p.bold {
	font-weight: bold;
	margin-top: 5px; 
	 }

#contact img { margin: 0 18px; }
#contact img.logo { margin: 7px 0 0 5px; }
#contact a {
	font-weight: normal;
	color: #c00;
}
#contact a:hover { color: #900; }
#page {
  display: inline;
  float: left;
  position: relative;
  width: 510px;
	background: #fff;
	padding: 0 20px 20px;
}

#footer {
  position: relative;
	clear: both;
	height: 30px;
	margin: 0 -10px 0 -200px;
	background: url(/images/footer_bg.gif) no-repeat;
}
h2, h4 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: .1em; }
h4, h5 { color: #666; }
h5 { font-size: 120%; text-align: center; }
h2 { font-size: 160%; color: #69c; margin-left: 10px; }
dt { font-weight: bold; }
dd { margin-bottom: 3px; }

table#listings { width: 500px; }
table#listings td { padding: 3px; border-bottom: 1px solid #69c;}
table#listings td.pic { width: 25%; text-align: center; }
table#listings td.data { width: 50%; vertical-align: top; padding-left: 25px; }
table#listings td.data ul { margin: 0px; padding: 0px; }
table#listings td.data li { list-style-type: none; margin: 0px; padding: 0px; line-height: 1.3em}
table#listings td.extras { width: 25%; vertical-align: middle; line-height: 1.5em; }
li.bold { color: #000; font-weight: bold; }

table#sold { width: 300px; margin-left: 100px; }
table#sold td { padding: 3px; }
td.address { width: 80%; }
td.sold {
	width: 20%;
	color: #c00;
	font-variant: small-caps; 
}


.container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .container {
	display: inline-block; 
	width: 100%;
}

.container {
  min-height: 0;
}

* html .container {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
