body {
	background-color: rgb(81,72,39);
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

div#main {
	width: 759px;
	background-color: rgb(255,255,255);
	margin: 0 auto;
	padding: 1em;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: rgb(91,84,56);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#content {
	margin: 2em 1em 2em 1em;
}

input, textarea, select {
	border: 1px rgb(162,157,125) solid;
}

span.error {
	color: red;
}

div#content h1 {
	font-size: 0.9em;
	color: rgb(124,116,84);
	margin: 0;
}

div#content p {
	font-size: 0.7em;
	line-height: 1.6em;
	margin: 0em 0em 1.5em 0em;
}

ul li {
	font-size: 0.7em;
	line-height: 1.6em;
}

div.clearMe {
	clear: both;
}

div.homePara {
	margin-right: 250px;
}

div.boxOut {
	float: right;
	clear: right;
	width: 241px;
	height: 170px;
	font-size: 0.65em;
	font-weight: bold;
	color: black;
	text-align: center;
	margin: 0em 0em 1.5em 1em;
}

div.boxOut img {
	display: block;
	margin: 0em 0em 0.6em 0em;
}

div#landlord, div#tenant {
	display: none;
}

span#selPage {
	font-weight: bold;
	color: rgb(91,84,56);
	cursor: default;
}

span#linkOff {
	color: rgb(150,150,150);
	cursor: default;
}


/* Header */
div#header {
	width: 759px;
	margin: 0 auto;
	background-image: url("/gfx/header.jpg");
	background-repeat: repeat-y;
	padding: 1em 0em 1em 0em;
}

div#header img {
	float: left;
	width: 125px;
	height: 75px;
	display: block;
}

div#holder {
	height: 75px;
	margin: 0em 1.6em 0em 1.6em;
}

table#account {
	float: right;
	height: 75px;
	font-size: 0.6em;
	color: white;
}

table#account td#actions {
	text-align: right;
	vertical-align: top;
}

table#account td#actions a {
	color: white;
	text-decoration: none;
}

table#account td.login {
	vertical-align: bottom;
}

table#account td.login label {
	font-weight: bold;
}


/* Login Form */
div.login {
	float: left;
	height: 30px;
	padding: 0em 0em 0em 0.5em;
	vertical-align: bottom;
}

div.login input.boxes {
	font-size: 1.2em;
	width: 80px;
	padding: 0.14em;
}


/* Main Menu*/
table#mainMenu {
	border-collapse: collapse;
	width: 759px;
	margin: 0 auto;
	padding: 0;
	background-color: rgb(91,84,56);
}

table#mainMenu td {
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
	border-left: 1px rgb(207,204,179) solid;
}

td#mainMenu a:hover {
	background-color: rgb(67,61,39);
}

table#mainMenu td a, table#mainMenu td span {
	display: block;
	line-height: 2em;
	height: 2em;
	color: white;
	padding: 0em 1em 0em 1em;
	text-decoration: none;
}

table#mainMenu td span {
	font-weight: bold;
	cursor: default;
}

table#mainMenu td.viewing  {
	background-color: rgb(67,61,39);
}

#noBorder {
	border: 0;
}


/* Account Page */
div.accMenu {
	float: left;
	clear: both;
	width: 150px;
	border: 1px rgb(180,180,180) solid;
	border-bottom: 0px;
	margin-bottom: 1em;
}

div.accMenu a {
	display: block;
	width: 100%;
	background-color: rgb(158,152,126);
	color: white;
	font-size: 0.65em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px rgb(180,180,180) solid;
	text-indent: 10px;
	text-decoration: none;
}

h2.accMenu {
	float: left;
	clear: both;
	font-size: 0.8em;
	color: rgb(124,116,84);
	margin: 0 0 0 0;
}

div.accMenu a:hover {
	background-color: rgb(67,61,39);
}

div#account {
	margin-left: 160px;
	min-height: 360px;
}

div.image {
	float: left;
	width: 140px;
	padding: 0.4em;
	text-align: center;
}

div.image img {
	border: 1px rgb(144,195,227) solid;
	margin: 2px;
}

div.image a {
	font-size: 0.7em;
}


/* Property Stuff */
div.properties {
	border: 1px rgb(200,200,200) solid;
	padding: 0.6em;
	margin-bottom: 2em;
}

div.properties h2 {
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
}

div.properties p {
	margin: 0em 0em 0em 0em;
	padding: 0;
}


/* Wanted */
div.adHeader {
	background-color: rgb(139,133,105);
	background-image: url("/gfx/left-curve.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: white;
	font-size: 0.7em;
	font-weight: bold;
}

div.adHeaderInner {
	background-image: url("/gfx/right-curve.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 23px;
}

div.adHeader table {
	border-collapse: collapse;
	width: 100%;
	height: 23px;
}

div.adHeader table td.posted {
	width: 38%;
}

div.adHeader table td.beds {
	text-align: right;
	width: 20%;
	padding: 0em 0em 0em 0em;
}

div.adBody {
	border: 1px rgb(215,215,215) solid;
	background-color: rgb(250,249,244);
	border-top: 0;
	padding: 1em;
	margin-bottom: 2em;
}

div.adBody table {
	border-collapse: collapse;
	width: 100%;
}

div.adBody table td {
	font-size: 0.7em;
}

div.adBody table td.info {
	width: 38%;
	vertical-align: top;
}

div.adBody table td.info img {
	display: block;
	margin: 0.5em 0em 0em 0em;
}

div.adBody table td.details {
	vertical-align: top;
}



/* Calendar */
iframe#dummyFrame {
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 10;
	background-color: rgb(240,240,240);
	width: 197px;
	font-size: 0.8em;
	padding: 0px;
}

div#calendar {
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 20;
	background-color: rgb(240,240,240);
	border: 1px rgb(180,180,180) solid;
	width: 197px;
	font-size: 0.8em;
	padding: 0px;
}

div#calendar div#calHeader {
	height: 14px;
	line-height: 14px;
	font-size: 0.8em;
	text-align: center;
}

div#calendar div.dayTitle {
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: rgb(150,150,150);
	margin: 1px;
}

div#calendar .dayDays {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: rgb(180,180,180);
	margin: 1px;
}

div#calendar .dayDays:hover {
	background-color: red;	
}

div#calendar .theDay:hover {
	background-color: red;	
}

div#calendar .theDay {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: rgb(180,180,255);
	margin: 1px;
}

div#calendar a {
	cursor: pointer;
}

div#calendar a#closeCal {
	display: block;
	float: right;
	margin-right: 3px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 0.8em;
}


/* Property Search Box */
div#search {
	float: right;
	width: 530px;
}

div.inset {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0.4em 2.5em 0.4em 0.4em;
}

p.propListing {
	float: right;
	width: 320px;
	font-size: 0.7em;
}

div.inset img, div.inset a {
	display: block;
	margin-bottom: 0.6em;
}

div.inset img {
	border: 1px rgb(215,215,215) solid;
}

div.inset a img {
	border: 0;
}

img#searchHeader {
	float: left;
	display: block;
	width: 170px;
	height: 23px;
}

div#searchBox {
	float: left;
	background-color: rgb(207,204,179);
	width: 170px;
	margin-bottom: 4em;
}

div#searchBox p {
	margin: 0.8em 0em 0.8em 0em;
}

div#searchBox form {
	margin: 0px 0px 10px 10px;
}

div#searchBox label {
	font-weight: bold;
}

div#searchBox input, select {
	width: 150px;
	font-size: 0.8em;
}

div#searchBox input#pcd {
	width: 146px;
}

input.but{
	background-color: rgb(139,133,105);
	color: white;
	font-weight: bold;
}


/* Footer */
div#bMenu {
	clear: both;
	font-size: 0.65em;
	color: rgb(102,102,102);
	text-align: center;
	margin: 8em 0em 2em 0em;
}

div#bMenu a {
	font-weight: bold;
	color: rgb(102,102,102);
	text-decoration: none;
}

div#footer {
	clear: both;
	background-image: url("/gfx/footer.gif");
	background-repeat: repeat-x;
	height: 29px;
	line-height: 29px;
	font-size: 0.65em;
	padding: 0em 1em 0em 1em;
	color: rgb(102,102,102);
}

div#footer a {
	color: rgb(102,102,102);
	text-decoration: none;
}

div#footer div#lFoot {
	float: left;
	font-weight: bold;
}

div#footer div#rFoot {
	float: right;
}
div#lMenu {
	clear: both;
	font-size: 0.65em;
	color: rgb(102,102,102);
	text-align: center;
	margin: 3em 8em 1em 8em;
}

div#lMenu a {
	font-weight: bold;
	color: rgb(102,102,102);
	text-decoration: none;
	margin-left: 1.0em;
}
