* {
	padding:0px;
	margin:0px;
	line-height:100%;
}
body {
	background:url(../images/background.gif) repeat-x #fff;
	color: #555;
	font-family:"Trebuchet MS";
	font-size:11px;
}
#top {
	height:15px;
}
#top h1 {
	line-height: 15px;
	font-size:11px;
	font-weight: normal;
	color:#fff;
}
a:link {color: #666666; text-decoration:none;}
a:visited {color: #666666;text-decoration:none;}
a:hover {color: #006BB7;text-decoration:underline;}
a:active {color: #666666;text-decoration:none;}

.wrap {
	width:1000px;
	text-align:left;
}
#header {
	height:100px;
}
#logo {
	background:url(../images/logo.gif) no-repeat;
	width: 330px;
	text-indent: -9999px;
	float:left;
	display:block;
	height:100px;
}
#pagenav {
	float:right;
	width:655px;
	padding: 0 15px 0 0;
	background:url(../images/background_pagenav.gif) no-repeat;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}
#pagenav li a {
	color: #e1e1e1;
	text-decoration:none;
	margin-left:40px;
	line-height:100px;
}
#pagenav li a:hover {
	color: #fff;
}
#main {
	background:url(../images/background_wrap.gif) top no-repeat;
}
#inner {
	background:url(../images/background_footer.gif) bottom no-repeat;
	padding: 15px 30px 20px 30px;
	width:940px;
	min-height:900px;
}
/* frontpage */
#fadeshow {
	height:400px;
	margin-bottom:15px;
}
.aptsforrent {
	width:300px;
	background:url(../images/box_apartments.jpg) left;
	height:150px;
	display:block;
	text-indent: -9999px;
	float:left;
	margin-bottom:15px;
}
.homesforrent {
	width:300px;
	margin: 0 20px;
	background:url(../images/box_homes.jpg) left;
	height:150px;
	display:block;
	text-indent: -9999px;
	float:left;
	margin-bottom:15px;
}
.vacationrentals {
	width:300px;
	background:url(../images/box_vacationrentals.jpg) left;
	height:150px;
	display:block;
	text-indent: -9999px;
	float:left;
	margin-bottom:15px;
}
.aptsforrent:hover, .homesforrent:hover, .vacationrentals:hover {
	background-position: -300px 0;
}
/* content */
#leftcol {
	width: 725px;
	margin-right:15px;
	float:left;
}
#leftcol .top {
	background:url(../images/content_top.gif) no-repeat;
	height:15px;
}
.content {
	background: url(../images/content_bg.gif) repeat-y;
	padding: 0px 15px;
	min-height: 420px;
}
#leftcol .bottom {
	background:url(../images/content_bottom.gif) no-repeat;
	height:15px;
	margin-bottom:15px;
}
#rightcol {
	width:200px;
	float:right;
}
#rightcol .top {
	background:url(../images/sidebar_top.gif) no-repeat;
	height:15px;
}
#rightcol .sidebar {
	background:url(../images/sidebar_content.gif) repeat-y;
	padding: 0px 15px;
}
#rightcol .bottom {
	height:15px;
	background:url(../images/sidebar_bottom.gif) no-repeat;
	margin-bottom:15px;
}
.sidebar .left, .sidebar .right {
	width: 85px;
}

#footer {
	padding:10px 15px 10px 15px;
	width:970px;
	font-size:10px;
	color: #898989;
}
#footer a {
	color: #898989;
	text-decoration:none;
}
.mapsearch {
	background:url(../images/box_mapsearch.gif) no-repeat;
	height:150px;
	width:200px;
	display:block;
	text-indent: -9999px;
}
.mapsearch:hover {
	background-position: -200px 0;
}
/* map */
.head {
	padding: 8px 13px;
	color: #fff;
	float:left;
	background:#4184b3;
	text-decoration:none;
	font-weight:bold;
	margin: 10px 0 0 5px;
}
.head:hover {
	background-color: #e9e9e9;
	color: #555;
}
/* default */
p, h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom:10px;
}
.clear {
	clear:both;
	height:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.content p, li {
	line-height:16px;
}
/*text */
h1 {
	color: #006bb7;
	font-size: 18px;
	font-weight: normal;
}
h1 a {
	color: #006bb7;
	text-decoration:none;
}
#logo h1, #pagenav ul {
	padding:0px;
}
h2 {
	font-size:16px;
	font-weight: normal;
}
.sidebar h2 {
	color: #006bb7;
}
h3 {
	font-size:14px;
	color: #006bb7;
}
h4 {
	font-size:13px;
	color: #898989;
}
h5 {
	font-size:12px;
	color: #898989;
}
table .info td {
	font-size:12px;
}
.sidebar a {
	color: #555;
	text-decoration:none;
}
.sidebar a:hover {
	color: #006bb7;
}
td.line {
	border-bottom:1px solid #E9E9E9;
	padding-bottom:5px;
}
td h3, td h4 {
	padding:0px;
}
/* forms */
input, textarea, select {
	border:1px solid #d9d9d9;
	padding: 3px 5px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	margin: 2px 0;
}
.search {
	background:url(../images/button_search.png) left no-repeat;
	width:170px;
	height:36px;
	text-indent: -9999px;
	border:none;
}
.search:hover, .requestmoreinfo:hover {
	background-position: -170px 0;
}
.requestmoreinfo {
	background:url(../images/button_requestmoreinfo.png) left no-repeat;
	height:36px;
	width:170px;
	text-indent: -9999px;
	display:block;
}
.back {
	background:url(../images/button_back.png) left no-repeat;
	height: 30px;
	width:57px;
	text-indent:-9999px;
	display:block;
}
.back:hover {
	background-position: -57px 0;
}
form p {
	padding-bottom:5px;
}

.title_bar {
	background-color: #2183bd;
	text-align:center;
	font-size: 9pt;
	font-weight: bold;
	line-height:20px;
	height: 20px;
	color: #ffffff;
}

.bg009 {
    height:30px;
    background: url(bar.jpg) repeat-x;
	color: #FFFFFF;
	font-size:12px;
	padding: 5px 10px;
	text-align: left;
}
.bgbig {
    background: url(bar.jpg);
	color: #FFFFFF;
	font-size:11px;
	padding: 5px 10px;
	text-align: left;
}
.bg001 {
    height:18px;
	background-color:#96CCED;
	color: #555555;
	font-size:12px;
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #999999;
	font-weight:bold;
}


.bg001r {
    height:20px;
	background-color:#8F2323;
	color: #FFFFFF;
	font-size:12px;
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #999999;
	font-weight:bold;
}

.Lbg001 {
    height:18px;
	background-color:#96CCED;
	color: #555555;
	font-size:12px;
	padding-top: 4px;
	text-align: center;
	border: 1px solid #999999;
	font-weight:bold;
}

.Lbg001r {
    height:18px;
	background-color:#8F2323;
	color: #FFFFFF;
	font-size:12px;
	padding-top: 4px;
	text-align: center;
	border: 1px solid #999999;
	font-weight:bold;

}

.bg0093 {
    background: url(bar.jpg) repeat-x;
	color: #FFFFFF;
	padding: 5px;
	font-size:12px;
	text-align: left;
	font-weight: bold;
}
