* {	margin: 0px; padding: 0px; }
html, body { height: 100%; }

body 
{ 
	margin: 0px;
	padding: 0px;
	font: 12px arial, helvetica; 
	text-align: center; 
	background: #ecebe0 url('../images/background.gif') repeat-x;
}

h1
{
	font-weight: bold;
	font-size: 14px;
	color: #8a0000;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}

a
{
	color: #8a0000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	margin-left: 20px;
}

.wrapper
{
	position: relative;
	width: 918px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

.header
{
	margin-top: 15px;
	padding: 15px 0px 0px 0px
}

.headerNumber
{
	position: absolute;
	top: 80px;
	right: 20px;
}

.headerNumber .phoneheading 
{
	font-family: "Times New Roman", Courier, Garamond, serif;
	color: #8a0000;
	font-weight: bold;
	font-size: 16px;
}

.headerNumber .phonenumber
{
	font-family: "Times New Roman", Courier, Garamond, serif;
	color: #766a5c;
	font-weight: bold;
	font-size: 24px;
}


#searchbox
{
	padding: 12px 0px 0px 15px;
}

#searchbox #searchText
{
	color: #737373;
	margin-right: 5px;
}

#mainContent
{
	width: 878px;
	background: transparent url('../images/content_background.gif') repeat-y;
	padding: 30px 20px;
	min-height: 625px;
	height:auto !important;
    height: 625px;
	margin-left: -4px;
}
* html .wrapper #mainContent
{
	width: 918px;
}


#contentTopCap
{
	background: transparent url('../images/content_topcap.gif') no-repeat;
	height: 4px;
	width: 918px;
	line-height: 4px;
	margin-left: -4px;
}
#contentBottomCap
{
	background: transparent url('../images/content_bottomcap.gif') no-repeat;
	height: 4px;
	width: 918px;
	line-height: 4px;
	margin-left: -4px;
}


#leftMenu
{
	float: left;
	width: 200px;
}

#rightContent
{
	margin: 0px 0px 0px 220px;
}

#leftMenu .sidemenuLink
{
	display: block;
	padding: 10px 15px;
	color: #58534f;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #edede3;
	border-top: 1px solid #fcfbf7;
	border-bottom: 1px solid #d1d2c4;
}

#leftMenu .sidemenuLink:hover
{
	background-color: #fcfbf9;
}

#leftMenu .current
{
	background-color: #fcfbf9;
}


#sitemap
{
	margin: 0px 20px;
	line-height: 18px;
}

#sitemap ul
{
	margin: 0px 20px;
}

#fireplaceHomeBlock
{
	float: left;
	margin-right: 20px;
	width: 315px;
	background-color: #e9dfcd;
}

#fireplaceHomeBlock .heading
{
	background: transparent url('../images/fireplaceBgHead.gif') no-repeat top right;
	height: 31px;
	!height: 40px;
	color: #ffffff;
	font-size: 18px;
	font-family: "Times New Roman", Courier, Garamond, serif;
	padding: 9px 0px 0px 10px;
}

#fireplaceHomeBlock .blockContent
{
	padding: 6px;
	font-size: 12px;
	color: #59534f;
}

#homesHomeBlock
{
	float: left;
	width: 315px;
	background-color: #e9dfcd;
}

#homesHomeBlock .heading
{
	background: transparent url('../images/homesBgHead.gif') no-repeat top right;
	height: 31px;
	!height: 40px;
	color: #ffffff;
	font-size: 18px;
	font-family: "Times New Roman", Courier, Garamond, serif;
	padding: 9px 0px 0px 10px;
}

#homesHomeBlock .blockContent
{
	padding: 6px;
	font-size: 12px;
	color: #59534f;
}



.footer, .push { height: 80px; }

.push{ height: 90px; }

.footer 
{
	position: relative;
	color: #bdbdbd;
	background: #5b5551;
	font-weight: bold;
	font-size: 11px;
}

.footer a
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #bdbdbd;
}

.footer a:hover
{
	text-decoration: underline;
}

.footerContainer
{
	position: relative;
	text-align: left; 
	width: 910px; 
	margin: 0px auto; 
	padding: 30px 0px 0px 10px; 
}

