@charset "utf-8";
body {
	background: #ffffff;
	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;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 100%;
}

.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 615px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtr #header {
	background-attachment: fixed;
	background-color: #FFF;
	position: relative;
	height: 125px;
	padding-top: 10px;
	width: 100%;
	padding-bottom: 0px;
	clear: both;
}
.oneColFixCtr #sidebar_properties {
	background-attachment: fixed;
	background-color: #FFF;
	position: relative;
	height: 615px;
	padding-top: 10px;
	width: 170px;
	padding-bottom: 0px;
	clear: left;
	float: left;
}

.oneColFixCtr #Link_Content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	width: 100%;
}
.oneColFixCtr #sofa_Content {
	padding-top: 145px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	position: relative;
	height: 135px;
	width: 335px;
}
.oneColFixCtr #sofa_Content_long {
	padding-top: 365px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	position: relative;
	height: 135px;
	width: 335px;
}

.oneColFixCtr #main_Content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	float: left;
	width: 550px;
	height: 275px;
}
.oneColFixCtr #residents_Content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	width: 432px;
	height: 271px;
	clear: right;
	background-image: url(images/residents_LGframe.jpg);
}
.oneColFixCtr #residents_sofa {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
	height: 200px;
	clear: both;
}
.oneColFixCtr #residents_menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 518px;
	height: 270px;
	clear: left;
}


.oneColFixCtr #properties_Content {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 63px;
	float: right;
	width: 715px;
	height: 615px;
	background-image: url(images/properties_map.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	clear: right;
	position: relative;
}
.oneColFixCtr #Listings_Content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	float: left;
	width: 910px;
	height: 375px;
}



.oneColFixCtr #footer {
	position: relative;
	height: 19px;
	width: 949px;
	padding-top: 3px;
	z-index: 6;
	clear: both;
	margin-top: 5.px;
	margin-top: 10px;
	text-align: center;
	background-color: #E4E4E4;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtr #footer_cities {
	position: relative;
	height: 18px;
	width: 949px;
	padding-top: 0px;
	z-index: 6;
	clear: both;
	margin-top: 5.px;
	margin-top: 0px;
}

.map_lrg {
	margin-left: 90px;
	border: 0;
}


.header_image {
	left: 0px;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
	height: auto;
	position: relative;
	color: #999;
	padding: 1px;
}
#apDiv2 {
	position:absolute;
	left:690px;
	top:225px;
	width:189px;
	height:112px;
	z-index:1;
}


#content {
	background-color: #FFF;
	padding: 3em;
	margin:0.2em 2em;
}
/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow_container {
	height: 153px;
	width: 261px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 51px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	position: inherit;
	display: block;
	position: relative;
	z-index: 0;
}

.slideshow_container {
	height: 153px;
	width: 261px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 51px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	position: inherit;
	display: block;
	position: relative;
	z-index: 0;
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 98%;
	height: 260px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	margin: 0em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
