body
{
	margin: 0;
	padding: 0;
	background-color: #00152D;
	background-image: url("images/body.gif");
	background-repeat: repeat-x;
	font: 13px arial;
}

div#page
{
	width: 784px;
	margin: 0;
	padding: 0;
}

div#top
{
	width: 784px;
	height: 85px;
	margin: 0;
	padding: 0;
}

img#skyline
{
	position: absolute;
	top: 40px;
	left: 552px;
}

div#menu
{
	position: absolute;
	top: 85px;
	left: 0;
	width: 192px;
	margin: 32px 0 0 0;
	padding: 0;
}

.menu:link, .menu:visited,.menu:active
{
	display: block;
	border-top: 1px solid white;
	padding: 5px 0 5px 5px;
	background: #577E92;
	font: 14px arial, sans-serif;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

div#submenu
{
	margin: 27px 0 17px 0;
}

.submenu:link, .submenu:visited, .submenu:active
{
	font: bold 13px arial, sans-serif;
	text-decoration: none;
}

.submenu:hover
{
}

/*CONTENT*/
img#thumb
{
	position: absolute;
	top: 10px;
	left: 495px;
	z-index: 3;
	border: 1px solid white;
}

img#thumb2
{
	position: absolute;
	top: 10px;
	left: 598px;
	z-index: 3;
	border: 1px solid white;
}

img#thumb3
{
	position: absolute;
	top: 10px;
	left: 700px;
	z-index: 3;
	border: 1px solid white;
}
h1
{
	position: absolute;
	top: -20px;
	left: 185px;
	width: 390px;
	height: 40px;
	z-index: 2;
	
	margin: 0;
	border: 1px solid white;
	padding: 34px 15px 0 0;
	background-color: #577E92;

	font: bold 28px arial, sans-serif;
	color: white;
	text-transform: uppercase;
	text-align: right;
}

div#content
{
	position: absolute;
	top: 65px;
	left: 192px;
	width: 567px;
	margin: 0;
	border-left: 1px solid white;
	padding: 90px 10px 0 15px;
	background-color: white;
	background-image: url("images/skyline.gif");
	background-repeat: no-repeat;
}


h1:first-letter
{
	font: bold 36px arial,  sans-serif;
}

h1.home
{
	font: italic 24px georgia, serif;
	font-weight: bold;
	text-align: center;
}

h2
{
	clear: both;
	margin: 15px 0 0 0;
	font: italic 24px georgia, serif;
	color: #8D4047;
}

h3
{
	margin: 15px 0 0 0;
	font: bold 15px arial, sans-serif;
	color: #8D4047;
}

p
{
	margin: 15px 0 0 0;
}

a, a:link, a:visited, a:active
{
	color: #00234B;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
}

img
{
	border: 0;
}

img.building
{
	float: right;
	clear: right;
	
	margin: 10px 5px 0 20px;
	border: 1px solid black;
}

img.highlight
{
	float: right;
	margin: 5px 0 0 20px;
	border: 1px solid black;
}

.properties
{
	position: absolute;
	border: 1px solid #8D4047;
}

form, fieldset
{
	clear: none;
	margin: 0;
	border: none;
	padding: 0;

}

hr
{
	border: 1px solid #8D4047;
}

ul.square {
	padding-left: 20px;
}

ul.square li {
	list-style-type: square;
}

li
{
	margin-top: 6px;
}

dl {
	padding-left:20px;
}

dt {
	font-weight:bold;
	margin-top:6px;
}

div.highlight
{
	float: right;
	width: 300px;
	margin: 15px 0 0 20px;
	padding: 0 0 3px 0;
	font: 13px arial;
	color: white;
}

div.highlight h2
{
	width: 290px;
	margin: 0;
	padding: 2px 0 4px 5px;
	background: url("images/h3.gif");
	background-repeat: no-repeat;
	font: bold 14px georgia, serif;
	color: #ffffff;
}

div.highlightcontent
{
	width: 300px;
	margin: 0;
	border-top: 1px solid #D9D9D9;
	padding: 0 0 5px 0;
	background: #8D4047;
	font: 13px arial;
}
div.highlight p
{
	margin: 6px 0 0 9px;
}

div.highlight a:link, div.highlight a:visited, div.highlight a:hover, div.highlight a:active
{
	color: white;
}

div#pmleft
{
	float: left;
	width: 280px;
}

div#pmright
{
	float: right; 
	width: 280px;
}

div.unitdescription
{
	width: 567px;
	margin: 25px 0 0 0;
	border: 2px solid #8D4047;
	background: white;
}

div.unitdescription img
{
	float: right;
	clear: right;
	width: 265px;
	margin: 7px 7px 7px 0px;
	border: 1px solid #8D4047;
}


/*FOOTERS*/
p#siteby
{
	clear: both; 
	text-align: center; 
	font: 12px arial, sans-serif;

}

p.copyright
{
	clear: both; 
	margin: 1px 0 0 0;
	text-align: center;
	font: 11px arial, sans-serif;
}


