@charset "UTF-8";

html {
	height:100%;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

body {
	background-color: #f9f9ea;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/overlay.png);
	background-repeat:no-repeat;
	background-position:250px 70px;
}

a {
	color:#104B69;
}

a:hover {
	color:#4B8698;
}

#navhousing {
	width:229px;
	height:400px;
	background-image:url(/images/navbg.gif);
	background-repeat:no-repeat;
	float:left;
}

#nav {
	border:1px solid #ccc;
	background-image:url(/images/navbg.png);
	margin:20px;
	width:200px;
}

#nav ul { margin:0px; padding:0px; }

#nav li {
	list-style-type:none;
	border-bottom:1px dotted #ccc;
	margin:10px;
}

#nav li.sub {
	padding-left:20px;
}

.show {
	display:block;
	visibility:visible;
}

.hide {
	display:none;
	visibility:none;
}

#content {
	width:700px;
	position:absolute;
	top:92px;
	left:240px;
	height:auto;
}
	#heading {
		margin-bottom:10px;
	}
	
.box {
	padding:10px;
	line-height:24px;
	font-size:14px;
	background-image:url(/images/navbg.png);
	border:1px solid #e1e1d4;
	color:#812a15;
	width:650px;
}

.indepth > img {
	float:left;
	padding:10px;
	margin:0px 10px 10px 10px;
	border:1px solid #ccc;
}

.bio {
  width:650px;
  border-bottom:1px dotted #e1e1d4;
  margin-bottom:10px;
  margin-left:10px;
  padding-bottom:10px;
}

.box h2 {
	font-family:"Arial", helvetica, sans-serif;
	margin-top:0px;
}

.bio img {
	float:left;
	padding:10px 10px 10px 10px;
	margin:0px 10px 10px 0px;
	border: 1px solid #ccc;
}

.bio .title {
	font-size:14px;
	font-weight:bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#footer {
	margin-top:20px;
	font-family:'Arial', Helvetica, sans-serif;
	margin-bottom:20px;
	font-size:10px;
	background-image:url(/images/navbg.png);
	border:1px solid #e1e1d4;
	padding:20px;
	width:630px;
}

#developments {
	padding:10px;
	line-height:24px;
	font-size:14px;
	background-image:url(/images/navbg.png);
	border:1px solid #e1e1d4;
	color:#812a15;
	width:650px;
}
	.development, .development_long {
		border-bottom:1px dotted #ccc;
		padding-bottom:10px;
		height:auto;
		margin-bottom:10px;
	}
	
	.development_past, .tour {
		float:left;
		border:1px solid #ccc;
		background-color:white;
		margin:12px;
		height:270px;
		text-align:center;
		padding:5px;
	}
	
	.development_past:hover {
		border:1px solid #4B8698;
	}
	
	.development img {
		float:left;
		padding-right:15px;
	}
	
	.development_long img {
		float:left;
		padding-right:15px;
	}
	
	.development_long > .name {
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		padding:10px;
		padding-top:0px;
		padding-bottom:0px;
		float:left;
		width:300px;
	}
	
	.development_long > .desc {
		font-size:12px;
		padding:0px 10px 0px 10px;
		float:left;
		width:300px;
	}
	
	.development > .name {
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		padding:10px;
		padding-top:0px;
		padding-bottom:0px;
		float:left;
		width:400px;
	}
	
	.development > .desc {
		font-size:12px;
		padding:0px 10px 0px 10px;
		float:left;
		width:400px;
	}
.tour {
	float:left;
	margin:10px;
	padding:10px;
	height:200px;
	text-align:center;
}
.tour_big {
	float:left;
	width:550px;
	height:200px;
	text-align:center;
	margin:10px;
	padding:10px;
}
a:focus { outline:0;}

div.input label {
	width:100px;
	float:left;
}
div.input label.error {
	width:400px;
	float:left;
	padding:5px;
	margin:5px;
	border:1px solid #751e0b;
}
div.input {
	width:600px;
	float:left;
	display:block;
}

input, textarea {
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	margin:5px;
	width:300px;
}
div.submit > input {
	width:auto;
	border: none;
	margin-left:100px;
}
