
/**
 * brochure.css
 * used for floorplandetails.php and brochure.php
 * @author Jon Zuck<jon.zuck@resiteonline.com>
 * adapted from brochure.css by Bruce Wright
 * @version $Id$
*/
div, ul, p, h4 {
	padding: 0;
	margin: 0;
}
p, ul, h4 {
	padding-bottom: .5em;
}
#brochureBody {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #ffffff;	
	margin: 0px auto;
	width: 620px;	
}

#wrapper {
	width: 620px;
	border: 5px solid #276677;
	float: left;
}

#brochureContent {
	width: 620px;
	margin: 8px 0px 10px 0px;
	float: left;
}

h2, h3, h4 { 
font-size: 16px; 
color: #276677 }

.fpImage {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a {outline: 0;}

/* brochure - fpdetail header */
#brochureHeader {
	width: 620px;
	margin: 0 0 5px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
	position: relative;
	float: left;
}
#brochureHeader img { 
	float: left; 
	border: none;
}
#officehours {
	float: left;
	width: 280px;
	font-size: 10pt;
	margin: 15px 0px 0px 30px;
}
#officehours h4 {
	margin: 0px 0px 5px 0px;
}
#print {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index:20;
	width: 48px;
	height: 48px;
	background: url(../images/button_print.jpg) no-repeat;
	cursor: pointer;
}

/* Brochure left */
#left {
	float: left;
	width: 308px;
	border-right: 1px solid #000000;
	margin-left: 10px;
	display: inline;
}
#brochureImage {
	width: 300px;
	margin: 0px 0px 20px 0px;
}
#drivingDirections {
	float: left;
	width: 300px;
}
#left h4 { 
	color: #276677;
}
#drivingDirections p {
	width: 300px;
	text-align: justify;
}
/* Floorplan stuff */
.pageBreak{ page-break-before:always; }
.fpImage h2 {
	clear: both;
} 
#floorPlans {
	float: left;
	width: 270px;
	display: block;
} 
#priceSubjectToChange {
	float: left;
	width: 300px;
	text-align: center;
	margin: 15px 0px 15px 0px;
	font-weight: bold;
}

p.disclaimer {
	clear: both;
	margin: 8px 8px;
	padding: 0px 0px;
}
table {
	border-collapse: collapse;
	border: 1px solid #83a2a0;
	width: 302px;
	}
#floorplanTable td {
	border-bottom:#83a2a0 solid 1px;
	vertical-align: baseline;
	}	
th,td {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 6px;}
th     {
	background: #084250;
	color: #fff;}	
#c0 td {background: #ebe6a2;}
#c1 td {background: #c9d0c0;}


/* Brochure right */
#right {
	float: right;
	width: 290px;
	margin: 0px 0px 0px 10px;
	display: inline;
}
#right h4 { 
	color: #276677;
}

/* Amenity stuff */
#amenityFeatures {
	float: left;
	width: 280px;
}
/** IE Bullet hacks **/
/* offsetting the entire ul down */
* html ul { /* IE6 */
position: relative; 
top: .5em;
}
*:first-child+html ul { /* IE7 */
position: relative; 
top: .5em;
}

/* offsetting each li back up*/
* html ul li { /* IE6 */
vertical-align: top; 
position: relative; 
top: -.25em;
}
*:first-child+html ul li { /* IE7 */
vertical-align: top; 
position: relative; 
top: -.25em;
}

#amenityFeatures ul { 
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
}
#amenityFeatures li {
	font-size: 11px;
	width: 270px;
	margin: 0px 0px 1px 0px;
}
/* Begin things under foot */
#footer {
	width: 620px;
	font-size: 8.5pt;
	border-top: 1px solid #000000;
	clear: both;
	font-size: 8.5pt;
	margin: 20px 0px 0px 0px;
}

/* vcards wheee! */
#footer .vcard {
	text-align: center; 
	width: 610px;
	margin: 5px 3px 5px 3px; }
#footer .vcard .info {
	height:15px;
	white-space: nowrap;
	padding: 0 0 0 5px;
}
#footer .powered {
	width: 620px;
	text-align: center;
	margin: 5px auto;
	height: 25px;
}
#footer .powered a {
	color:#000;
	margin:15px 0 5px 0;
	line-height: 2;	
	text-decoration:none;
}
#footer .powered .resite {
	padding: 5px 35px 0 0;
	background: url(../images/equalhousing.jpg) 100% -4px no-repeat;
}
#floorPlanFeatures {
	margin: 0px 28px;
	padding: 0px 0px;
}


