/* CSS Document */

.bgHome {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background:url(../images/bg_home.jpg) no-repeat;
}
#content {
	background: #FFFFFF;
}
.pageContent {
	margin: 0px 20px 20px 20px;
}

.header{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #006188;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

#navBar {
	height: 36px;
	overflow: hidden;
	background: #006188;
	margin-bottom: 30px;
}
.navSection {
	margin: 0px 8px;
}

.img {
	border:solid 1px #006188;
}
.bioImg {
	float:right;
	margin: 0px 0px 10px 15px;
}



/* NAV BUTTONS ------------------------- */
.navL {
	margin:0px;
}
.navL1 {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 6px;
	line-height: 1.6em;
	list-style: none;
	color: #777777;
}
.navL2 {
	font: 11px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 3px;
	padding: 0px;
	list-style: none;
	line-height: 1.5em;
}

/* NAV COLUMN ------------------------ */

#navCol {
	width: 185px;
	border-right: solid 1px #006188;
}
.navContent {
	margin: 10px;
}
.navHead {
	font-size: 12px;
	font-weight: bold;
}
.homeowners {
	background: url(../images/bgInt_homeowners.jpg) bottom left no-repeat;
	padding-bottom: 270px;
}
.hoas {
	background: url(../images/bgInt_hoas.jpg) bottom left no-repeat;
	padding-bottom: 270px;
}
.developers {
	background: url(../images/bgInt_developers.jpg) bottom left no-repeat;
	padding-bottom: 270px;
}
.vendors {
	background: url(../images/bgInt_vendors.jpg) bottom left no-repeat;
	padding-bottom: 270px;
}
.escrow {
	background: url(../images/bgInt_escrow.jpg) bottom left no-repeat;
	padding-bottom: 270px;
}
.about {
	background: url(../images/bgInt_about.jpg) bottom left no-repeat;
	padding-bottom: 270px;
}


/* VENDOR SECTION ------------------------ */
#righCol {
	float: right;
	width: 150px;
	margin: 0px 10px 80px 20px;
	padding-left: 20px;
	border-left: solid 1px #006188;
}
