<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0 auto;
	padding: 0;
	/* height: 1px; */
}

ol, ul, li {
	list-style-image: none;
	}	

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
a img {
	background-image: none;
	}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	text-align: center;
	position: relative;
	background-color: #F7F3E5; /*light beige */
	width: 100%;
	min-width: 800px;
	}

#page {
	margin: 10px;
	}

a {
	color: #286898; /*blue*/
	text-decoration: none;
	}

a:hover {
	color: #d54e21; /*red*/
	text-decoration: none;
	}

small {
	font-size: 11px;
	}

.clear {
	clear: both;
	}

.print, hr {
	display: none;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #464646; /*grey*/
	}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646; /*grey*/
	}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #464646; /*grey*/
	}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646; /*grey*/
	}
	
/* Header */

#header {
	background-color: #F1E7CD; /*beige*/
	border: 1px solid #E5D5B6; /*darker beige*/
	border-bottom: none;
	text-align: left;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	}

#header ul {
	float: right;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 25px;
	margin-top: 34px; /*logo height + 40 - 30*/
	}

/* Column Containers */

#main {
	background-color: white;
	margin-top: -1px;
	z-index: 10;
	position: relative;
	border-left: 1px solid #E5D5B6; /*darker beige*/
	border-right: 1px solid #E5D5B6; /*darker beige*/
	font-size: 13px;
	text-align: left;
	/*overflow: hidden;*/
	}

/* Left Column Content */

.input {
	background-color: #F5F5F5;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #464646;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding: 1px 5px 1px 5px;
	}

.button {
	background: transparent url(../images/buttonLeft.png) no-repeat left top;
	padding-left: 13px;
	height: 32px;
	overflow: hidden;
	float: left;
	cursor: pointer;	
	}
	
.button a {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0.03em 0.03em 0.05em #333;
	display: block;
	background: transparent url(../images/buttonRight.png) no-repeat right top;
	padding: 0 34px 0 4px;
	height: 32px; 
	width: auto;
	line-height: 32px;
	overflow: hidden;
	}

/*.buttton .submit {
	background: transparent url(../images/buttonRight.png) no-repeat right top;
	padding-right: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	width: auto;
	}*/

.button:hover {
	background-position: left bottom;
	}

.button:hover a {
	background-position: right bottom;
	color: white;
	}
	
/* Right Column Content */

.navTool:focus { outline: none; }
.panIcon { background-image: url(../images/icons/pan.png) !important; }
.zoomInIcon { background-image: url(../images/icons/zoom_in.png) !important; }
.zoomOutIcon { background-image: url(../images/icons/zoom_out.png) !important; }
.identifyIcon { background-image: url(../images/icons/information.png) !important; }
.fullExtentIcon { background-image: url(../images/icons/fullextent.png) !important; }
.streetViewIcon { background-image: url(../images/icons/car.png) !important; }
.optionsIcon {background-image:url(../images/icons/text_align_justify.png) !important;}
.bookmarkIcon {background-image:url(../images/bookmark.png) !important;}
#optionsButton { position:absolute; right:3px;}

#basemap:focus { outline: none; }

#basemap, #reportsHeader {
	margin-top: 0px;
	background: transparent url(../images/basemapBg.jpg) repeat-x bottom;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	}

#basemap h3 {
	padding: 0 10px 0 23px;
	background: transparent url(../images/icons/map.png) no-repeat 0 center;
	float: left;
	}

#basemap input {
	margin-left: 10px;
	padding-right: 3px;
	}

#maptools {
	line-height: 20px;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	word-wrap: break-word;
	}	

.toolbtn {
	float: left;
	margin-right: 10px;
	padding: 0 7px 0 26px;}

.toolbtn:hover, .toolbtnOn {
	background-color: #F1E7CD !important;
	cursor: pointer;
	-moz-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	}

.toolbtn.identify {
	background: transparent url(../images/icons/information.png) no-repeat 5px center;
	}

#map {
	clear: both;
	height: 600px;
	border: 1px solid #DEDEDE;
	}

#mapContainer { overflow:hidden; margin: 0; position:relative; height:414px;}

.mapResizeHandler { width: 100%; height: 14px !important; background: #e6e6e6 no-repeat center center;
                    z-index: 101; position: relative; bottom: 0px !important; }

#mapfooter {
	background-color: #6494BD; /*medium blue*/
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
	padding: 15px;
	}

#mapfooter .mapstats {
	line-height: normal;
	display: inline;
	margin-top: 20px;
	color: white;
	background-color: #47729B; /*darker blue*/
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 5px;
}

/* Footer */

#footer {
	clear: both;
	background-color: #6494BD; /*medium blue*/
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	 padding-top: 10px; 
	color: white;
	font-size: 12px;
	text-align: left;
	}

#footer a {
	font-weight: bold;
	color: white;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 3px 0 3px;
	}

#footer p {
	padding: 5px 0 5px 0;
	}

.dijitButtonNode {
    border: none; 
    line-height:normal;
    margin:0;
    background-color: transparent;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
}

.dijitReset { background-color: transparent; }

/* Override ASP.NET ajax styles for auto-complete
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : auto;	 
    text-align : left; 
    list-style-type :  none;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
} 
*/

.measure { font-size:10px; }

.watermarked {
    background-color: #F0F8FF;
    color: gray;
}

.parcelSearchTable input { width: 135px;}

.map .logo-med { background-image:none; }

.esriScalebar{ display: inline; bottom:25px !important; }</pre></body></html>