/*----XHTML TAG SETTINGS----*/
body {
	font: 76%/140% verdana, arial, helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

h1 {
	font-size: 1.3em;
	}
	
h2 {
	font-size: 1.2em;
	}
	
h3 {
	font-size: 1.1em;
	}
	
h4 {
	font-size: 1em;
	}

h5 {
	font-size: 0.9em;
	}
	
h6 {
	font-size: 0.8em;
	}

/*----END XHTML TAG SETTINGS----*/
	
ul { margin-left: 2em; }

ul .staff { list-style-type: none; }

blockquote { margin-top: 0.5em; margin-bottom: 0.5em; }

/* Form field text-scaling */
input, select, textarea {
	font-size: 1em;
}

/* =HEADER */
#ceb_header {
	background: url('/elements/images/ceb_greenline_background.gif');
}

#ceb_header_title {
	color: #030;
	font-size: 1.75em;
	height: 151px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: none;
	width: 400px;
	}

#ceb_header_title span {
	background: url('/elements/images/city-of-eastborough.gif') no-repeat;
	cursor: pointer;
	height: 151px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 400px;
	}

#ceb_header_mayor {
	color: #030;
	font-weight: bold;
	left: 100px;
	position: absolute;
	top: 100px;
}

#ceb_header_chief {
	color: #030;
	font-weight: bold;
	left: 100px;
	position: absolute;
	top: 120px;
}

#ceb_header_image {
	float: right;
	margin: -145px 20px 0 0;
}
/* =END HEADER */


/* =TOP NAVIGATION */
#ceb_nav_top {
	background: url('/elements/images/ceb_greenline_background.gif');
	border-top: 1px solid #030;
	border-bottom: 1px solid #030;
}

#ceb_nav_top ul {
	background: #030;
	list-style-type: none;
	margin: 0.1em 0;
	padding: 0.5em 0em 0.5em 0em;
	width: 100%;
}

#ceb_nav_top ul li {
	color: #fff;
	display: inline;
}

#ceb_nav_top ul li a {
	padding-left: 0.5em; 
	padding-right: 0.5em;
}

#ceb_nav_top ul li a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1em; 
	padding-right: 1em;
}

#ceb_nav_top ul li a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#ceb_nav_top ul li a:hover {
	color: #ff0;
	text-decoration: underline;
}

#ceb_nav_top ul li a.first {
	padding-right: 4em;
}

#ceb_nav_top ul li a.last {
	padding-left: 4em;
}


/* =END TOP NAVIGATION */

/* =BOTTOM NAVIGATION */
#ceb_nav_bottom {
	background: url('/elements/images/ceb_greenline_background.gif');
	border-top: 1px solid #030;
	border-bottom: 1px solid #030;
	clear: both;
}

#ceb_nav_bottom ul {
	background: #030;
	list-style-type: none;
	margin: 0.1em 0;
	padding: 0.5em 0em 0.5em 0em;
	width: 100%;
}

#ceb_nav_bottom ul li {
	color: #fff;
	display: inline; 
}

#ceb_nav_bottom ul li a {
	padding-left: 0.5em; 
	padding-right: 0.5em;
}

#ceb_nav_bottom ul li a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#ceb_nav_bottom ul li a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#ceb_nav_bottom ul li a:hover {
	color: #ff0;
	text-decoration: underline;
}

#ceb_nav_bottom ul li a.first {
	padding-right: 4em;
}

#ceb_nav_bottom ul li a.last {
	padding-left: 4em;
}
/* =END BOTTOM NAVIGATION */

/* =FOOTER */

#ceb_footer {
	background: url('/elements/images/ceb_greenline_background.gif');
}
#ceb_footer p {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding: 0.2em;
	text-align: center;
}

/* =END FOOTER */

/* =HOMEPAGE COLUMNS */
.ceb_column {
	float: left;
	min-width: 250px;
	width: 33%;
}

.ceb_column div {
	border: 1px solid #030;
	margin: 0.5em;
}

.ceb_column_double {
	float: left;
	min-width: 500px;
	width: 66%;
}

.ceb_column_double div {
	border: 1px solid #030;
	margin: 0.5em;
}

.ceb_column div.policedept ul {
	list-style-type: none;
	margin-left: 1em;
}

.ceb_column .emergencycontact {
	color: #de0029;
	font: 1.2em;
	font-weight: bold;
	text-align: center;
}

#ceb_special {
	position: relative;
	border: 1px solid #030;
	width: 99%;
	margin: 0.5em;
	color: #00F;
}


/* =END HOMEPAGE COLUMNS */

/* =DIRECTORY SEARCH */

.search_container {
	border: 1px solid #777777 !IMPORTANT;
	padding: 0px;
	width: 97%;
}

.search_table {
	margin: 0px;
	width: 100%;
}

.search_table tr td {
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #8ED95B;
}

.search_table tr th {
	margin: 0px;
	padding: 3px;
	text-align: left;
}

tr.search_caption {
	background-color: #EEEEEE;
}

tr.search_alt_1 {
	background-color: #B6EA7D;
}

tr.search_alt_2 {
	background-color: #C3FF88;
}

.search_pagination {
	font-size: 0.9em;
}

.search_options small {
	font-size: 0.7em;
}

.search_pagination a {
	color: #0000FF !IMPORTANT;
	text-decoration: none;
}

.search_table tr td a {
	color: #000000;
	text-decoration: none;
}

.search_table tr td a:hover {
	color: #000000;
	text-decoration: underline;
}

.search_table tr th a {
	color: #000000;
	text-decoration: none;
}

.search_table tr th a:hover {
	color: #000000;
	text-decoration: underline;
}

.search_options a {
	color: #0000FF;
	text-decoration: none;
}

.search_options a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.googlemap {
	border: 0px solid #FFFFFF;
	overflow: hidden;
}

/* =END DIRECTORY SEARCH */

#ceb_content  div.infopage {
	border: 1px solid #030;
	margin: 0.5em;
}

#ceb_content  div.newsletter {
	border: 1px solid #030;
	margin: 0.5em;
}

#ceb_content  div.newsletter h3 {
	clear: both;
}

#ceb_content  div.newsletter img {
	margin: 1em;
}



#ceb_content div h2{
	background: url('/elements/images/ceb_greenline_background.gif');
	border-bottom: 1px solid #030;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em;
	margin: 0;
}


h2 {
	color: #000;
}

h3 {
	border-bottom: 1px solid #000;
	font: 0.9em;
	font-weight: bold;
	margin: 1em 0.5em 0.5em 0.5em;
}

h4 {
	margin: 1em 0.5em 0 0.5em;
}

.firstpara {
    margin-top: 0;
}

p {
	margin: 1em; 
}

dd ul {
	list-style-type: none;
	margin: 0;
}

dd ul li {
	margin: 0;
	padding: 0;
}

hr {
	color: #ccc;
	background-color: #ccc;
	width: 90% 
	}
	
dt {
	margin: 0 0.5em;
	font-weight: bold;
	}

dd {
	margin-left: 5em;
	margin-bottom: 0.2em;
	}

address {
	margin: 1em;
}

h3.link a{
	text-decoration: none;
	}
	
a.linktofull{
	background: url('/elements/images/pagecurl.gif') no-repeat top right;
	display: block; 
	font-weight: bold;
	height: 30px;
	padding-right: 50px;
	text-align: right;
	text-decoration: none;
}

table { padding: 0.2em; margin: 1em; border: 0; font-size: 1em; border-collapse: collapse; border-spacing: 0; }

th, td { margin: 0; padding: 0.5em 0.2em; }

table th { font-size: 1.2em; font-weight: bold; }

.total td { border-top: 1px solid #000; }

.columnhead { font-size: 1em; font-weight: bold; border-bottom: 1px solid #000; }

.rowhead { font-size: 1em; font-weight: bold; }

.numbers { text-align: right; }

.altrow { background: #e3e3e3; }

.photogallery { margin-left: auto; margin-right: auto; }
.photocount { text-align: center; }
.photopagelinks { text-align: center; }
.photogalleryprev { width: 10em; padding-right: 3em; }
.photogallerynext { width: 10em; padding-left: 3em; }


fieldset.contact { border: 0; margin-left: auto; margin-right: auto; }
.contact div { border: 0; }
.contact div label { display: block; font-weight: bold; }
.contact div input { width: 400px; } 
.contact div textarea { width: 400px; } 

p.disclaimer { font-size: 0.8em; font-style: italic; }