body { 
	margin:0 0 0 0;
	font:normal 13px arial;
	color: black;
	}
	
a {
	color:#000; 
	text-decoration:none;
	}

a:hover {color:#cc3300;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

	pre.code {
	background:#f9f9f9;
	padding:15px 20px 25px 20px;
	margin:0 0 15px 0;
	border-left:10px solid #ddd;
	}

	code {
	margin:0;
	padding:0;
	}

.clearfix {display: inline-block;}


h2 {
	font:normal 18px arial;
	margin:0 0 30px 0;
	}
	
 p {
	font:normal 13px/20px arial;
	}
	
#page { 
	margin:0 auto 0 auto;
	width:920px;
	}


#header {
	margin:0 0 0px 0;
	background-color: black;
	color: white;
	font-size: 20pt;
	width: 100%;
	text-align: center;
	}



#blurb {
	border-top: 1px dotted #ccc;
	//border-bottom: 1px dotted #ccc;
	padding:35px 0 40px 0;
  font-family: Baskerville, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 41px;
	text-align:center;
	}
	

/* ### Content ### */

#map{
  overflow: hidden;
  height: 200px;
  background-color:#AAA;
}

#map iframe{
  border: 0px;
  width: 955px;
  height: 555px;
}

#map #expand{
  position: absolute;
  background-color: rgba(255,255,255,.8);
  width: 955px;
  font-size: 16pt;
  font-weight: bold;
  padding: 5px;
  top: 465px;
}

#map #expand a{ color: #555;}

#report{
  overflow: hidden;
  height: 0px;
}

#report iframe{
  width: 1000px;
  height: 1800px;
  top:-290px;
  left: -20px;
  border: 0px;
  position: relative;
  overflow: hidden;
}

#report #shield{
  width: 955px;
  height: 875px;
  overflow:hidden;
}

#content {
	width:880px;
	margin-top:20px;
	float:left;
	padding: 0;
	min-height:400px;
	padding-bottom: 100px;
	text-align: center;
	}

.wrapper {
      position: relative;
      height: 420px;
      width: 440px;
      float:left;
      text-align:left;
  }

.wrapper p{
  font-size: 13pt;
  color: #555;
  
}

ol{ font-size:14pt; line-height:20pt;}

.wrapper h1{
  position: relative;
}

#content h2 {
	font:normal 24px georgia;
	margin:40px 0 13px 0;
	padding:0;
	}

#content h2 a {
	color:#c30;
	}

#content h2 a:hover {
	color:#000;
	}
	
#about{ display: none;}

#about > div { margin-top: 13px;}

.me{
  display:inline-block;
  vertical-align:top;
  font-size: 17pt;
  width:460px;text-align:left;margin-left:10px
}
	
#report-button a{
  background-color: black;
  color: white;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}	

#report-button a:hover;{
  color:#cc3300;
}

	
/* ### Footer ### */

#footer {
	color:#000;
	margin:0 0 30px 0;
	padding:5px 0 5px 0;
	padding-top: 100px;
	clear:both;
	font:normal 12px arial;
	}
	
#footer p {
	margin: 0;
	
}
	
#footer a {
	font-weight:bold;
	color:#000;
	}

#footer a:hover {
	color:#c30;
	}
	
/* ### Footer ### */
	
.recentlist {
	margin: 0;
	padding:0;
	border-bottom:1px dotted #ccc;
	margin-bottom: 8px;
	}

.recentlist li {
	list-style:none;
	padding: 6px 0;
	color:#666;
	font:normal 12px arial;
	margin-bottom: 8px;
	}

.recentlist li:hover {
	background:#f9f9f9;
	}


.twtr-ft{
  display: none;
}

.twtr-hd{
  display: none;
}

.twtr-bd{
  border: 1px solid #DDD;
}





/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	padding-bottom: 0px;
	height:25px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:11px;
	display:block;
	height: 25px;  
	line-height:25px;
	width: 136.5px;
	text-align: left;
	text-decoration:none;
	color:#333;
	padding:0px;
	padding-left: 2px;
	margin:0px;	
	position:relative;
	top:1px;
	padding-left: 10px;
	background-color: #EEE;	
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color: #cc6600;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-color: #ccc;	
	cursor:default !important; 
	color:#000 !important;
}



/* initially all panes are hidden */ 

/* tab pane styling */
div.panes > div {
	display: none;		
	font-size:14px;
	background-color:#fff;
}

