BODY {
	background-color: white;
	font-family: Arial;
	font-size: 12pt;
	border-left: none;
	width: 960px;
}
.header {
	height: 168px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00A600;
}
.header h1 {
	color: #1802DD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.main {
	width: 824px;
	margin-left: 136px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.menu {
	font-family: sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	min-height: 600px;
	width: 132px;
	float: left;
	margin-top: 0px;
	background-color: #FFFF80;
	background-image: url(images/menu-bkgnd.gif);
	background-repeat: repeat-x;
}
.menu a {
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	width: 130px;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #0F01E6;
}

.menu a:hover {
	background-color: #82FF82;
}

H1 {
  font-size: 24pt;
}
.clearboth {
	clear: both;
}

.framed {
  border-top: 4px blue groove;
  border-right: 4px blue groove;
  border-bottom: 4px blue groove;
  border-left: 4px blue groove;
}

.frame {
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
}

.selected {
  border-top: 2px #FFFF00 solid;
  border-right: 2px #FFFF00 solid;
  border-bottom: 2px #FFFF00 solid;
  border-left: 2px #FFFF00 solid;
}

.large-menu {
  border-top: none;
  font-size: 12pt;
  text-transform: none;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-decoration: underline;
  font-weight: normal;
  line-height: 14pt;
  font-family: sans-serif;
  color: blue;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.navigation {
  font-size: 8pt;
  line-height: 8pt;
  text-decoration: none;
  color: blue;
}

.builder {
  font-weight: bold;
  font-size: 25px;
  color: blue;
  line-height: 25px;
}

.city {
  font-size: large;
  font-weight: bold;
}
.pagetitle h1 {
	font-size: 18px;
	color: #000000;
}
.listings {
	width: 728px;
	display: block;
	margin-top: 12px;
}
.citylist {
	width: 240px;
	float:left;
	margin: 0px;
}
.citylist a {
	width: 224px;
	height: 20px;
	display:block;
	background-color: #82FF82;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
.citylist a:hover {
	background-color: #FFFF80;
}
.builderlist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
	padding-top:5px;
	padding-bottom:5px;
}
.standard {
	padding-left:5px;
}
.premium {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	font-weight: bold;
	background-color: #FFFF66;
}
.logo {
	margin-right: 12px;
}
.footer {
	width: 960px;
	margin-left: 0px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00A600;
	clear: both;
	text-align: center;
}
