html,body
{
	margin: 0px;
	padding: 0px;
	background-color:#656565;
}

body
{
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
}

#root
{
	display: block;
	clear: both;
	overflow:hidden;
	width: 700px;
	padding: 0px 10px 10px 10px;
	background-color: #323232;
	overflow:hidden;
}

#header
{
	display:block;
	width:700px;
	height:127px;
	background-image:url(art/headerBg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#header div.imagelinkWrapper img
{
	float: left;
	border:none;
	padding: 30px 0px 0px 30px;
}

#header div.searchWrapper
{
	display:block;
	float:left;
	clear:none;
	background-image:url(art/searchBar.gif);
	background-repeat:no-repeat;
	height:32px;
	width:700px;
	margin:0px;
	padding:0px;
}

#header div.searchWrapper form
{
	padding:10px 0px 0px 360px;
	margin:0px;
}

#header div.ctf-input
{
	display:block;
	float:left;
	clear:none;
	margin:0px;
	padding:0px;
}

#header div.ctf-label
{
	display:block;
	float:left;
	clear:none;
}

#header div.searchWrapper input.ctf-text
{
	display:block;
	float:left;
	clear:none;
	width: 124px;
	height: 19px;
	margin:0px;
	padding:0px;
}

#header div.searchWrapper input.button
{
	display:block;
	float:left;
	clear:none;
	margin:0px;
	padding:0px;
	margin:0px 0px 0px 10px;
}

#header h1
{
	margin:0px;
	padding:10px;
	color:#abc;
}

#menu
{
	display:block;
	float:left;
	clear:both;
	overflow:hidden;
	width:700px;
	height:52px;
	background-image:url(art/footerBg.gif);
	background-repeat:repeat-x;
	background-color:#cacaca;
	padding:0px;
	margin:0px;
}

#menu div.imageMenu
{
	margin: 0px;
	padding: 0px;
	width:620px;
	padding:0px 40px 0px 40px;
}

#menu div.imageMenu ul
{
	list-style-type:none;
	display:block;
	clear:both;
	height: 27px;
	margin: 0px;
	padding: 0px;
}

#menu div.imageMenu li
{
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	height: 27px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
#menu div.imageMenu li a
{
	display:block;
	float:left;
	clear:none;
	height:27px;
	margin: 0px;
	padding: 0px;
}

#menu div.imageMenu a img
{
	margin: 0px;
	padding: 0px;
	display:block;
	float: left;
	clear: none;
}

#menu div.subMenuWrapper
{
	display: block;
	float:left;
	clear:both;
	width: 620px;
	padding:0px 40px 0px 40px;
	background-color: #cacaca;
}

#menu div.subMenu
{
	display:block;
	float: left;
	clear:both;
	background-color: #f5e0bb;
	width: 620px;
	margin: 0px;
	padding:0px;
	text-align: left;
}

#menu div.subMenu ul
{
	list-style-type:none;
	display:block;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
}

#menu div.subMenu li
{
	list-style-type: none;
	display:block;
	float: left;
	clear: none;
	padding:0px;
	margin:0px;
	height: 26px;
	line-height: 26px;
}

#menu div.subMenu li a
{
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	color: #663300;
	text-decoration: underline;
}

#menu div.subMenu li a:hover
{
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	color: #cc9900;
	text-decoration: none;
}
div.textblockWrapper
{
	display: block;
	clear:both;
	overflow:hidden;
	width:600px;
	background-color: #fff;
	padding: 10px 10px 20px 10px;
}

div.textblockWrapper p
{
	text-align: left;
	color: #666666;
	line-height: 19px;
}

div.textblockWrapper h1
{
	text-align: left;
	font-family: tahoma, verdana;
	font-size: 14px;
	color: #e3881a;
}

.tableWrapper
{
	display:block;
	clear:both;
	text-align:center;
	background-color:#fff;
	padding:0px 25px 20px 25px;
}
.tableWrapper table
{
	width:100%;
}
.tableWrapper table tr th
{
	text-align:left;
	font-family: tahoma, verdana;
	font-size: 14px;
	color: #e3881a;
}
.tableWrapper table tr td
{
	text-align:left;
	color:#666;
}
.tableWrapper table tr td strong
{
	display:block;
	clear:both;
}
.tableWrapper table tr td em
{
	display:block;
	clear:both;
}

#body
{
	display:block;
	clear:both;
	width:620px;
	overflow:hidden;
	background-color: #cacaca;
	padding: 0px 40px 20px 40px;
}

#footer
{
	display:block;
	width:700px;
	height:27px;
	background-image:url(art/footerBg.gif);
	background-repeat:repeat-x;
	padding: 0px;
	line-height:22px;
}

.contactForm
{
	display:block;
	clear:both;
	text-align:left;
	font-family:"Trebuchet MS",Arial,Sans;
}
.contactForm h3
{
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#999;
}
.contactForm em
{
	font-size:11px;
	color:#666;
}
.contactForm form
{
}
.contactForm form .ctf-input
{
	text-align:left;
}
.contactForm form .ctf-input .ctf-label
{
	text-align:left;
	display:block;
	clear:both;
	font-weight:bold;
	font-size:12px;
	color:#666;
}
.contactForm form .ctf-input .ctf-text
{
	text-align:left;
	display:block;
	clear:both;
	width:240px;
	margin-left:50px;
}
.contactForm form .ctf-input .ctf-select
{
	text-align:left;
	width:240px;
	margin-left:50px;
}
.contactForm form .ctf-input .ctf-textarea
{
	text-align:left;
	display:block;
	clear:both;
	width:420px;
	height:180px;
	margin-left:50px;
}

#EmailContactForm{ font-size:15px; font-weight:bold; }
#MLSContactForm{ font-size:15px; font-weight:bold; }