/* @override http://localhost:3000/stylesheets/base.css */

/* @group Basic HTML */

body {
	background: url(/images/background.png) repeat-x #fff;
	font: 14px/22px MyriadPro-Regular, Arial, Verdana, sans-serif normal;
}

h1, h2, h3, h4 {
	color: #000;
	font-family: MyriadPro-BoldCond, MyriadPro-Bold, MyriadPro-Regular, Arial, Verdana, sans-serif;
	clear: both;
}

h1 {
	font-size: 1.8em;
	color: #0086c7;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 15px;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-bottom: 10px;
	text-align: justify;
	clear:both;
}

p img {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 2px;
}

a, a:visited, a:hover {
	color: #0086c7;
	font-weight: bold;
	text-decoration: underline;
}

ul, ol {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0px 35px 10px;
	padding: 5px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: justify;
}

ol {
	list-style-type: decimal;
}

ol.checklist {
	list-style-type: square;
	/* make a check box */
}

ol li, ol ol li {
	margin-bottom: 10px;
}

ol ol {
	list-style-type: upper-alpha;
}
/* @end */

/* @group Container */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 600px;
}

/* @group Header */

#container #header {
	height: 250px;
	margin: 0 0 10px 0;
}

/* @group Top Navigation */

/* @group Menu Setup */

#container #header #topnav {
	width: 620px;
	margin: 0 0 0 340px;
	height: 50px;
	list-style: none;
	padding: 0px;
	border: none;
	display: block;
}

#container #header #topnav li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#container #header #topnav li a, #container #header #topnav li a:visited, #container #header #topnav li a:hover {
	color: transparent;
	background-repeat: no-repeat;
	height: 50px;
	display: block;
	text-decoration: none;
}

#container #header #topnav li ul {
	position: absolute;
	top: 34px;
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	color: #fff;
	background: #fff;
	border: solid 2px #4a76a9;
	width: 175px;
	z-index: 1000000;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-box-shadow: 10px 10px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

#container #header #topnav li ul li {
	display: block;
	float: none;
	color: #fff;
	margin: 0;
	padding: 5px;
	height: 18px;
	background: transparent;
}

#container #header #topnav li ul li:hover {
	background: #9bc0ec;
}

#container #header #topnav li ul li a, #container #header #topnav li ul li a:visited, #container #header #topnav li ul li a:hover {
	color: #000 !important;
	font-size: 14px !important;
	background-color: transparent;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-position: inside;
}
/* @end */

/* @group Menu Items */

/* @group Home */

#topnav_home, #topnav_home:visited, #topnav_home:hover {
	background-image: url(/images/topnav_home.png);
	background-position: top left;
	width: 51px;
}

#topnav_home:hover {
	background-position: bottom left;
}

/* @end */

/* @group About */

#topnav_about, #topnav_about:visited, #topnav_about:hover {
	background-image: url(/images/topnav_about.png);
	background-position: top left;
	width: 51px;
}

#topnav_about:hover {
	background-position: bottom left;
}

/* @end */

/* @group Hours */

#topnav_hours, #topnav_hours:visited, #topnav_hours:hover {
	background-image: url(/images/topnav_hours.png);
	background-position: top left;
	width: 122px;
}

#topnav_hours:hover {
	background-position: bottom left;
}

/* @end */

/* @group Forms */

#topnav_forms, #topnav_forms:visited, #topnav_forms:hover {
	background-image: url(/images/topnav_forms.png);
	background-position: top left;
	width: 51px;
}

#topnav_forms:hover {
	background-position: bottom left;
}

/* @end */

/* @group Healthy Links */

#topnav_healthylinks, #topnav_healthylinks:visited, #topnav_healthylinks:hover {
	background-image: url(/images/topnav_healthylinks.png);
	background-position: top left;
	width: 95px;
}

#topnav_healthylinks:hover {
	background-position: bottom left;
}

/* @end */

/* @group Advisories */

#topnav_advisories, #topnav_advisories:visited, #topnav_advisories:hover {
	background-image: url(/images/topnav_advisories.png);
	background-position: top left;
	width: 122px;
}

#topnav_advisories:hover {
	background-position: bottom left;
}

/* @end */

/* @end */

/* @end */

/* @group Top Bar */

#header #topbar {
	height: 200px;
	width: 960px;
	margin: 0;
	padding: 0;
}

#header #topbar #logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 330px;
	margin-right: 10px;
	height: 200px;
}

/* @group Slideshow */

#slider {
	float: left;
	width: 620px;
	margin: 0;
	position: relative;
}

.scroll {
  height: 200px;
  width: 600px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: transparent;
}

.scrollContainer div.panel {
  padding: 0;
  height: 200px;
  width: 600px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 90px;
  cursor: pointer;
  z-index: 10;
}

.scrollButtons.left {
  left: 10px;
}

.scrollButtons.right {
  right: 30px;
}

/* @end */

/* @end */

/* @end */

/* @group Content */

#container #content {
	width: 960px;
}

/* @group Side Navigation */

#container #content #sidenav {
	float: left;
	width: 310px;
	padding: 10px;
}

#container #content #sidenav a, #container #content #sidenav a:visited, #container #content #sidenav a:hover {
	display: block;
	color: #333;
	text-decoration: none;
	margin: 0 0 5px 10px;
}

#container #content #sidenav a:hover {
	color: #0086c7;
}

#container #content #sidenav div {
	margin-bottom: 15px;
}

/* @end */

#container #content #copy {
	width: 600px;
	padding: 10px;
	float: left;
}

/* @end */

/* @group Footer */
#footer {
	width: 100%;
	margin-top: 150px;
}

#footer .copyright {
	color: #555;
	font-style: italic;
	font-size: 12px;
	text-align: right;
}

#footer h1 {
	font-size: 16px;
	color: #555;
}

#footer .sitemap {
	width: 100%;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	margin: 5px 0;
	padding: 10px 0;
}

#footer .sitemap .column {
	width: 25%;
	float: left;
}

#footer .sitemap .column ul {
	border: none;
	margin-left: 5px;
	margin-bottom: 0;
}

#footer .sitemap .column ul li {
	list-style: none;
}

#footer .sitemap .column ul li a, #footer .sitemap .column ul li a:visited, #footer .sitemap .column ul li a:hover {
	color: #999;
	text-decoration: none;
}

#footer .sitemap .column ul li a:hover {
	text-decoration: underline;
}

#footer .sitemap .column ul li ul {
	margin-left: 15px;
}

/* @end */

/* @end */

.clear, .clearboth {
	clear: both;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* @group Display Table */

#copy table {
	text-align: left;
	margin-bottom: 25px;
	width: 100%;
}

#copy table tr {
	border-bottom: 1px dashed #e5f1ff;
}

#copy table tr th, #copy table tr td {
	vertical-align: top;
	display: table-cell;
}

#copy table tr th {
	border-bottom: 1px solid #e5f1ff;
	font-weight: bold;
}

#copy table tr td {
	padding: 5px;
}

.table_cell_right {
	text-align: right;
}

.table_cell_veryslim {
	width: 100px;
}

.table_cell_slim {
	width: 150px;
}

.table_row_even {
	background-color: #fcfae8;
}

.table_hidden_row {
	display: none;
}

/* @end */

/* @group County Hours and Locations */
.county_hours_locations {
	display: block;
	margin-bottom: 50px;
}

.county_hours_locations .photo {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.county_hours_locations .photo img {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}

.county_hours_locations .photo .representatives {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	text-align: center;
	display: block;
	width: 200px;
}

.county_hours_locations .information {
	width: 300px;
	float: left;
}

.county_hours_locations .information span {
	display: block;
	margin-bottom: 2px;
}

.county_hours_locations .information span.category {
	font-weight: bold;
	margin-top: 15px;
}
/* @end */

.strongcaps {
font-weight: bold;
text-transform: uppercase;1
}

.emergency {
color: #ff0000;
font-weight: bold;
}

.note {
	font-style: italic;
}