@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #0000ff;
}

#SubnavHome {
	background-color: #2B75AF;
	height: 35px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#SubnavLocation {
	background-color: #FFD89B;
	height: 35px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#SubnavCommunityLife {
	background-color: #F5EEA0;
	height: 35px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#SubnavNeighborhoods {
	background-color: #CDEEA1;
	height: 35px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#SubnavHomes {
	background-color: #C3E5FF;
	height: 35px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#SubnavMarketSpecials {
	background-color: #F3CEFB;
	height: 35px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#SubnavContactUs {
	background-color: #FFBEBE;
	height: 35px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}
	.copy a:link {
		text-decoration:underline;
		color:#0000ff;
	}
	.copy a:visited {
		text-decoration:underline;
		color:#0000ff;
	}
	.copy a:hover {
		text-decoration:underline;
		color:#0000ff;
	}
	.copy a:active {
		text-decoration:underline;
		color:#0000ff;
	}
	.copy a:focus {
		text-decoration:underline;
		color:#0000ff;
	}

.copy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	padding: 5px;
	background-color: #e6e6ad;
	border-bottom: 1px solid #c0c08a;
	border-top: 1px solid #c0c08a;
	vertical-align: top;
}
	.copy2 a:link, a:visited, a:hover {
		text-decoration: underline;
		font-size: 10px;
		color: #0000ff;
	}
.copy2A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	padding: 5px;
	background-color: #e6e6ad;
	border-bottom: 1px solid #c0c08a;
	border-top: 1px solid #c0c08a;
	vertical-align: top;
	border-left: 1px dotted #c0c08a;
	border-right: 1px dotted #c0c08a;
}
.copy3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	padding: 8px 5px 8px 5px;
	background-color: #f0f0bd;
	border-bottom: 1px dotted #c0c08a;
	vertical-align: top;
}
	.copy3 a:link, a:visited, a:hover{
		text-decoration: underline;
		font-size: 10px;
		color: #0000ff;
	}
.copy4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	padding: 8px 5px 8px 5px;
	background-color: #f0f0bd;
	border-bottom: 1px dotted #c0c08a;
	border-left: 1px dotted #c0c08a;
	border-right: 1px dotted #c0c08a;
	vertical-align: top;
}

.infoHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
	vertical-align: top;
}
img.galThumb{
	border: 3px solid #c0c08a;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: normal;
	color: #333333;
	text-transform: uppercase;
}
.Content {
	height: 195px;
	margin-top: 0px;
	padding: 23px 50px 23px 25px;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
}
.ContentA {
	margin-top: 0px;
	padding: 23px 25px 25px 25px;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
}

/* This is from Kyle's stuff */

.HomeContent {
	margin: 0px;
	background-color: #ffffcc;
	background-repeat: no-repeat;
}

.content { 
	position:relative;
	width:1000px;
	vertical-align:bottom;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;
}

.addr {
	background-color:#ddddaa;
	height:auto;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	color: #333333;
	text-transform: uppercase;
	padding: 3px;
}
	
	.addr .copy {
		font-size:14px;
		float:left;
	}

	.addr .email {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		float:right;
		padding-right:10px;
		text-transform:none;
		background-color:#ddddaa;
	}
	
		.addr .email a:link, a:visited {
			color:#ff0000;
			text-decoration:none;
		}
		
		.addr .email a:hover, a:focus, a:active {
			color:#ff0000;
			text-decoration:underline;
		}
	
	.addr .printer {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		float:right;
		padding-left:10px;
		text-transform:none;
		background-color:#ddddaa;
	}
	
		.addr .printer a:link, a:visited {
			color:#ff0000;
			text-decoration:none;
		}
		
		.addr .printer a:hover, a:focus, a:active {
			color:#ff0000;
			text-decoration:underline;
		}
	


.imagecontainer {
	width:inherit;
}

	#myImage {
		border:0px;
	}

.propBar {
	background-color:#ddddaa;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

	#myBtn {
		background-color:#ddddaa;
		border:0px;
		color:#ff0000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
	}
	
	.butLeft {
		float:left;
		width:40%;
		text-align:right;
		padding-top:15px;
	}
	
	.butMid {
		float:left;
		width:20%;
		padding-top:15px;
	}
		
		.butMid a:link, a:visited {
			color:#ff0000;
			text-decoration:none;
		}
		
		.butMid a:hover, a:focus, a:active {
			color:#ff0000;
			text-decoration:underline;
		}
	
	.butRight {
		float:right;
		width:40%;
		text-align:left;
		padding-top:15px;
	}
		
		.butRight a:link, a:visited {
			color:#ff0000;
			text-decoration:none;
		}
		
		.butRight a:hover, a:focus, a:active {
			color:#ff0000;
			text-decoration:underline;
		}

.details {
background-color:#ddddaa;
}

.detailsTitle {
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}

.detailsCategoriesIn {
	background-color:#ddddaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	width:14%;
	padding-right:5px;
	float:left;
	line-height:1.5;
}

.detailsCategoriesOut {
	background-color:#ddddaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	width:35%;
	padding-right:5px;
	float:left;
	line-height:1.5;
}

.detailsInfoIn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	width:14%;
	padding-left:5px;
	float:left;
	line-height:1.5;
	background-color:#ffffcc;
}

.detailsInfoOut {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	width:35%;
	padding-left:5px;
	float:left;
	line-height:1.5;
	background-color:#ffffcc;
}

.detailsText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	padding-left:15px;
}

.legalText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
	vertical-align:text-bottom;
}

.galleryBar {
	border:1px #666666 solid;
	background-color:#ddddaa;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

	#photo {
		width:130px;
		float:left;
		border-right:1px #666666 solid;
	}
	
	#street {
		width:458px;
		margin-left:25px;
		float:left;
		text-align:left;
		border-right:1px #666666 solid;
	}
	
	#price {
		width:130px;
		float:left;
		border-right:1px #666666 solid;
	}
	
	#squarefeet {
		width:130px;
		float:left;
		border-right:1px #666666 solid;
	}
	
	#beds {
		width:60px;
		float:left;
		border-right:1px #666666 solid;
	}
	
	#bath {
		width:60px;
		float:left;
		border-right:1px #666666 solid;
	}
	
.listingTitle {
	background-color:#ddddaa;
	text-align:left;
	padding-left:25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
	border-top:1px #666666 solid;
	border-right:1px #666666 solid;
	border-left:1px #666666 solid;
}

.listings {
	background-color:#ddddaa;
	text-align:center;
	border-right:1px #666666 solid;
	border-left:1px #666666 solid;
}

	.listings .property {
		height:70px;
		border-bottom:1px #666666 solid;
	}

	.listings .property #photo {
		width:130px;
		float:left;
		border-right:1px #666666 solid;
		padding-top:5px;
		padding-bottom:5px;
	}
	
		.listings .property #photo img {
			border:0px;
		}

	.listings .property #street {
		width:458px;
		margin-left:25px;
		float:left;
		text-align:left;
		border-right:1px #666666 solid;
		height:20px;
		padding:25px 0px 25px 0px;
	}
	
		.listings .property #street a:link, a:visited {
			color:#000000;
			text-decoration:none;
		}
		
		.listings .property #street a:hover, a:focus, a:active {
			text-decoration:underline;
		}

	.listings .property #price {
		width:130px;
		float:left;
		border-right:1px #666666 solid;
		height:20px;
		padding:25px 0px 25px 0px;
	}

	.listings .property #squarefeet {
		width:130px;
		float:left;
		border-right:1px #666666 solid;
		height:20px;
		padding:25px 0px 25px 0px;
	}

	.listings .property #beds {
		width:60px;
		float:left;
		border-right:1px #666666 solid;
		height:20px;
		padding:25px 0px 25px 0px;
	}

	.listings .property #baths {
		width:60px;
		float:left;
		height:20px;
		padding:25px 0px 25px 0px;
	}
	
.seperator {
	height:15px;
	width:100%;
}

/* This is from Bill's stuff */
	
.homeHeader {
	font-size:18px;
	font-weight: bold;
	font-family:Times New Roman, Times, serif;
	}
.floorplan {
	border:1px #666666 solid;
}

.PrevNextTbl{
	font-size: 10px;
	padding: 5px;
	background-color: #e6e6ad;
	border-top: 1px solid #c0c08a;
	/*border-bottom: 1px solid #c0c08a;*/
}

.txtSizer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: normal;
}