@charset "UTF-8";

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 940px;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;	
	margin-top: 20px;
}
.stripes2 {
	clear: both;
}
.oneColFixCtr #mainContentHome {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	
	
}
.oneColFixCtr a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;	
}
.oneColFixCtr #menu{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
.oneColFixCtr #menu2{
	position:absolute;
	margin-top: 70px;
	margin-left: 588px;
	margin-bottom: 100px;
}
.oneColFixCtr #logo{
	position:absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 1;
}

.oneColFixCtr #copy{
	margin-top: 5px;
	clear: left;
	z-index: 2000;
	margin-left: 450px;
	margin-right: 5px;
}

.oneColFixCtr #copy2{
	margin-top: 5px;
	clear: left;
	width: 800px;
	z-index: 2000;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 75px;
}
.oneColFixCtr #copy p{
	font-size: 80%;
	width: 400px;
}
.oneColFixCtr #copy2 p{
	font-size: 80%;
}
.oneColFixCtr #copy li{

font-size: 80%;
}
.oneColFixCtr #copy2 li{

font-size: 80%;
}
.oneColFixCtr #copy h1{
font-size: 120%;
color:#333333;
}
.oneColFixCtr #copy2 h1{
font-size: 120%;
color:#333333;
}
.oneColFixCtr #copy img{
	margin-left: -400px;
	float: left;
	margin-top: 20px;
}
.oneColFixCtr #flash{
	margin-left: -400px;
	float: left;
	margin-top: 20px;
}
.oneColFixCtr #copy2 img{
	margin: 10px;
}
.oneColFixCtr #property_finder{
position:absolute;
	margin-left: 800px;
	margin-top: 70px;
}

.oneColFixCtr #footer{
	width: 940px;
	height: 30px;
	background-image:url(images/footer.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #footer p{
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center
}
.oneColFixCtr #footer a{
	margin:2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
.oneColFixCtr #clearafloat{
	clear: left;
	
}

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #333333;
background-color:#CCCCCC;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#dropbar{
position:absolute;
left: 750px;
top: 70px;
}
.table {
	font-size: 80%;
}
.nav2 {
	float: left;
	width: 100px;
	padding-top: 25px;
	margin-left: 100px;
}
.photos {
	float: right;
	width: 500px;
	margin-right: 100px;
}
