
/* Directors */

h3.office{
  background:#506377;
  color:#ffffff;
  padding:0px 0.5em;
}

#officemanagers ul.list {
  list-style:none;
  margin: 0 0 1em 0;
  padding: 0;
  width:100%;
  overflow:hidden;
}

ul.list li{
  margin-top:0.5em;
  margin-bottom:0.5em;
  padding:0.5em 0;
/*    background:url(/images/small-panel-bg.gif) repeat-x;*/
  overflow:hidden;
  border-bottom:1px dotted #062d53;
  min-height:160px;
  height:auto !important;
  height:160px;
}


ul.list li a {
  margin: 0;
  padding: 0;
  font-weight:bold;
  text-decoration:none;
}

ul.list li a:hover{
  text-decoration:underline;
}

ul.list li p.filesize{
  color:#656565;
  font-weight:bold;
}

ul.list li img {
  float: left;
  margin: 0 10px 0 0px;
  padding: 0;
}

/*
 * form
 */
 
 p.fields{
  overflow:hidden;
 }
 
 p.fields label{
  float:left;  
  text-align:right;
  padding-right:10px;  
  width:156px; 
}
 
 p.fields br {
  clear:both;
  float:none;
  margin-bottom:10px;
 }

 p.fields #submit-button{
  margin-left:166px;
 }  

/*
 * Map
 */
 
div#all-map-container {
  height: 378px;  
  width: 540px;
  overflow: hidden;
  float: left;
}
 
div#google-map-ctr {
  width: 540px;
  height: 344px;
}

div#close-google-map {
  display: none;
  margin-top: 5px;
  padding-left: 25px;
  background: url(/images/close-google-map.gif) left no-repeat;
  color: #062d53;
  width: 310px;
  height: 19px;  
  line-height: 19px;
  
}

div#close-google-map.displayed {
  display: block;
  cursor: pointer;
}
 
form#region-select{
  display:block;  
  background:#c8d4e0;  
  padding:6px 5px 0px 5px;
  height:28px;
}

form#region-select.hidden {
  display: none;
}

form#region-select input{
  clear:both;
}

form#region-select input,
form#region-select select{
  float:right;
}

form#region-select label{
  float:left;
  margin:0;
  padding:0;
  font-size:0.9em;
}

div#results-ctr h3{
  background:#c8d4e0;
  color:#003466;
  display:block;  
  line-height:34px;
  font-size:1.2em;
  padding:0 0 0 12px;
}

div#results-ctr ul{
  margin:0;
  padding:0 0 0 12px;
  list-style:none;
}

div#results-ctr ul li{
  margin:0;
  padding:0;
}

div#results-ctr ul li h4{
  cursor:pointer;
  padding:2px 0 2px 0;
  margin:2px 0 2px 0;
}


div#results-ctr ul li h4 a{
  text-decoration:none;
  display:block;
}



div#managers ul{
  display:inline-block;
}

#content #center-column div#managers ul{
  overflow:hidden;
  display:block;
  margin:0;
  padding:0;
  list-style:none;
  background:none;
}

div#managers ul li{    
  overflow:hidden;
  float:left;
  margin:0;
  border:1px solid #c8d4e0;
  padding-top:5px;
  padding-bottom:5px;
  margin-bottom:10px;
  width:260px;
  height:94px;
}

div#managers ul li.right{
  float:right !important;
}

div#managers ul li div.image{
  float:left;  
  padding-left:5px;
  width:60px;
}

div#managers ul li div.text{
  float:right;
  width:175px;
  padding-right:5px;
}

div#managers ul li div.text h4{
  font-size:1.1em;
  margin:0 0 5px 0;
  padding:0;
}
