o00/* ---------------------------------------------------------------------------

	Public Health: Dayton &amp; Montgomery County Screen Styles

--------------------------------------------------------------------------- */

/* RESET! */

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; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }

/*  ---------------------------------------------------------------------------

	layout

--------------------------------------------------------------------------- */

body {
	padding: 0px 0;
	font: small/1.5em Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	text-align: center;
	background-color: #e3e7ec;
}
	
#container {
	margin: 0 auto;
	padding: 3px 0 0 0;
	width: 960px;
	background-color: #fff;
}

#feature {
	margin: 0 auto;
	width: 954px;
	height: 226px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
	
#content {
	margin: 0 auto;
	padding-top: 15px;
	width: 960px;
	text-align: left;
	background: url(../img/content_bg.jpg) no-repeat bottom left;
}
	
#content_main {
	float: left;
	margin: 0 0 25px 60px;
	width: 480px;
}

#content_secondary {
	float: right;
	margin: 0 90px 25px 0;
	width: 298px;
	background-repeat: no-repeat;
	background-position: 0 0;
}	

/* ---------------------------------------------------------------------------
	
	=links

--------------------------------------------------------------------------- */

a:link { color: #0089ff; }
	
a:visited { color: #0089ff; }
	
a:hover { color: #c19a69; }

/* ---------------------------------------------------------------------------
	
	=typography

--------------------------------------------------------------------------- */

h1 {
	position: relative;
	left: -24px;
	margin-bottom: 25px;
	padding-left: 24px;
	font-size: 100%;
	color: #fff;
	text-transform: uppercase;
	background: url(../img/icon_logo.jpg) no-repeat 0 50%;
}

h1 span {
	padding: 6px 8px;
	background-color: #0a1e49;
}

h2 {
	margin-bottom: 8px;
	padding-top: 5px;
	font-size: 110%;
	color: #c19a69;
	text-transform: uppercase;
	background: url(../img/px.gif) repeat-x 0 0;
}

h3 {
	color: #1a295e;
	font-size: 110%;
}

p { margin-bottom: 15px; }

/* ---------------------------------------------------------------------------
	
	=lists

--------------------------------------------------------------------------- */

#content_main ul, #content_secondary ul {
	margin: 0 0 35px 20px;
	line-height: 1.2;
}

#content_main li, #content_secondary li {
	margin-bottom: 7px;
}

/* ---------------------------------------------------------------------------
	
	=images

--------------------------------------------------------------------------- */
	
/* ---------------------------------------------------------------------------
	
	=header

--------------------------------------------------------------------------- */

#header {
	position: relative;
	margin: 0 auto;
	width: 954px;
	background: url(../img/header_bg.gif) no-repeat 0 0;
	text-align: left;
}

/* logo */

#logo {
	height: 48px;
}

#logo a {
	display: block;
	width: 215px;
	height: 71px;
}

#logo img {
	position: absolute;
	top: 0;
	left: -9999px;
}

/* nav */

#nav {
	margin: 0;
	padding-left: 2px;
	list-style: none;
	background: url(../img/nav_bg.gif) repeat-y 0 0;
	font-weight: bold;
	font-size: 90%;
}

#nav li {
	float: left;
	margin: 0 5px 2px 0;
	width: 186px;
	text-align: center;
}

#nav #nav_news { margin-right: 0; }

#nav li a {
	display: block;
	padding: 1px 0;
}

#nav li a:link, #nav li a:visited {
	color: #3571a5;
	text-decoration: none;
	border-top: 5px solid #0a1e49;
	border-bottom: 2px solid #c19a69;
}

#nav li a:hover {
	color: #c19a69;
	text-decoration: none;
	border-top: 5px solid #c19a69;
	border-bottom: 2px solid #c19a69;
}

#nav li.here a:link, 
#nav li.here a:visited, 
#nav li.here a:hover {
	color: #fff;
	text-decoration: none;
	border-top: 5px solid #0a1e49;
	border-bottom: 2px solid #0a1e49;
	background-color: #c19a69;
}

#nav li.dead a { cursor: pointer; }

#nav li.dead a:link, 
#nav li.dead a:visited, 
#nav li.dead a:hover {
	cursor: pointer;
	color: #ccc;
	border-top: 5px solid #ccc;
	border-bottom: 2px solid #ccc;
}

/* utility nav */

#nav_util {
	position: absolute;
	top: 26px;
	right: 25px;
	margin: 0;
	font-weight: bold;
	list-style: none;
	font-size: 90%;
}

#nav_util li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav_util li a:link, #nav_util li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav_util li a:hover {
	color: #c19a69;
	text-decoration: none;
}

#nav_util li.here a:link, 
#nav_util li.here a:visited, 
#nav_util li.here a:hover {
	color: #c19a69;
	text-decoration: none;
}

/* search */

#search {
	position: absolute;
	top: 3px;
	left: 700px;
	width: 250px;
}

#search input { display: inline; }

#search_text { color: #777; }

/* sub nav */

#nav_sub {
	margin: 0;
	padding: 0px 46px;
	background: url(../img/sub_nav_bg.gif) no-repeat bottom left;
	font-size: 75%;
	font-weight: bold;
}

#nav_sub li {
	display: inline;
	margin: 0 25px 0 0;
}

#nav_sub a:link, #nav_sub a:visited {
	color: #fff;
	text-decoration: none;
}

#nav_sub a:hover {
	color: #c19a69;
	text-decoration: none;
}

#nav_sub li.here {
	padding-left: 15px;
	background: url(../img/sub_nav_here.gif) no-repeat 0 50%;
}

#nav_sub li.here a:link, #nav_sub li.here a:visited, #nav_sub li.here a:hover {
	color: #c19a69;
	text-decoration: none;
}

/* nav sub sub */

#content_secondary #nav_sub_sub {
	margin: 0 0 25px 0;
	font-weight: bold;
	font-weight: 110%;
	list-style: none;
}

#content_secondary #nav_sub_sub li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}

#nav_sub_sub a {
	display: block;
	padding: 7px 5px;
}

#nav_sub_sub a:link, #nav_sub_sub a:visited {
	text-decoration: none;
}

#nav_sub_sub a:hover {
	text-decoration: none;
}

#nav_sub_sub li.here a:link, #nav_sub_sub li.here a:visited, #nav_sub_sub li.here a:hover {
	color: #000;
	text-decoration: none;
}

#nav_sub_sub li.here a {
	padding-left: 20px;
	background: url(../img/nav_sub_sub_here.gif) no-repeat 7px 9px;
}

#content_secondary #nav_sub_sub ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	list-style: none;
	font-weight: normal;
	font-size: 12px;
}

#content_secondary #nav_sub_sub ul a { padding: 2px; }

#content_secondary #nav_sub_sub ul li {
	margin-bottom: 4px;
	padding: 0 0 0 8px;
	background: url(../img/nav_sub_sub_bullet.gif) no-repeat 0 50%;
	border-top-width: 0;
	font-size: 100%;
}

/* ---------------------------------------------------------------------------
	
	=content

--------------------------------------------------------------------------- */

p.top {
	padding-top: 10px;
	font-weight: bold;
	text-transform: lowercase;
	background: url(../img/px.gif) repeat-x 0 0;
}
p.top a {
	padding-left: 17px;
	background: url(../img/icon_arrow_top.gif) no-repeat 0 50%;
}

p.top a:link, p.top a:visited {
	color: #c19a69;
	text-decoration: none;
}

p.top a:hover {
	color: #0a1e49;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	
	=secondary content

--------------------------------------------------------------------------- */

#content_secondary h2.no_border {
	padding-top: 0;
	background-image: none;
}

#content_secondary h2 span {
	font-family: Georgia,'Times New Roman', Times, serif;
	font-style: italic;
	color: #666;
	font-weight: normal;
	text-transform: none;
}

#content_secondary h3 { margin-bottom: 0; }

#content_secondary p, #content_secondary ul { margin-bottom: 15px; }

#content_secondary ul { font-size: 90%; }

/* logo_foot */

#logo_foot {
	height: 48px;
	left: 460px;
	position: absolute;
}

#logo a_foot {
	display: block;
	width: 215px;
	height: 71px;
}

#logo img_foot {
	position: absolute;
	top: 0;
	left: 250px;
}

/* ---------------------------------------------------------------------------
	
	=foot

--------------------------------------------------------------------------- */

#foot {
	padding: 20px 0;
	font-size: 90%;
	font-weight: bold;
	color: #868d97;
	
}

#foot p { margin-bottom: 0; }

/* ---------------------------------------------------------------------------
	
	=home

--------------------------------------------------------------------------- */

body.home #content {
	padding: 0 3px;
	border-top: #7f7f7f;
	width: auto;
	text-align: center;
	background-image: none;
	background-color: #fff;
}

body.home #content img { margin: 0 auto; }

/* ---------------------------------------------------------------------------
	
	=news + calendar divs

--------------------------------------------------------------------------- */

div.item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../img/px.gif) repeat-x bottom left;
}

div.item h3 { }

div.item h3 a:link, div.item h3 a:visited {
	color: #000;
	text-decoration: none;
}

div.item h3 a:hover {
	color: #0089ff;
	text-decoration: none;
}

div.item p { margin-bottom: 10px; }

div.item p.posted, p.posted {
	margin-bottom: 5px;
	font-size: 90%;
	color: #999;
}

div.item p.source, p.source {
	margin-bottom: 0;
	color: #999;
	font-size: 90%;
}

p.source a:link, p.source a:visited {
	color: #999;
	text-decoration: none;
}

p.source a:hover {
	color: #0089ff;
	text-decoration: none;
}

div.item p.more {
	font-size: 90%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-style: italic;
}

div.item p.more a:link, div.item p.more a:visited {
	color: #1a295e;
	text-decoration: none;
}

div.item p.more a:hover {
	color: #666;
	text-decoration: none;
}

/* archive pages */

li span.posted {
	font-size: 90%;
	color: #999;
}

/* ---------------------------------------------------------------------------
	
	=misc

--------------------------------------------------------------------------- */

/* self clear floats! ZAP! */

#header:after,
#nav:after,
#content:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}