
/* 	GIS Planning Site Finder CSS Document
	Stylesheet author:  S. Mattern for GIS Planning
 	Date: May 2009 */

/* ========== Normalization for Browser Consistency ========== */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0 auto;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul, li
{
	list-style: none;
}

html
{
	height: 100%;
}

fieldset, img, a img
{
	border: none;
}

caption, th
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

/* ========== General Page Layout, Design ========== */

html
{
	text-align: center;
}

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	background: #ffffff url(images/bg.gif) repeat-x 0 0;
	color: #1C1C1C;
	margin: 20px;
}

#page
{
	width: 100%;
	min-width: 800px;
}

a
{
	color: #43943C;
	text-decoration: none;
}

a:visited
{
	color: #78C468;
}

a:hover
{
	color: #306E2C;
}

.clear
{
	clear: both;
}

small
{
}

#info h1, #info .description
{
	/*hidden info for search engines, screen readers*/
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

/*============Odds and ends===============*/
.GISPlanning_MapUtilities_Tooltip
{
	text-align: center;
	opacity: .70;
	-moz-opacity: .70;
	white-space: nowrap;
	margin: 0;
	padding: 2px 0.5ex;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #fff;
}


/* ========== MODAL ========== */
#dynamicModalWindow
{
	margin-top: 80px;
	width: 80%;
	min-width: 800px;
	position: absolute;
	z-index: 20000;
	text-align: center;
}
/* ========== Map ========== */

#mapBox
{
	margin-top: 10px;
	position: relative;
	width: 100%;
	height: 399px;
	background-color: #F2F6F9;

}

/*mapBox rounded corners, .t width needs to be same as mapBox*/
#mapBox .mbt
{
	background: url(images/corners/dot.gif) 0 0 repeat-x;
	width: 100%;
}
#mapBox .mbb
{
	background: url(images/corners/dot.gif) 0 100% repeat-x;
}
#mapBox .mbl
{
	background: url(images/corners/dot.gif) 0 0 repeat-y;
	height: 399px;
}
#mapBox .mbr
{
	background: url(images/corners/dot.gif) 100% 0 repeat-y;
	height: 399px;
}
#mapBox .mbbl
{
	background: url(images/corners/bl.gif) 0 100% no-repeat;
	height: 399px;
}
#mapBox .mbbr
{
	background: url(images/corners/br.gif) 100% 100% no-repeat;
	height: 399px;
}
#mapBox .mbtl
{
	background: url(images/corners/tl.gif) 0 0 no-repeat;
}
#mapBox .mbtr
{
	background: url(images/corners/tr.gif) 100% 0 no-repeat;
	padding: 5px;
}

#map
{
	width: 100%;
	height: 399px;
	position: relative;
}

#googleMap
{
	position: absolute;
	z-index: 1500;
	width: 100%;
	height: 364px;
}
#streetView
{
	width: 100%;
	height: 364px;
	z-index:1600;
}
#stopUsingTool
{
	white-space: nowrap;
	text-align: right;
	right: -20px;
	top: -20px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	display: none;
	position: absolute;
	cursor: pointer;
	padding: 5px;
	border: solid 1px red;
	opacity: .9;
	z-index:1600;
}

#mapBox #search
{
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index:1600;
	width: 150px;
}

#mapBox #search b, #mapBox #search span
{
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

#mapBox .searchBtn
{
	z-index:1650;
	width: 150px;
	height: 55px;
	position: absolute;
	bottom: -10px;
	background: url(images/map/search.png) top no-repeat;
}

#mapBox .searchBtn a
{
	width: 150px;
	height: 55px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background: url(images/map/search.png) bottom no-repeat;
}

#mapBox .searchBtn a:hover
{
	background-image: none;
	text-decoration: none;
	cursor: pointer;
}

#mapBox #search ul
{
	/*turn on/off*/
	width: 143px;
	height: 325px;
	display: none;
	padding-top: 15px;
	margin-left: 4px;
	text-align: center;
	position: absolute;
	bottom: 40px;
	background: url(images/map/searchMenuBg.png) bottom no-repeat;
}

#searchMenu li
{
	display: block;
	width: 125px;
	height: 70px;
	margin-bottom: 10px;
}

#searchMenu a
{
	width: 125px;
	height: 70px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#searchMenu .buildings
{
	background: url(images/map/searchBuildings.gif) bottom no-repeat;
}

#searchMenu .buildings a
{
	background: url(images/map/searchBuildings.gif) top no-repeat;
}

#searchMenu .communities
{
	background: url(images/map/searchCommunities.gif) bottom no-repeat;
}

#searchMenu .communities a
{
	background: url(images/map/searchCommunities.gif) top no-repeat;
}

#searchMenu .sites
{
	background: url(images/map/searchSites.gif) bottom no-repeat;
}

#searchMenu .sites a
{
	background: url(images/map/searchSites.gif) top no-repeat;
}

#searchMenu .businesses
{
	background: url(images/map/searchBusinesses.gif) bottom no-repeat;
}

#searchMenu .businesses a
{
	background: url(images/map/searchBusinesses.gif) top no-repeat;
}

#searchMenu .buildings a:hover, #searchMenu .communities a:hover, #searchMenu .sites a:hover, #searchMenu .businesses a:hover, #searchMenu #current a
{
	background-image: none;
	text-decoration: none;
	cursor: pointer;
}

#searchMenu span
{
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

#mapBox #myFolder
{
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index:1600;
	width: 150px;
}

#mapBox #myFolder b
{
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

#mapBox .myFolderBtn
{
	z-index:1650;
	width: 150px;
	height: 55px;
	position: absolute;
	bottom: -10px;
	background: url(images/map/myFolderBtn.png) top no-repeat;
}

#mapBox .myFolderBtn a
{
	width: 150px;
	height: 55px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background: url(images/map/myFolderBtn.png) bottom no-repeat;
}

#mapBox .myFolderBtn a:hover
{
	background-image: none;
	text-decoration: none;
	cursor: pointer;
}

#mapBox #myFolder ul
{
	/*turn on/off*/
	width: 150px;
	display: none;
	height: 150px;
	padding-top: 25px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	background: url(images/map/myFolderMenuBg.png) bottom no-repeat;
}

#myFolderMenu li
{
	display: block;
	width: 100px;
	text-align: left;
	padding: 5px 0 5px 0;
}

#myFolderMenu a, #myFolderMenu a:visited
{
	font-weight: bold;
	font-size: 15px;
	color: #cecece;
}

#myFolderMenu a:hover
{
	color: white;
}

#mapNav
{
	position: absolute;
	bottom: 0;
	margin-top: -33px;
	margin-left: -5px;
	height: 33px;
	/*padding-top: 7px;*/
	background: url(images/map/mapNavBg2.png) repeat-x;
	width: 100%;
	z-index: 1500;
}

#mapNav .bl
{
	height: 100%;
	background: url(images/map/mapNavBgBl.gif) 0 100% no-repeat;
	white-space: nowrap;
	z-index: 1501;
}
#mapNav .br
{
	height: 100%;
	background: url(images/map/mapNavBgBr.gif) 100% 100% no-repeat;
	z-index: 1501;
}

#mapNav #mapNavMenu
{
	float: right;
	text-align: right;
	margin-right: 155px;
}

#mapNavMenu ul
{
	margin-right: 20px;
}

#mapNavMenu ul li
{
	display: block;
	float: left;
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

#mapNavMenu ul li a
{
	color: white;
	display: block;
	padding: 8px 20px 9px 20px;
}

#mapNavMenu ul li a:hover, #mapNavMenu li#current a
{
	background-color: #827e7c;
	border-right: 1px solid #8d8f91;
	border-left: 1px solid #8d8f91;
	margin: 0 -1px 0 -1px;
}

#mapNavMenu li ul
{
	/*turn on/off*/
	position: absolute;
	display: none;
	bottom: 33px;
	right: -20px;
	background-color: #827e7c;
	opacity: .9;
	min-width: 100px;
	padding: 20px;
}

#mapNavMenu ul li ul li
{
	display: block;
	float: none;
}

#mapNavMenu li ul a
{
	color: #cecece;
}

#mapNavMenu li ul a:hover
{
	color: white;
}

#mapNavMenu li ul a:hover, #mapNavMenu li#current ul a
{
	border: none;
	margin: 0 auto;
}

#mapNavMenu ul li ul li a
{
	padding: 2px 10px 2px 10px;
}

/* ========== Content ========== */

#contentBox
{
	margin-top: 15px;
	width: 100%;
	background-color: #F2F6F9;
	position: relative;
}

/*contentBox rounded corners, .t width needs to be same as contentBox*/
#contentBox .t
{
	background: url(images/corners/dot.gif) 0 0 repeat-x;
	width: 100%;
}
#contentBox .b
{
	background: url(images/corners/dot.gif) 0 100% repeat-x;
}
#contentBox .l
{
	background: url(images/corners/dot.gif) 0 0 repeat-y;
}
#contentBox .r
{
	background: url(images/corners/dot.gif) 100% 0 repeat-y;
}
#contentBox .bl
{
	background: url(images/corners/bl.gif) 0 100% no-repeat;
}
#contentBox .br
{
	background: url(images/corners/br.gif) 100% 100% no-repeat;
}
#contentBox .tl
{
	background: url(images/corners/tl.gif) 0 0 no-repeat;
}
#contentBox .tr
{
	background: url(images/corners/tr.gif) 100% 0 no-repeat;
	padding: 5px;
}

/* ========== Content Navigation ========== */

h2
{
	font-size: 24px;
	font-weight: bold;
	color: #8f8f8f;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #43943c;
}

#contentBoxHeader
{
	text-align: left;
	padding: 20px 20px 25px 20px;
}

#contentBoxHeader h2
{
	padding: 0 0 1px 5px;
	float: left;
	color: #8f8f8f;
	font-size: 24px;
	font-weight: bold;
}

#contentBoxHeader hr
{
	clear: both;
}

#contentBoxHeader #current li a
{
	border: none;
	margin: 0 auto;
}

#contentHeaderMenu
{
	margin-top: 7px;
}

#contentFooterMenu
{
	margin: 10px 5px 10px 5px;
}

/*===Content Header Additions===*/

#contentBoxHeader h3
{
	font-size: 18px;
	padding: 0 0 1px 5px;
	float: left;
}

#contentBoxHeader h4
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	color: #8f8f8f;
	padding: 0 0 0 5px;
}

#contentHeaderMenu.noLeft, #contentFooterMenu.noLeft
{
	margin-left: -20px;
	padding-left: 0;
}

.checkList li
{
	clear: both;
	display: block;
	position: relative;
	width: auto;
}

.contentTools li#ContentToolCurrent .popDownMenu a, .contentTools .popDownMenu a, .contentTools .popDownMenu a:hover
{
	padding: 0;
}

.popDownMenu li .checkBox
{
	width: 12px;
	height: 13px;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	background: url(images/searchWindow/checkBox.png) bottom no-repeat;
	position: relative;
}

.popDownMenu li .checkBox a
{
	width: 12px;
	height: 13px;
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background: url(images/searchWindow/checkBox.png) top no-repeat;
}

.popDownMenu li .checkBox a:hover, .popDownMenu li .set a
{
	background: url(images/searchWindow/checkBox.png) bottom no-repeat;
}

.checkBox b
{
	/*this hides the text in the link*/
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

.checkBoxLabel
{
	float: left;
	position: relative;
	margin-left: 10px;
}

.contentTools
{
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #8f8f8f;
}

.contentStats
{
	width: 50%;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	float: right;
	display: inline;
}
.contentStats.top
{
	padding-top: 8px;
}
.contentStats li
{
	display: inline;
	margin-left: 10px;
}

.contentStats .found
{
	margin-right: 20px;
}

.contentStats b
{
	color: #43943c;
}

.pageNumbers a
{
	color: #8f8f8f;
}

.pageNumbers a:hover, .pageNumbers .current a
{
	color: #43943c;
}


#backNavigation
{
	display: inline;
	float: right;
}

#backNavigation a
{
	font-weight: normal;
	color: #e69528;
	font-size: 15px;
}

.contentTools
{
	margin-left: -5px;
}

.contentTools li
{
	display: inline;
	margin: 0 8px 0 8px;
}

.contentTools a
{
	color: #8f8f8f;
	padding: 5px;
}

.contentTools li#ContentToolCurrent a
{
	background-color: white;
	border-top: 1px solid #A8ABB0;
	border-left: 1px solid #A8ABB0;
	border-right: 1px solid #A8ABB0;
	padding: 4px 4px 5px 4px;
	z-index: 5;
	position: relative;
	padding-bottom: 12px;
}

.contentTools .noDrop a:hover
{
	background-color: white;
	border: 1px solid #A8ABB0;
	padding: 4px;
	position: relative;
}

.contentTools a:hover
{
	color: #43943c;
}

.contentTools li#ContentToolCurrent ul a
{
	border: none;
	margin: 0 auto;
}


#contentBoxHeader .contentBoxHeader_menu
{
	font-size: 14px;
	font-weight: bold;
	color: #43943c;
	float: left;
	margin-left: 10px;
	padding-top: 9px;
	vertical-align: bottom;
	position: relative;
}

#contentBoxHeader .contentBoxHeader_menu a /*based on menu link*/
{
	color: #43943c;
	padding: 5px;
}

#contentBoxHeader .contentBoxHeader_menu_no_items a
{
	color: #1C1C1C;
}

#contentBoxHeader .contentBoxHeader_menu_current a
{
	background-color: white;
	border-top: 1px solid #A8ABB0;
	border-left: 1px solid #A8ABB0;
	border-right: 1px solid #A8ABB0;
	padding: 4px 4px 6px 4px;
	z-index: 20;
	position: relative;
}

#contentBoxHeader .contentBoxHeader_menu_current ul a
{
	border: none;
	margin: 0 auto;
}


/* ========== Content PopDown Menus ========== */

.popDownMenu
{
	z-index: 4;
	display: none;
	background-color: white;
	opacity: .9;
	position: absolute;
	border: 1px solid #A8ABB0;
	padding: 10px;
}

.contentTools li, .contentStats li
{
	position: relative; /*needed for placement of any popDownMenus*/
	text-align: left;
}

.contentTools .popDownMenu
{
	/*placement for contentTools popDownMenus needs to be determined like so*/
	top: 26px;
	left: 0;
	min-width: 155px;
}

.contentStats .popDownMenu
{/*pagenav*/
	top: 23px;
	left: 0;
	min-width: 135px;
	text-align: left;
}

.popDownMenu li
{
	display: block;
	padding: 5px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #767676;
	white-space: nowrap;
}

.popDownMenu li a, .popDownMenu li a:hover
{
	background: none;
	padding: 0;
	border: none;
	margin: 0 auto;
}

li.popDownLink, li.contentStatusMenu
{
	/*needs to be on the li for IE layering*/
	position: relative;
	z-index: 2;
}

span.popDownLink {
	position: relative;
	margin: 0 -5px 0 -5px;
}

span.contentStatusMenu {
	position: relative;
	margin: 0 -10px 0 -10px;
}

.propertyInfoBox .popDownLink a
{
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px;
	padding-bottom: 10px;
}

.contentStatsMenu a {
	padding: 6px 10px 10px 10px;
	}

#contentBoxHeader .contentBoxHeader_menu .popDownMenu /*based on menu*/
{
	left: 0;
	top: 29px;
	min-width: 155px;
	position: absolute;
	z-index: 18;
}

.propertyInfoBox .popDownLink a:hover, .propertyInfoBox #current a
{
	background-color: white;
	padding: 4px 4px 5px 4px;
	border-top: 1px solid #A8ABB0;
	border-left: 1px solid #A8ABB0;
	border-right: 1px solid #A8ABB0;
	position: relative;
	z-index: 5;
}

.contentStatsMenu a:hover, .contentStatsMenu#current a {
	background-color: white;
	padding: 6px 9px 10px 9px;
	border-top: 1px solid #A8ABB0;
	border-left: 1px solid #A8ABB0;
	border-right: 1px solid #A8ABB0;
	z-index: 5;
	position: relative;
	}

#current b
{
	font-weight: normal;
}

.popDownLink .popDownMenu
{
	top: 18px;
	left: 0;
	min-width: 250px;
}

.popDownLink .popDownMenu a
{
	font-weight: bold;
}

.popDownLink .popDownMenu li
{
	font-weight: normal;
}

.popDownLink .popDownMenu a:hover, #current .popDownMenu a, .popDownMenu a, #contentBoxHeader .contentBoxHeader_menu .popDownMenu a
{
	text-transform: none;
	padding: 0;
	margin: 0;
	border: none;
}

hr
{
	color: #e3e5f1;
	background-color: #e3e5f1;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
}



/*============== Layer Nav Popup Window============*/

#MapMenuItem_Layers ul
{
	text-align: left;
}

#mapNavMenu #layerItems li
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	clear: both;
	height: 30px;
	min-width: 180px;
	margin-left: -5px;
}

#mapNavMenu .layerIcon
{
	width: 50px;
	height: 30px;
	float: left;
	display: block;
}

#mapNavMenu .layerIcon a
{
	width: 50px;
	height: 30px;
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.hospital .layerIcon a
{
	background: url(images/map/layerIcons/hospital.png) bottom left no-repeat;
}

.hospital .layerIcon a:hover, .hospital .set a
{
	background: url(images/map/layerIcons/hospital.png) top left no-repeat;
}

.airport .layerIcon a
{
	background: url(images/map/layerIcons/airport.png) bottom left no-repeat;
}

.airport .layerIcon a:hover, .airport .set a
{
	background: url(images/map/layerIcons/airport.png) top left no-repeat;
}

.college .layerIcon a
{
	background: url(images/map/layerIcons/college.png) bottom left no-repeat;
}

.college .layerIcon a:hover, .college .set a
{
	background: url(images/map/layerIcons/college.png) top left no-repeat;
}

.rr .layerIcon a
{
	background: url(images/map/layerIcons/rr.png) bottom left no-repeat;
}

.rr .layerIcon a:hover, .rr .set a
{
	background: url(images/map/layerIcons/rr.png) top left no-repeat;
}

.city .layerIcon a
{
	background: url(images/map/layerIcons/city.png) bottom left no-repeat;
}

.city .layerIcon a:hover, .city .set a
{
	background: url(images/map/layerIcons/city.png) top left no-repeat;
}

.county .layerIcon a
{
	background: url(images/map/layerIcons/county.png) bottom left no-repeat;
}

.county .layerIcon a:hover, .county .set a
{
	background: url(images/map/layerIcons/county.png) top left no-repeat;
}

.state .layerIcon a
{
	background: url(images/map/layerIcons/state.png) bottom left no-repeat;
}

.state .layerIcon a:hover, .state .set a
{
	background: url(images/map/layerIcons/state.png) top left no-repeat;
}

.zip .layerIcon a
{
	background: url(images/map/layerIcons/zip.png) bottom left no-repeat;
}

.zip .layerIcon a:hover, .zip .set a
{
	background: url(images/map/layerIcons/zip.png) top left no-repeat;
}

.region .layerIcon a
{
	background: url(images/map/layerIcons/region.png) bottom left no-repeat;
}

.region .layerIcon a:hover, .region .set a
{
	background: url(images/map/layerIcons/region.png) top left no-repeat;
}

.cerc .layerIcon a
{
	background: url(images/map/layerIcons/cerc.png) bottom left no-repeat;
}

.cerc .layerIcon a:hover, .cerc .layerIcon .set a
{
	background: url(images/map/layerIcons/cerc.png) top left no-repeat;
}

.layerIcon b
{
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

.layerLabel
{
	float: left;
	padding-top: 8px;
	font-size: 14px;
	text-transform: uppercase;
	color: #cecece;
}



/* ============== for vertical/horizontal property lists, see respective stylesheet ============== */


.loadingResults {
	padding: 50px;
	text-align: center;
	}

.loadingResults p {
	padding: 10px 0 10px 0;
	font-size: 14px;
	color: white;
	}



/*====================MAP INFO WINDOWS=========================*/
.identifyWindow, .areaSelectionWindow
{
	font-size: 11px;
	width: 300px;
}
.identifyWindow a, .areaSelectionWindow a
{
	cursor: pointer;
}

.identifyWindow .label
{
	padding-left: 5px;
	padding-right: 3px;
	font-weight: bold;
}
.identifyWindow .value
{
	display: inline-block;
}
.identifyWindow .delete
{
	padding: 5px;
}

.areaSelectionWindow ul
{
	padding: 10px;
}
.areaSelectionWindow ul li
{
	padding: 3px;
}
