/* Site Colors
Dark Purple: #303;
Light Purple: #63566B;
Green: #647d54; 
Tan: #DED7CB;

*/

BODY
{
	font-family: "Lucida Sans", Arial, Verdana, Helvetica, sans-serif;
	margin: 7px auto;
	font-size: 12px;
	background-color: #000;
}

#wrapper
{
	width: 800px;
	background-color: #DED7CB;
	margin: 7px auto;
	
}

#topbar
{
	color: #300;
	width: 800px;
	height: 156px;
	background-color: #fff;
	
}



H1
{
	font-size: 20px;
	color: #647d54;
}

H2
{
	font-size: 16px;
	color: #63566B;
}

A, A:link { color: #303; }
A:hover { color: #647d54; }


#topbar UL
{
	clear: both;
	list-style-type: none;
	margin-left: -40px;
	
	}



#topbar LI
{
	background-image: url(../images/navbox.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 56px;
	width: 200px;
	
}



#topbar LI A
{
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 25px 0px 0 15px;
}

#searchpage #investing .urhere, #searchpage #resources .urhere, #searchpage #contact .urhere {display: none;}

#investingpage #property .urhere, #investingpage #resources .urhere, #investingpage #contact .urhere {display: none;}

#resourcespage #property .urhere, #resourcespage #investing .urhere, #resourcespage #contact .urhere {display: none;}

#contactpage #property .urhere, #contactpage #investing .urhere, #contactpage #resources .urhere {display: none;}

#homepage .urhere {display: none;}

#searchpage #property .urhere, #investingpage #investing .urhere, #resourcespage #resources .urhere, #contactpage #contact .urhere {margin-top: 15px;}

#topbar LI A:hover
{
	color: #303;
	text-decoration: none;
}

/* SUBMENU STYLES */
#dropmenudiv
{
	position: absolute;
	border: 1px solid #303;
	border-bottom-width: 0;
	font-size: 11px;
	line-height: 20px;
	z-index: 100;
	margin-top: 12px;
	margin-left: -1px;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #303;
	padding: 1px 0;
	text-decoration: none;
	/*font-family: Verdana;*/
	color: #647d54; 
	font-weight: bold;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color:  #647d54; 
	color: #FFF;
}


/* CONTENT BOX */
#leftcol
{
	width: 225px;
	margin-left: 0px;
	float: left;
	margin-top: -8px;
}

#middlecol
{
	width: 800px;
	margin: 0 auto;
}

#middlecol UL, #middlecol_sub UL { list-style-type: none; }

#homepage #middlecol LI, #middlecol_sub LI
{
	padding-bottom: 15px;
	font-size: 14px;
	list-style-image: url(../images/goldarrow.gif);
}

#middlecol_sub LI
{
	padding-bottom: 5px;
	list-style-image: url(../images/goldarrow.gif);
	font-size: 12px;
}

#mainimage {height: 204px; border-bottom: 15px solid #63566B; }
#header3
{
	position: relative;
	margin: 20px 32px 28px 0px;
	overflow:hidden;
	z-index: 50;
	
width: 800px;
	height: 204px;

}  

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

.threecol
{
	width: 220px;
	float: left;
	margin: 10px 25px 10px 20px;
	font-size: 11px;
}

.threecol H1
{
	background-color: #647d54;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px;
}

.threecol A { color: #303; }
.threecol P {font-size: 12px;}
*html .threecol { width: 215px; }

#middlecol_sub
{
	/*	min-height: 265px;*/
	background-color: #fff;
	/*	height: 100%;*/
	/*
width: 67%;
	position: relative;
*/
	margin: 40px 20px 20px 20px;
	padding: 10px 20px;
}

/* Styles for the Listings */
#pages
{
	float: right;
	padding: 10px;
	background-color: #DED7CB;
	color: #647d54; 
}

/* Styles for photo galleries */

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 1px solid #333;
width: auto;
height: auto;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
position: absolute;
top: 300px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;

}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #DED7CB;
}
.addline
{
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
	
}


.listingImage
{
	float: right;
	width: 200px;
	margin: 0 10px;
	position: relative;
}

.listingImage IMG { border: 1px solid #333; }

.listingImage P IMG
{
	border: 0;
	padding-left: 20px;
}

.listingImage:after { clear: both; }
.description { width: 450px; }

.description A
{
	
	font-weight: bold;
}


.contact
{
	text-align: center;
	border: 0;
	margin: 0 auto;
	width: 100px;
	background-image: url(../images/greenbutton.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	clear: both;
}

.contact A
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 6px;
}


.tag
{
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.tagbtn
{
	background: #333;
	color:#FFF;
	text-decoration: none;
	font-size: 10px;
	height: 20px;
}

.taglist
{
	color:#3366FF;
	text-decoration: none;
	font-size: 10px;
}


.tagsel
{
	color:#00F;
	text-decoration: none;
	font-size: 10px;
	height: 15x;
}

.contact A:hover { color: #303; }

.moreinfo
{
	display: none;
	text-decoration: none;
}

A:hover .moreinfo
{
	display: block;
	position: relative;
	font-weight: normal;
	background-color: #fff;
	width: 300px;
	border: 1px solid #333;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.moreinfo  A:hover { text-decoration: none; }

/* End Listing Styles */

/* Admin page styles */

#listing_table TR TH, #listing_table2 TR TH
{
	background-color: #306;
	color: #fff;
	text-align: left;
	
}

#listing_table TD {border: 1px solid #DED7CB; font-weight: bold;}

a.listing_button {display: block; padding: 5px; border: 1px solid #000; background-color: #306; color: #fff; text-decoration: none; text-align: center; width: 100px; margin: 0 auto;}

#footer
{
	background-color: #fff;
	clear: both;
	padding: 10px;
	font-size: 11px;
	width: 780px;
	color: #333;
	/*height: 85px;*/
}

#footer A
{
font-family: Arial;
	color: #333;
	text-decoration: none;
	margin-right: 8px;
	font-weight: bold;
	margin-bottom: 0;
}

#footer A:hover { color: #647d54; }

#bottomnav
{
	float: right;
	border-left: 2px solid #647d54;
	padding-left: 15px;
	margin-top: 7px;
	line-height: 125%;
}
