body{
	background-position : center;
	background-image : url(images/frameBack.gif) ;
	background-repeat : repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1{
	text-align:center;
	font-size: large;
}

h2{
	margin-top:0;
	margin-bottom:1ex;
	font-size: medium;
}

p{
	text-align: justify;
}

#wrapper{
	/*position: absolute;
	top:0;*/
	position: relative;
	text-align:center;
	/*background-position : center top;
	background-image : url(images/frameBackTopper.gif) ;
	background-repeat : no-repeat;
	padding: 2em 0;*/
}

#page{
	position: relative;
	margin: 1em auto;
	width:600px;
	text-align:left;
}

#header{
	background-position : center;
	background-image:url(images/pslHeader.gif);
	background-repeat : no-repeat;
	width:100%;
	height:120px;
	margin-bottom:2em;
}

#printHeader{
	display:none;
}

#header img{
	display:none;
}

#navigation, #navigationFooter{
	/*border-top:1px solid gray;
	border-bottom:1px solid gray;
	border-left:0;
	border-right:0;*/
	margin-bottom:2em;
	padding: 4px 0px;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navigationFooter{
	margin-top:2em;
	clear:both;
}

#navigation a, #navigationFooter a{
	font-variant: small-caps;
	border-top:4px solid silver;
	border-bottom:4px solid silver;
	text-decoration:none;
	font-weight: bold;
	background-color: white;
	color: #797B3C;
	/*
	background-color: #797B3C;
	color: white;
	*/
}

#navigation a:visited, #navigationFooter a:visited{
	color: #797B3C;
	/* color: white; */
}

#navigation a:hover, #navigationFooter a:hover{
	border-top:4px solid #797B3C;
	border-bottom:4px solid #797B3C;
	background-color: white;
	color: #797B3C;
}

#navigation a.curPage, #navigationFooter a.curPage{
	border-top:4px solid #303030;
	border-bottom:4px solid #303030;
}
/*
#navigation a.curPage:visited{
	background-color: white;
	color: #797B3C;
}
*/
#sidebar{
	float: left;
	width: 150px;
	font-size: small;
	color: #303030;
}

#sidebar h2{
	font-size: small;
}

#content, #cv{
	float:right;
	width: 430px; /* sidebar + content widths should be less than 581 for firefox */
	border-left:1px solid gray;
	padding-left:1em;
}
#cv h2{
	position: absolute;
	width:150px;
	left:0;
}
div.contact{
	margin-bottom: 1em;
}
div.contact a:hover{
	text-decoration: none;
}
div.contact ul li{
	margin-left: -1em;
}
img{
	border: 1px solid gray;
}
.center{
	text-align: center;
}
.fRight, .fLeft{
	margin-bottom:1em;
}
.fLeft{
	float: left;
	margin-right:1em;
}
.fRight{
	float:right;
	margin-left:1em;
}
.clearer{
	font-size:0pt;
	clear:both;
}
h3{
	font-size: small;
	font-weight: normal;
}
#thisPage{
	margin-top:-2em;
	margin-bottom:2em;
	text-align: center;
	font-size: x-small;
}
.signOff{
	width:65%;
	float: right;
}

#cottageBuyersChecklist ul li{
	list-style: url(images/li.gif);
	margin-bottom: .5ex;
}

h1.hiddensearchengine{
	color: White;
	background-color: White;
	font-size: 1pt;
	font-weight: normal;
}
#byLine{
	text-align:center;
	font-size:x-small;
}
#byLine a:hover{
	text-decoration: none;
}
#byLine hr{
	height:1px;
	color: gray;
}

img.noborder{
	border: 0px;
}
img.flright{
	float: right;
}

#placeNameOrigins #content p{
	border-top:1px solid silver;
	margin-top:3ex;
}
ul#articles li{
	list-style:none;
	list-style-position:outside;
	padding-left:20px;
	background-image:url(images/doc.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:16px;
	margin-bottom:4px;
}
div#accountantsList td.address, div#surveyorsList p{
	padding-left:58px;
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:1em;
	padding-right:1em;
}
div#accountantsList td h1, div#surveyorsList td h1{
	
	text-align: left;
	padding-left:1ex;
	padding-top:1ex;
	border-top:1px solid silver;
}
div#accountantsList td.address{
	background-image:url(images/accntnt_icon.gif);
}
div#surveyorsList p{
	background-image:url(images/surveyor.gif);
}