body{
	margin: 0;
	padding: 0;
	background: #EFDECA;
	text-align: center;
	font-size: 12px;
	font-family: Times, "Times New Roman", Georgia, serif;
	line-height: 130%;
	color: #222222;
	
}


a{color: #222222;}

#headcontainer{
	background: url(images/header-bg.jpg);
	height: 116px;
}

#headinner{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#headinner #contact{
	float: right;
	font-size: 14px;
	width: 400px;
	
	line-height: 116px;
}

#headinner #contact a{
	color: #222222;
}

div.top-cred {
		margin: 0 0 15px 0;
	}
	
	div.top-cred ul {
		margin: 25px 0 0px 0;
		padding: 0;
		list-style: none;
		height: 32px;
	}
	
	div.top-cred ul li {
		list-style: none;
		margin: 0 0 15px 0; padding: 0 15px 0 0;
		float: left;
		display: inline;
	}
	
	span.fmls {
		text-indent: -9999px;
		overflow: hidden;
		background: url(/images/fmls.png) no-repeat transparent;
		display: block;
		height: 32px;
		width: 117px;
	}
	
	span.eho {
		text-indent: -9999px;
		overflow: hidden;
		background: url(/images/eho.png) no-repeat transparent;
		height: 32px;
		width: 33px;
		display: block;
	
	}
	
	span.realtor {
		text-indent: -9999px;
		overflow: hidden;
		background: url(/images/realtor.png) no-repeat transparent;
		height: 32px;
		width: 27px;
		display: block;
	
	}
	
	a.facebook {
		text-indent: -9999px;
		overflow: hidden;
		background: url(/images/facebook.png) no-repeat transparent;
		height: 32px;
		width: 32px;
		display: block;
	
	}
	
	.clear {
		clear: both;
	}
	
	#headinner #contact2{
	float: right;
	font-size: 14px;
	width: 400px;
	}
	
	#contact2 p {
		margin: 0;
		padding: 0;
		font-family: Times, "Times New Roman", Georgia, serif !important;
	}

	#headinner #contact2 a{
	color: #222222;
	}


#headinner img{
	margin-top: 20px;
	float: left;
}

#menucontainer{
	background: #3F3327 url(images/menubottom.jpg);
	height: 45px;
	background-position: bottom;

	background-repeat: repeat-x;
}

#menu{
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#menu ul{
	margin: 0;
	padding: 0;
	text-align: center;
	
}

#menu li{
	float: left;
	list-style-type: none;
	width: 90px;
	margin: 0 5px;
	padding: 0; 
	display: block;	
}

#menu a{
	color: #EFDECA;
	text-decoration: none;
	font-weight: bold;
}

#menu .single{
	padding-top: 5px;
}

#flash{}

#content{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px 0;
}

#content h2{
	color: #950B08;
	font-weight: normal;
	font-size: 22px;
}

#content h3{
	font-size: 16px;
	color: #950B08;
	margin: 0;
	padding: 0;
}

#content h3 a{
	color: #950B08;
	text-decoration: none;
}


#content #left{
	float: left;
	width: 400px;
	padding: 0 15px 200px 0;
}

#content #right{
	padding-top: 30px;
	width: 375px;
	float: right;
}

#content #right ul{
	margin: 0;
	padding: 0 0 0 25px ;
}

#footercontainer{
	background: url(images/footer-bg.jpg);
	height: 113px;
}

#footerinner{
	padding-top: 30px;
}

#footerinner a{
	color: #222222;
}

.floatLeft{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #950B08;
	
	
}

.slideshow{
	height: 250px;
	background: url(images/slideshowbg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
}

.slideshow a{
	text-decoration: none;
}

#services ul li{
	list-style-image: url(images/checkmark.gif);
	padding: 3px 0;
}

.floatRight{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #950B08;

}