body {
	background: url(../img/bgcorner.png) no-repeat #145F9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p {
	margin: 12px 0px;
}

a {
	color: #145f9c;
}


.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

.listings {
	width: 100%;
	border-top: solid 1px #145F9C;
}

.listings tbody tr:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

.listings tbody#property_search tr:hover {
	background-color: #FFFFFF;
	cursor: default;
}

.listings th {
	padding: 3px 3px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.listings tr {
	border-bottom: solid 1px #145F9C;
}

.listings td {
	padding: 5px 3px;
	vertical-align: middle;
	text-align: center;
	color: #145F9C;

}

form label {
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: right;
}

form label:after {
	content: ":";
}

form .input {
	clear: left;
	margin: 0px 0px 5px 0px;
}

#outer_container {
	width: 700px;
	margin: 0px auto;
	padding: 0px 100px 0px 100px;
}

#container {
}

#content {
	background-color: #FFFFFF;
	padding: 10px 10px;
	color: #145f9c;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 51px;
	height: 100px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background: url(../img/vandelayheader.png) no-repeat bottom center;
	border-bottom: 40px #FFFFFF solid;
	margin-bottom: 5px;
}

#header div {
	margin-left: -900em;
}

#header span {
	font-weight: bold;
}

#navigation {
	background-color: #CCCCCC;
	margin-bottom: 5px;
	text-align: center;
}

#navigation ul {
	height: 20px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	padding: 2px 4px 2px 4px;
	margin: 0px 2px;
}

#navigation ul li a:hover {
	color: #999999;
}

#navigation ul li a.current {
	background-color: #FFFFFF;
}

.htext {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#content ul {
	margin: 10px 0px 10px 20px;
}

#content ul li {
	list-style: disc;
	margin-bottom: 3px;

}

#debug {
	background-color: #FFFFFF;
	width: 700px;
	margin: 20px auto 0px;
}


#footer {
	font-size: 11px;
	background-color: #CCCCCC;
	height: 40px;
	margin-top: 5px;
	text-align: center;
	line-height: 40px;
}

.renter_docs div {
	padding: 2px 0px 2px 10px;
}

.details_text {
	margin-bottom: 10px;
}

.details_text div {
	padding-bottom: 5px;
}

.property_picture {
	float: left;
	width: 48%;
}

.property_picture {
	position: relative;
}

.property_picture .picture {
	height: 250px;
	text-align: center;
}

.property_picture .picture img {
	max-height: 250px;
}

.property_picture #map {
	margin-top: 10px;
	width: 100%;
	height: 350px;
}

.property_content {
	float: right;
	width: 48%;
}


#content ul#property_thumb_photos {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	list-style: none;
	text-align: left;
}

#content ul#property_thumb_photos li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	margin-right: 2px;
}

#property_search td {
	white-space: nowrap;
}
