/* **************** TEMPLATE ***************** */

* {
	background-image:none;
	margin:0;
	padding:0;
	z-index:1;
}

/* ====== Page Head, Body, and Foot ====== */

body {
	text-align:center;
	background: #2B231F;
	margin:0px;
	font-size:90%;
}

.page {
	margin: 0 auto;
	width: 950px;
	text-align:left;
} /* wraps other template elems to set width */ /* text-align IE5.5 */
/* "old school" and "liquid" extend page to allow for different page widths */

.oldSchool {
	width:750px;
}
.gs960 {
	width:960px;
}

/* ====== Columns ====== */

.main {overflow: hidden;}
.leftCol {
	float:left;
	width:385px;
	margin-left:205px;
}

.mainCol {
	float:left;
	width:580px;
	margin-left:205px;
}

.rightCol {
	float:left;
	width: 170px;
	height:420px;
	background:url(../images/houses-bg.png) no-repeat;
	margin-left:24px;
}
.padLeft {
	padding-left:20px;
}
.noPadLeft {
	padding-left:0px;
}
.padRight {
	padding-right:20px;
}

.noPadBottom {
	padding-bottom:0px;
}

.noMargin {
	margin:0px;
}

.noPadding {
	padding:0px;
}

/* extend columns to allow for common column widths */

.w110 {
	width:110px;
}

.w135 {
	width:135px;
	overflow:visible;
	padding-top:44px;
	padding-left:29px;
}
.w160 {
	width:160px;
}
.w180 {
	width:180px;
}
.w240 {
	width:240px;
}
.w300 {
	width:300px;
}
.w350 {
	width:350px;
}
.w460 {
	width:460px;
}

.w640 {
	width:460px;
}
/* **************** GRIDS ***************** */

.line, .lastUnit {
	overflow: hidden;
}
.unit {
	float:left;
}
.unitExt {
	float:right;
}
.size1of1 {
	float:none;
}
.size1of2 {
	width:50%;
}
.size1of3 {
	width:33.33333%;
}
.size2of3 {
	width:66.66666%;
}
.size1of4 {
	width:25%;
}
.size3of4 {
	width:75%;
}
.size1of5 {
	width:20%;
}
.size2of5 {
	width:40%;
}
.size3of5 {
	width:60%;
}
.size4of5 {
	width:80%;
}

.media {
	width:auto;
}
/* **************** GRIDS ***************** */

.header {
	background: url(../images/common/opacity70.gif) repeat;
	height:125px;
}

.logo {
	width:195px;
	margin:5px 0px 0px 0px;
	float:left;
}

.navigation {
	background: url(../images/main1.jpg) no-repeat;
	height:50px;
  padding:50px 0px 0px 240px;
}

.middle {background:url(../images/main2.jpg) repeat-y; height:100%; min-height:353px; overflow:visible; float:left;}

.footer {
	background: url(../images/main-bottom.jpg) no-repeat;
	font-size:80%;
	height:175px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
	width:100%;
}




