* {
	padding: 0px;

}

body {
	text-align: center;
	background-color: #fff;
	margin: 0;
	vertical-align: top;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

p, td, li, dt, dd {
	font-size: 13px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

ul {
	margin-left: 17px;
}

a {
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: blue;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}
h1 { font-size: 150%; }
h2 { font-size: 120%; font-size: 17px; color: #0056C6; }
h3 { font-size: 16px; }
h3 a { font-size: 16px; }
h4 { font-size: 100%; font-size: 11px; font-weight: lighter; }
dt {font-weight: bold;}
dd {margin-bottom: 10px;}

#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}


#header {
	background-image: url(/newsite/images/design_top.jpg);
	background-repeat: repeat-x;
	height: 65px;
	margin: 0;
	width: 770px;
}

#logo {

}



#navigation { 
	text-align: center;
	padding-left: 0;
	margin-bottom: 0px;
}
#navigation ul {
	padding: 0px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0px;
	font-weight: bold;
}
#navigation ul li {
	list-style: none;
	margin: 0;
	display: inline;

}
#navigation ul li a {
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 7px;
	margin-left: 3px;
	padding-left: 27px;
	border-left: 2px solid #83A3E1;
	border-right: 2px solid #83A3E1;
	border-bottom: 2px solid #83A3E1;
	text-decoration: none;
	text-align: center;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px; 
 	background-image: url(/newsite/images/topnav_bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color: #0056C6;
}
#navigation ul li a:link {

}
#navigation ul li a:visited {

}
#navigation ul li a:link:hover, #navigation ul li a:visited:hover {
	border-bottom: 5px solid #FF4F00;
}
#navigation ul li a.selected {
	color: #FF4F00;
 	background-image: url(/newsite/images/topnav_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	border-bottom: 5px solid #83A3E1;
	border-left: 2px solid #83A3E1;
	border-right: 2px solid #83A3E1;
	border-bottom: 5px solid #83A3E1;
}


#menu { 
	text-align: center;
	text-transform: none;
	padding-left: 0;
	margin-bottom: 0px;
}
#menu ul {
	padding: 0px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 4px;
	font-weight: bold;
}
#menu ul li {
	list-style: none;
	margin: 0;
	display: inline;

}
#menu ul li a {
	padding: 0px 0.5em;
	margin-left: 2px;
	border-bottom: none;
	text-decoration: none;
	text-align: center;
	border: 1px solid #FF4F00;
}
#menu ul li a:link {
	color: #0056C6;
}
#menu ul li a:visited {
	color: #0056C6;
}
#menu ul li a:link:hover, #navigation ul li a:visited:hover {
	color: #0056C6;
}
#menu ul li a.selected {
	color: #0056C6;
}

#content {
	margin-left: 20px;
	float: center;
	width: 740px;
}

#home_column_1 {
	width: 33%;
	float: left;
	background-color: #000;
	margin-left: 15px;
	
}

#home_column_2 {
	width: 34%;
	float: left;
	margin-left: 11px;
	background-color: #000;
}

#home_column_3 {
	width: 34%;
	float: left;
	margin-left: 11px;
	background-color: #000;
}

#breadcrumbs, #breadcrumbs a { 
	margin-top: 5px;
	background-color: white;
	color: black;
	padding: 3px;
	text-transform: uppercase;
}
#imagecontainer {
	text-align: center;
	margin-top: 3px;
}

#footer {
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
	font-size: 10px;
	background-image: url(/newsite/images/design_footer.jpg);
	background-repeat: repeat-x;
	height: 24px;
	font-weight: bold;
	color: #999999;
}

#footer a {
	font-size: 10px;
	color: #0056C6;
}

#footer a:hover {
	color: #FF4F00;
}

div.clear{clear:both;height:0;font:0/0;}


/* styles specific to display of content items */
p.event_summary_summary, p.article_summary_summary { margin-top: 3px; }
div.event_display_print, div.article_display_print { margin-top: 3px; }
img.event_summary_thumbnail, img.article_summary_image { float: left; margin-right: 3px; }
.search_counties a { font-size: 11px; }
.searchresults_oneline {border: 1px solid #0056C6; padding: 2px; margin-top: 2px; margin-bottom: 2px; background-color: #ffffff;}
