* html .floatClear {
	height: 1%;
	overflow: visible;
}
*+html .floatClear {
	min-height: 1%;
}
.floatClear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.primary {
	/*background-color:#bed4ce;*/
	background-color:#fff;
}
.secondary {
	background-color:#b4bc5a;
}
body, p, td, div, h1, h2, h3 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	color:#161616;
}
h1 {
	color:#3443a0;
	font-weight:bold;
}
h2 {
	color:#b0444b;
	font-weight:bold;
}
h3 {
	color:#595755;
	font-weight:bold;
}
.primary #layoutContainer {
	background-image:url(../gfx/tree-pattern-lg.gif);
	background-repeat:repeat-x;
	/*background-color:#b4bc5a;*/
	width:100%;
	height:557px;
	text-align:center;
}
.secondary #layoutContainer {
	background-image:url(../gfx/tree-pattern-sm.gif);
	background-repeat:repeat-x;
	background-color:#b4bc5a;
	width:100%;
	height:517px;
	text-align:center;
}
#layout {
	position:relative;
	z-index:20;
	width:919px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#navigationLayout {
	position:absolute;
	top:10px;
	left:0px;
}
#navigationContainer {
	z-index:100;
	width:231px;
	height:408px;
	background-image:url(../gfx/navigation.png);
	background-repeat:no-repeat;
}
#navigation {
	position:absolute;
	z-index:500;
	top:167px;
	left:19px;
	width:128px;
	height:227px;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:2;
}
#navigation li {
	padding-top:9px;
	padding-bottom:9px;
}
#navigation a {
	color:#595755;
	padding-left:20px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
#navigation a:hover {
	color:#b0444b;
	padding-left:20px;
	background-image: url(../gfx/arrow.png);
	background-repeat:no-repeat;
	text-decoration:none;
	cursor: pointer;
}

.home #navigation #home { color:#b0444b!important; background-image: url(../gfx/arrow.png); background-repeat:no-repeat; }
.features #navigation #features { color:#b0444b!important; background-image: url(../gfx/arrow.png); background-repeat:no-repeat; }
.photos #navigation #photos { color:#b0444b!important; background-image: url(../gfx/arrow.png); background-repeat:no-repeat; }
.rates #navigation #rates { color:#b0444b!important; background-image: url(../gfx/arrow.png); background-repeat:no-repeat; }
.location #navigation #location { color:#b0444b!important; background-image: url(../gfx/arrow.png); background-repeat:no-repeat; }
.contact #navigation #contact { color:#b0444b!important; background-image: url(../gfx/arrow.png); background-repeat:no-repeat; }

#house {
	position:absolute;
	z-index:-50;
	top:0px;
	left:155px;
	width:765px;
	height:557px;
	margin-left:auto;
	margin-top:8px;
	/*background-image:url(../gfx/house.gif);*/
	/*background-repeat:no-repeat;*/
}
#house-sm {
	z-index:5;
	position:absolute;
	top:0px;
	left:335px;
	width:434px;
	height:227px;
	margin-left:auto;
	margin-top:0px;
	/*background-image:url(../gfx/house-sm.png);*/
	/*background-repeat:no-repeat;*/
}
#sidewalk {
	z-index:1;
	position:absolute;
	top:513px;
	width:100%;
	height:44px;
	background-color: #999;
}
#weatherwidget {
	position:absolute;
	top:580px;
	left:25px;
}
#introduction {
	position:absolute;
	top:560px;
	left:200px;
	width:670px;
}
#introduction h1 {
	font-size:15px;
	margin-bottom:10px;
}
#introduction p {
	color:#595755;
	margin-bottom:10px;
}
#introduction a {
	text-decoration:none;
	color:#3443a0;
}
#introduction a:hover {
	text-decoration:underline;
	color:#3443a0;
}
#fence {
	z-index:50;
	position:absolute;
	top:174px;
	left:170px;
	width:740px;
	height:30px;
	margin-left:auto;
	margin-top:0px;
	background-image:url(../gfx/fence.png);
	background-repeat:no-repeat;
}
#contentContainer {
	z-index:50;
	position:absolute;
	top:204px;
	left:170px;
	width:740px;
	background-color:#fff;
}
#content {
	margin:20px;
}
#content a {
	text-decoration:none;
	color:#3443a0;
	/*color:#4a5389;*/
}
#content a:hover {
	text-decoration:underline;
	color:#3443a0;
	/*color:#4a5389;*/
}
#photogallery img {
	border:0px solid black;
}
#map {
	width:690px;
	height:400px;
	border:1px solid #595755;
	text-align:center;
	background-image:url(../../content/images/map.png);
	background-repeat:no-repeat;
}
.hidden {
	display:none;
}