/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .ui_header_top, .ui_header, .ui_top_nav_wrapper, .BreadCrumb, .ui_footer, .ui_tagline, .ui_left, .ui_imagelinks,
.ui_weathercontent, .ui_print_email {
	display: none;
}
.ui_residents,
.ui_visitors,
.ui_business,
.ui_municipal,
.ui_right,
.ui_content_wrapper,
.ui_right_content,
 {float:left;}

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Arial, Sans-Serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

hr {
	border: 0;
	color: #D1C9C1;
	background-color: #D1C9C1;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1,h2,h3,h4,h5,h6,p{margin: 10px 0;}

/* Headings */
h1 {
	font-size: 20px;
	color: #6e5742; 
}

h2 {
	font-size: 17px;
	color: #006d9a;
}

h3 {
	font-size: 14px;
	color: #006d9a;	
}

h4 {
	font-size: 12px;
	color: #6e5742; 
	text-transform: uppercase;
}
	
h5 {
	font-size: 12px; 
}

h6 {
	font-size: 10px; 
	color: #006D9a;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #006D9a;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006D9a;
}

a:hover {
	text-decoration: none;
	color: #353535;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #006D9a;
}

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */