/* global whitespace reset (leftjustified.net)  */
* { padding: 0; margin: 0; }
img { border: 0; }
/*h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin: 1em 0; }
li, dd { margin-left: 2em; }
fieldset { padding: .5em; }*/
/* end whitespace reset */

body {
	background-color: #000;
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	}

#page {
	padding: 0 0 30px 0;
	width: 800px;
	margin: 0 auto;
	}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Site header */

#site-header {
	height: 120px;
	position: relative;
	text-align: right;
	margin-bottom: 2px;
	}

#site-header #logo {
	position: absolute;
	left: 0;
	top: 0;
	}

#site-header #navigation {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4px;
	font-size: 12px;
	}
	
#site-header #navigation a { text-decoration: none; color: #999; margin-right: 10px }
#site-header #navigation a:hover { color: #fff }
#site-header #navigation a.hilited { color: #86D9F7 }

#page-header {
	height: 100px;
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: 2px;
	background: url("/map/images/header_bg.gif") repeat-x #333;
	}

#page-header.no-subnav { height: 72px }

#page-header .title {
	position: absolute;
	left: 30px;
	bottom: 36px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 17px;
	letter-spacing: 0.1em; /* looks better with Helvetica Neue */
	color: #fff;
	}
#page-header.no-subnav .title { bottom: 8px }

#page-header .title big {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: normal;
	margin-right: 1em;
	margin-bottom: 17px;
}

#page-header #subnavigation {
	position: absolute;
	left: 30px;
	bottom: 10px;
	font-size: 12px;
	}

#page-header #subnavigation a { font-size: 14px; text-decoration: none; color: #999; margin-right: 10px; line-height: 150%; }
#page-header #subnavigation a:hover { font-size: 14px; color: #ccc; line-height: 150%; }

#page-header #subnavigation a.hilited { color: #86D9F7 }

#map-container {
	background-color: #fff;
	padding: 5px;
}

#note-text {
	font-size: 12px;
	color:#222;
	text-align:justify;
}

#submit-form {
	border-top: 2px solid #000;
	background: url("/map/images/form-bg2.png") repeat-x #666666;
	padding: 25px;
}

#submit-form td {
	color: #222;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 150%;
}

#footer {
	text-align: left;
	color: #eee;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 150%;
}

#footer_bg {
	width : 800px;
	height : 20px;
	background: url("/map/images/footer-bg.png") #000;
}

#footer_bg2 {
	width : 800px;
	height : 20px;
	background: url("/map/images/footer-bg2.png") #000;
}

/* Site-wide text styles */

body, a { color: #000 } /* default text color */

h1, h2, h3 { line-height: 1.2; text-align: left; }
h1 { font-size: 30px; font-weight: bold; margin-bottom: 4px; color: #0055FF }
h2 { font-size: 20px; font-weight: normal; margin-bottom: 6px; color: #0055FF }
h3 { font-size: 14px; font-weight: bold; margin-bottom: 4px; color: #0055FF }

