<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* for ie7? */
#dragMode div span {
	width: 8em;
}

/*
 * BASE STYLES
 */
html,body{
	width: 100%;
	height: 100%;
}

#pageContainer.map {
	/*overflow: hidden;*/
	margin-bottom:0;
	clear:both;
	display:block;
}

#pageContainer {
    position:relative;
    height: 100%;
    width:100%;
	clear:both;
}
#pageHeader {
    display:block;
	height: 135px;
    background:  #9eb7a2 url("jb_historic_crop.jpeg") no-repeat scroll center top;
    border-bottom:2px solid #5D6F81;
    font-weight: bold;
    min-width:700px;
    position:relative;
}

#pageContent {
	text-align: left;
	margin: 0 auto;
	width: 60em;
	/*
	height:auto;
	clear:both;
	*/
}

/*
#mapControls {    
    position: relative;
	min-width:65em;
	width:100%;
	height: 120px;
	padding-bottom;3px;
	border-bottom:1px solid black;
}
*/


#header {
    background-color: #9eb7a2;
    border-top: 1px solid rgb(135, 159, 145);
    display: block;
    float: left;
    height: 30px;
    position: relative;
    text-align: right;
    width: 100%;
    clear:both;
}

#printHeader {
	display:none;
}

#panel_holder {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px 0px;
    color: #636363;
    height: 85%;
    position: relative;
    z-index: 3999;
	float:left;
	width: 24em;
	padding-right:5px;
	border: 1px solid #bfbfbf;
	overflow:hidden;
	overflow-y:scroll;    
}

#mapfooter{
    width:100%;
	position:fixed;bottom:0;left:0;right:0;height:auto;
    display:block;
    z-index:1000;
    /* background-color: #9eb7a2;
    background:  #FFFFFF url("JBWQ_footer.png") no-repeat scroll center bottom; */
}
.footer {
	float:left;
	width:100%;
    z-index:1000;
    background-color: #9eb7a2;
  	height: auto;
	padding-bottom:3px;
	margin-top:30px;
}

#footer{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
  	clear:both;
}

#map {
    position:relative;
    display:block;
    width:100%;
    float:left;
	height: 100%;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}


body {
	font-family: Helvetica, Tahoma;
	font-size: .8em;
	border: none;
	margin: 0 auto;
	text-align: center;
}

a:link, a:visited {
	color: #88321E;
}

a.hover,a.active {
	color: #BE4E1B;
}

.link {
    display:block;
}

h1,h2,h3,h4,h5 {
	color: #005A8C;
	margin-top: .1em;
	margin-bottom: .05em;
}

h5 {
	font-style: italic;
	font-size: 105%;
}

p {
	margin-top: 0px;
}

#hd_titles {
	width: 100%;
	height:105px;
	display:block;
}

#pg_title, #pg_subtitle {
color: rgb(90, 33, 16);
font-family: Helvetica,Tahoma;
font-size: 40px;
font-weight: bold;
text-align: center;
text-shadow: 2px 2px 3px rgb(226, 201, 160);
width: 100%;
float: left;
height: 45px;
}

#pg_subtitle {
   font-size: 30px;
   height: 60px;
}

#logo {
/*background: url(js/img/logo.jpg) no-repeat;
height: 121px;*/
width: 100px;
top: 10px;
position: relative;
left: -10px;
}


#map.cursor_crosshair {
	cursor: crosshair;
}

#ol_mapDiv {
	padding: 0;
}

#content {
    text-align: left;
}

.coords {
	margin: 0.15em;
}


#mapIntro {
	float:left;
	font-size: 0.75em !important;
	margin-left:5px;
	padding: 5px 5px 0 5px;
	text-align: left;
    top: 70px;
    height:auto;
    width: 25%;
}


.tabs {
	height: 14px;
}

.pageTab {
	position: absolute;
	text-align: left;
	color: #000000;
	border-bottom: 1px dashed #C1D4B5;
	top: 100px;
	margin-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	width: 95%;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	z-index: 6000;
	display: none;
}


#basic.olPopup {z-index:1050 !important;background-color:white;}

.clearer {
	height: 1px;
	clear: both;
}</pre></body></html>