	html, body {
		margin : 0px;
		padding : 0px;
	}
	body {
		background-color : #00497E;
		font-family : Tahoma, Verdana, Trebuchet, Arial, sans-serif;
		font-size : 11px;
	}
	.wrapper {
		width : 960px;	
		margin : 0px auto 10px auto;
		text-align : center;
	}
	.toplinks {
		text-align : right;
		margin : 4px 8px;
		color : #FFF;
		font-size : 11px;
	}
	.toplinks ul {
		margin : 0px;	
	}
	.toplinks ul li {
		list-style-type : none;
		margin : 0px 5px;
		display : inline;
	}
	.toplinks a {
		color : #FFF;
		text-decoration : none;
	}
	.toplinks a:hover {
		text-decoration : underline;	
	}
	.main {
		text-align : left;
		background-color : #D2DEEA;
		height : 100%;
		border : 1px solid #000;
	}
	.bord {
		border : 1px solid #FFF;
		height : 100%;
	}
	.menu {
		background : #EBF0F6;
		border-bottom : 1px solid #9DA6AF;
		padding : 10px;
		height : 90px;
	}
	.menu .logo {
		float : left;
		width : 143px;
		margin-left : 10px;
	}
	.menu .flashbanner {
		float : right;
		width : 250px;
		margin-right : 4px;
	}
	.menu .menulinks {
		float : left;
		margin : 30px 0px 0px 30px;
	}
	.menu .menulinks li {
		list-style-type : none;
		margin : 0px 5px;
		display : inline;	
	}
	.menu .menulinks li a {
		font-weight : bold;
		text-decoration : none;
		color : #0A3F73;
		font-size : 12px;
	}
	.menu .menulinks li a:hover {
		text-decoration : underline;
	}
	

	.pagecontent{
		float : left;
		width : 600px;
		
	}
	
	.directory {
		margin : 15px;
	}
	
	.content {
		clear : both;
		float : none;
		margin : 15px;
		line-height : 18px;
	}
	.content h1 {
		margin-bottom : 8px;
	}
	.content h4 {
		color : #024A7C;
		margin-top : 2px;
	}
	.content p {
		margin-bottom : 8px;
	}
	
	.sidebar {
		background-color : #C7D3DE;
		float : left;
		width : 345px;
		margin-top : -20px;
		margin-bottom : 20px;
		border : 1px solid #FFF;
	}
	
	.sidebar .inner {
		border : 1px solid #9DA6AF;
		padding : 10px;
	}
	
	.sidebar .banner {
		text-align : center;
		margin : 20px auto 10px auto;
	}
	
	#map_canvas {
		height : 300px;	
		border : 1px solid #9DA6AF;
	}

	
	.searchform {
		margin-top : 10px;	
	}
	.searchform legend {
		font-size : 14px;
		font-weight : bold;
		color : #667;
	}
	.searchform select, input {
		font : 11px Tahoma;
		margin-bottom : 4px;
	}
	.searchform select {
		width : 100%;
	}
	.searchform input {
		width : 98%;
	}

	.footer {
		margin : 4px 0px 15px 0px;	
	}
	.footer .disclaimer {
		color : #FFF;
		margin-top : 10px;
	}
	.footer .seo {
		border: 1px solid #069;
		background : #036;
		height : 80px;
		padding : 0px 10px;
	}
	.footer .seo div {
		float : left;
		width : 210px;
		color : #4F8DBC;
		text-align : left;
		margin : 0px 10px;
	}
	.footer .seo div h4 {
		margin-top : 10px;
	}
	
	
	
/* HOMEOWNER SERVICES */

.servicelist {
	margin: 20px 0px;
	list-style-type : none;
}
.servicelist li {
	list-style-type : none;
	margin : 4px 0px;
}
.servicelist li a {
	text-decoration : none;
}
.servicelist li a:hover {
	text-decoration : underline;
}
.servicelist li img {
	border : none;
	margin : 0px 8px -5px 0px;
}

/* FINANCIAL SERVICES */

.financial_services {

}

.financial_services div {
	margin-bottom : 20px;
}

/* PROPERTIES */

.properties {
	background : #FFF;
	border : 1px solid #B6D1EC;
	padding : 10px;
}

/* COMMUNITY */

.community .agent td {
	vertical-align : top;
	padding : 0px 4px;
}
.community .agent td strong {
	color : #024A7C;
}
.community .agent td img {
	border : 1px solid #9DBFE2;
}
.community div.tabs {
	margin: 20px auto 0;
}
.community ul.tabNav {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position : relative;
	z-index : 2;
}
.community ul.tabNav li {
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 6px 0px 0px;
}
.community ul.tabNav li.current {
	margin-top : 1px;
	padding-top : 7px;
}
.community ul.tabNav a {
	background: #EDF2F6;
	border: 1px solid #B6D1EC;
	color: #024A7C;
	font-weight: bold;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
}
.community ul.tabNav li.current a {
	background: #FFF;
	border-width : 1px 1px 0px 1px;
}
.community div.tabContainer {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF;
	border : 1px solid #B6D1EC;
	position : relative;
	top : -1px;
	z-index : 1;
	margin-bottom : 20px;
}
.community div.tabContainer div.tab {
	display: none;
	padding: 10px;
}
.community div.tabContainer div.current {
	display: block;
}	
.community div.gallery a {
	margin : 5px;
	float : left;
	display : block;
}
.community div.gallery a img {
	border : 1px solid #9DBFE2;
}

/* SORTABLE TABLES */
div table.sortable {
	border-collapse : collapse;
	width : 100%;
	text-align : center;
}
div table.sortable tr th {
	color : #FFF;
	background : #036;
	font-weight : normal;
	border-right : 1px solid #FFF;
	padding : 2px 4px;
	cursor : pointer;
	text-align : center;
}
div table.sortable tr td {
	border : 1px solid #B5D0ED;
	padding : 2px 4px;
	text-align : center;
}


/* CONTACT */
#mailform {
	width : 100%;
	text-align : right;
	margin-top : 20px;
}
#mailform input {
	width : 50%;
}
#mailform textarea {
	width : 96%;
}
#mailform label {
	display : block;
}
#mailform input.autowidth {
	width : auto;
}










	.centered {
		text-align : center;	
	}
	.center {
		margin : 0px auto;
	}
	.clear {
		float : none;
		clear : both;
	}
	.hoverline {
		text-decoration : none;
	}
	.hoverline:hover {
		text-decoration : underline;
	}
	.nobullet {
		margin : 0px;
	}
	.nobullet li {
		list-style-type : none;
		margin : 0px;
	}
	.autowidth {
		width : auto;
	}
	.hr {
		margin : 4px 0px;
		border-top: 1px solid #A0A0A0;
		border-bottom : 1px solid #F0F0F0;
	}
	



	h1, legend {
		font-size : 14px;
		font-weight : bold;
		color : #024A7C;
	}
	fieldset {
		padding : 4px 8px;
		border : 1px solid #9DA6AF;
	}
	h4 {
		font-size : 11px;
		margin-bottom : 2px;
	}
	p {
		margin-top : 2px;
		margin-bottom : 2px;
	}
	a img {
		border : none;
	}