body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #3a3a3a;
}

P, DIV, TD, LI {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
}

h1 {
	color: #005b9c;
	font-size: 28px;
	font-family: Times New Roman;
	font-weight: normal;
	line-height: 28px;
	padding-top:0px;
	margin-top:0px;
}
h2 {
	color: #005b9c;
	font-size: 20px;
	font-family: Times New Roman;
	font-weight: normal;
	line-height: 28px;
	padding-top:0px;
	margin-top:0px;
}
h3 {
	color: #3a3a3a;
	font-size: 18px;
	font-family: Times New Roman;
	font-weight: bold;
	line-height: 18px;
}
h4 {
	color: #606a74;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 16px;
}

h4 A { 
	color: #606a74;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none; 
}

a {
	color: #005596;
}
	a:hover {
		color: #317bb4;
	}

img {
	border: 0px;
}

.div_line {
	background-image: url('images/line-long.gif');
	height: 16px;
	left: -30px;
	top:46px;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

.top_nav {
	background-image: url('images/top_nav_bg.jpg');
	background-color: #090808;
	background-position: center;
	background-repeat: no-repeat;
	height: 65px;
	padding: 0px;
	margin: 0px;
}
	.logo {
		position: absolute;
		left: 5px;
		overflow: visible;
		height: 65px;
		width: 238px;
		z-index: 3;
	}
	.main_nav {
		position: absolute;
		overflow: visible;
		height: 65px;
		width: 980px;
		z-index: 2;
	}
		.main_nav DIV {
			float: right;
		}

.hero {
	background-image: url('images/home-hero-bg.gif');
	background-color: #a4cce7;
	background-repeat: repeat-x;
	height: 310px;
}
.hero_sub {
	background-image: url('images/sub-hero-bg.gif');
	background-color: #a4cce7;
	background-repeat: repeat-x;
	height: 225px;
}

.topper {
	position: absolute;
	top:-39px;
}

.width_container {
	width: 980px;
	text-align: left;
}

.hero_div {
	background-image: url('images/content-top.gif');
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 8px;
}
.home_hero_div {
	background-image: url('images/home-content-top.gif');
	background-color: #fffef9;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 15px;
}
	.home_hero_div .div_line {
		background-image: url('images/home_line_long.gif');
	}
.home_mid_div {
	background-image: url('images/home-content-mid.gif');
	background-color: #fffef9;
	background-repeat: repeat-x;
	height: 8px;
}

.home_info {
	float: left;
	width: 539px;
	margin: 0px 37px 10px 31px;
	padding-right: 40px;
}
.home_locator {
	float: left;
	width: 333px;
}
 .home_locator P {
 	color: #606a74;
 	line-height: 18px;
 }

.home_featured {
	float: left;
	width: 539px;
	margin: 0px 37px 10px 31px;
	padding-right: 40px;
}
	.home_featured_row {
		width: 538px;
	}
		.home_featured_cell {
			float: left;
			width: 269px;
			background-image: url('images/home-photo-bg.gif');
			background-repeat: no-repeat;
		}
			.home_featured_photo {
				padding: 5px;
			}
			.home_featured_text {
				font-family: Times New Roman;
				font-size: 14px;
				color: #606a74;
				padding-left: 5px;
			}
				.home_featured_text H3 {
					font-size: 18px;
					color: #005b9c;
					padding-bottom: 0px;
					margin-bottom: 0px;
				}
				.home_featured_text P {
					padding-top: 0px;
					margin-top: 0px;
				}
.home_news {
	float: left;
	width: 300px;
}
	.home_news_date {
		float: left;
		width: 53px;
		height: 64px;
		padding-right: 3px;
		padding-top: 3px;
		background-image: url('images/date-bg.gif');
		text-align: center;
		font-family: Times New Roman;
		position: relative;
		top:-14px;
	}
		.home_news_date_month {
			color: #FFFFFF;
			font-size: 14px;
			text-transform: uppercase;
		}
		.home_news_date_day {
			color: #FFFFFF;
			font-size: 28px;
			font-weight: bold;
			text-transform: uppercase;
		}
	.home_news_content {
		float: left;
		width: 230px;
		margin-left: 10px;
		line-height: 16px;
		position: relative;
		top:-14px;
		padding-top: 10px;
	}
	.home_news_all {
		background-image: url('images/text-link-bg');
		background-repeat: no-repeat;
		width: 195px;
		height: 34px;
		padding-left: 15px;
		line-height: 34px;
	}


.content_area {
	background-image: url('images/content-btm-bg.gif');
	background-color: #ffffff;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 100px;
}

.sub_nav {
	float: left;
	width: 245px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/sidebar-bg.gif');
	background-color: #ffffff;
	background-repeat: repeat-y;
}

.sub_nav A {
	color: #424242;
	text-decoration: none; 
}
.sub_nav A:hover {
	color: #767676;
	text-decoration: none; 
}

.sub_nav_holder {
	width: 233px;
	margin: 0px 10px 0px 2px;
	padding: 0px;
	
}
.sub_nav_holder DIV {
	border-top: #ffffff solid 1px;
	border-bottom: #d5d5d5 solid 1px;
}
	.sub_nav_item {
		font-family: Arial;
		font-size: 14px;
		line-height: 36px;
		color: #424242;
		font-weight: bold;
		padding-left: 15px;
	}
		.sub_nav_item_sel {
			width: 236px;
			font-family: Arial;
			font-size: 14px;
			line-height: 36px;
			color: #055B95;
			font-weight: bold;
			text-indent: 15px;
			background-color: #FFFFFF;
			
		}
	.sub_nav_item2 {
		font-family: Arial;
		font-size: 14px;
		line-height: 36px;
		color: #424242;
		font-weight: normal;
		padding-left: 28px;
	}
		.sub_nav_item2_sel A{
			font-family: Arial;
			font-size: 14px;
			line-height: 36px;
			color: #055B95;
			font-weight: normal;
			padding-left: 28px;
		}
	.sub_nav_item3 {
		font-family: Arial;
		font-size: 13px;
		line-height: 30px;
		color: #424242;
		font-weight: normal;
		padding-left: 40px;
	}

.main_content {
	float: left;
	width: 690px;
	padding: 10px 10px 25px 35px;
}

.footer {
	background-image: url('images/footer-bg.gif');
	background-color: #3c3c3c;
	background-repeat: repeat-x;
	height: 300px;
	padding: 20px;
	margin: 0px;
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
}
	.footer A {
		color: #ffffff;
		font-size: 10px;
	}
	.footer_info {
		float: right;
		width: 300px;
		text-align: right;
		line-height: 14px;
		font-size: 10px;
	}
	.footer_links {
		float: left;
		width: 160px;
		font-size: 10px;
	}
	.footer_links P {
		font-size: 10px;
	}
















.property_list {
	width: 687px;
	padding: 23px 0px 23px 0px;
	border-bottom: 2px solid #e5e5e5;
}
	.property_list_text {
		float: left;
		padding: 10px;
		width: 345px;
	}
		.property_list_text H2{
			font-size: 28px;
			color: #005b9c;
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
		.property_list_text P{
			padding-left:10px;
			line-height: 16px;
		}
	.property_list_image {
		float: left;
		width: 304px;
	}

.property_image {
	border: 3px solid #e5e5e5;
}


.property_main_photo {
	width: 687px;
	margin: 10px 0px 5px 0px;
}

.property_thumbnails {
	width: 687px;
	height: 70px;
}
	.property_thumbnail_arrow {
		width: 18px;
		height: 60px;
		padding-top: 25px;
	}
	.property_thumbnails DIV {
		float: left;
		margin: 0px 2px 0px 2px;
	}
		.property_thumbnail {
			width: 102px;
		}
		
/*For the property-thumbs.php
*/
.property_thumbs {
	width: 687px;
	height: 70px;
}
	.property_thumbs_arrow {
		width: 18px;
		height: 60px;
		padding-top: 25px;
	}
	.property_thumbs DIV {
		float: left;
	}

/*
Google Map on Property.php
*/
.property_map {
	width:301px;
	float: left;
}
	.property_google_map {
		border: 3px solid #e5e5e5;
	}
.property_info {
	width: 310px;
	float: left;
	margin-left: 20px;
}
	.property_features {
		font-size: 12px;
		line-height: 16px;
		font-family: Arial;
		color: #454545;
	}
		.property_features LI {
			padding-bottom: 10px;
		}
	.property_floorplans {
		font-size: 12px;
		line-height: 16px;
		font-family: Arial;
		color: #454545;
	}
		.property_floorplan_list {
			width: 330px;
		}
			.property_floorplan_list DIV {
				float: left;
				width: 110px;
			}
.property_form {
	padding-top: 20px;
}
	.property_form TD {
		font-size: 12px;
		font-family: Arial;
	}
		.property_form TD INPUT, .property_form TD TEXTAREA {
			border: 1px solid #343434;
			height: 26px;
		}




.news {
	float: left;
	width: 650px;
}
	.news_date {
		float: left;
		width: 53px;
		height: 64px;
		padding-right: 3px;
		padding-top: 3px;
		background-image: url('images/date-bg.gif');
		text-align: center;
		font-family: Times New Roman;
		position: relative;
		top:-14px;
	}
		.news_date_month {
			color: #FFFFFF;
			font-size: 14px;
			text-transform: uppercase;
		}
		.news_date_day {
			color: #FFFFFF;
			font-size: 28px;
			font-weight: bold;
			text-transform: uppercase;
		}
	.news_content {
		float: left;
		width: 550px;
		margin-left: 10px;
		line-height: 16px;
		position: relative;
		top:-14px;
		padding-top: 10px;
	}
	.news_all {
		background-image: url('images/text-link-bg');
		background-repeat: no-repeat;
		width: 195px;
		height: 34px;
		padding-left: 15px;
		line-height: 34px;
	}



	
.news_row {
	width: 600px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ededed;
}
	.news_row DIV {
		float: left;
	}
	
















































