
body
{
	font-family: arial, helvetica, sans serif;
	background-color: #000;
	font-size: x-small;
	color: #000;
	margin-top: 10px;
	
}

table
{
	font-size: x-small;
}


/* ------ menu area-----------*/
#menu
{
	background-color: #FF6600;
	border-right: #000 solid 6px;
	border-bottom: #000 solid 6px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 110%;	
}

#menu a
{
	color: #000;  /*black*/
	text-decoration: none;
}

#menu a:hover
{
    color: #fff;  /*white*/
	text-decoration: none;
}


/* ------ content -----------*/
#content
{
	background-color: #fff;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;	
}



/* ------ property search area -----------*/
#search
{
	background-color: #fff;
}

#searchbox
{
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}


/* ------ footer ---------*/
#footer
{
	font-family: arial, helvetica, sans serif;
	background-image: url(images/footer3.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 10px;
	/*padding-top: 10px;*/
	font-size: xx-small;
	height: 65px;
}


/* ------ headings ---------*/
h1
{
	font-family: arial, helvetica, sans serif;
	font-size: medium;
	color: #FF6600;
}

h2
{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	font-weight: bold;
	color: #FF6600;
}

h3
{
	font-family: arial, helvetica, sans serif;
	font-size: x-small;
	font-weight: bold;
	color: #000;
}


/* --------- homepage picture area -----------*/
#sidebar
{	
	float: left;
	width: 160px;
	margin-right: 10px;
}



/* --------- links -----------*/
a
{
	color: #FF6600; /*orange*/
	font-weight: bold; 
	text-decoration: underline;
}

a:visited
{
    color: #FF6600; /*orange*/
	font-weight: bold; 
	text-decoration: none;
}

a:hover
{
    color: #FF6600; /*orange*/
	font-weight: bold; 
	text-decoration: none;
}
/* -------- end of links --------- */


.textarea
{
	width: 208px;
}

.border
{
	border: 1px solid #000;
}

.dot
{
	border-bottom: 1px dotted #000;
}

#smallmap
{
	width: 208px;
	border: 1px solid #000;
	font-size: xx-small;
}

#smallmap a
{
	font-weight: normal;
	font-size: xx-small;
}

#map
{
	border: 1px solid #000;	
}

#smallmap a
{
	font-weight: normal;
	font-size: xx-small;
}

.button
{
	background-color: #000;
	font-weight: bold;
	color: #FF6600;
}

.right
{
	float: right;
	padding: 5px;
}

#infowin
{
	font-size: 80%;
}

.bold
{
	font-weight: bold;
	color: #FF6600;
}

#largeimage
{
	width: 250px;
}

.offers td
{
	border: 1px solid #000;
}

.offerline
{
	font-size: medium;
	font-weight: bold;
}

#detailtable
{
	border: 1px solid #000;
}

td.nonreverse
{
	border: 1px solid #000;
	border-collapse: collapse;
	color: #000;
	font-weight: bold;
}

td.reverse
{
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #FF6600;
	color: #000;
	font-weight: bold;
}

.green{
	color: #33FF00;
	font-weight: bold;
}

#greenlink a:link, #greenlink a:visited, #greenlink a:hover, #greenlink a:active
{
	color: #33FF00;
	font-weight: bold;
	text-decoration: none;
}