* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #005189;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

#background {
	background-color: #6aaac6;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	min-height: 500px;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#header {
	background-color: #005189;
	background-image: url(images/header_bg.jpg);
	text-align: center;
	padding-top: 17px;
	padding-bottom: 18px;
}

#menu {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-right: 50px;
	padding-left: 50px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	margin-right: 10px;
}
#menu a {
	display: block;
	font-size: 12px;
	line-height: 32px;
	padding: 0px 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
/*	letter-spacing: 0.1em;	*/
}
#menu li.selected {
	background: url(images/menu_tab_left.gif) no-repeat left top;
}
#menu li.selected a {
	background: url(images/menu_tab_right.gif) no-repeat right top;
	color: #000000;
}
#menu a:hover{
	background: url(images/menu_hover.gif) repeat-x top;
}

#content {
	background-color: #FFFFFF;
	padding-top: 45px;
	padding-right: 60px;
	padding-left: 60px;
}
#content h1 {
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: f36f21;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 12px;
}
#content a {
	color: #00518B;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #00518B;
}
#content .contacts {
	float: left;
	width: 185px;
	margin-top: 20px;
	margin-bottom: 35px;
}
#content ul.tableHeader {
	width: 370px;
	list-style-type: none;
}
#content ul.tableHeader li {
	float: left;
	text-align: center;
	background-image: url(images/table_header_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: 1px;
	margin-bottom: 1px;
	background-position: top;
	width: 73px;
}
#content ul.tableBody {
	width: 370px;
	list-style-type: none;
}
#content ul.tableBody li {
	float: left;
	text-align: center;
	background-image: url(images/table_body_bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: 1px;
	margin-bottom: 1px;
	background-position: top;
	width: 73px;
}
#content .tableBody .fullwidth {
	width: 369px;
}
#content ul.levels {
	list-style-type: none;
}
#content ul.levels li {
	float: left;
	background-image: url(images/levels_bg_off.gif);
	background-position: bottom;
	background-color: #FFFFFF;
	padding: 0px;
	border-bottom: solid 2px #ffffff;
}
#content ul.levels li:hover, #content ul.levels a:hover {
	background-image: url(images/levels_bg_on.gif);
	background-position: bottom;
	background-color: #FFFFFF;
	padding: 0px;
}
#content #columnLeft {
	width: 375px;
	margin-right: 15px;
	float: left;
}
#content #columnRight {
	width: 375px;
	float: left;
	margin-left: 15px;
}
#content #columnFull {
}
.nowleasing {
	background-image: url(images/nowleasing.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 280px;
	min-height: 280px;
}
#contentImages .space {
	margin: 0px 15px;
}
#contentImages {
	background-image: url(images/introimages_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contentImages p {
	color: #00518B;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 4px;
}

#water {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 240px;
	height: 240px;
}

#footer {
	width: 860px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 105px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer .floatleft {
	margin-right: 20px;
	margin-top: 1px;
}
#footer p {
	font-size: 9px;
	color: #FFFFFF;
	line-height: 11px;
}
.floatleft {
	float: left;
}
.hidden {
	display: none;
}
.clearfloat { 
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0;
}
.blue {
	color: #00518B;
}
