/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background: url(images/pnbkgd.jpg);
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #00562E
}

a:hover{
	color: #810202;
}

/************** header tag styles **************/

h1{
 font: bold 150% Georgia, "Times New Roman", Times, serif;
 color: #00703c;
 margin: 0px;
 padding: 0px;
}


h2{
 font: bold 125% Georgia, "Times New Roman", Times, serif;
 color: #00703c;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #00703c;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}


h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** basic text ***************/


p{
 font: 90% Arial,sans-serif;
 color: #333333;
}


.p_sm{
 font: 75% Arial,sans-serif;
 color: #333333;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*************** list tag styles ***************/

#masthead{
	background: url(images/PropertiesNorth.gif) no-repeat;
	position: absolute;
	top: 30px;
	left: 25px;
	width:390px;
	height:63px;
	z-index: 50;
	
}

#flashBox{
	position: absolute;
	top: 10px;
	right: 15px;
	width:174px;
	height:120px;
	border: medium solid #810202;
	clear: none;
	z-index: 20;
}


#pageArea{
	position:absolute;
	top: 107px;
	right: 15px;
	border: medium solid #810202;
	background-color: #ffffff;
	padding: 15px;
	margin-left: 15px;
}

#stripTop{
	position: absolute;
	background: #810202 url(images/gradstrip.gif) no-repeat right top;
	width:96%;
	height:10px;
	visibility: visible;
}

#content{
	margin: 20px 15px 10px 195px;
}
#info{
	margin:30px 0px 0px;
}


/************ Navigation **************/



#pageNav{
	width:180px;
	margin: 0px 15px 15px 0px;
	background-color: #dbcdba;
	font: small Verdana,sans-serif;
	background-image: url(images/navcorner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	float:left;
	height: auto;
}


#pageNavB{
	position:relative;
	width:180px;
	margin: 0px;
	float:left;
	height: auto;
	clear:left;
}

#navLinks{
	background-color: #dbcdba;
	top: 20px;
	margin: 0px;
	padding: 0px;

}

#navLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #dbcdba;
}

#navLinks a:link, #navLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #593301;
}

#navLinks a:hover{
	border-top: 1px solid #dbcdba;
	background-color: #ecdecb;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


#navSig {
	display: block;
	font: 75% Arial, sans-serif;
	padding: 30px 0px 10px 10px;
	background: bottom;
}



/************ Sigs **************/



#sigArea {
	clear:both;
	background-color: #dddddd;
	padding: 10px 0px 10px 10px;
}


#sig{
    font: 70% Arial,sans-serif;
	color: #333333;
	margin:0px;
	padding:0px;
}

#sigHead{
    font: bold 88% Arial, sans-serif;
	color: #593301;
	margin:0px 0px 4px;
	padding:0px;

}

/************ images **************/


.pic_left {
	padding-right: 20px;
	padding-bottom: 15px;
}

.pic_right {
	padding-left: 20px;
	padding-bottom: 15px;
}
