html {
	min-height:100%;
}
iframe{
	height:0px !important;
}
body {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: #fff url(../images/background.gif) repeat-x 0 bottom;
	height: 100%;
}
.bodyCopy a, .bodyCopy a:link, .bodyCopy a:active, .bodyCopy a:visited {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
/* Main Page Container */
#container {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
/* Index Page Styles */
#index_header {
	background-color: #15506c;
	margin-left:auto;
	margin-right:auto;
}
/* All Styles */
#content {
	text-align: left;
	border: 2px solid #999;
	border-top: 0;
}

#content1 {
	text-align: left;
	border: 2px solid #999;
	border-top:0;
	padding:10px;
}

#content_left {
	display: inline;
	float: left;
	width: 310px;
	margin-top: 10px;
	padding: 5px;
}
#content_right {
	display: inline;
	float: left;
	width: 550px;
	padding: 5px;
}
/* Ze Boxes */
.box {
	display: inline;
	float: left;
	width:280px; /*275px;*/
	height: 78px;
	padding: 10px;
	margin: 2px 0 2px 0;
}
.box p {
    margin: 8px 0 !important;
	padding: 0 !important;
}
.box_image {
	display: inline;
	float: left;
	width: 80px;
}
.box_content {
	display: inline;
	float: left;
	width: 195px;
}
.box_content1 {
	display: inline;
	float: left;
	width: 255px;
	padding: 10px;
}
.box_content p {
	color: #fff;
	padding-bottom:0px !important;
}

.box.blue {
	background: transparent url(../images/box_blue.gif) no-repeat top left;
}
.box.dave {
	background: transparent url(../images/box_dave.jpg) no-repeat top left;
}
.box.brown {
	background: transparent url(../images/box_brown.gif) no-repeat top left;
}
.box.whistler {
	background: transparent url(../images/box_whistler.gif) no-repeat top left;
}
.box.teal {
	background: transparent url(../images/box_teal.gif) no-repeat top left;
}
.box.listings {
	background: transparent url(../images/box_listings.gif) no-repeat top left;
}
.box.beige {
	background: transparent url(../images/box_beige.gif) no-repeat top left;
}
.box.buying {
	background: transparent url(../images/box_buying.gif) no-repeat top left;
}
.box.green {
	background: transparent url(../images/box_green.gif) no-repeat top left;
}
.box.yellow {
	background: transparent url(../images/box_yellow.gif) no-repeat top left;
}
.box.sold {
	background: transparent url(../images/box_sold.gif) no-repeat top left;
}
.box.sign {
	background: transparent url(../images/box_sign.gif) no-repeat top left;
}
.box.trend {
	background: transparent url(../images/box_trend.gif) no-repeat top left;
}
.box.contact {
	background: transparent url(../images/box_contact1.gif) no-repeat top left;
}
.box.yellow h3, .box.yellow p, .box.buying h3, .box.buying p, .box.sold h3, .box.sold p, .box.beige h3, .box.beige p   {
	color: #747251;
}
.box.blank {
}

.box.pemberton {
	background: transparent url(../images/box_pemberton.gif) no-repeat top left;
}

/* Main Site Menu Content */
ul#menunav {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
	ul#menunav li {
		display: inline;
		float: left;
		width: 150px
	}
		ul#menunav li a {
			display: block;
			width: 100%;
			text-decoration: none;
			text-transform: uppercase;
			padding: 3px 0 3px 0;
			color: #fff;
		}
		ul#menunav li a:link, ul#menunav li a:visited, ul#menunav li a:active { width: 100%; }
		ul#menunav li a:hover {
			background-color: #666;
		}


/* Misc Styles */
p {
	text-align: left;
}
h1 { /* Index Header */
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
	text-align: left;
}
h2 { /* Page Header */
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	color: #96936c;
}
h3 { /* Page Header Orange */
	font-weight: normal;
	font-size: 20px;
	line-height: 16px;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0;
}
h4 {
	font-weight: bold;
	font-size: 14px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
#Layer1 {
	position:absolute;
	width:483px;
	height:51px;
	z-index:1;
	left: 162px;
	top: 91px;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style2 {font-size: 25px}

.bodyHome a, .bodyHome a:link, .bodyHome a:active, .bodyHome a:visited {
	margin: 0;
	padding: 0;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;

}
.linkright {
	padding-top:0px !important;
	text-align:right;
	color:#000000 !important;
}