@charset "utf-8";
/* CSS Document */

/* css reset - makes the layout looking good in all browsers */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #003;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	color: #069;
	font-size: 2.5em;
	margin: 0 0 10px 0;
}
@media only screen and (max-width: 800px) { /* max-width and smaller */
	h1 {
		font-size: 1.5em;
	}
}
h2 {
	color: #FFF;
	padding: 5px 10px;
}
h3 {
}
.clear {
	clear: both;
}

/* **************************************** HEADER **************************************** */
#body-head {
	font-size: 1.4em;
}

/* **************************************** BODY WRAPPER **************************************** */
#body-wrapper {
	margin: 0 auto 20px auto;
	text-align: center;
	width: 1100px;
}
@media only screen and (max-width: 1150px) { /* max-width and smaller */
	#body-wrapper {
		margin: 0;
		width: 93%;
	}
}

/* **************************************** BODY CONTENT **************************************** */
#body-content {
	background-color: #BDB8A2;
	background-image: url(../images/body-content-background.png);
	background-repeat: repeat-x;
	border-radius: 20px;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
}
#left {
	background-image: url(../images/green-acres.jpg);
	background-position: center;
	border-top-left-radius: 10px;
	float: left;
	height: 289px;
	width: 70%;
}
#right {
	float: right;
	width: 29.5%;
}
#right a {
	text-decoration: none;
}
@media only screen and (max-width: 800px) { /* max-width and smaller */
	#left {
		width: 50%;
	}
	#right {
		width: 50%;
	}
}
.panel1, .panel2, .panel3 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	height: 93px;
	margin: 0 0 5px;
	text-align: left;
	width: 100%;
}
@media only screen and (max-width: 500px) { /* max-width and smaller */
	.panel1 img, .panel2 img, .panel3 img {
		display: none;
	}
}
.panel1 img, .panel2 img, .panel3 img {
	float: right;
}
.panel1 {
	background-image: url(../images/background-layout.jpg);
	background-repeat: no-repeat;
}
.panel1:hover {
	background-image: url(../images/background-layout-over.jpg);
	background-repeat: no-repeat;
}
.panel2 {
	background-image: url(../images/background-lease.jpg);
	background-repeat: no-repeat;
}
.panel2:hover {
	background-image: url(../images/background-lease-over.jpg);
	background-repeat: no-repeat;
}
.panel3 {
	background-image: url(../images/background-contact.jpg);
	background-repeat: no-repeat;
}
.panel3:hover {
	background-image: url(../images/background-contact-over.jpg);
	background-repeat: no-repeat;
}

#body-map {
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #666;
	float: right;
	margin: 20px 10px 0 10px;
	padding: 20px;
	text-align: left;
	width: 300px;
}
@media only screen and (max-width: 600px) { /* max-width and smaller */
	#body-map {
		float: none;
		margin: 5px;
		width: auto;
	}
}
iframe {
	border: 1px solid #000;
	height: 150px;
	width: 100%;
}
#body-map p, #body-text p {
	margin: 0 0 30px 0;
}
#body-text {
	background-color: #EAE9E2;
	border: 1px solid #600;
	border-radius: 5px;
	margin: 10px 0 0 0;
	padding: 20px;
	text-align: left;
}
#body-text p {
	line-height: 30px;
}
#body-text ul {
	margin: 0 0 20px 30px;
}

/* **************************************** FOOTER **************************************** */
footer {
	background-color: #000;
	border: 1px solid #600;
	border-radius: 5px;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 20px;
}
footer a {
	color: #FF3;
	font-size: 1.5em;
}
footer li {
	display: inline;
	margin: 8px;
	white-space: nowrap;
}
footer ul {
	margin: 0 0 20px 0;
}