body {
	margin: 0;
	background-color: #80a3b7;
	text-align: center;
	font: .7em/200% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* heading styles 
------------------------------------------------------------*/
h1 {
	color: #80a3b7;
	font-size: 160%;
}

h2 {
	color: #80a3b7;
	font-weight: normal;
	font-size: 120%;
}

/* link styles 
------------------------------------------------------------*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/* layout styles 
-----------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 770px;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	text-align: center;
	width: 770px;
}
#content {
	clear: both;
}
.padding {
	margin: 5px 0px 5px 5px;
}
.paddingright {
	margin: 0px 5px 0px 0px;
}
.contentpad {
	padding: 20px;
}
.pdf {
	margin: 0 0 10px 0; padding-left: 24px;
	float: left;
	background: url(images/file_acrobat.gif) no-repeat 0 50%;
}

#renderings, #map, #floorplans, #features, #prices {
	margin: 20px 0;
}

#renderings table {
	width: 100%;
	line-height: 110%;
}
#renderings td {
	padding-bottom: 20px;
	width: 33%;
	vertical-align: top;
	text-align: center;
}

#floorplans table {
	width: 100%;
	clear: both;
	line-height: 100%;
}
#floorplans td {
	padding-bottom: 20px;
	text-align: center;
}

#nav ul {
	margin: 0; padding: 0 10px;
	float: left;
	width: 750px;
	background: #96AD95;
	border-bottom: 1px solid #999;
}
#nav li {
	margin: 0; padding: 0;
	display: inline;
	list-style: diamond;
	font-size: 120%;
	font-family: Georgia, serif;
}
#nav li a {
	margin: 0; padding: 5px 25px 5px 15px;
	float: left;
	background: #96AD95 url(images/nav_off.gif) no-repeat 0 50%;
	color: #fff;
}
#nav li a:hover, #nav li a.selected {
	text-decoration: none;
	background:  url(images/nav_on.gif) no-repeat 0 50%;
}

#features td {
	vertical-align: top;
}

#leftcolumn {
	margin: 9px;
	float: left;
	width: 182px;
}
#rightcolumn {
	margin: 9px;
	width: 541px;
	float: right;
	padding: 5px;
	background-color: #E8F6FF;
}
#title {
	padding: 10px 0px 5px 0px;
}
#contacts td {
	width: 33%;
	padding-top: 10px;
	vertical-align: top;
}
.mapimage {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.mapimage:hover {
	background: #ddd;
}
#siteplan table {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#siteplan th {
	border-bottom: 1px solid #ccc;
}
#siteplan th, #siteplan td {
	padding: 3px;
	text-align: center;
}
#siteplan tr.alt td {
	background: #f7f7f7;
}

#siteplan tr.over td, tr:hover td {

}

.caption {
	font-size: 90%;
	color: #ccc;
}
#footer {
	padding: 10px 0px 30px 0px;
	clear: both;
	text-align: center;
}
#equal {
	float:right;
	padding: 0px 5px 5px 5px;
}

/* typography 
-------------------------------------------------------*/
.name {
	color: #000000;
}
#footer {
	font-size: 9px;
}