body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3;
}
	.page-mapgrid { background-color: #fff; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 140%;
	color: #2d2d2d;
	margin: 40px 50px 20px 30px;
}
	.page-maps h1 { color: #2c4257; margin-bottom: 5px; }
	.page-data h1 { color: #2c4257; margin-bottom: 5px; }
	.page-offline h1 {margin: 20px; padding: 10px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}


h2 {
	margin: 30px 0 5px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	margin: 15px 0 0 0;
}
	.page-support h3 { color: #50442E; }
	.page-contact h3 { color: #50442E; }
	.page-resources h3 { color: #50442E; }
	.page-offline h3 { margin: 0 0 10px 20px; }

p { margin: 0 30px 20px 30px; line-height: 1.5;}
	.page-support p { margin: 0 30px 10px 0; }
	.page-resources p { margin: 0 30px 10px 0; }

li.list-alpha { list-style-type: lower-alpha; }

/**********  MAIN PAGE STRUCTURE  **********/
.container {
	width: 950px;
	margin: 0 auto;
	background-color: #ececec;
}
.page-index .container {background-color: #fff;}
.page-offline .container {background-color: #fff;width:580px;margin-top:140px;}
.page-offline .container img {margin-left: 20px;}

.header {
	height: 80px;
	background-color: #fff;
}
	.header a {
		display: block;
		margin: 30px 0 0 0;
		float: left;
	}
	.ancillary-top-header { /* no header link on the ancillary pages */
		background-color: #fff;
		margin: 30px 0 0 0;
		height: 50px;
	}



.section-header-datasettemp {
	height: 122px; /* 140 minus the top padding */
	color: #fff;
	background-color: #53718e;
	font-weight: bold;
	font-size: 170%;
	padding: 40px 0 0 30px;
}
	.section-header-datasettemp p {}
	.section-header-datasettemp p span {
		display: block;
		font-size: 70%;
		font-weight: normal;	
	}
.page-data .section-header-datasettemp { background: #fff url(../graphics/bg_header-datasets.jpg) top left no-repeat; }


.section-header {
	height: 122px; /* 140 minus the top padding */
	color: #fff;
	background-color: #53718e;
	font-weight: bold;
	font-size: 170%;
	padding: 40px 0 0 30px;
}
	.section-header p {}
	.section-header p span {
		display: block;
		font-size: 70%;
		font-weight: normal;	
	}

.page-data .section-header { background: #fff url(../graphics/bg_header-data.jpg) top left no-repeat; }
.page-maps .section-header { background: #fff url(../graphics/bg_header-maps.jpg) top left no-repeat; }
/*.page-maps { color: #555; }*/
.page-engdrawings .section-header { background: #fff url(../graphics/bg_header-engdwgs.jpg) top left no-repeat; }
.page-legalplans .section-header { background: #fff url(../graphics/bg_header-legalplans.jpg) top left no-repeat; }
.page-dashboard .section-header { background: #fff url(../graphics/bg_header-dashboard.jpg) top left no-repeat; }
.page-support .section-header { background: #fff url(../graphics/bg_header-support.jpg) top left no-repeat; }
.page-contact .section-header { background: #fff url(../graphics/bg_header-contact.jpg) top left no-repeat; }
.page-resources .section-header { background: #fff url(../graphics/bg_header-resources.jpg) top left no-repeat; }

.ancillary-header {
	height: 50px; /* 140 minus the top padding */
	color: #fff;
	background: #323232 url(../graphics/bg_nav-tertiary.png) no-repeat bottom left;
	font-weight: bold;
	font-size: 170%;
	padding: 0 0 0 30px;
}

.tertiary-nav {
	background: #323232 url(../graphics/bg_nav-tertiary.png) no-repeat bottom left;
	/*border-bottom: 1px solid #2d2d2d;*/
	color: #444;
	margin: 0 0 20px 0;
	padding-left: 20px;
	height: 34px;
}
	.tertiary-nav a { margin: 0 10px; }
	.page-dashboard .tertiary-nav {	margin: 0; }

.main-splash { z-index: 0; }

.main-nav {
	height: 220px;
	margin: 0;
	
	border-bottom: 1px solid #ccc;
}

.generic-copy-container {
	color: #2d2d2d;
	margin: 0 30px 30px 30px;
}
.support-container {
	color: #2d2d2d;
	margin: 0 30px 30px 30px;
	/*height: 380px;*/
}

.special-note { width: 80%; margin: 0 auto;}
.special-note img { margin-right: 10px; }
.page-engdrawings .special-note {color: #990000;}

.footer {
	padding: 2px 10px;
	height: 80px;
	background: #323232 url(../graphics/bg_footer.gif) bottom left no-repeat;
	border-top: 1px solid #000;
	font-size: 70%;
	color: #555;
}
.footer img { margin: 10px 0 0 692px; } /* 950 minus 248 (image width) minus 10 (padding) */

/**********  HEADER  **********/
#sub-nav {
	height: 20px;
	/*width: 200px;*/
	/*margin: 50px 0 0 0;*/
	margin: 22px 0 0 0;
	float: right;
}
	#sub-nav ul {
		border: 0;
		margin: 0 5px 0 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#sub-nav ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0 0 0 15px;
	}
	li.nav-feedback {
		width: 68px;
	}
		li.nav-feedback a:link, li.nav-feedback a:visited {
			display: block;
			width: 68px;
			height: 20px;
			background: url(../graphics/nav_feedback.png) no-repeat 0 0;	
		}
		li.nav-feedback a:hover {
			background-position: -68px 0;
			outline: none;
		}
/*		#indexpage li.nav-feedback a:link, #indexpage li.nav-feedback a:visited {
			background-position: -180px 0
		}*/
	li.nav-about {
		width: 45px;
	}
		li.nav-about a:link, li.nav-about a:visited {
			display: block;
			width: 45px;
			height: 20px;
			background: url(../graphics/nav_about.png) no-repeat 0 0;	
		}
		li.nav-about a:hover {
			background-position: -45px 0;
			outline: none;
		}
/*		#helppage li.nav-about a:link, #helppage li.nav-about a:visited {
			background-position: -180px 0
		}*/
	li.nav-legal {
		width: 42px;
	}
		li.nav-legal a:link, li.nav-legal a:visited {
			display: block;
			width: 42px;
			height: 20px;
			background: url(../graphics/nav_legal.png) no-repeat 0 0;	
		}
		li.nav-legal a:hover {
			background-position: -42px 0;
			outline: none;
		}
/*		#searchpage li.nav-legal a:link, #searchpage li.nav-legal a:visited {
			background-position: -180px 0
		}*/

/* Support Page Specific Styles */
#support-nav {
	/*height: 400px;*/
	margin-left: -30px;
	margin-top: 0;
}
	#support-nav ul {
		border: 0;
		margin: 0 5px 0 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#support-nav ul li {
		height: 100px; /* plus padding = 100px */
		width: 170px; /* plus padding = 170px */
		display: block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #cecece;
		border-right: 1px solid #fff;
		text-align: left;
		/*padding: 40px 0 0 50px;*/
		margin: 0;
		color: #2d2d2d;
		font-weight: bold;
		background-color: #e0e0e0;
		/*background-color: #dbdbdb url(../graphics/bg_subtle-grey-grad-100.png) top left repeat-x;*/
	}
		#support-nav ul li.active {
			background-color: #ececec;
			border-top: 1px solid #ececec;
			/*border-bottom: 1px solid #cecece;*/
			border-bottom: 1px solid #ececec;
			border-right: 1px solid #ececec;
		}
		#support-nav ul li a {
			height: 60px; /* plus padding = 100px */
			width: 110px; /* plus padding = 170px */
			display: block;
			padding: 40px 0 0 60px;
			margin: 0;
		}
		#support-nav ul li a#support-question-toggle { background: url(../graphics/icon_question.png) 14px center no-repeat; cursor: pointer; }
		#support-nav ul li a#support-faq-toggle { background: url(../graphics/icon_phone.png) 14px center no-repeat; cursor: pointer; }
		#support-nav ul li a#support-requirements-toggle { background: url(../graphics/icon_doc_warning.png) 14px center no-repeat; cursor: pointer; }
		#support-nav ul li a#support-bug-toggle { background: url(../graphics/icon_bug.png) 14px center no-repeat; cursor: pointer; }
		#support-question { overflow: visible; height: 380px; margin-top: 50px; margin-left: 170px; }
		#support-faq { overflow: auto; height: 380px;  margin-top: 50px; margin-left: 170px; display: none; }
		#support-requirements { overflow: visible; height: 380px; margin-top: 50px; margin-left: 170px; display: none; }
		#support-bug { overflow: visible; height: 380px; margin-top: 50px; margin-left: 170px; display: none; }

/* Dashboard Specific Styles */
.dashboard-container {
	color: #ececec;
	height: 400px;
	margin: 0;
	/*margin: 0 30px 30px 30px;*/
}

/* Product Page Specific Styles */
.product-container {
	color: #555;
	background-color: #f2f2f2;
	
	/* Padding overridden for IE within Maps and Data pages */
	padding: 30px 20px 30px 0;
	margin: 0 20px 40px 20px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.product-header {
	margin-bottom: 4px;
	width: 620px;
	padding: 0;
	font-size: 130%;
	font-weight: 600;	
	color: #2d2d2d;
}
	
.product-thumb { margin: 0 20px 0 30px; }

.product-desc {
	width: 645px;
	text-align: justify;
	font-size: 100%;
	line-height: 1.3;
}

.product-format-choice { margin: 5px 0 0 0; }	
	.product-format-choice abbr {
		cursor: pointer;
		border: none;
	}
	
.product-download-count {
	margin: 0 0 0 10px;
	font-size: 60%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #555;
}

/* Data page Metadata specific styles */
.meta-header { display: none; visibility: hidden; }

#metadata-content { margin-top: 30px; color:#000; }
	#metadata-content h2 {
		font-size: 100%;
		width: 176px;
		margin:0;
		padding: 2px 4px 0 0;
		text-align: right;
	}
	#metadata-content p {
		width: 630px;
		text-align: justify;
	}
	#metadata-content table { width: 630px; margin-left: 26px;}
	#metadata-content table td { border: none; padding: 3px;}
	#metadata-content table td.title { font-weight: bold;}
	
#meta-extents { margin-bottom: 20px;} 
	#meta-extents-coords { margin-left: 30px;line-height: 1.5; }
	#meta-extents-aoi { margin-left: 30px; }
	#meta-extents-aoi img { border: 1px solid #ccc; width: 230px; }

#meta-accuracy-bar {  margin: 0 0 20px 30px; width: 630px; }
	#meta-accuracy-bar p {  margin: 0 0 20px 0;}
	#meta-accuracy-bar ul { margin: 3px 0 0 16px; padding: 0; font-size: 80%; color: #555; }
	#meta-accuracy-bar li { list-style-image: url(../graphics/list_bullet-blue.png); }

#meta-completeness-bar { margin: 0 0 20px 30px; width: 630px; }
	#meta-completeness-bar p {  margin: 0 0 20px 0;}
	#meta-completeness-bar ul { margin: 3px 0 0 16px; padding: 0; font-size: 80%; color: #555; }
	#meta-completeness-bar li { list-style-image: url(../graphics/list_bullet-blue.png); }

#meta-history-bar {
	margin: 0 0 4px 30px;
	height: 40px;
	width: 630px;
	background: url(../graphics/meta_history_scale.png) top left no-repeat;
}
#meta-history-bar ul.events {
    position: relative;
	margin: 0;
    padding: 0;
	display: block;
}

#meta-history-bar ul.events li {
	list-style-type: none;
    background: url(../graphics/meta_history_event.png) top left no-repeat;
    color: #fff;
    font-size: 80%;
    margin: -8px 0 0 0;
    padding: 10px 0 0 0;
    position: relative;
    text-align: center;

	display: inline-block;
	zoom: 1; /* hack for IE, to give hasLayout */
	*display:inline; /* hack for IE, to give hasLayout */

	width: 30px;
	height: 20px;
}
#meta-history-bar ul#events2 li { margin-top: -30px; } /* rule overrides for IE within the data page */
#meta-history-bar ul#events3 li { margin-top: -30px; }
#meta-history-bar ul#events4 li { margin-top: -30px; }
#meta-history-bar ul#events5 li { margin-top: -30px; }
#meta-history-bar ul#events6 li { margin-top: -30px; }

#meta-history-bar ul.intervals {
	position: relative;
    padding: 0;
	margin: 0;
    display: block;
}

/* The width depends on the number of intervals. For example 100 / 7 = 14.29% -- then subtract a little bit for room for the borders */
#meta-history-bar ul.intervals li {
    background: url(../graphics/meta_history_tick.png) no-repeat 50% bottom; /* image is a 1px line across, 10% down from the top */
	list-style-type: none;
    color: #eee;
	font-size: 90%;
    float: left;
    margin: 0;
    padding: 0 0 0 0; /* 4 pixel overhang */
    text-align: center;
    width: 16.6%;
	height: 24px; /* 4 pixel short to bump it down over the edge */
}

#meta-history-list { width: 650px; margin: 0 0 20px 26px; padding: 0; font-size: 85%; color: #555; }
#meta-history-list li { list-style-image: url(../graphics/list_bullet-blue.png); }

 /* Pop up map grid chooser */
#map-grid-header { height: 15px;	padding: 20px; }
#map-grid-close-button { }
#map-grid-help { width: 550px; } 
#map-grid-chooser {	margin-left: 10px; }

.scan-search {
	color: #2d2d2d;
	text-align: center;
	margin: 30px auto;
	font-size: 120%;
	font-weight: bold;
}
.scan-search .scan-input {
	height: 18px;
	width: 250px;
	padding: 5px;
	margin: 0 10px 0 10px;
	font-weight: bold;
}
.scan-search button { height: 32px; }
.scan-note { width: 400px; margin: 100px auto; padding: 30px; border: 1px solid #2c4257; }

.code-entry {
	color: #2d2d2d;
	font-size: 120%;
	font-weight: bold;
}

.code-instructions p { margin: 0 0 0 30px; }
.code-instructions h3 {
	color: #2d2d2d;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 30px;
}
	.code-instructions h3.ortho-lidar { margin: 20px 0 10px 30px; }

.code-instructions ol {
	margin: 0 0 30px 60px;
	line-height: 1.7;
}
	.code-instructions ol .vcard {
		margin: 10px 0 10px 30px;
		line-height: 1.3;
	}
.code-entry { margin: 20px 0 0 0; }
.code-entry .code-input {
	height: 18px;
	/*width: 120px;*/
	padding: 5px;
	margin: 0 10px 0 10px;
	font-weight: bold;
}
.code-entry button { height: 32px; }	

	
.ac_input {
	width: 180px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	/*font-size: 12px;*/
	font-size: 100%;
	overflow: hidden;
}
.ac_results li span {
	font-size: 90%;
	color: #555;
}
.ac_loading {
	background: url(../graphics/ajax-loader.gif) right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.page-contact #email { height: 180px; padding: 0 50px; border-right: 2px solid #fff; }
.page-contact #phone { height: 180px; padding: 0 50px; border-left: 1px solid #ccc; border-right: 2px solid #fff; }
.page-contact #address { height: 180px; padding: 0 50px; border-left: 1px solid #ccc; }
.page-contact h3 img { padding-right: 10px; vertical-align: middle; }
.page-contact p { margin: 0 0 7px 0; }

/**********  Sub Page Elements  **********/
.sub-main-nav {
	height: 35px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
a.sub-nav-quad {
	width: 230px;
	height: 30px;
	border-top: 5px solid #2d2d2d;
	margin-right: 10px;
	display: block;
	float: left;
	background-color: #eee;
	
	color: #2d2d2d;
	text-decoration: none;
}
a.sub-last-quad {
	width: 230px;
	height: 30px;
	border-top: 5px solid #2d2d2d;
	margin-right: 0;
	display: block;
	float: right;
	background-color: #eee;
	
	color: #2d2d2d;
	text-decoration: none;
}

/**********  Images  **********/
.thumbnail {
	border: 1px solid #ccc; /* border: 1px solid #dedede; */
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	padding: 7px 5px;
	background: #f8f8f8; /* background: #ececec; */
}


/**********  Forms  **********/

#form-feedback { }
	#form-feedback fieldset {
		margin: 0 30px 30px 30px;
		/*border-top: 1px solid #ccc;*/
	}
	#form-feedback legend {
		font-weight: bold;
		color: #323232;
		font-size: 110%;
		margin: 0 0 4px 0;
	}
	#form-feedback label {
		padding: 0 10px;
	}
	#form-feedback input {
		margin: 0 4px 0;
	}
	#form-feedback #frm-email { padding: 4px;}
	#form-feedback #frm-name { padding: 4px;}
	form span.required {
		font-style: italic;
		color: #555;
		font-size: 80%;
		padding-left: 10px;
	}
		form legend span.required {
			font-weight: normal;
			font-size: 75%;
		}
		
	#form-feedback label.error { color: #f00; font-weight: bold; }
	#form-feedback legend label.error { color: #f00; font-weight: bold; font-size: 90%; }
		
	#form-feedback fieldset ol {
		margin: 0;
	  	padding: 0;
	}
	#form-feedback fieldset li {
	  	list-style: none;
	  	padding: 5px;
	  	margin: 0;
	}
	#form-feedback .form-note {
		color: #333;
		padding: 4px 0 4px 10px;
	}
	#form-feedback .form-radio-section {
		margin-top: 10px;
	}
	#form-feedback .radio_note_left { font-style:italic; color: #555; margin-left: 10px; padding: 0; }
	#form-feedback .radio_note_right { font-style:italic; color: #555; margin: 0; padding: 0; }
	
	#form-submit {
		width: 200px;
		text-align: center;
		margin: 0 auto;
		line-height: 1.5;
		vertical-align: middle;
	}
	#form-submit #submit_button {
		height: 30px;
		width: 120px;
		cursor: pointer;
	}
			
textarea {
	padding: 6px;
	border: 1px solid #ccc;
	border-left: 2px solid #888;
	border-top: 2px solid #888;
}

.table-alignright {
	text-align: right;
}

.form-input-container {
	margin: 0 0 0 20px;
}
	.form-input-container div { margin-top: 4px; }
	.form-input-container .instruction { margin-bottom: 8px; width: 560px; }
	.form-input-container .horiz { display: inline; margin: 8px 0 0  20px;}
	.form-input-container .category { display: inline-block; width: 110px; }
	form h3 { margin-top: 20px; }


/**********  Miscellaneous  **********/
.top { margin-top: 0; }
.bottom { margin-bottom: 0; }
.short { margin-bottom: 200px; }
.clearboth { clear: both; }
.right { float:right; }
.left { float: left; }
.center { margin: 0 auto; }
.no-left { margin-left: 0 }
.width-820 { width: 820px; }

/**********  Typography  **********/
.page-maps a.textlink, .page-maps a.textlink:visited { color: #2c4257; }
.page-maps a.textlink:link {}
.page-maps a.textlink:hover { color: #78852b; }
.page-maps a.textlink:active {}

.page-data a.textlink, .page-data a.textlink:visited { text-decoration: underline; color: #2c4257; cursor:pointer; }
.page-data a.textlink:link {}
.page-data a.textlink:hover { color: #406077; }
.page-data a.textlink:active {}

.page-engdrawings a.textlink, .page-engdrawings a.textlink:visited { color: #2c4257; }
.page-engdrawings a.textlink:link {}
.page-engdrawings a.textlink:hover { color: #6686b7; }
.page-engdrawings a.textlink:active {}

.page-legalplans a.textlink, .page-legalplans a.textlink:visited { color: #2c4257; }
.page-legalplans a.textlink:link {}
.page-legalplans a.textlink:hover { color: #0988e5; }
.page-legalplans a.textlink:active {}

.page-contact a.textlink, .page-contact a.textlink:visited { color: #4c402a; }
.page-contact a.textlink:link {}
.page-contact a.textlink:hover { color: #7b6c55; }
.page-contact a.textlink:active {}

.page-support a.textlink, .page-contact a.textlink:visited { color: #4c402a; }
.page-support a.textlink:link {}
.page-support a.textlink:hover { color: #7b6c55; }
.page-support a.textlink:active {}

.page-resources a.textlink, .page-contact a.textlink:visited { color: #4c402a; }
.page-resources a.textlink:link {}
.page-resources a.textlink:hover { color: #7b6c55; }
.page-resources a.textlink:active {}

a.tertiarylink, a.tertiarylink:visited { color: #999; }
a.tertiarylink:link {}
a.tertiarylink:hover { color: #fff; }
a.tertiarylink:active {}

a.map-link, a.map-link:visited { color: #000; text-decoration: none; }
a.map-link:link {}
a.map-link:hover { color: #555; }
a.map-link:active {}

a.textlink-light {
	color: #fff;
	padding: 2px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
a.textlink-light:link {}
a.textlink-light:visited {
	color: #fff;
	padding: 2px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
a.textlink-light:hover {
	/*background: #144972;*/
	background: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a.textlink-light:active {}

a.textlink-dark {
	position: relative; /* forces the padding in IE */
	color: #000;
	padding: 2px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a.textlink-dark:link {}
a.textlink-dark:visited {
	color: #000;
	padding: 2px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a.textlink-dark:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a.textlink-dark:active {}




/**********  NO LONGER USED, BUT COULD BE  **********/
/**********  BROUGHT BACK FOR NON-FLASH    **********/
/**********  VERSION                       **********/

/**********  MAIN NAV  **********/
a.main-nav-quad {
	width: 230px;
	height: 220px;
	border: none;
	margin-right: 10px;
	display: block;
	float: left;
	background-color: #eee;
	
	color: #2d2d2d;
	text-decoration: none;
}
a.last-quad {
	width: 230px;
	height: 220px;
	border: none;
	margin-right: 0;
	display: block;
	float: right;
	background-color: #eee;
	
	color: #2d2d2d;
	text-decoration: none;
}
.quad-title {
	width: 230px;
	margin: 3px 0 3px 5px;
	display: block;
	font-weight: bold;
	cursor: pointer;
}
.quad-img {
	border-top: 1px solid #363636;
	border-bottom: 1px solid #363636;
}
.quad-desc {
	margin: 3px 10px 3px 10px;
	font-size: 75%;
	line-height: 1.4;
	display: block;
}

