body  {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: normal;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;

}
	
p  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 95%}
td  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 95%}
li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

a:link { color: #597B52; text-decoration: underline}
a:visited { color: #678B62; text-decoration: underline}
a:hover { color: #749E31; text-decoration: underline}
a:active { color: #749E31; text-decoration: underline}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #425D3D;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #817F81;
}

H3 {
	font-weight: bold;
}

.nav {
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;

}

.nav a:link  { 
	color: #FFFFFF; 
	text-decoration: none; 
	
	}
.nav a:visited  { color: #FFFFFF; text-decoration: none }
.nav a:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	
	}
.nav a:active  { color: #FFFFFF; text-decoration: none}


.navSub {
	font-size: 90%;
	color: #FFFFFF;
	line-height: 20px;
}

.navSub a:link  { 
	color: #FFFFFF; 
	text-decoration: none; 
	}
.navSub a:visited  { color: #FFFFFF; text-decoration: none }
.navSub a:hover { color: #FFFFFF; text-decoration: underline}
.navSub a:active  { color: #FFFFFF; text-decoration: underline}


.flyoverTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #8C936D;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.flyoverTop a {
	position:relative;
	display:block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	color: #FFFFFF;
}

.flyoverTop a:hover {
	background-color: #B0B989;
	text-decoration: none;
	color: #FFFFFF;
}
.flyoverTop a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.flyover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #8C936D;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.flyover a {
	position:relative;
	display:block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	color: #FFFFFF;
}

.flyover a:hover {
	background-color: #B0B989;
	text-decoration: none;
	color: #FFFFFF;
}
.flyover a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #7D7D7D;
}

.footer a:link  { color: #7D7D7D; text-decoration: none }
.footer a:visited  { color: #7D7D7D; text-decoration: none }
.footer a:hover { color: #7D7D7D; text-decoration: underline}
.footer a:active  { color: #7D7D7D; text-decoration: underline}

.footerWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}

.footerWhite a:link  { color: #FFFFFF; text-decoration: none }
.footerWhite a:visited  { color: #FFFFFF; text-decoration: none }
.footerWhite a:hover { color: #FFFFFF; text-decoration: underline}
.footerWhite a:active  { color: #FFFFFF; text-decoration: underline}


.columnTextBold {
	color: #E7E7E7;
	font-weight: bold;
}

.columnTextItalic {
	color: #E7E7E7;
	font-style: italic;
}

.table {
	border: 1px solid #ACB09F;

}
.tableHeader {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ACB09F;
}
.tableHeaderSmall {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ACB09F;
}

.tableRightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ACB09F;
}
.tableRightLineBold {
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ACB09F;
}

.tableBottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACB09F;
}
.tableRow1 {
	background-color: #F4F6F4;
}
.tableRow2 {
	background-color: #E8EAE8;
}

.borderBlack {
	border: 1px solid #000000;
}
.borderBlackRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000000;
}
.borderBlackLeft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #000000;
}
.bold {
	font-weight: bold;
}
.boldBig {
	font-weight: bold;
	font-size: 120%;
}
.boldBigSm {
	font-weight: bold;
	font-size: 110%;
}

.boldSmall {
	font-weight: bold;
	font-size: 70%;
}
.bold90 {
	font-weight: bold;
	font-size: 80%;
}
.boldItalic {
	font-weight: bold;
	font-style:italic;
}

.caps {
	text-transform: uppercase;
}
.aitalic {
	font-style: italic;
}


.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #660000;
}

.caption a:link  { color: #660000; text-decoration: none }
.caption a:visited  { color: #660000; text-decoration: none }
.caption a:hover { color: #BB0000; text-decoration: none }
.caption a:active  { color: #E10000; text-decoration: none }

.captionBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #660000;	
}

.captionBold a:link  { color: #660000; text-decoration: none }
.captionBold a:visited  { color: #660000; text-decoration: none }
.captionBold a:hover { color: #BB0000; text-decoration: none }
.captionBold a:active  { color: #E10000; text-decoration: none }


.borderWhite {
	border: 1px solid #FFFFFF;
}

.textNested {
	font-size: 120%;
}

.textNestedSm {
	font-size: 110%;
}

.noPrint {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.noSee {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: none;
}
.hdrBkCurveLong {
	background-image: url(/images/bk/curve_full.gif);
	background-repeat: no-repeat;
}
.photoBy {
	font-size: 85%;
}
.textSm {
	font-size: 85%;
}
.textSmaller {
	font-size: 75%;
}

.hdrBkInteriorWide {
	background-image: url(/images/nav/bar_interior_full.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bkNav {
	background-color: #333333;
	background-image: url(/images/nav/nav_bk.gif);
	background-repeat: repeat-x;
}
.frontRightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1BA80;
}

.siteMap {
	color: #597B52;
}

.siteMap a:link  { color: #597B52; text-decoration: none }
.siteMap a:visited  { color: #597B52; text-decoration: none }
.siteMap a:hover { color: #749E31; text-decoration: underline }
.siteMap a:active  { color: #749E31; text-decoration: underline }

.siteMapBold {
	color: #597B52;
	font-weight: bold;
}

.siteMapBold a:link  { color: #597B52; text-decoration: none }
.siteMapBold a:visited  { color: #597B52; text-decoration: none }
.siteMapBold a:hover { color: #749E31; text-decoration: underline }
.siteMapBold a:active  { color: #749E31; text-decoration: underline }

.borderBlackLeft {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #000000;
}

.borderBlackRight {
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000000;
}

.borderBlackUpdates {
	margin-left: 20px;
	border: 1px solid #000000;
}
.bkHdrLine {
	background-image: url(/images/header/hdr_line_bk.gif);
	background-repeat: repeat-x;
}
.bkHdrHouse {
	background-image: url(/images/header/hdr_houses.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.borderGreenSpacing {
	padding: 5px;
	border: 1px solid #BDC1AE;
}

.borderGreen {
	border: 1px solid #8C9469;
}

.borderGreenRight {
	margin-left: 20px;
	margin-bottom: 10px;	
	border: 1px solid #8C9469;
}

.borderGreenLeft {
	margin-right: 20px;
	margin-bottom: 10px;	
	border: 1px solid #8C9469;

}.boldSmallCap {
	font-weight: bold;
	font-variant: small-caps;
}
.capsSmall {
	font-variant: small-caps;
}
.boldNoUnderline {
	font-weight: bold;
}
.boldNoUnderline a:link { color: #597B52; text-decoration: none }
.boldNoUnderline a:visited { color: #678B62; text-decoration: none }
.boldNoUnderline a:hover { color: #749E31; text-decoration: none }
.boldNoUnderline a:active { color: #749E31; text-decoration: none }

.boldNoUnderlineCaps {
	font-weight: bold;
	font-variant: small-caps;
}
.boldNoUnderline a:link { color: #597B52; text-decoration: none }
.boldNoUnderline a:visited { color: #678B62; text-decoration: none }
.boldNoUnderline a:hover { color: #749E31; text-decoration: none }
.boldNoUnderline a:active { color: #749E31; text-decoration: none }

.boxCallout {
	background-color: #D5DBD5;
	border: 1px dotted #425D3D;
	font-size: 90%;
}
.boxCallout a:link { color: #333333; text-decoration: none }
.boxCallout a:visited { color: #333333; text-decoration: none }
.boxCallout a:hover { color: #425D3D; text-decoration: none }
.boxCallout a:active { color: #425D3D; text-decoration: none }


.boldGreen {
	font-weight: bold;
	color: #425D3D;
}

.navHomesSub {
	color: #425D3D;
	line-height: 18px;
}

.navHomesSub a:link  { color: #425D3D; text-decoration: none }
.navHomesSub a:visited  { color: #425D3D; text-decoration: none }
.navHomesSub a:hover { color: #FFFFFF; text-decoration: none }
.navHomesSub a:active  { color: #FFFFFF; text-decoration: none }

.navHomesSubBold {
	color: #425D3D;
	line-height: 18px;
	font-weight: bold;
}

.navHomesSubBold a:link  { color: #425D3D; text-decoration: none }
.navHomesSubBold a:visited  { color: #425D3D; text-decoration: none }
.navHomesSubBold a:hover { color: #FFFFFF; text-decoration: none }
.navHomesSubBold a:active  { color: #FFFFFF; text-decoration: none }

