body {
	font-family: arial;
	font-size: 10pt;
	color: #333;
}

#main_container {
	width: 970px;
	text-align: left;
	background: #fff;
}

/*general layout*/
.left_column {
	width: 200px;
	float: left;
}
.left_column h3 {
	font-size: 8pt;
}
.left_spacer{
	height: 4px;
}
.right_column {
	width: 765px;
	float: right;
}
.clr {
	clear: both;	
}

#edc{}
/* main_menu */

.main_menu{
	font-family: arial;
}

.main_menu a:link{
	font-size: 10pt;
	font-weight: bold;
	color: #217dc1;
	text-decoration: none;
}
.main_menu a:active{
	font-size: 10pt;
	font-weight: bold;
	color: #217dc1;
	text-decoration: none;
}
.main_menu a:visited{
	font-size: 10pt;
	font-weight: bold;
	color: #217dc1;
	text-decoration: none;
}
.main_menu a:hover{
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.adv_search{}

#header{
	background: url(../images/header.jpg) no-repeat;
	height: 118px;
	width: 765px;
}
.page_content{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 0px 0px 8px 0px;
}
/*details listing container*/
#listing {
	padding: 8px 8px 8px 8px;
	color: #333333;
	font-size: 9pt;
	font-family: arial;	
}

#details {}

.details_label{
	font-weight: bold;
	padding: 2px 0px 2px 0px;	
}
.details_data{
	padding: 2px 0px 2px 4px;	
}

/*details map styling*/
#map { 
	height:350px;
	margin: 4px 4px 4px 4px;
}

/* breadcrumbs */
#breadcrumbs { background: #f4f4f4; }
.path_separator { position: relative; bottom: 2px; padding: 0px 2px 0px 2px; }
.path{ padding: 4px 4px 4px 16px; font-family: arial; font-size: 9pt; }
.path a:link { text-decoration: none; color: #217dc1; }
.path a:visited{	text-decoration: none; color: #217dc1; }
.path a:active{ text-decoration: none; color: #217dc1; }
.path a:hover { text-decoration: none; color: #333333; }