@charset "utf-8";
/* CSS for building description pages */

/* Area where main images and text go for the building */
div#info{
	width:700px;
	margin:10px auto;
	padding:0 0 30px 0; /* create a space between bottom of content and border */
	text-align:left;
	}

div#info li{
	margin:4px 0;
	}

/* The mini map of building */
div#map{
	width:300px;
	height:170px;
	float:right;
	margin:0 10px;
	border:#728748 1px solid;
	}

/* Image gallery */
div.gallery{
	text-align:center;
	margin:20px auto;
	padding:6px 0;
	background:url(../../buildings/gallery_bkg.gif) repeat-y;
	border:#c6dfc1 1px solid;
	border-left:none;
	border-right:none;
	}
div.gallery table{
	margin:6px auto;
	}
div.gallery table td{
	padding:4px;  
	}
div.gallery a img{
	border:#000000 4px solid;
	}
div.gallery a:hover img{
	border-color:#FFFFFF;
	}

/* create space above subsections */
div#subsection_spacer{ height:50px; }

table.subsection{ margin:0; }
div.listing_container{
	width:600px;
	margin:0 0 65px 0;
	border-bottom:solid #9aaa87 1px;
	}
.listing_table{ margin-top:-3px; background-color:#f8fbf7; }
.listing_table .main_cell{ padding-left:20px; } /* make left col push off edge of page */
