* {
	margin:0;
	padding:0;
}
body {
	background:#000 url('images/mls_bg_grey.png') repeat-y top center;
	text-align:center;
	font:normal 12px/18px "Lucida Grande",Lucida,Verdana,sans-serif;
	color:#374a43;
}
a {
	color:#c8af22;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style-type:none;
}
li {
	display:inline;
}
p {
	margin-bottom:10px;
	margin-left:0;
}
h1, h2, h3, h4, h5 {
	text-align:left;
	margin:0 0 10px 10px;
}
#header {
	width:100%;
	height:200px;
	background:#d3d3d3 url('images/mls_bg_top.png') repeat-y top center;
}
#nav {
	width:100%;
	height:20px;
	border-top:5px solid #708f85;
}
#nav ul {
	margin-right:50px;
}
#nav a {
	float:right;
	padding:0 10px;
	margin-top:-5px;
	color:#708f85;
	text-decoration:none;
	line-height:20px;
	border-top:5px solid #708f85;
}
#nav a:hover {
	color:#c8af22;
	border-top:5px solid #c8af22;
	background-color:#fbf4cf;
}
#nav a.on {
	color:#cb3113;
	border-top:5px solid #cb3113;
	background-color:#fbe0ca;
}

#logo {
	margin:10px auto 0 auto;
	padding-top:125px;
	width:950px;
	height:200px;
	background:url('images/mls_logo.png') no-repeat top center;
	text-align:center;
}
#logo h4 {
	margin:10px 0;
	color:#708f85;
	text-align:center;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:105%;
	font-weight:bold;
}

#content_container {
	width:100%;
	background:#161f0e url('images/mls_bg_green.png') repeat-y top center;
}
#content {
	width:950px;
	background:url('images/bg_shadow.png') no-repeat top center;
	text-align:center;
	margin:0 auto;
}
#pix_frames {
	width:950px;
	min-height:375px;
	margin:0 auto;
	padding:50px 0;
	text-align:center;
}
#pix_frames h3 {
	width:230px;
	text-align:left;
	margin-left:10px;
	color:#ede5a4;
	border-bottom:1px solid;
}
#pix_frames p {
	text-align:left;
	color:#c7b947;
	margin-left:10px;
}

#frame_left h3, #frame_right h3, #frame_left p, #frame_right p {
	margin-left:35px;
}
#frame_left {
	float:left;
	padding-top:245px;
	margin-left:50px;
	width:300px;
	height:121px;
	background:url('images/img_frame_commercial.png') no-repeat top center;
}
#frame_center {
	float:left;
	padding-top:245px;
	width:250px;
	height:121px;
	background:url('images/img_frame_retail.png') no-repeat top center;
}
#frame_right {
	float:left;
	padding-top:245px;
	margin-right:50px;
	width:300px;
	height:121px;
	background:url('images/img_frame_residential.png') no-repeat top center;
}
#home_text {
	clear:both;
	width:950px;
	min-height:150px;
	margin:0 auto;
	text-align:center;
}
#home_left {
	width:525px;
	float:left;
	margin:0 0 15px 75px;
	color:#c6ef8f;
}
#home_left p, #message p {
	text-align:justify;
	color:#c6ef8f;
}
#home_left ul, #message ul {
	list-style-type:square;
	list-style-position:inside;
	text-align:left;
	margin:10px 0 10px 30px;
}
#home_left li, #message li {
	display:list-item;
}
#home_right {
	width:256px;
	height:132px;
	float:left;
	margin:0 0 0 25px;
	color:#afe569;
	background:url('images/attention_box.png') no-repeat top center;
}
#services_right {
	width:251px;
	height:464px;
	float:left;
	margin:0 0 0 25px;
	color:#afe569;
	background:url('images/planters.png') no-repeat top center;
}
#about_right {
	width:251px;
	height:464px;
	float:left;
	margin:0 0 0 25px;
	color:#afe569;
	background:url('images/about.png') no-repeat top center;
}
#home_left h3 {
	width:450px;
	text-align:left;
	margin-left:10px;
	color:#ede5a4;
	border-bottom:1px dashed;
}
#about {
	width:800px;
	min-height:466px;
	margin:0 0 15px 75px;
	background:url('images/about.png') no-repeat top right;
}

/*
 ** Contact
 */

#contact_right {
	width:251px;
	height:464px;
	float:left;
	margin:0 0 0 25px;
	color:#afe569;
	background:url('images/contact.png') no-repeat top center;
}
#thanks {
	width:800px;
	min-height:466px;
	margin:0 0 15px 75px;
	background:url('images/thanks.png') no-repeat top right;
}
#message {
	width:500px;
	color:#c6ef8f;
}
#pix_frames p.error_msg {
	color:#f90;
	font-size:120%;
	font-weight:800;
}

ol.error {
	color:#fff;
	list-style-position:inside;
	margin:0 0 15px 25px;
}
ol.error li {
	text-align:left;
}
h2.thanks {
	line-height:1.4em;
}
.bold {
	font-weight:bold;
}
#pix_frames p.msg_confirm {
	color:#fff;
}
input, textarea {
	font:normal 14px/18px "Lucida Grande",Lucida,Verdana,sans-serif;
	padding:3px;
	background:#e9fbd0;
	border:1px solid #fff;
}

input.submit {
	width:75px;
	height:30px;
	padding:0;
	background:#214326;
	color:#afe569;
	cursor:pointer;
}
input:hover.submit {
	text-decoration:none;
	background:#214326;
	color:#fff;
	border:1px solid #c8af22;
}

/*
 ** Contact
 */

#footer {
	width:950px;
	min-height:300px;
	background:url('images/bg_shadow.png') no-repeat top center;
	text-align:center;
	margin:0 auto;
}
#left_foot {
	width:400px;
	float:left;
	text-align:left;
	margin:25px 0 0 50px;
	color:#708f85;
}
#left_foot a {
	margin:0 15px 0 0;
	text-decoration:none;
	line-height:15px;
}
#left_foot a.foot_on, #left_foot a:hover.foot_on {
	color:#cb3113;
	text-decoration:none;
}
#left_foot a:hover {
	text-decoration:underline;
}

p.copyright {
	font-size:80%;
}
#right_foot {
	width:450px;
	float:left;
	text-align:right;
	margin:25px 50px 0 0;
	color:#708f85;
}
#right_foot h3 {
	color:#c2edb1;
	text-align:right;
}

img {
	border:0;
}
.clear {
	clear:both;
}

