/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- 


[Table of contents]

01. Hide elements
02. Header
03. Content
04. Typography

------------------------------------------------------------------
[01. Hide elements]
#start, #searchform ,#help, #fixedcontrols,#cf_mapinfopanel_links, #cf_tablecontainer, #terms-tab, #faq-btn, #access-tab, #main-tabs, #cf_mapcontrolpanel_key,
*/

#topbarmenu, 
#accessibility, 
#accessibility ul,
#accessibility ul li,
#refine-map,
#search-options,
.search,
#extra-options,
#crime-types,
#tabs,
#map-controls,
#control-sections,
#tabs-3 #stuff-tabs,
#map-controls,
#map-key,
.related-info,
#results-table img,
#results-table,
#loading
{
  display: none !important;
}

/*------------------------------------------------------------------
[02. Header]
*/
#header img{
  position:absolute;
  top:0; 
  left:0;
  border: 0; 
  
}
#header h1{
  font-size: 98%;
  font-weight: bold; 
  color: #222;
  padding-top: .2em;
  display: inline;
  position:absolute;
  top:0;
  left: 350px;
  border: 0; 
  letter-spacing: 0; 
}
#header h2{
  font-size: 98%;
  font-weight: bold; 
  color: #222;
  padding-top: .2em;
  display: block;
  position:absolute;
  top:0;
  left: 650px;
  border: 0; 
  letter-spacing: 0; 
}
#key-img{
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 200;
}
#view-location{
  position: absolute;
  top: 0;
  left: 500px;
  z-index: 200;
}

/*------------------------------------------------------------------
[03. Content]
*/
#map-wrapper {
  width: 900px;
  height: 600px;
  overflow: hidden;
}
#mapDiv {
  position: absolute;
  left: 0;
  top: 90px;
  width: 900px;
  height: 600px;
  overflow: hidden;
  display: block; 
}
/*#results-table{
  display: block;
  clear:both;
  position: absolute;
  left: 0;
  page-break-before:always;
}*/

#tabs-3 {
height: auto;
overflow: visible !important;
}
#ui-tabs-5 {
height: auto;
overflow: visible !important;
}

.content-wrapper .textviewtitleblock{
  padding-top: 30px;
}

ul.bread-crumb {
  margin-bottom: 22px;
}
ul.bread-crumb li {
  display: inline;
}
ul.bread-crumb li a{
  font-weight: bold;
}

/*------------------------------------------------------------------
[04. Typography]
*/
body { font: 75%/1.5  Arial, Verdana, sans-serif; color: #222; background: #fff; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #009; }
h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; letter-spacing: -1px; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; font-weight: normal; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Tables */
table { margin-bottom: 1.66em; width: 80%;  }
th { font-weight: bold; border-top: 1px solid #ddd; text-align:left; }
th, td { padding: 3px 10px 4px 5px; border-bottom: 1px solid #ddd; }
tfoot { font-style: italic; }

 
