HTML
{
  min-height: 100%; margin-bottom: 1px;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #371807;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6
{
	margin: 0px;
	padding: 0px;
}

H1
{
	font-size: 14px;
	font-weight: bold;
}

IMG, TABLE
{
	border: none;
}

TD, TH
{
	text-align: left;
}

FORM
{
	display: inline;
}

.link
{
	cursor: pointer;
}

.a
{
	color: #371807;
	text-decoration: underline;
}

A:link, A:visited
{
	color: #371807;
	text-decoration: underline;
}
	
A:hover, A:visited:hover
{
	color: #371807;
	text-decoration: underline;
}

.whitelinks
{
	color: white;
}

A.whitelinks:link, A.whitelinks:visited
{
	color: white;
	text-decoration: underline;
}

A.whitelinks:hover, A.whitelinks:visited:hover
{
	color: white;
	text-decoration: underline;
}

#content
{
	color: white;
}

#content P, #content DIV, #content TD, #content TH, #content H1, #content H2, #content H3, #content H4, #content H5, #content H6
{
	color: white;
}
.buttons
{
	text-align:center;
	background-color:#c0822b;
	/* color:#371807; */
	color:#fff;
	border:1px solid #371807; /* dbb88a; */
	font-variant:small-caps;
	/* font-family:"Times New Roman", Times, serif; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	cursor: pointer;
}
div.googleMap0 {
	display:none;
	margin:0;
	padding:0;
	width:0;
	height:0;
}
div.googleMap1 {
	display:block;
	margin:2px;
	padding:4px;
	width:auto;
	height:auto;
}
#overMap {
	margin:o auto;
	text-align:right;
	padding:2px;
}
#map {	
	border:1px solid #c08532; 
	width: 425px; 
	height: 350px;
	margin:0;
	padding:0;
}
#masTable {
	padding:2px;
	margin-top:10px;;
}
#masTable td {
	padding:6px;
	margin:6px;
	border:none;
	vertical-align:top;
}
#masTable th {
	padding:6px 2px 6px 2px;
	border:none;
	vertical-align:top;
	text-align:center;
}
#masTable a {
	text-decoration:none;
}
#masTable a:hover {
	color:#5a5501;
}
div#pfContent {
	border-bottom:solid 1px #dbb88a;
	margin:0 auto;
	padding-bottom:8px;
}
  ul#miniApps {
	  list-style-type:none;
	  margin:0 auto;
	  padding:2px;
	  width:650px;
	  text-align:left;
  }
  ul#miniApps li {
	  list-style-type:none;
	  margin:0 auto;
	  text-align:left;
	  padding:10px;
	  border-bottom:solid 1px #dbb88a;
  }
  ul#miniApps a {
	text-decoration:none;
  }
  ul#miniApps a:hover {
	  color:#5a5501;
  }
  ul#miniApps img.icon {
	  vertical-align:text-top;
	  padding:0 10px 0 0;
  }
  ul#miniApps span {
	 font-size:14px;
	 font-weight:bold;
  }
  ul#miniApps p {
	  padding-top:10px;
  }
  ul#miniApps a.actions {
	  padding-left:10px;
  }
  div#miniNav {
	  text-align:right;
	  padding-bottom:10px;
  }
  a.btn, input.btn {
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-variant:small-caps;
	padding:2px 4px 2px 4px;
	background-color:#dbb88a;
	border:solid 1px #371807;
	cursor:pointer;
  }
  a.btn:hover {
	color:#5a5501;
	background-color:#f8ecdc;
	border:solid 1px #5a5501;
	text-decoration:none;
  }
  
  table#miniAppNav {
	  padding:1px;
	  margin:1px;
  }
  table#miniAppNav td {
	  padding:2px 2px 2px 6px;
  }
  table#miniAppNav h1 {
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	letter-spacing:1px;
	font-weight:normal;
  }
  table#miniAppNav a {
    text-decoration:none;
  }
  table#miniAppNav a:hover {
	color:#ba7c25;
  }
div#pfNotice-wrap {
	position:absolute;
	top:250px;
	width:100%;
	text-align:center;
}
div#pfNotice-content {
	margin:0 auto;
	padding:2px 0 4px 0;
	width:500px;
	height:auto;
	border:solid 1px #371807;
	background-color:#dbb88a;
}
div#pfNotice-content p {
	font-size:12px;
	font-weight:bold;
}
div#pfNotice-close {
	text-align:right;
	margin:0;
	padding:0 0 4px 0;
}
div#pfNotice-close a {
	text-decoration:none;
	color:#5a5501;
	background-color:#f8ecdc;
	border:solid 1px #dbb88a;
	padding:1px 3px 1px 3px;
}
div#pfNotice-close a:hover {
	color:#f8ecdc;
	background-color:#5a5501;
}
div.hide {
	margin:0;
	padding:0;
	width:0;
	height:0;
	display:none;
}
a#btnTracker {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding:2px 4px 2px 4px;
}
a#btnTracker:hover {
	color:#5a5501;
}
/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/

#hp-hero {
	width:702px;
	background-image:url(images/img_hp_hero.jpg);
	background-repeat:no-repeat;
	height:169px;
}
#hp-hero p {
	text-align:right;
	margin:140px 10px 20px 0;
}
#flashreplacement {
	width:702px;
	height:auto;
}
#cl-lakefront {
	width:210px;
	height:115px;
	background-image:url(images/img_lakefront.jpg);
	background-repeat:no-repeat;
}
#cl-riverfront {
	width:210px;
	height:115px;
	background-image:url(images/img_riverfront.jpg);
	background-repeat:no-repeat;
}
#cl-other {
	width:210px;
	height:115px;
	background-image:url(images/img_other.jpg);
	background-repeat:no-repeat;
}
#cl-commercial {
	width:210px;
	height:115px;
	background-image:url(images/img_companylisting.jpg);
	background-repeat:no-repeat;
}
#cl-lakefront div, #cl-riverfront div, #cl-other div, #cl-commercial div {
	vertical-align:bottom;
	text-align:right;
	padding:80px 8px 8px 0;
}