﻿/*===============================================
	General Styles
=================================================*/

html
{
	background: #786638 url("images/background.png") repeat-x top left;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #000;
}

a:active, a:focus, a:hover
{
	color: #000;
}

a img
{
	border: 1px solid #6a9165;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #6a9165;
	font-size: 1.75em;
	font-weight: normal;
	margin: 0 0 .5em .5em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.25em;
}

ol, ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

/*===============================================
	Page Container
=================================================*/

#container
{
	background: #ebd6a5 url("images/footer.png") no-repeat left bottom;
	border: 3px solid #6a9165;
	margin: 0 auto;
	padding: 150px 0 0 0;
	position: relative;
	width: 934px;
}

/*===============================================
	Page Content
=================================================*/

#content
{
	min-height: 300px;
	margin: 0 0 2.5em 0;
	padding: 0 1.5em;
}

#content .realtor
{
	font-size: x-small;
	line-height: 35px;
	margin-top: 2em;
	text-align: right;
}

#content .realtor a
{
	text-decoration: none;
}

#content .realtor img
{
	border: 0;
	margin-left: 0.5em;
	vertical-align: middle;
}

#content .rental-listings
{
	list-style: none;
	clear: both;
}

#content .rental-listings > li
{
	border-bottom: 1px solid #6a9165;
	clear: both;
	float: left;
	padding:0;
	margin-bottom: 1em;
	width: 100%;
}

#content .rental-listings .gallery
{
	float: right;
	text-align: center;
	width: 375px;
	margin-bottom: 1em;
}

#content .rental-listings .gallery .full
{
	margin: .5em 0 1em 0;
}

#content .rental-listings .gallery img
{
	border: 1px solid #6a9165;
}

#content .rental-listings .gallery ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .rental-listings .gallery li
{
	display: inline;
	margin: 0 5px;
}

/*===============================================
	Slide Show
=================================================*/

.slideshow
{
	background: transparent url("images/image-shadow1.png") no-repeat left top;
	float: right;
	margin: 0 0 1em 1em;
	padding: 12px 13px 14px 13px;
}

/*===============================================
	Radio
=================================================*/

.radio
{
	float: left;
	margin: 0 1em 1em 0;
}

.radio object
{
	background: transparent url("images/radio-background.png") no-repeat left top;
}

/*===============================================
	Navigation Bar
=================================================*/

#navigation
{
	background: transparent url("images/header.png") no-repeat left top;
	font-size: 1em;
	position: absolute;
	top: -3px;
	left: -20px;
	width: 957px;
	height: 141px;
}

#navigation ul
{
	list-style: none;
	margin: 100px 0 0 10px;
	padding: 0;
	text-align: center;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	background: transparent url("images/nav-buttons.png") no-repeat left bottom;
	display: inline-block;
	line-height: 18px;
	margin: 0 8px;
	padding: 0 0 0 25px;
	text-decoration: none;
}

#navigation ul li a:active, #navigation ul li a:focus, #navigation ul li a:hover, #navigation ul li.current a
{
	background-position: left top; 
}

/*===============================================
	Footer
=================================================*/

#footer
{
	color: #fff;
	clear: both;
	font-size: x-small;
	padding: 50px .5em .5em 0;
	text-align: right;
}

/*===============================================
	Contact
=================================================*/

.contact-image
{
	background: transparent url("images/contact-shadow1.png") no-repeat left top;
	float: right;
	padding: 10px 12px 15px 10px;
}

.contact-info
{
	/*border: 1px solid #6a9165;*/
	float: right;
	clear: both;
	text-align: center;
	width: 400px;
}

.message-sent
{
	font-size: 1.25em;
	line-height: 4em;
}

/*===============================================
	Lists
=================================================*/

ul.links li
{
	margin: 0 0 0.5em 0;
}

/*===============================================
	Forms
=================================================*/

form
{
	margin: 0;
	padding: 0;
}

label
{
	font-weight: bold;
}

.error
{
	color: #e21c12;
}

.text-input
{
	background: #fff;
	border: 1px solid #6a9165;
	color: #55440f;
	padding: 3px;
}

a.button, a.button:visited
{
	background: #fff;
	border: 1px solid #6a9165;
	color: #55440f;
	display: inline-block;
	padding: 5px 8px;
	text-align: center;
	text-decoration: none;
}

a.button:active, a.button:hover, a.button:focus
{
	background: #dde7db;
	outline: 0;
}

address#contact-ip
{
	font-style: normal;
}

/*===============================================
	Email Form
=================================================*/

#email-form
{
	width: 50%;
}

#email-form .sent
{
	font-size: 1.25em;
	line-height: 7.5em;
}

#email-form .field .text-input
{
	display: block;
	width: 100%;
}

#email-form .field
{
	margin: 0 0 0.75em 0;
}

#email-form .anti-spam-code .text-input
{
	margin-bottom: 0.5em;
	width: auto;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin-top: 1em;
}