@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #000;
}
#containterTop {
	width: 800px;
	margin-top: 58px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	text-align: left;
	letter-spacing:5px;
	color: #666;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: lighter;
	padding-top: 20px;
}
#burtNavLeft {
	float: left;
	height: 20px;
	width: 50%;
	text-align: left;
}
#burtNavRight {
	float: left;
	height: 20px;
	width: 50%;
	text-align: right;
}
#container  {
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#containterBottom {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#mainContent  {
	color: #000;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 2px solid #DECA74;
	-webkit-box-shadow: 0px 0px 40px #858585;
	-moz-box-shadow: 0px 0px 40px #858585;
	box-shadow: 0px 0px 40px #858585;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mainContentHome  {
	color: #000;
	background-color: #FFF;
	border: 2px solid #DECA74;
	-webkit-box-shadow: 0px 0px 40px #858585;
	-moz-box-shadow: 0px 0px 40px #858585;
	box-shadow: 0px 0px 40px #858585;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 20px;
	height: 444px;
}
#homeZindex {
	position: absolute;
	z-index: 1;
}
#leftColumn  {
	color: #000;
	background-color: #FFF;
	border: 2px solid #DECA74;
	-webkit-box-shadow: 0px 0px 40px #858585;
	-moz-box-shadow: 0px 0px 40px #858585;
	box-shadow: 0px 0px 40px #858585;
	width: 345px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 20px;
	height: 320px;
}
#burtFooter {
	clear: both;
	height: 80px;
	padding-top: 20px;
}
#rightColumn  {
	color: #000;
	background-color: #FFF;
	border: 2px solid #DECA74;
	-webkit-box-shadow: 0px 0px 40px #858585;
	-moz-box-shadow: 0px 0px 40px #858585;
	box-shadow: 0px 0px 40px #858585;
	width: 345px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	padding: 20px;
	height: 320px;
}
#logoAP {
	position: absolute;
	background-color: #000;
	top: 27px;
	height: 133px;
	width: 134px;
	z-index: 10;
	margin-left: -67px;
	left: 50%;
	background-image: url(images/burt-logo.gif);
}
#homeGallery {
	height: 444px;
	width: 756px;
	background-image: url(images/houses/lot-65.jpg);
	background-repeat: no-repeat;
}
#contactLeft {
	float: left;
	width: 480px;
}
#contactRight {
	float: left;
	margin-left: 10px;
	width: 260px;
}
#contactForm {
	padding-top: 35px;
	background-image: url(images/css/cf-bg.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
#textArea {
}
#table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.twoColumn {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.topPadding {
	padding-top: 45px;
}
.imageMarginRight {
	margin-right: 10px;
}
.imageMarginRightBottom {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
}
.homesBorder {
	margin-top: 10px;
	border: 2px solid #DECA74;
	margin-bottom: 5px;
}
.homesReadyBorder {
	border: 2px solid #DECA74;
	margin-bottom: 5px;
}
.caption {
	font-style: italic;
	letter-spacing: 1.7px;
	line-height: 1.7em;
	color: #666;
}
.dropShadow {
	text-shadow: 1px 2px 1px #c0c0c0;
	filter: dropshadow(color=#c0c0c0, offx=1, offy=2);
}
.description {
	font-size: 0.9em;
	color: #666;
	line-height: 1.3em;
	font-weight: lighter;
	padding: 10px;
}
h1 {
	font-weight: lighter;
	margin: 0px;
}
h3 {
	font-weight: lighter;
	font-size: 1.4em;
	margin: 0px;
}
h5 {
	margin: 0px;
	font-size: 0.7em;
	color: #CCC;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
}
.secondarylinks a:link {
	color: #999;
	text-decoration: none;
}
.secondarylinks a:visited {
	text-decoration: none;
	color: #999;
}
.secondarylinks a:hover {
	text-decoration: none;
	color: #FFF;
}
.secondarylinks a:active {
	text-decoration: none;
	color: #CCC;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #333;
}
.price {
	color: #900;
	font-size: 1.2em;
	font-weight: bold;
}
