/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #727272 url(../img/bg.jpg); /*replace background img here*/
	background-position:center top;
	background-repeat:no-repeat;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #727272;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 1002px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
#header {
	height: 79px;
	background: #FFFFFF url(../img/header_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#animation {
	width: 1002px;
	height: 208px;
	background: #FFFFFF url(../img/ani_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#content {
	width: 1002px;
	height: 255px;
	background: #FFF url(../img/content_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	position:relative;
	font-size:1.2em;
	}
	
	#quicksearch {
		float:left;
		width: 160px;
		height: auto;
		margin-top: 52px;
		margin-left: 0px;
		}
		
	#pow {
		float:left;
		width: 217px;
		height: 243px;
		margin-top: 4px;
		margin-left: 53px;
		_margin-left: 11px;
		}
		
	#row {
		float:left;
		width: 217px;
		height: 243px;
		margin-top: 4px;
		margin-left: 12px;
		_margin-left: 12px;
		}
		
		.fp{
			display: block;
			width: 217px;
			height: 243px;
			}
			
		.fp img{
			margin: 0 0 6px 0;
			_margin: 0 0 4px 0;
			}
			
		.fp strong{
			color: #727272;
			font-weight:normal;
			font-style:normal;
			padding-left: 5px;
			font-size: 1.0em;
			}
			
		.fp em{
			color: #999999;
			font-weight:normal;
			font-style:normal;
			padding-left: 5px;
			font-size: 1em;
			}
		
		.fp b{
			color: #727272;
			font-weight:normal;
			font-style:normal;
			padding-left: 5px;
			font-size: 1em;
			}
		
		.fp .fplink{
				float: right;
				color: #727272;
				font-weight:normal;
				font-style:normal;
				padding-right: 26px;
				font-size: 0.9em;
				}
		
	#appraisal {
	    position:absolute;
		width: 100px;
		top: 12px;
		left: 698px;
		}
		
	#staff {
	    position:absolute;
		width: 100px;
		top: 145px;
		left: 698px;		
		}
		
	#area {
	    position:absolute;
		width: 100px;
		top: 12px;
		left: 855px;
		}
		
	#contact {
	    position:absolute;
		width: 100px;
		top: 145px;
		left: 855px;
		}
		
		a.homelinks {
			color: #727272;
			text-decoration:none;
			font-size: 1.1em;
			}
		
		a:hover.homelinks{
			color: #727272;
			text-decoration:none;
			font-size: 1.1em;
			}
		
#clear {
	clear: both;
	}	

#footer {
	width: 987px;
	height: 26px;
	background: #FFFFFF;
	text-align: left;
	color: #CCCCCC;
	padding-left: 15px;
	}	
	
	#footer  a {
		color: #CCCCCC;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer  a:hover{
		color: #727272;
		text-decoration:none;
		font-size: 1em;
		}
	
	
#quicks {
	width: 160px;
	float: left;
	padding: 2px;
	padding-left: 40px;
}	
.large {
	width: 120px;
	font-size:11px;
	margin: 3px;
}
#qsbutton {
	border: none;
	cursor: pointer;
	padding-left: 2px;
	padding-top: 5px;
}

	
	
	
	