@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#191919;
	margin:0px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#container { position:relative;	width:880px; margin:0px auto; }
#header { position:relative; height:126px; background-image:url(../images/layout_r1_c1.jpg); }

#nav { float:left; width:225px; height:350px; }
#nav img { display:block; }

#flash { float:left; width:655px; height:350px; }

#content { position:relative; height:160px; background-image:url(../images/layout_r10_c1.jpg); }
#content div { position:absolute; top:28px; height:110px; }
#content img { border:1px solid #000000; }
#residential { left:11px; width:180px; }
#land { left:211px; width:180px; }
#commercial { left:411px; width:180px; }

#quick-search { position:absolute; top:28px; left:611px; width:260px; height:110px; color:#000000; }

#content form { margin:0px; }
#content form input, #content form select { font-size:11px; width:125px; }

#footer { position:relative; margin-top:10px; margin-bottom:10px; text-align:center; }
#des { position:absolute; left:10px; top:0px; }
#ccg { position:absolute; right:10px; top:0px; }
#phone { font-size:16px; font-weight:bold; }

#copy { font-size:10px; text-align:center; margin:20px; }
