/* stylesheet for maps */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#pagewrap {
	margin: 5px;
	padding: 5px;
	height:800px;
}

/* map styles */

#map-canvas { 
    width: 600px; 
    height: 500px; 
    z-index:1;
    margin-top:25px;
}
    
#map-header {
    /*width:600px; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 24px; 
    font-weight: bold;
    margin-top:8px;
    margin-bottom: 10px;
}

/* legend styles */


#bottom {
	width:600px;
	margin-top: 10px;
}

#windlegend {
	width: 20px;
	height: 20px;
	background-color: #BA5366;
	border: 1px solid black;
	display: inline-block;
}

#search-box {
	width: 390px;
	float: left;
}

#windlegendtext {
	position: relative;
	top: -5px;
	left: 10px;
}


#captions {
	font-family: "Helvetica Neue";
	font-size: 12px;
	text-align:center;
}

#legend-headline {
	width: 600px;
   	text-align: left;
   	font-size: 14px;
   	font-weight: bold;
   	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	margin-bottom: 12px;
   	margin-top: 10px;
}

#bodycopy {
	width:600px;
	height:25px;
	text-align:left;
	font-size:14px;
	font-family:"Helvetica Neue";
}

img {
	width:120px;
	float:right;
	margin-top:10px;
}

/********* CREDITS *********/

div#creditsContainer {
	width: 600px;
	height: 25px;
	border: 1px solid #A9A9A9;
	box-shadow: 0px 0px 10px #A9A9A9;
	color: white;
	overflow: hidden;
	cursor: pointer;
	background-color: #333333;
	margin: 0px auto;
	z-index:2;
	position:fixed;
}

div#creditsLabel {
	text-transform: uppercase;
	font-size: .85em;
	color: white;
	font-weight: bold;
	font-family: helvetica;
	margin: 5px 10px;
	cursor: pointer;
}


div#creditsContent {

	margin: 5px 10px;
	font-size: .9em;
	font-family: helvetica;

}

a.creditsLink:link {
	
	color: #d52027;
	text-decoration: none;

}

a.creditsLink:visited {
	
	color: #d52027;
	text-decoration: none;

}

a.creditsLink:hover {
	
	color: #eee;
	text-decoration: none;

}

a.creditsLink:active {
	
	color: #d52027;
	text-decoration: none;
	font-weight:bold;

}