body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#666666;
	margin-top:0px;
	
}

H1, H2, H3, H4, H5, H6
	{ margin: 0; padding: 0; }
H2 { font-size: 90%; }
H4 { font-size: 80%; }
.styled_list {list-style:circle; margin: 0; padding: 0; margin-left:9px; }

.tiny { font-size: 70%; }

.sub_title {
	font-size: 120%; 
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}
.sub_content {
	font-size: 100%; 
	margin-bottom:15px;
}

h2 {
	font-size:100%;
	font-weight:bold;
}
p {
	font-size:100%;
}
#send_email {
	font-size:20px;
	color:#FFFFFF;
	text-align:left;
}
#website, #phone {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}

#website a, #send_email a {
	color:#FFFFFF;
}

#MapWrapper { 
	width: 400px;
	margin-left: 0px;
	position:relative; 
	height: 400px;
	background: #FFF; 
}
#map_layers_wrapper {
	clear:both;
	height:90%;
	width:100%;
	position:relative;
}
#map_outer {
 	margin-top: 5px; 
	border: 1px solid #000; 
	position: relative; 
	width: 98%; 
	height:100%;
	overflow:hidden;
	float:left; 
	display:none;
	
}
#map {
 	width:100%;
	height:100%;
	display:block;
	
}
#directions {
	display:none; 
	height:100%;
	width:90%;
	float:left;
	position: relative; 
	padding-top:5px;
	
}
#direction_address {
	font-size:12px;
	margin-top:10px;
	width:90%;
}
#email {
	padding-top:5px;
	
	font-size:77%;
}
#email_loading {
	padding-top:30px;
	text-align:center;
	display:none;
}
/* Navigation Table */
#menu {
	border-bottom : 1px solid #000000;
	margin-top:4px;
	padding-bottom : 19px;
	padding-left : 10px;
	
}
#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

/* Standard */
#menu a:link, #menu a:visited	{
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 3px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
	background : #FFFFFF;
	color:#000000;
	border : 1px solid #000000;
}
#menu a:link.active, #menu a:visited.active	{
	background : #FFFFFF;
	border-bottom : 1px solid #000000;
	color : #000000;
}
#menu a:hover {
	border-bottom:none;
}


/* Email Form */
#email .email_row_wrapper {
	width:90%;
	
	clear:both;
	margin:2px 0;
	
}
#email #email_heading {
	padding:2px 0px 2px 8px;
	font-size:12px;
	font-weight:bold;
	display:none;
}
#email .field_title {
	width:35%;
	float:left;	
}
#email .field_contents {
	width:65%;
	float:left;
}
#email .standard_input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #000000;
}
#email #email_controls {
	width:100%;
	text-align:center;
	margin-top:5px;
}


/* Custom Element Formatting */
#offer_type {
	padding-left:18px;
	font-size:110%;
	text-align:center;
}
#offer_price {
	margin-left:0px;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}

#lower_table {
	border:1px solid #000000;
}