@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link, a:visited {
	color: #095A9B;
}
a:hover, a:active {
	color: #A1171B;
	text-decoration: none;
}

.layout #logo {
	height: 74px;
	width: 508px;
	position: relative;
	top: 12px;
}

.layout #container {
	width: 932px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.layout #header {
	margin: 0px;
	height: 174px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.layout  #wrapper {
	position: relative;
	background-image: url(../images/wrapperContent.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
}
.layout #maincontent {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.layout #maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 22px;
	font-weight: bold;
	color: #A1171B;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.layout #maincontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #0F7EC3;
}
.layout #maincontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 17px;
	font-weight: bold;
	color: #A1171B;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97a5ad;
	padding-bottom: 4px;
}
.layout #maincontent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #095A9B;
	line-height: 22px;
}
.layout #maincontent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0a5b95;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97a5ad;
	padding-bottom: 4px;
}
.layout  #maincontent  h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.layout #container #wrapper #maincontent #columnleft {
	padding: 5px;
	float: left;
	width: 250px;
	position: relative;
}

.layout #container #wrapper #maincontent #columncenter {
	float: left;
	width: 390px;
	padding: 5px;
	margin-left: 10px;
	position: relative;
}
.layout #container #wrapper #maincontent #columnright {
	padding: 5px;
	float: right;
	width: 185px;
	clear: right;
	position: relative;
}
.layout #container #wrapper #maincontent #secNav {
	padding: 10px;
	float: left;
	width: 185px;
	margin-bottom: 10px;
	position: relative;
	background-color: #eeeeee;
	margin-right: 10px;
}
#secNav ul {
	clear: none;
	margin: 0px;
	padding: 0px;
}
#secNav ul li {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	text-indent: 5px;
}
#secNav ul li a {
	color: #0A5B95;
	text-decoration: underline;
	padding-top: 3px;
	padding-bottom: 3px;
}
#secNav ul li a:hover, #secNav ul li a.active {
	color: #A1171B;
	text-decoration: none;
}

#secNav ul li a.active {
	color: #A1171B;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	font-weight: bold;
}

#pageContent {
	float: left;
	position: relative;
	width: 600px;
	padding: 15px;
}
#pageContentRentals {
	padding: 15px;
	float: left;
	width: 600px;
}






.layout #footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	height: 110px;
	padding: 0px;
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}


.layout #footer a:link {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.layout #footer a:visited {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.layout #footer a:hover {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-decoration: none;
}
.layout #footer a:active {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-decoration: none;
}








.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.nav-bar {
	position: relative;
	top: 50px;
	clear:both;
	overflow:hidden;
	margin:0px;
	width: 932px;
	height: 42px;
	padding:0px;
	background:url(../images/nav-bar-bg.gif) no-repeat;
}

.nav-bar ul {
	clear:both;
	overflow:hidden;
	margin:0 0 0 0px;
	padding:0;
}
.nav-bar ul li {
	float:left;
	padding:0 0px 0 0px;
	list-style:none;
}
.nav-bar ul li a {
	display:block;
	height:43px;
	overflow:hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
}
.nav-bar ul li a:visited {
font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

.nav-bar ul li a.nav-rentals {
	width:131px;
	background-image: url(../images/nav-bg1.jpg);
	background-repeat: no-repeat;
	background-position: -9999px;
}

.nav-bar ul li a.nav-management {
background:url(../images/nav-bg2.jpg) no-repeat;
width:223px;
background-position: -9999px;
}
.nav-bar ul li a.nav-about {
background:url(../images/nav-bg1.jpg) no-repeat;
width:131px;
background-position: -9999px;
}
.nav-bar ul li a.nav-community {
background:url(../images/nav-bg3.jpg) no-repeat;
width:180px;
background-position: -9999px;
}
.nav-bar ul li a.nav-sales {
background:url(../images/nav-bg1.jpg) no-repeat;
width:131px;
background-position: -9999px;
}
.nav-bar ul li a.nav-contact {
background:url(../images/nav-bg1.jpg) no-repeat;
width:131px;
background-position: -9999px;
}
.nav-bar ul li a:hover,
.nav-bar ul li a.active {background-position:0 0px;}
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #A1171B;
	margin-top: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 10px;
}
.sloganBlue {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #095A9B;
	margin-top: 10px;
	clear: both;
	padding-bottom: 5px;
}

.bgWhite {
	background-color: #FFFFFF;
}
.bgGray {
	background-color: #eeeeee;
}
.updated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A1171B;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
