html,body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: gray url(/images/bg.jpg) fixed repeat;
	margin: 0;
	padding: 0;
	text-align: left;
}
#header{
	background: #004833
}
.heading{
	color: #c0c0c0;
	font-weight: lighter;
	font-family: Times, serif;
	font-size: 18px;
	margin: 0;
	font-style: italic;
}
#page{
	width: 900px;
	margin: 0 auto 0 auto;
	background: #363535;
}
#tagline{
	float: right;
	padding: 40px 20px 0 0;
	color: #5581ae;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
}
#menucontainer{
	height: 25px;
	_height: 30px;
	.height: 30px;
	padding: 2px 0 3px 0;
	_padding: 0;
	.padding: 0;
	background: #f8f8f8 url(/images/menu_bg.jpg) repeat-x;
}
/*
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}
#navigation li{
	display: inline;
	font-family: tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#navigation a{
	padding: 3px 8px 3px 8px;
	_padding-bottom: 2px;
	.padding-bottom: 2px;
	color: #e5e3e3;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	display: inline-block;
}
#navigation a:hover{
	background: #505050 url(/images/menuhover_bg.jpg) repeat-x;
	color: #fff;
}
*/
#content{margin: 20px}
h2{
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px;
}
h3{
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.graybevelbox{
	border: 1px solid #5e5c5c;
	border-right: 1px solid #272727;
	border-bottom: 1px solid #272727;
	background-color: #444343;
	padding: 5px;
	margin: 10px 0 10px 0;
}
#topRadioButtons{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #c6cbc6;
}
#topRadioButtons form{
	margin: 0;
	padding: 0;
}
#topRadioButtons input{
	margin: 0 0 -2px 30px;
}
.pageNav{
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #c6cbc6;
}
.openHouseDateHeader{
	margin: 15px 0 5px 0;
	color: #c6cbc6;
	font-weight: bold;
	font-size: 12px;
}
.housecontainer{
	margin-bottom: 15px;
	padding: 10px;
	color: #c6cbc6;
	font-size: 12px;
}
.housecontainer a{
	font-weight: bold;
}
.housecontainer table{
	width: 100%;
}
.housecontainer table tr td{
	padding: 5px;
	vertical-align: top;
}
.housecontainer table tr td.vab{
	vertical-align: bottom;
}
.housecontainer table tr td.eastwing div{
	border: 2px solid #5e5c5c;
	border-left: 2px solid #272727;
	border-top: 2px solid #272727;
	width: 269px;
	_width: 270px;
	.width: 270px;
/*	height: 180px; */
	margin-left: auto;
       text-align: center;
}
.housecontainer2{
	margin-bottom: 15px;
	padding: 10px;
	color: #c6cbc6;
	font-size: 12px;
}
.housecontainer2 a{
	font-weight: bold;
}
.housecontainer2 table{
	width: 100%;
}
.housecontainer2 table tr td{
	padding: 5px;
	vertical-align: top;
}
.housecontainer2 table tr td.vab{
	vertical-align: bottom;
}
.housecontainer2 table tr td.eastwing div{
	border: 2px solid #5e5c5c;
	border-left: 2px solid #272727;
	border-top: 2px solid #272727;
	width: 269px;
	_width: 270px;
	.width: 270px;
/*	height: 300px; */
	margin-left: auto;
       text-align: center;
}
a{
	color: #b4a103;
	text-decoration: underline;
}
#legal {
	padding: 10px 100px 10px 100px;
	color: #cbcbcb;
	text-align: center;
	font-size: 12px;
}
#invert {
	margin: 0;
	height: 14px;
	background: #4e4d4e url(/images/0_invert_bg.jpg) repeat-x;
}

a, a:active, a:visited{
	color: #b4a103;
	font-size: 12px;
	text-decoration: underline;
}

/* FOOTER -- now using dorseypages.css footer section */