
a {
	color: #A5CAA9;
	text-decoration: none;
}

a:visited {
	color: #A5CAA9;
	text-decoration: none;
}

a:hover {
	color: #CCFF66;
	text-decoration: none;
}


h1 {
	font-size: 11pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #6495ED;
}

body {
	background-image: url(images/pagebackground.jpg);
	background-repeat: repeat-x;
	background-color: Black;
	margin-top: 0px;
}


h2 {
	font-size: 14pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DFE494;
}

h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E3E8AE;
}

h4 {
	font-size: 14pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E3E8AE;
}
h5 {
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666600;
}
.sm {
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}

.footer {
	font-size: 8pt;
	color: #8FBC8F;
	text-decoration: none;
}


p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.quote {
	font-size: 9pt;
	color: #F0E68C;
	font-weight: lighter;
	font-style: italic;
}

td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 170%;
	color: White;
	background: url(images/tablebg.jpg);
}

td.header { background-image: url(images/header.jpg); }

table.indent {
	padding-bottom: 10px;  padding-left: 20px;  padding-right: 20px;  padding-top: 20px;      }
	
.details {
	padding-bottom: 10px;  padding-left: 20px;  padding-right: 20px;  padding-top: 10px;
	background-image: url(images/detailsbg.jpg);
	font: 14px/170%;
      }
	

.windows {
 font-size:11px;
 font-family:verdana;
 color: #F5F5F5;
}

.item_panel {
  width:150;
  border-left:1px solid darkblue;
  border-right:1px solid darkblue;
  clip:rect(0,150,0,0);
  position:absolute;
}

.item_panel a {
 text-decoration:none;
 color:black;
 cursor:hand;
}

.item {

 font-size:12px;
 font-family:verdana;
 padding-left: 20px;
}

.sqft {

 font-size:16px;
 font-family: Arial, Helvetica, sans-serif;
 color: #E3E8AE;
 font-weight: bold;
}

.leftcol {
	background-image: url(images/navbg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #0F4C13;
}

#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#CCFFCC; 
  width:20em; 
  padding: .30em 20px;
  background-image: url(images/up.png);
    background-color: transparent;
    font-size: 12px;
    line-height: 300%;
    }

#menu a:hover {
  color: #CCFFCC;
  background-image: url(images/down.png);
}


.nav a, .nav :visited {
font-size:11px;
color:Black;
text-decoration:none;
 position: relative;
}
/* style the links hover */
.nav :hover{ color: White;  }


.singlespace { line-height: 6px;  color: #FF0033;         }
