body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #342f2e;
	background-color: #E4E1D5;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: normal;
}
H1 {
	font-weight: bold;
	color: #D09221;
	font-size: 135%;
}
H2 {
	font-weight: bold;
	color: #D09221;
	font-size: 110%;
}
H2.tight {
	font-weight: bold;
	color: #D09221;
	font-size: 105%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
H3 {
	font-weight: bold;
	color: #D09221;
	font-size: 100%;
}
.bold {
	font-weight: bold;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #AC5404;
}
a:hover {
	text-decoration: none;
	color: #D09221;
}

.thrColFix #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: static;
	background-repeat: repeat-y;
} 
.biotext {
	width: 700px;
	float: none;
	margin-left: 185px;
}
.biophoto {
	float: left;
	margin-top: 10px;
}
.thrColFix #mainContent {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: 1px solid #E4E1D5;
	background-image: url("../images/canvasBackground.jpg");
	background-repeat: repeat-y;
}

#border {
	background-color: #FFFFFF;
	border: 1px solid #E4E1D5;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	position: static;
	width: 888px;
}

#bottomSpacer {
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainnav {
	background-image: url("../images/MainNav_background.gif");
	background-repeat: repeat-x;
	height: 21px;
	vertical-align: bottom;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D6CB;
	border-right-color: #D8D6CB;
	border-bottom-color: #CDC8B1;
	border-left-color: #CDC8B1;
	margin-top: 10px;
	padding: 0px;
}
#ulmainnav {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 11px;
	text-align: center;
}
#ulmainnav  li {
	display: inline;
	float: left;
	word-spacing: 0.2em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 4px;
	letter-spacing: normal;
}
#ulmainnav  a:link, #ulmainnav  a:visited, #ulmainnav  a:active {
	text-align: center;
	display: block;
	margin-right: 18px;
	text-decoration: none;
	color: #342F2E;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.11em;
	vertical-align: middle;
	background-image: url("../images/MainNav_bullet.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#ulmainnav  a:hover, #ulmainnav  a.current:link, #ulmainnav  a.current:visited {
	color: #8B532B;
	background-image: url("../images/MainNav_bullet_over.gif");
} 
#C21logo {
	margin: 0px;
	vertical-align: top;
	float: right;
	text-align: right;
}
#headerindex {
	height: 255px;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 85px;
}

#headerphoto {
	position: relative;
	top: -35px;
	width: 888px;
	height: 160px;
	clear: both;
}
#DwellNH_Logo {
	margin-top: 0px;
	margin-right: 0px;
	top: -55px;
	right: 35px;
	position: relative;
}
#leaves {
	position: relative;
	left: -30px;
	top: -20px;
	z-index: 1;
}
#subnav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E4E1D5;
	border-bottom-color: #E4E1D5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#advertisements {
	width: 890px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E1D5;
}
#advertisements_2 {
	width: 890px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E1D5;
}
#advertisements_3 {
	width: 890px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
h2.zeroPadding {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#houseIcon {
	float: left;
}



#weeklyfeature {
	margin-top: 10px;
	padding-top: 0px;
	position: static;
	width: 245px;
	float: right;
	padding-right: 0px;
	padding-bottom: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4E1D5;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 14px;
}
#weeklyfeature img{
	float: left;
	margin-right: 10px;

}
#advertisement1 {
	margin-top: 10px;
	width: 325px;
	margin-left: 280px;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 350px;
	padding-top: 13px;
}
#advertisement1 img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#greatBayMeadows {
	margin-top: 10px;
	width: 325px;
	margin-left: 280px;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 1px;
}
#greatBayMeadows img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#advertisement2 {
	margin-top: 10px;
	padding-top: 0px;
	position: static;
	width: 260px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E1D5;
	height: 350px;
}
#homepageIntro {
	width: 455px;
	padding-top: 3px;
	height: 550px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	float: right;
	padding-left: 14px;
	border-left-color: #E4E1D5;
}
#homepageIntro2 {
	width: 618px;
	padding-top: 3px;
	height: 320px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#DoverMagazine {
	float: right;
	width: 245px;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4E1D5;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 350px;
}
#DoverMagazineCover {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#homepageArticles {
	text-align: left;
	padding-top: 0px;
	width: 250px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E1D5;
	padding-right: 10px;
}
#rentalListing {
	width: 410px;
	padding-top: 3px;
	height: 550px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#IndexFeaturedProperty {
	float: left;
	padding-right: 10px;
}
#featuresButton1 {
	height: 19px;
	background-image: url("../images/MainNav_background.gif");
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E1D5;
	border-right-color: #E4E1D5;
	border-bottom-color: #CDC8B1;
	border-left-color: #CDC8B1;
	width: 270px;
	bottom: 0px;
	margin: 15px 0px 0px 118px;
}
#introparagraph {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#bottomFeaturedListings {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
	margin-top: 10px;
}
#bottomFeature2 {
	width: 280px;
	float: left;
}
#bottomFeature3 {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
#bottomFeature4 {
	width: 280px;
	float: right;
}
.bottomFeaturePhotos {
	padding-bottom: 10px;
}
#featuresButton2 {
	float: right;
	height: 19px;
	background-image: url("../images/MainNav_background.gif");
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E1D5;
	border-right-color: #E4E1D5;
	border-bottom-color: #CDC8B1;
	border-left-color: #CDC8B1;
	width: 270px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}
#bottomNav {
	width: 930px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#bottomShadow {
	width: 950px;
	margin: 0px;
	padding: 0px;
}
.staff td {
	padding-bottom: 20px;
}
.nameBoldOrange {
	font-weight: bold;
	color: #D09221;
	text-decoration: none;
}
.nameBoldRust {
	font-weight: bold;
	color: #AC5404;
	text-decoration: none;
}
.rust {
	color: #8B532B;
}

#teamPhoto {
	float: right;
	padding-right: 0px;
	padding-left: 20px;
	margin-top: 20px;
}
#ourteam {
	margin-top: 10px;
	height: 370px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
	padding-top: 0px;
}
#ouragents {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
}
#officePhoto {
	float: right;
	padding-right: 0px;
	padding-left: 20px;
	margin-top: 20px;
}
#ourlocation {
	margin-top: 10px;
	height: 330px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
	padding-top: 0px;
}
#contactus {
	vertical-align: top;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
}
#contactinfo {
	width: 165px;
	border: 1px solid #A49885;
	background-color: #E4E1D5;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 20px;
}
#contactform {
	vertical-align: top;
}
#contactform td{
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
}
#ClearFloat {
	clear: both;
}
#resourcecategories {
	background-color: #E4E1D5;
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
}

#bodytext {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
	padding-top: 10px;
	margin-bottom: 10px;
}
.clientQuotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 18px;
	font-size: 12px;
}
.atGlance td {
	padding: 5px;
	vertical-align: top;
}
#headshot {
	float: left;
	width: 165px;
}
#headshot img {
	padding-bottom: 5px;
}
.realtorQuotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #D09221;
	font-weight: bold;
	line-height: 20px;
}
.style4 {font-size: 5px}
#resources {
	margin-left: 190px;
}
.style5 {font-size: 12px}
.nodecoration {text-decoration: none}
.inset150pixels {
	margin-left: 150px;
}
#featuresLeftColumn {
	width: 316px;
	height: 540px;
	clear: left;
	float: left;
}

#featuresDescription {
	float: left;
	width: 316px;
	height: 240px;
	margin: 0px;
	padding: 0px 0px 10px;
	clear: left;
}
#googleMap {
	width: 316px;
	clear: left;
	float: left;
	height: 228px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#featuresContact {
	background-color: #E4E1D5;
	width: 296px;
	padding: 10px;
	float: left;
	vertical-align: baseline;
	height: 32px;
	margin: 0px;
}
#featuresPhotosArea {
	width: 550px;
	margin-left: 325px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4E1D5;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 540px;
}
#outer {
	background-color: #E4E1D5;
	height: 386px;
	width: 550px;
	text-align: center;
	vertical-align: middle;
}
#featuresPhotoNavbar {
	background-color: #E4E1D5;
	padding: 10px 0px 0px 10px;
	margin-top: 10px;
	height: 134px;
	width: 540px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#featuresPhotoNavbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;

}
#featuresPhotoNavbar li {
	list-style-type: none;
	text-decoration: none;
	display: inline;
	padding-right: 10px;
	height: 57px;
	width: 57px;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;

}
#featuresPhotoNavbar a:link, #featuresPhotoNavbar a:visited, #featuresPhotoNavbar a:active {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 57px;
}
#featuresPhotoNavbar  a:hover {
	border: 1px solid #AC5404;
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 52px;

}
.wideKerning {
	letter-spacing: .3em;
}
#featuresSubnav {
	vertical-align: bottom;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E1D5;
	height: 19px;
	margin-top: -3px;
	text-align: center;
}
#ulfeaturesnav {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	color: #8B532B;
}
#ulfeaturesnav  li {
	display: inline;
	letter-spacing: normal;
	text-align: center;
	padding-right: 10px;
	float: left;
	color: #8B532B;
}
#ulfeaturesnav  a:link, #ulfeaturesnav  a:visited, #ulfeaturesnav  a:active {
	text-align: center;
	display: block;
	padding: 0px;
	text-decoration: underline;
	color: #8B532B;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.15em;
	vertical-align: middle;
}
#ulfeaturesnav  a:hover {
	color: #8B532B;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
} 
#ulfeaturesnav  a.current:link, #ulfeaturesnav  a.current:visited {
	color: #8B532B;
	text-align: center;
	text-decoration: none;
} 
#featuresbodytext {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
	margin-bottom: 3px;
	padding-top: 2px;
}
/* optional: #inner[id] {position: static;} */

#PropertyFeatures {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
	padding-top: 10px;
	vertical-align: top;
}
#PropertyFeatures td {
	padding: 0px;
	margin: 0px;
	height: 18px;
}
#RoomDimensions {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
}
#RoomDimensions td{
	padding: 0px;
	margin: 0px;
	height: 18px;
}
#Schools {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
}
#Schools td{
	padding: 0px;
	margin: 0px;
	height: 18px;
}
#AdditionalFeatures {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E1D5;
}
#AdditionalFeatures td{
	padding: 0px;
	margin: 0px;
	height: 18px;
}
#mapGraphic {
	height: 100px;
	width: 100px;
	float: left;
}
#mapLink {
	height: 100px;
	margin-left: 10px;
	float: left;
	width: 120px;
}
#symposi {
	text-align: center;
	width: 930px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#thankyouContactInfo {
	width: 736px;
	margin-left: 152px;
}
.leftFloat {
	float: left;
	width: 140px;
	text-align: center;
}
hr {
	font-size: 1px;
	color: #C7BFB1;
}

#weeklyfeature ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}

