/* CSS Document */


/*------------------------------------------------------------*
**  body styles
**------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	background: repeat;
}

p {
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}


h1 {
	color: #666633;
	margin: 15px 0px 10px;
	font-size: 12px;
	}
	
h2 {
	font-size: 12px;
	color: #666633;
	}

a {
	text-decoration: underline;
	color: #666633;
	font: normal 14px "Times New Roman", Times, serif;
}

a:hover {
	text-decoration:none;
}


.mlink:link {
	text-decoration: none;
	font: 11px arial;
	color: #333333;
  }

.mlink:active {
	color: #333333;
	text-decoration: none;
	font: 11px arial;
  }

.mlink:hover {
	text-decoration: underline;
	font: 11px arial;
  }

.mlink:visited {
	font: 11px arial;
	text-decoration: none;
  }




	
#wrapper {
	width: 700px;
	margin: auto;
	background: #FFFFFF;
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#container {
	width: 730px;
	margin: auto;
	background: url(../images/glow.jpg) repeat;
}

#header{
	border-bottom: 1px solid #666633;
}

#toprow {
	width: 700px;
	float: left;
	overflow: visible;
	padding-top: 10px;
	border-bottom: 1px solid #666633;
	padding-bottom: 10px;
	text-indent: 20px;
}

#toprow_sub {
	width: 700px;
	float: left;
	overflow: visible;
	padding-top: 10px;
	border-bottom: 1px solid #666633;
	padding-bottom: 10px;
	text-indent: 20px;
}

#bottomrow_left {
	width: 350px;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#bottomrow_right {
	width: 350px;
	padding: 0px;
	float: right;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#bottomrow {
	background-color: #FFFFFF;
	width: 700px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666633;
}

#property_image_left {
	width: 250px;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#contact {
	width: 250px;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#footer {
	clear: both;
	text-align: right;
	padding-top: 3px;
	background: #FFFFFF;
	border-bottom: thin solid #666633;
	padding-bottom: 3px;
}


.left {
	float: left;
	clear: both;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 30px;
	
}

.right {

	float:right

}

.center {
	margin-right: 20px;
}

/*------------------------------------------------------------*
**  form styles
**------------------------------------------------------------*/

#fcf2 {
	font-family:arial;
	font-size:11px;
	background-color:#FFF;
	width: 450px;
	padding-left: 10px;
}
#fcf2 h3 {
font-size:1.5em;
color:#FFFFFF;
font-weight:bold;
margin:0px;
}
#fcf2 p {
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
	clear: both;
	padding-top: 5px;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
	float: right;
	width: 335px;
	text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
	background: #FFF;
	padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}

#spam {
	clear: both;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
