td#left {
	vertical-align:		top;
	width:				340px;	
	padding-right:		40px;
}

td#right {
	vertical-align:		top;
}

/************************************************/
/* List and Search Button Styles				*/
/************************************************/

#needlocation {
	height:				130px;
	margin-bottom:		15px;
	background-color:	rgb(225, 250, 225);
	border:				1px solid gray;
}

#needlocation #buttons td {
	text-align:			center;
}

#havelocation {
	height:				130px;
	background-color:	rgb(250, 235, 235);
	border:				1px solid gray;
}

#havelocation td {
	text-align:			center;
}

#needlocation table {
}

#requestsearch,#diy {
	width:				45%;
	vertical-align:		top;
	text-align:			center;
	font-size:			16px;
}

#or {
	text-align:			center;
	vertical-align:		middle;
	font-style:			italic;
	font-size:			16px;
}


/************************************************/
/* Featured Property Styles						*/
/************************************************/

div#featuredProp {
	border:			0px solid grey;
	text-align:		center;
}
		
div#featuredProp p#caption {
	margin-top:			10px;
}
	
#staticphoto img {
	position:			relative;
	top:				0px;
	left:				0px;
}

#photo {
	margin:				20px;
	height:				180px;
}
		
ul {
	list-style:			none;
	width:				320px;
	border:				0px solid red;
}

#slides li {
	display:			none;
	position:			relative;
	top:				0px;
	left:				0px;
	padding:			0px;
	margin:				0px;
}


/************************************************/
/* New Properties Styles						*/
/************************************************/

div#newprops {
	text-align:		center;
}

div#newprops p {
}

div#newprops table#props {
	width:		100%;
}

div#newprops table#props td {
	text-align:		center;
	font-size:		12px;
}

div#newprops table#props a {
}

div#newprops table#props span.PropID {
	text-align:		left;
	font-weight:	bold;
}

div#newprops table#props span.Date {
	padding-left:	20px;
}

div#newprops a {
}

/************************************************/
/* Recent Projects Styles						*/
/************************************************/

div#recentProjects table {
	width:			100%;
}

div#recentProjects tr.project {
	background-color:	rgb(200, 200, 200);
	border-bottom:		1px dashed black;
}

div#recentProjects .title {
	text-align:		left;
}

div#recentProjects .property {
	width:			7em;
	text-align:		right;
}

div#recentProjects th {
	font-weight:	bold;
}

div#recentProjects td {
	border-bottom:	1px solid black;
}

div#recentProjects th.property {
}
	
div#recentProjects td.title {
}

div#recentProjects td.property {
}

div#recentProjects tr.project a {
}
