body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#1C1C1C;
	background-image: url(images/allBlackBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}
a:link, a:visited, a:active, a {
	color:#512201;
}
a img {
	border:0;
}
.clear {
	clear:both;
}

.menuContainer {
	height: 100px;
	width:960px;
	padding:15px 0 0 20px;
	margin:0 auto;
}
.mainBodyContainer {
	width:980px;
	margin:0 auto;
}
.mainBodyInsideContainer {
	background-image: url(images/whiteBodyBGYTile.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding:15px 5px 0 5px;
	/*   970 usable   */
}

/* | 30px | 280px |  30px   |                600px                         |  30px |      */
.frontPageLeft {
	float:left;
	width:280px;
	padding-left:30px;
}
.frontPageRight {
	float:left;
	width:600px;
	padding-left:30px;
	line-height:1.5em;
}
.frontPageRight h1 {
	font-size:35px;
	color:#521E02;
}
.frontPageRight p {
	margin:1em 0;
}
.headerContainer {
	width:978px;
	margin:0 auto;
	padding-left:2px;
}
.headerContainer img {
	float:left;
	margin:0;
	padding:0;
}
.quickHomeSearchBoxContainer {
	/*width:280px;*/
	padding:10px;
	border:4px solid #111111;
	width:252px;
	background-color:#333333;
}
.quickHomeSearchBox {
	
}
.quickHomeSearchBox h1 {
	color:#FFF;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 0 5px 0;
	/*margin:0 0 15px 0;
	border-bottom:4px solid #514308;*/
}
.quickHomeSearchBox h3 {
	font-size:12px;
	color:#CCCCCC;
	text-transform:uppercase;
	padding-bottom:15px;
}
.quickHomeSearchRow {
	padding:4px;
	margin:10px 0;
	background-color:#111111;
}
.quickHomeSearchSelectLarge {
	width:100%
}
.quickHomeSearchSelectHalf {
	width:48%
}


.hugeBodyFullWidth {
	/* already centered and constrained to 970px; */
	/* 970-30= 940 */
	padding:20px 0 10px 10px;
	color:#333;
}
.hugeBodyContactUsLeft {
	width:540px;
	float:left;
}
.hugeBodyContactUsLeftFormContainer {
	width:530px;
}
.hugeBodyContactUsRight {
	width:400px;
	float:left;
	padding-left:20px;
}
.contactUsSectionIcon {
	width:140px;
	float:left;
}
.contactUsSectionIconRight {
	width:110px;
	float:left;
}
.contactUsSectionBody {
	width:378px;
	float:left;
	padding-right:20px;
}
.contactUsSectionBody h3, .contactUsSectionBodyRight h3{
	font-size:28px;
	color:#512201;
	margin:0;
}
.contactUsSectionBodyRight {
	width:258px;
	float:left;
}
.contactUsSocialButtonsContainer {
	width:230px;
	padding-left:1px;
}
.contactUsSocialButtonDiv {
	float:left;
	width:57px;
	text-align:center;
}
.contactUsRealtorName {
	font-size:140%;
	padding-top:20px;
	padding-bottom:5px;
}
.contactUsRealtorTitle {
	font-size:90%;
	text-transform:uppercase;
	color:#777;
}
.contactUsRealtorNumber {
	font-size:120%;
	padding:5px 0 10px 0;
}

.brownButton {
	background: url(images/brownButton.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	width: 146px;
	height: 30px;
	cursor: pointer;
	padding:0;
	text-align:center;
}
.brownButton:hover {
	background: url(images/brownButton-mo.gif);
}

.frontPageSocialButtonDiv {
	padding-bottom:15px;
}


.socialButtonsRow {
	width:990px;
	margin:0 auto;
}