* { margin:0;padding:0; }

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

h1 { color: #222222; }

div.hBar1, div.hBar2 {
	position: absolute;
	width: 100%;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	top: 50%;
}
div.hBar1 {
	height: 43px;
	margin-top: -272px; 
}
div.hBar2 {
	height: 143px;
	margin-top: 133px; 
}

div.vBar {
	position: absolute;
	width: 980px; 
	height: 100%;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	left: 50%;
	margin-left: -491px;
}

div.view {
	width: 980px; 
	height: 543px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-top: -272px; 
	margin-left: -490px;
	z-index: 2;
}


div.header {
	height: 43px;
	position: relative;
	border-top: solid 1px #999999;
	background: url(/img/headerFill.jpg) no-repeat;
}
img.logo {
	position: absolute;
	left: 5px;
	top: 3px;
}

ul.nav {
	list-style: none;
	position: absolute;
	right: 5px;
	top: 18px;
}
ul.nav li {
	float: left;
	padding-left: 12px;
}
ul.nav li a {
	color: #555555;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}
ul.nav li a:hover, ul.nav li a.on {
	color: #000000;
}

div.content {
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	height: 360px;
}

img.leasing {
	border-bottom: solid 1px #999999;
}

div.footer {
	text-align: right;
	color: #999999;
}

/*contact*/
div.contact {
	margin: 20px;
}
div.contact table {
	margin-top: 20px;
}

td {
	vertical-align: top;
}
td.left {
	width: 180px;
	text-align: right;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}
td.left strong {
	color: #222222;
	font-size: 14px;
}
td.left a {
	color: #666666;
	text-decoration: none;
}

td.right {
	width: 300px;
	padding-left: 20px;
}
td.right label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 2px 0;
}

td.right input.text {
	width: 160px;
	padding: 1px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	margin-bottom: 10px;
}

td.right textarea {
	width: 230px;
	height: 80px;
}
td.right input.btn {
	background: #000000;
	color: #ffffff;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

div.error {
	background: #f3f3f3;
	border: solid 1px #999999;
	color: #ff0000;
	padding: 2px;
	font-weight: bold;
}
