body{
	font-family: Helvetica, Arial, sans-serif;
	background: #807f7c;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #085eca;
	padding: 0;
	margin: 0;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: px;
	padding: 0;
	margin: 0;
}

td {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

td h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #085eca;
	padding: 0;
	margin: 0;
}

a{
	color: #085eca;
	text-decoration: none;
}

#property-dropdown{
	width: 130px;
	background-color: #5b6353;
	top: 130px;
	left: 310px;
	position: absolute;
	display: none;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: "Mini 7";
	src: url('/css/mini7.ttf');
	font-size: 10px;
	color: #fdfdfd;
	text-transform: uppercase;
}

#main-body{
	width: 900px;
	padding: 0;
	margin: auto;
}

#top-black-bar{
	width: 100%;
	height: 12px;
	background-color: black;
	margin-top: 7px;
	margin-bottom: 7px;
}

#masthead{
	width: 100%;
	height: 80px;
	background-color: #635b53;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
}

#masthead-blue-bar{
	width: 613px;
	height: 28px;
	margin-top: 52px;
	padding-left: 7px;
	float: right;
	background-color: #59617d;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #fdfdfd;
	display: none;
}

#nav-bar{
	width: 100%;
	height: 23px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	background-color: #5b6353;
	font-family: "Mini 7", sans-serif;
	src: url('/css/mini7.ttf');
	font-size: 10px;
	color: #fdfdfd;
	text-transform: uppercase;
}

#nav-bar a{
	font-family: "Mini 7";
	src: url('/css/mini7.ttf');
	font-size: 10px;
	color: #fdfdfd;
	text-transform: uppercase;
}

#content{
	width: 880px;
	min-height: 450px;
	background-color: white;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#sidebar{
	width: 255px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#sidebar-text-container{
	padding-left: 20px; 
	margin-top: 25px;
	width: 220px;
}

#main-content-box{
	margin-top: 25px;
	width: 604px;
	height: 450px;
	border-left: 1px solid #5b6353;
}

#bottom-contact{
	clear: both;
	width: 100%;
	background-color: white;
	padding-top: 40px;
	padding-bottom: 10px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
}

#bottom-contact b{
	color: #a8282c;
}

.homepage-copy{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding-right: 25px;
	padding-left: 10px;
}

#property-info{
	width: 240px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	float: left;
}

#switcher-container{
	padding-top: 18px;
	width: 600px;
	min-height: 335px;
	float: left;
	border-bottom: 1px solid #5b6353;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#property-photo{
	display: block;
}

#demographics{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#demographics img{
	vertical-align: middle;
	
}

#map{
	width: 600px;
	height: 400px;
	float: right;
}

#property-switcher-tabs{
	margin-left: 15px;
}

#property-switcher-tabs img{
	vertical-align: top;
	border: 1px solid black;
}

#siteplan span, #map-container span, #property-photo span {
	padding: 5px;
	background-color: #5b6353;
}

.blog-entry{
	margin-left: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.blog-entry h1{
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
	line-height: 16px;
}

.blog-entry h1.red{
	border: 2px solid red;
}

.blog-entry h1.green{
	border: 2px solid green;
}

.blog-entry h1.yellow{
	border: 2px solid yellow;
}

.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
	display: inline;
}

/*       DROPDOWN MENUS                */