@charset "UTF-8";
/* CSS Document */

#webMap {
	border: 1px solid #333;
	height: 260px;
	width: 646px;
}
.building ul#navProp {
	margin-bottom: 0;
}
.building img {
	border: 1px solid #ccc;
}
#ie6 .building img {
	display: block;
	margin: 0;
}
.building .side {
	float: right;
	margin-left: 30px;
	width: 220px;
}
#ie6 .building .side {
	width: 216px;
}
.building p.emergency {
	background: #769805;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	padding: 1em;
}
.emergency span {
	display: block;
}
.guidelines, .caseStudy { margin-top: 5em; margin-bottom: 1em; }
.news_thumb {
	border: 1px solid #999;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


table.avail th.header { cursor: pointer; text-decoration: none; }
table.avail th.header:hover { text-decoration: underline; }

table.avail th.headerSortDown span { background: #E2E2E2 url(../images/btn-sort-down.gif) right center no-repeat; padding-right: 18px; } 
table.avail th.headerSortUp span { background: #E2E2E2 url(../images/btn-sort-up.gif) right center no-repeat; padding-right: 18px; }
table.portfolio th.right { text-align: right; }
#fsLocation h3 {
	background-color:#F4F4F4;
	font-size: 1.3em;
	margin: 20px 0 6px;
	padding: 6px;
}
form.condensed fieldset label { margin-right: .8em; }
form.condensed input.long { width: 230px; }
table.form tr.if td { border-top: none; }
.inline { line-height: 2em; }
.inline input.inputText { font-size: 12px; height: 15px; }

/* wh_search */
#wh_search {
	text-align: left;
}
#wh_search #col2 {
	width: 683px;
}
#wh_search table.avail {
	width: 100%;
}
#wh_search h1 {
	float:none;
	margin-left:0;
	color: #283A48;
}
#wh_search h3 {
	background: #A5AEB5;
	color: #283A48;
}
#wh_search a, #wh_search a:visited {
	color: #003366;
}
#wh_search a:hover {
	color: #954939;
	text-decoration: underline;
}
#wh_search a:active {
	text-decoration: none;
}
#wh_search .btn {
	background: #E8EBEC;
	border-left: 1px solid #7F8C95;
	border-right: 1px solid #BABCBD;
	border-top: 1px solid #7F8C95;
	color: #003366;
	cursor: pointer;
	cursor: hand;
}
#wh_search .btn:hover {
	background: #fff;
	color: #954939;
	border-bottom: 1px solid #7F8C95;
	border-left: 1px solid #BABCBD;
	border-right: 1px solid #7F8C95;
	border-top: 1px solid #BABCBD;
}
#wh_search .btn:active {
	background: #E8EBEC;
	color: #003366;
}
#wh_search .county {
	color: #B57318;
}

.new_op, .new_op_on { background-color:#acc274; color:#fff; }


.execbios { padding-bottom: 1.5em; }
.execbios a img {
    border: none;
}
.execbios img {
    float: left;
}

.execbios h2, .execbios p {
    margin-left: 125px;
}
