* {
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: none;
}

body, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: gray;
	line-height: 1.25em;
}

html, body {
	background-color: #FFFFFF;
	margin: 0;
	overflow: hidden;
}

img {
	border: 0;
	padding-right: 10px;
}


#logocolor{
	color: #99cc99;
	/*
	color: #00ff81;*/
}

#bios{
  position: absolute;
  padding-top: 0px;
  line-height:15px;
  top: 20px;
  left: 20px;
  width: 450px;
  height: 471px;
  border: 0;
  color: #969696;
  
}


.litegray{
	color:#d1d1d1;
}

.darker{
   color: #626262;
   }
   
#small{
	 position: absolute;
  padding-top: 0px;
  top: 500px;
  left: 20px;
  border: 0;
	color: #99cc99;
}

#controller{
background-color: white;
position: absolute; 
left: 746px; 
top: 500px; 
width: 60px; 
font-size: 8pt;
}

#nav{
	
  position: absolute;
  padding-top: 0px;
  top: 500px;
  left: 120px;
  border: 0;
}

#types{
	position: absolute;
  padding-top: 0px;
  top: 500px;
  left: 200px;
  border: 0;
}

#residential{
  position: absolute;
  padding-top: 0px;
  top: 500px;
  left: 290px;
  border: 0;
}

#sections{
  position: absolute;
  padding-top: 0px;
  top: 500px;
  left: 390px;
  border: 0;
}



#text-back{
	opacity: 0.95;
  position: absolute;
  padding: 10px;
  padding-bottom: 10px;
  width:300px;
  top: 0px;
  right: 0px;
  border: 0;
  color: white;
  background-color: white;
  z-index: 10;
}

#text-frame{
	opacity: 0.95;
  position: absolute;
  padding: 15px;
  width:300px;
  top: 0px;
  right: 0px;
  border: 0;
  background-color: white;
  z-index: 10;
}

#name
{
  /*opacity: 0.95;*/
  position: absolute;
  padding: 15px;

  width:300px;
  top: 0px;
  right: 0px;
  border: 0;
  background-color: white;
	
}

#namefirst
{
  /*opacity: 0.95;*/
  position: absolute;
  padding: 15px;

  width:450px;
  top: 0px;
  right: 340px;
  border: 0;
	
}

#textlarge
{
	opacity: 0.95;
  position: absolute;
  padding: 15px;
  width:450px;
  top: 0px;
  left: 0px;
  border: 0;
  background-color: white;
}


#text
{
	opacity: 0.95;
  position: absolute;
  padding: 15px;
  width:300px;
  top: 0px;
  right: 0px;
  border: 0;
  background-color: white;
}




p {
	margin-top: 0;
	padding-top: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #99cc99;
}

a:focus {
	outline-style: none;
}

#copy{
	color:#cbcbcb;
	position: absolute;
	left: 20px;
	bottom:15px;
	z-index:10003;
}




/* Misc */

span.button {
	color: #FFFFFF;
	background: #0099FF;
	padding: 5px;
}

span.button a {
	color: #FFFFFF;
}

span.button a:hover {
	color: #FFFFFF !important;
}


