html, body {height: 100%;}

body {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

#container {
	position: relative;
	width: 1020px;
	min-height: 100%; /* all other browsers */
	margin: 0 auto;
	text-align: left;
	background: url('/images/background.gif') repeat-y;
}

#header {
	padding: 15px 45px;
	clear: both;
}

#header img {
	border: 0;
	float: left;
	padding-bottom: 15px;
}

#nav_area {
	float: right;
	padding-top: 35px;
}

#skyline {
	padding: 0 15px;
	clear: both;
}

#skyline img {
	width: 990px;
	height: 304px;
}

#info_box {
	margin: 0 15px;
	padding: 20px 75px;
	border-bottom: 1px solid #f28729;
}
#info {padding-left: 30px;}

#info a:visited {text-decoration: none;}
#info a:hover {border-bottom: 0;}
#info a:active {text-decoration: none;}

#info_note {padding-top: 8px;}

#content {
	margin: 0 45px;
	padding: 30px 45px;
}

.listing {
	margin-left: -45px;
	margin-right: -45px;
	padding: 30px 45px;
	border-bottom: 1px solid #cfcfcf;
}

/* remove top padding for first listing */
.listing:first-child { padding-top: 0; } 

/* remove bottom horizontal rule for last listing */
.listing:last-child { 
	padding: 30px 45px;
	border-bottom: 0;
}

.listing_pic {
	float: left;
	width: 220px;
	height: 220px;
	/*margin-right: 30px;*/
	margin-bottom: 5px;
	border: 0;
}

#content .listing .listing_pic {margin-right: 30px; margin-bottom: 30px;}

img {border: 0;}

/* remove hover state for listing pic */
.listing_pic > a:hover {text-decoration: none; border-bottom: 0;}

h1 {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 3px;
}

h3 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.address {}

.listing_buttons {
	margin-right: 15px;
	height: 21px;
}

.property_details {
	float: left;
	width: 570px;
	padding: 0;
	/*margin-bottom: 20px;*/
}



ul.amenities {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.amenities li {
	float: left;
	width: 240px;
	padding-bottom: 4px;
}

/* hack to add padding beneath amenities list */
ul.amenities li:last-child { padding-bottom: 30px; }

form {margin-top: 15px;}

/* general contact form */
#contact_form {
	clear: both;
	width: 520px;
	text-align: left;
}

/* contact form on property pages */
#property_form {
	clear: both;
	border-top: 1px solid #cfcfcf;
	margin-top: 20px;
	padding-top: 20px;
	text-align: left;
}
/* container for listing pic and thumbnails */
.gallery {
	float: left;
	width: 220px;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 20px;
}

/* area beneath current photo that indicates number of images and gallery navigation buttons */
.gallery_nav_area {
	padding: 0;
	clear: both;
}
.gallery_nav_area #counter {float: left;}

/* gallery navigation buttons (left/right arrows) */
.gallery_nav_area #arrows {float: right;}

.gallery_nav_area #arrows img {margin-left: 5px;}

.thumbnails a:hover img {border: 3px solid #f28729;}

/* group of thumbnails */
.thumbnails {
	float: left;
	border-top: 1px solid #f28729;
	border-bottom: 1px solid #f28729;
	width: 100%;
	padding: 10px 0;
	margin-top: 2px;
}

/* individual thumbnails */
.thumbnails img {

	width: 90px;
	height: 90px;
	margin: 2px;
	border: 3px solid white;
}
.form_row {
	clear: both;
	padding: 10px 0;
}

/* positioning for submit button */
#submit input {
	margin-left: 438px;
	padding-bottom: 30px;
}

/* form field labels */
label {
	float: left;
	width: 125px;
}

.form_field {float: left;}

.form_field input {
	float: left;
	width: 385px;
}

#radio.form_field {margin-right: 20px;}
#checkbox.form_field {margin-right: 20px;}

#radio.form_field input {
	width: 15px; /* for Safari */
	margin-right: 10px;
	margin-top: 1px;
}

#checkbox.form_field input {
	width: 15px; /* for Safari */
	margin-right: 10px;
	margin-top: 1px;
}

.form_field textarea {
	width: 385px;
	height: 100px;
}

#footer {
	text-align: center;
	margin-left: 45px;
	height: 60px;
	width: 930px;
	padding-top: 10px;
	border-top: 1px solid #cfcfcf;
	clear: both;
}

/* remove hover state -- use for linked images */
a.no_hover:hover {text-decoration: none; border-bottom: 0;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {border-bottom: 1px dotted #f7811f;}
a:active {border-bottom: 1px dotted #f7811f;}

