

/*******************************************************************************

 * Lets Do Buiness

 ******************************************************************************/



/*******************************************************************************

 * General Page Layout

 ******************************************************************************/



body, p, td, div {

  font-family: Arial, Verdana, San-serif ;

  font-size: 90% ;

  font-weight: normal ;

  text-decoration: none ;
  background-position: center;

}


html {
overflow-x: hidden;
}

p {

  margin: 10px ;

}



/*table {

  border-collapse: collapse ;

}*/



img {

  border: none ;

}



a {

  text-decoration: underline ;

  color: #061040 ;

}



a:visited {

  text-decoration: underline ;

  color: #061040 ;

}



a:active {

  text-decoration: underline ;

  color: #7580ab ;

}



a:hover {

  text-decoration: underline ;

  color: #7580ab ;

}





/*******************************************************************************

 * Specific Style Elements

 ******************************************************************************/



#frame {

  border: 1px, solid, #061040 ;

  display: block ;

}



.heading {

	color:#FFFFFF;

	font-size: 12px;

	font-style: bold;

	padding:3px, 30px, 3px, 30px;

}



.form {

	color:#999999;

	font-size: 12px;

	font-style: bold;

	padding:3px, 3px, 3px, 3px;

}



.fpinfo {

  padding: 30px ;

  text-align: top ;

}



.boxbground

{

background:url(../images/bground2.jpg) no-repeat top;

}



span.footer {

  font-size: 11px ;

}



/*******************************************************************************

 * Property Sales

 ******************************************************************************/

 

 table.sale-properties {

 	border: 1px solid gray;

	border-collapse: collapse;

	padding: 2px;

	margin-bottom: 20px;

	background:url(../images/bground.jpg) no-repeat top;

}



 table.sale-properties tr.details {

	background-color: #061040;

	color: white;

	font-size: 1.em;

}



 table.sale-properties tr.contact {

	background-color: #91A5C8;

	color: white;

	font-size: 0.8em;

}



 table.sale-properties td {

	padding: 3px;

	margin: 5px;

}

 

 table.sale-properties td.price {

	text-align: right;

}