/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

/*hide all unnecessary elements from the printer */
#header, #mainNav, #breadcrumb, #left, #print, #backTop, #footer, span.datetime, h1#blurb {
		display: none !important;
}
.flash, .flash object, .flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}


body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
}

#container {
	width: 580px;
}

#header {} /*insert custom print header here */

body {
	padding: 15px;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

body h1 {
	margin-top:0px;
	margin-bottom:3px;
	text-decoration: none; 
	font-weight: Bold; 
	font-style: normal; 
	font-size: 4.4em;
	letter-spacing: -1px;
	line-height: 0.97em;
}

body p {
	color: #333; 
	line-height: 1.56em;
	font-size: 1.1em; 
	margin-bottom: 0.8em;
}

.brief {
	border-bottom: 1px solid #ccc;
	color: #888;
	display: block;
	font-family: Georgia,Times,Serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	padding: 0.82em 0 1.7em 0;
	width: 100%;
}

h2 { 
	margin-top:0.85em;
	margin-bottom:0.27em;
	font-size: 2.1em;
	line-height: 1.2em;
	letter-spacing: -1px;
}

h3 { 
	font-size: 1.5em;
	line-height: 1.15em;
	margin: -0.15em 0 0.15em 0;
}

h4 { 
	margin-top:10px;
	margin-bottom:2px;
	color: #333; 
	text-decoration: none; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14px;
	line-height: 1;
}

/* repeat globally re-usable clasees here */
.small_text {color:#999; font-size:9px}
.text_align_left {text-align:left}
.text_align_right {text-align:right}
.text_align_center {text-align:center}
.float_left {float:left}
.float_right {float:right}


/* property styling */
#mainContent #rightArea #detailsBox {
    width:230px;
	padding-bottom:0;
	min-height:61px;
	margin-bottom:20px;
	}

#mainContent #rightArea #detailsBox #bg{	
	background: url(../resources/images/global/right_detail_bottom.jpg) no-repeat bottom;
	padding:6px 5px 5px 10px;
	}	
	

	
#mainContent #rightArea #detailsBox .btnMap {
    padding:0 0 10px 20px;
	margin-left:2px;
	margin-bottom:0;
	}

