/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
body {
	background-color: #EAEAEA;
	margin: 0px;
}

/* Link Styles */

a {
	font-size: 10px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #000066;
	background-color: #E5EAEF;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: none;
}

a.learnMore {
	font-size: 10px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}
a.learnMore:visited {
	color: #000033;
	text-decoration: none;
}
a.learnMore:hover {
	color: #000066;
	text-decoration: underline;
	background-color: #E5EAEF;
}
a.learnMore:active {
	color: #000066;
	text-decoration: none;
}

a.smallLink {
	font-size: 10px;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
}
a.smallLink:visited {
	color: #000033;
	text-decoration: underline;
}
a.smallLink:hover {
	color: #000066;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a.smallLink:active {
	color: #000066;
	text-decoration: underline;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 17px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 13px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 11px;
	color: #000000;
}
h6 {
	font-size: 10px;
	color: #000000;
}
.pics {
	margin: 0px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}
.smallPics {
	margin: 0px 5px 0px 0px;
	border: 1px solid #CCCCCC;
}
.twoCols {
	float: left;
	width: 50%;
}
.headRow {
	background-color: #C5D1DC;
}
.heading {
	background-color: #728FAA;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.white {
	color: #FFFFFF;
}
.borderRight {
	border-right: 1px dotted #0E2479;
}
.quote {
	line-height: 150%;
}
.gallery {
	background-color: #FFFFFF;
}
/* DIV IDs */

#background {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#container {
	width: 770px;
	line-height: 120%;
}
#header {
	width: 765px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 10px;
}
#logo {
	width: 770px;
	height: 192px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#logoSubs {
	width: 770px;
	height: 105px;
	background-image: url(../images/header_subs.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#menu {
	height: 20px;
	width: 770px;
	padding: 0px;
	margin: 0px;
}
.menuItem {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 22px;
	padding-right: 22px;
	border-bottom: 2px solid #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	background-color: #728FAA;
	text-decoration: none;
}
.menuItemPlus1 {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px dotted #FFFFFF;
	background-color: #728FAA;
	text-decoration: none;
}
#left {
	width: 150px;
	float: left;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
}
.leftBig {
	background-color: #C5D1DC;
	padding: 20px 5px 20px 10px;
	border-bottom: 2px solid #FFFFFF;
}
.leftHeading {
	background-color: #C5D1DC;
	height: 15px;
	padding: 5px;
	border-bottom: 2px solid #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.leftItem {
	background-color: #E5EAEF;
	height: 16px;
	padding: 4px 5px 3px 10px;
	border-bottom: 2px solid #FFFFFF;
}
.leftItemSub {
	background-color: #E5EAEF;
	height: 16px;
	padding: 2px 5px 5px 20px;
	border-bottom: 2px solid #FFFFFF;
}
#partContent {
	width: 599px;
	float: right;
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
	border-left: 1px solid #C5D1DC;
}
#fullContent {
	width: 750px;
	float: right;
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
}
#footer {
	width: 760px;
	color: #000000;
	font-size: 9px;
	border-top: 2px solid #FFFFFF;
	background-color: #728FAA;
	padding: 5px;
	text-align: right;
	clear: both;
}
#bottomBG {
	height: 70px;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}
.BBB {
	margin-top: 0px;
}

/* Homepage DIVs */

.income {
	width: 289px;
	border-bottom: 1px solid #C5D1DC;
	border-right: 1px solid #C5D1DC;
	padding: 5px 5px 10px 5px;
	font-size: 10px;
	text-align: left;
}
.commercial {
	width: 289px;
	border-bottom: 1px solid #C5D1DC;
	padding: 5px 5px 10px 5px;
	font-size: 10px;
	text-align: left;
}
.condos {
	width: 289px;
	padding: 10px 5px 0px 5px;
	font-size: 10px;
	text-align: left;
	border-right: 1px solid #C5D1DC;
}
.residential {
	width: 289px;
	padding: 10px 5px 0px 5px;
	font-size: 10px;
	text-align: left;
}
