/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

input,select,label,table,tr,td {
	font-size: 100%;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/*------------------ LAYOUT -------------------*/
#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -477px;
	margin-top: -298px;
	width:955px;
	height:596px;
}

#tile {
	position: absolute;
	left: -2000px;
	bottom: -968px;
	width: 4000px;
	height: 1000px;
	background: #f1ddca url(../images/tile-top.gif) top repeat-x;
	z-index:7;
}

h1 {
	display: none;
}

#nav {
	position: absolute;
	left: 0px;
	bottom: -8px;
	width: 100%;
	height: 32px;
	text-align: center;
	z-index:8;
}

#nav ul {
	display: inline;
}

#nav ul li {
	display: inline;
	list-style: none;
	margin-right: 7px;
	padding-right: 7px;
	height: 31px;
	background: url(../images/nav-bg.gif) right no-repeat;
}

#nav ul li.last {
	background: none;
}

#nav ul li a {
	color: white;
	font-family: Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	margin-right: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.active a,
#nav ul li a:hover {
	color: #e4bc96;
}

#content {
	position: absolute;
	left: 215px;
	top: 23px;
	height: 363px;
	z-index:8;
	line-height: 14.1px;
}

#mainImage {
	position: absolute;
	left: 124px;
	top: -16px;
	width: 714px;
	height: 580px;
	z-index:7;
}

#leftArrow, #rightArrow {
	position: absolute;
	top: 157px;
	height: 108px;
	width: 47px;
	z-index: 10;
}

#leftArrow {
	left: 29px;
}

#rightArrow {
	left: 588px;
}

#titles {
	position: absolute;
	left: 328px;
	width: 12px;
	bottom: 234px;
}

#title1, #title2 {
	float: left;
	clear: both;
	margin-bottom: 7px;
	width: 12px;
}

/*------------------ PROP MANAGEMENT -------------------*/
body.about-us #content {
	top: 11px;
}

/*------------------ PROP MANAGEMENT -------------------*/
body.quality-property-management #content {
	left: 0px;
	top: 66px;
	height: auto;
	width: 955px;
	text-align: center;
}

body.quality-property-management #content h2 {
	clear: both;
	font-size: 18px;
}

ul#homeList {
	float: left;
	padding: 0px;
	margin: 0px 0px 55px 73px;
}

ul#homeList li {
	float: left;
	display: inline;
	list-style: none;
	width: 145px;
	padding-right: 5px;
	margin-right: 15px;
	border-right: 1px solid #8c8c8c;
	position: relative;
	height: 375px;
	text-align: left;
}

ul#homeList li h3 {
	color: #8f0000;
	margin-bottom: 7px;
	font-size: 14px;
}

ul#homeList li img {
	margin-bottom: 7px;
}

ul#homeList li p {
	line-height: 17px;
	font-size: 95%;
}

ul#homeList li.last {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

ul#homeList div.avail {
	position: absolute;
	bottom: 0px;
	width: 125px;
	height: 56px;
	background: url(../images/avail-bg.gif) no-repeat;
	color: #8f0000;
	font-weight: bold;
	font-size: 110%;
	
}

ul#homeList div.avail span {
	position: relative;
	top: 11px;
	left: 12px;
	line-height: 17px;
}

ul#homeList div.avail.black {
	color: black;
}

/*------------------ TEXT -------------------*/
a {
	color: #8F0000;
}

a:hover {
	color: #8C8C8C;
}
p {
	margin: 0px;
}
