/* GoRenta.com StyleSheet */
body {
	margin: 0px;
	padding: 0px;
}
td.header {
	background-color: #76A273;
}
td.topnav {
	background-color: #70966C;
	border-top: 1px solid #62835E;
	border-bottom: 1px solid #62835E;
	text-align: right;
	font: 12px tahoma;
	color: #e0ead5;
	height: 24px;
}
td.sidemenu {
	background-color: #DDE7DD;
	border-top: 1px solid #C0C9C0;
	border-right: 1px solid #C0C9C0;
	vertical-align: top;
}
td.content {
	background-color: #FFFFFF;
	vertical-align: top;
}
td.content-slack {
	background-color: #FFFFFF;
}

div.sideheader {
	font: bold 12px arial;
	color: #FFF;
	padding: 5px;
	/*background-color: #70966C;*/
	background-color: #009999;
}
div.input {
	font: bold 12px arial;
	color: #2F3628;
	margin: 4px 0px 4px 10px;
}

a.sidemenu {
	display: block;
	width: auto;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #CAD3CA;
	font: bold 12px arial;
	color: #2F3628;
	text-decoration: none;
}
a.sidemenu:hover {
	background-color: #EAF0EA;
	color: #80847B;
}
a.topnav {
	margin: 0px;
	padding: 4px;
	font: bold 11px arial;
	color: #e0ead5;
	text-decoration: none;
	
}
a.topnav:hover {
	color: #FFF;
	text-decoration: underline;
}

h3 {
	font: bold 18px tahoma, arial;
	color: #444;
	margin: 2px 0px 4px 20px;
	border-bottom: 1px solid #444;
	letter-spacing: -.3px;
}
h4 {
	font: bold 17px tahoma, arial;
	color: #888;
	margin: 10px 0px 4px 20px;
	letter-spacing: -.3px;
}

p {
	font: 12px arial;
	line-height: 18px;
	margin: 2px 30px 10px 0px;
}

.sideinput {
	width: 150px;
	border: 1px solid #CAD3CA;
}
form {
	margin: 0px;
}

div.listing {
	font: 12px arial;
	margin: 2px 0px 2px 8px;
}
div.property {
	font: 12px arial;
	margin: 2px 10px 2px 30px;
}
div.photo {
	background-color: #f9f9f9;
	border: 1px solid #CCC;
	font: 10px arial;
	text-align: center;
	padding: 3px;
}
img.photo-small {
	width: 300px;
	border: 1px solid #CCC;
	margin-bottom: 2px;
}
a.listingtitle {
	font: bold 18px tahoma, arial;
	color: #4B5343;
	
}
a.listingtitle:hover {
	color: #787E72;
	text-decoration: underline;
}
a.moreinfo {
	font: bold 12px arial;
	color: #787E72;
}
a.moreinfo:hover {
	color: #006699;
}