/*
Banner Images: 2000 x 764
Feature Images: 300 x 200
*/

@charset "utf-8";
/* CSS Document */
html {
	font-size:62.5%; /* sets base to 10px for easy math */
}
body {
	/*background-color: #E7E7E7;*/
	background-color: #FFFFFF;
	color: #222222;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 1.6em; /* sets the default sizing to 14px (1.4 x 10) */
}
.dsd-container {
	min-width: 320px;
	/*max-width:1280px;*/
	margin:0 auto;
}
:focus { /* removes blue oultine #content */
	outline:n one !important;
	outline: 0 !important;
}
.skip-to-content {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}
a.skip-to-content :active, a.skip-to-content :focus, a.skip-to-content :hover {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
}
.layout-row {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
/* HEADER */
.header {
	background-color: #FFFFFF;
	padding:0;
	text-align:right;
	position:relative;
	z-index:90;
	height:60px;
	margin:0 auto;
}
.header h2 {
	text-align:center;
	font-style:italic;
	color:#666666;
	font-size:1.6em;
	font-weight:normal;
	margin:50px 0 0 0;
}
.header-right-box {
	text-align:right;
	padding-right:20px;
	width:100%;
}
.header-links {
	margin:6px auto;
}
.header-links a:link {
	color: #333333;
	font-size:1.0em;
	text-decoration:none;
	font-weight:bold;
}
.header-links a:hover {
	text-decoration:underline;
}
.header-links a:visited {
	color: #333333;
}
.header-links a:focus {
	color: #333333;
}
.header-links a:active {
	color: #333333;
}
/* end HEADER */
.column-box {
	text-align:center;
	margin:0 auto;
}
/* BANNER */
.banner-home-container {
	position: relative;
	height:635px;
}
.banner-home-news-box-container {
	z-index:20;
	position: absolute;
	top:10px;
	right:10px;
	border:1px solid #000000;
	background-color:#F9F9F9;
	width:320px;
	padding:0 10px 10px 10px;
	max-height: 450px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
	filter: alpha(opacity=90);  /* IE 5-7 */
	-moz-opacity: 0.9;          /* Netscape */
	-khtml-opacity: 0.9;        /* Safari 1.x */
	opacity: 0.9;
}
.banner-home-news-box-container:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";       /* IE 8 */
	filter: alpha(opacity=100);  /* IE 5-7 */
	-moz-opacity: 1;          /* Netscape */
	-khtml-opacity: 1;        /* Safari 1.x */
	opacity: 1;
}
.banner-home-news-box {
	max-height: 395px;
	overflow: hidden;
}
.banner-home-news-box hr {
	position: relative;
	text-align: center;
	width: 100%;
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: linear-gradient(to right, #999, #333, #999);
}
.banner-home-news-box h1 {
	position: relative;
	text-align:right;
	font-size:42px;
	font-weight:normal;
	margin:0 0 15px 0;
	font-family:"BenguiatGot Bk BT";
}
.banner-home-emergency-box-container {
	z-index:20;
	position: absolute;
	top:15px;
	right:15px;
	border:1px solid #000000;
	background: radial-gradient(circle, #510100, #780103);
	min-width:300px;
	padding:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
	filter: alpha(opacity=90);  /* IE 5-7 */
	-moz-opacity: 0.9;          /* Netscape */
	-khtml-opacity: 0.9;        /* Safari 1.x */
	opacity: 0.9;
	width:60%;
}
.banner-home-emergency-box {
	overflow: hidden;
}
.banner-home-emergency-box h1 {
	font-size:2.0em;
}
.banner-home-emergency-box h2 {
	font-size:1.5em;
}
.banner-home-emergency-box img {
	z-index:20 !important;
	position: relative !important;
	height: auto !important;
	width: auto\9 !important; /* ie8 */
}
.banner-internal-container img {
	z-index:20;
	position: absolute;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
	bottom:0;
	right:10px;
}
.news-title {
	position: relative;
	text-align:left;
	font-weight:bold;
	margin:10px 5px;
	font-size: 0.9em;
}
.news-body {
	position: relative;
	margin:10px 5px;
	text-align:left;
	font-size: 0.8em;
}
.news-date-time {
	font-size: 0.7em;
	color:#000;
	margin: 0 5px;
	text-align:left;
}
.news-read-more {
	text-align:right;
	margin:0 10px 0 0;
}
.news-read-all {
	text-align:left;
	margin:5px;
}
/* BODY */
.max-column {
	max-width: 1600px;
	min-width: 320px;
	margin:0 auto;
	text-align:center;
}
.body-column {
	min-width: 320px;
}
.body-column h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.2em;
	text-align:left;
	margin:0 0 15px 0;
}
.body-column h2 {
	font-size:1.4em;
	margin:5px 0;
	color:#666666;
}
.body-column h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
	margin:5px 0;
	color:#0D2C69;
}
.body-column-text {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.4em;
	text-align:left;
	margin:20px;
}
.body-column a:link {
	font-family: Calibri;
	color: #CC0000;
	font-size:1em;
	text-decoration:underline;
}
.body-column a:visited {
	color: #CC0000;
}
.body-column a:hover {
	color: #FF0000;
}
.body-column a:focus {
	color: #CC0000;
}
.body-column a:active {
	color: #CC0000;
}
.body-column a.alternative:link {
	color: #0D2C69;
	text-decoration: underline;
	font-size:1.1em;
}
.body-column a.alternative:visited {
	color: #0D2C69;
}
.body-column a.alternative:hover {
	color: #0A2152;
}
.body-column a.alternative:active {
	color: #0D2C69;
}
.body-column a.white:link {
	color: #E4E4E4;
	text-decoration: underline;
	font-size:1.1em;
}
.body-column a.white:visited {
	color: #E4E4E4;
}
.body-column a.white:hover {
	color: #FFFFFF;
}
.body-column a.white:active {
	color: #E4E4E4;
}
/*
figcaption {
	margin: 4px;
	font-size: 0.70em;
	font-style: italic;
	text-align: right;
	color:#888888;
}
figure {
	padding: 0;
	margin: 0;
}
*/
/* FOR RedactorX */
figcaption {
	margin: 0 4px 4px 4px;
	font-size: 0.80em;
	font-style: italic;
	color:#888888;
}
figure {
	padding: 10px;
	margin: 0;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.align-center {
	text-align: center;
}
/* end FOR RedacotrX */
.people-list {
	clear:left;
	padding:0 10px 10px 10px;
}
.people-list h2 {
	color:#333;
	margin:10px 0 4px 0;
	font-size:1em;
}
.people-list img {
	float: left;
	border: solid #454545 1px;
	margin: 0px 20px 10px 20px;
}
.people-text {
	padding: 0 15px !important;
}
.people-text p {
	margin: 5px !important;
}
.people-text ul {
	text-align:left;
	margin:0 0 30px 20px;
	list-style-type: disc;
	list-style-position: outside;
	line-height:1.3;
	font-size:1.0em;
	position: relative;
    left: 2em;
}
.people-text li {
	margin-bottom:10px;
}
.body-column ul {
	text-align:left;
	margin:0 0 30px 20px;
	list-style-type: disc;
	list-style-position: outside;
	line-height:1.3;
	font-size:1.0em;
    left: 2em;
}
.body-column li {
	margin-bottom:10px;
	margin-left:10px;
}
/* end BODY */
/* TWO COLUMN */
.two_column_left-box {
	float: left;
	width: 50% !important;
}
.two_column_right-box {
	float: right;
	width: 50% !important;
}
/* end TWO COLUMN
/* Hamburger Icon */

.hamburger_box {
	display: none;
	position: fixed;
	right: 30px;
	top: 5px;
	cursor: pointer;
	z-index: 10;
	background-color:#FFF;
}
.hamburger {
	float:right;
	border-radius: 5px;
	background-color: #fff;
	border: 2px solid #fff;
	padding: 8px 5px;
	width: 45px;
	height: 40px;
	transition-property: background-color, border-color;
}
.bar {
	display: block;
	position: relative;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	margin: 0 auto;
	transition-property: transform, opacity, background-color, width;
}
.bar:first-child {
	top: 0;
	background-color: #666666;
}
.bar:nth-child(2) {
	opacity: 1;
	background-color: #666666;
}
.bar:last-child {
	bottom: 0;
	background-color: #666666;
}
/*.hamburger:hover { border-color: #333; } */

/*.hamburger:hover .bar { background-color: #333; }*/

.bar + .bar {
	margin-top: 5px;
}
.hamburger_box.active .bar:first-child {
	width: 120%;
	-webkit-transform: rotate(45deg) translate(5px, 8px);
	transform: rotate(45deg) translate(5px, 8px);
}
.hamburger_box.active .bar:nth-child(2) {
	opacity: 0;
}
.hamburger_box.active .bar:last-child {
	width: 120%;
	-webkit-transform: rotate(-45deg) translate(4px, -8px);
	transform: rotate(-45deg) translate(4px, -8px);
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
.directory-box {
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	float:right;
	padding:15px;
	margin-left:15px;
	font-size:0.85em;
	line-height:1.2;
}
.body-column .directory-box h1 {
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	margin:0 0 15px 0;
	color: #666666 !important;
}
.directory-box p {
	margin:5px;
}
.directory-title {
	color:#777;
	margin:10px 0 2px 0;
	font-weight:bold;
	font-size:0.95em;
}
.directory-name {
	color:#666;
}
.descriptive-text {
	font-size:0.85em;
	color:#666666;
	margin-left:30px;
}
.left-box-25 {
	float: left;
	width: 25%;
	line-height:2.0;
	padding:10px;
}
.left-box-50 {
	float: left;
	width: 50%;
	line-height:2.0;
	padding:10px;
}
.doc-box-single-topic {
	line-height:2.0;
	padding:10px;
}
.body-column .left-box-25 h2 {
	margin:0;
}
.body-column .left-box-50 h2 {
	margin:0;
}
.contact-box {
	background-color:#F7F7F7;
	border: 1px solid #cccccc;
	float:right;
	padding:15px;
	margin-left:15px;
	font-size:0.85em;
	line-height:1.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-opera-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}
.contact-box h1 {
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	margin:0;
}
.event-details-box {
	background-color:#F7F7F7;
	border: 1px solid #cccccc;
	float:right;
	padding:15px;
	margin-left:15px;
	font-size:0.9em;
	line-height:1.3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-family: Verdana, Geneva, sans-serif;
}
.event-details-box p {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
.event-details-box h1 {
	text-align:center;
	font-size:1.3em;
	margin:0;
	font-style:italic;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.event-details-box h2 {
	text-align:left;
	font-size:0.80em;
	margin:10px 0 0 0;
}
.events_box_container {
	padding-left:10px;
	margin:0px;
	width:33%;
	min-width:210px;
	float:left;
}
.events_box {
	border:1px solid #cccccc;
	padding:15px 20px 15px 20px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-opera-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	width:100%;
	background: #FFFFFF url(../images/gradiant_box_background.jpg) repeat-x left top;
	font-size:1em;
}
.events_box h1 {
	font-size:1.5em;
}
.events_box h2 {
	font-size:1em;
}
.events_box h3 {
	font-size:0.85em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #AC0000;
	text-align: left;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
.events_box h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	color: #333333;
	text-align: left;
	font-weight: normal;
	margin: 0px 0px 5px 5px;
}
.events_box_text {
	font-size: 1em;
	color: #000000;
	text-align: left;
	margin: 0px 10px 0px 113px;
	padding-top: 9px;
}
.shadded_box {
	border:1px solid #E4E4E4;
	padding:10px 15px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	width:95%;
	/*min-width:600px;*/
	background-color:#F8F8F8;
}
.unshadded_box {
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	width:95%;
	/*min-width:600px;*/
	background-color:#FFFFFF;
}
.doc-list {
	line-height:2.0;
	margin-left:10px;
}
/* FOOTER */
.footer {
	padding:10px;
	text-align:center;
	font-size:0.85em;
	line-height:1.4;
}
.footer img {
	float:left;
}
.footer p {
	float:left;
	padding:0 15px;
	margin:0;
}
.web-design a:link {
	color: #333333;
	text-decoration: underline;
}
.web-design a:visited {
	color: #333333;
}
.web-design a:hover {
	color: #666666;
}
.web-design a:focus {
	color: #333333;
}
.web-design a:active {
	color: #333333;
}
/* end FOOTER */
/* HISTORY SEARCH - PUBLIC */
.searchResultsBox {
text-align:center;
}
#publicHisDBSearch {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	margin: 5px auto;
}
#publicHisDBSearch th {
	font-size: 1.3em;
	font-weight: bold;
	padding: 15px 15px 10px 10px;
	background-color: #0D2C69;
	border-top: 1px solid #0D2C69#000000;
	color: #ffffff;
	text-align:center;
}
#publicHisDBSearch td {
	/*font-size: 13px;*/
	padding: 20px 15px 20px 10px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	border-top: 1px solid transparent;
	vertical-align:text-top;
	cursor:pointer;
	text-align:left;
}
.blank_row {
	background-color:#FFFFFF;
}
tr.blank_row td{
	background-color:#FFFFFF !important;
}
#publicHisDBSearch tr:hover td {
	background-color: #F2F2F2;
}
#publicHisDBSearch tr td img{
	max-width: 200px;
}

#publicHisDBSearch tr.searchMoreDetailTR:hover td{
	background-color: #F8F8F8 !important;
	cursor:default;
}
#publicHisDBSearch td.associatedHeader {
	font-size: 12px;
	padding: 20px 15px 20px 10px;
	background-color: #F2F2F2;
	border-top: 1px solid #e5e5e5;
	color: #666;
	vertical-align:text-top;
	cursor:default;
}
#publicHisDBSearch tr:hover td.associatedHeader{
	background-color: #F2F2F2 !important;
}

.searchMoreDetail {
	margin: 0 auto;
	text-align: center;
	background-color: #0D2C69 !important;
	border: 1px solid #e5e5e5;
	padding: 10px;
	display: inline-block;
	font-size: 1.5em;
}
.searchMoreDetail h4 {
	color:#FFFFFF;
	text-align:left;
	margin:0;
	padding:0;
	font-weight: normal;
}
.searchMoreDetail img{
	max-width:100% !important;
}
/* end HISTORY SEARCH - PUBLIC */
/* MISC */
.clearfix { /* fixes if an element is taller than the element containing it, and it is floated, it will overflow outside of its container. */
	overflow: auto;
}
/* my old method
/*
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
*/
.no-wrap {
	white-space: nowrap;
}
hr.dk_gray {
	text-align: center;
	width: 100%;
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: linear-gradient(to right, #999, #333, #999);
}
hr.lt_gray {
	text-align: center;
	width: 100%;
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: linear-gradient(to right, #eee, #ccc, #eee);
}
hr.style-news {
	border: none;
	height: 1px;
	width:100%;
	clear:both;
	padding:5px auto;
	color: #cccccc; /* old IE */
	background-color: #cccccc; /* Modern Browsers */
	margin:20px 0 30px 0;
}
.align-up-top {
	vertical-align:top;
}
.left_image_box {
	margin: 0;
	width:210px;
	height:210px;
	float: left;
}
.left_thumbnail_box {
	margin: 0;
	width:110px;
	height:110px;
	float: left;
}
.this-bold {
	font-weight:bold !important;
}
.this-no-bold {
	font-weight:normal !important;
}
.this-center {
	text-align:center !important;
	margin:0 auto !important;
}
.this-left {
	text-align:left;
}
.this-right {
	text-align:right;
}
.this-float-right {
	float:right !important;
}
.this-float-left {
	float:left;
}
.this-italic {
	font-style:italic !important;
}
.this-image-right-padding {
	padding: 10px 0 10px 10px;
}
.this-line-height-bigger {
	line-height:1.8;
}
.this-clear {
	clear:both;
	margin:10px;
	height:10px;
}
.clear-both {
	clear:both;
}
.this-clear-right {
	clear:right;
}
.this-clear-both {
	clear:both;
}
.this-padding-right-40 {
	padding-right:40px;
}
.this-padding-40 {
	padding:40px;
}
.this-padding-20 {
	padding:20px;
}
.this-padding-left-15 {
	padding-left:15px;
}
.this-indent-right {
	padding-left:10px !important;
}
.this-dk-blue {
	color: #0D2C69;
}
.this-red {
	color:#CC0000 !important;
}
.this-dk-gray {
	color:#333333;
}
.this-md-gray {
	color:#666666;
}
.this-background-lt-shade {
	background-color:#E6E6EE !important;
}
.this-bigger {
	font-size: 1.1em !important;
}
.this-lilsmall {
	font-size:0.90em !important;
}
.this-small {
	font-size:0.80em !important;
}
.this-smaller {
	font-size:0.7em;
}
.is-ltgray {
	color:#999999;
}
.is-smaller {
	font-size:.85em;
}
.this-default-cursor {
	cursor:default !important;
}
.myRedButton {
	background: #d9343c;
	background-image: -webkit-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -moz-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -ms-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -o-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: linear-gradient(to bottom, #d9343c, #9c1f1f);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
}
.myRedButton:hover {
	background: #9c1f1f;
	background-image: -webkit-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -moz-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -ms-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -o-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: linear-gradient(to bottom, #9c1f1f, #d9343c);
	text-decoration: none;
}
.myRedButton:focus {
	outline:0 !important;
} /* gets rid of blue outline on click */
.listingBox {
	/* padding: 1em .5em; */
	padding: 0 .5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:95%
}
.listingBoxColumn {
	float:left;
	margin:10px 40px 10px 10px;
	text-align:left;
}
.listingBox img {
	margin:0 auto;
	border:1px solid #999999;
}
.listingBox h1 {
	text-align:center;
	font-family: Kalinga;
	font-size: 1.3em;
	margin:0 0 10px 0 !important;
	padding: 0 !important;
	color: #007582;
	font-weight:bold;
}
.listingBox h2 {
	text-align:left;
	font-size: 1.2em;
	font-weight:normal;
	margin:10px 0;
	color:#777777;
}
.listingBox h3 {
	font-size: 1em;
	font-weight:normal;
	float:right;
	padding-right:10px;
	line-height:1.5;
}
.listingBox h4 {
	margin:5px 0 0 0;
	font-size: 1.2em;
	font-weight:normal;
}
.listingBox h5 {
	font-size: 0.9em;
	font-weight:normal;
	text-align:left;
	margin:10px 0;
}
.listingBox h6 {
	font-size: 1.0em;
	font-weight:normal;
	margin:20px 5px 5px 0;
	color:#000000;
}
.listingBox ul {
	list-style: none;
	color:#F16651;
	margin:0;
	padding:0;
}
.listingBox .withArrow ul li:before {
	content: "\00AB \0020";
}
.listingBox li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin:5px 0 0 0;
}
.listingBox li > a {
	color:#F16651;
	text-decoration:none;
}
.listingBox li > a:hover {
	color:#ED4027;
	text-decoration:underline;
}
.listingBox .iconEmailListing {
	list-style: none;
	padding: 0 10px 0 0;
	text-align:right;
}
.listingBox .iconEmailListing li {
	margin:0 0 10px 0;
}
.listingBox .iconEmailListing li > a:before {
	content: url("../images/icons/email.gif");
	padding:1px 4px;
}
.listingBox .iconEmailListing li > a {
	color:#007481;
	text-decoration:underline;
}
.listingBox .iconEmailListing li > a:hover {
	color:#0099AA;
}
#map {
	display:block;
	margin:30px auto 0;
	height:300px;
}
#closeMore {
	color:#333333;
	margin:0;
	padding:0 10px 0 0;
	text-align:left;
	font-size: .85em;
	font-family:Calibri;
}
#closeMore a.close-more {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color:#999999;
	text-decoration:none;
}
#closeMore a.close-more:hover {
	color:#333333;
	text-decoration:underline;
}
.table {
	clear:right;
	font-size: 1.0em;
	font-family:Calibri;
}
.table .tr {
	padding:0 0 0 10px;
}
.table .td-firstcolumn {
	float: left;
	padding: 0 0.4em 0.4em 0;
	color:#999999;
}
.table .td-secondcolumn {
	float: left;
	padding: 0 0 0.4em 0;
	color:#000000;
}
#form_error {
	color:#ED4027;
	font-size:14px;
	margin-bottom:15px;
	display:none;
}
input.needsfilled {
	color: #CC0000 !important;
	border: 1px solid #CC0000 !important;
}
input[type="checkbox"].needsfilled {
	outline:#CC0000 solid thin !important;
}
.validation_error {
	font-family: "Muli", sans-serif;
	color: #CC0000 !important;
	display: block !important;
	padding: 6px !important;
	font-weight:normal !important;
}
.HistoricalMin {
	display:none;
	margin-left:20px;
}

 @media only screen and (max-width: 1362px) {
.feature-box {
	margin:10px;
}
}
@media only screen and (max-width: 1180px) {
.header {
	padding:0;
	height:60px;
}
.header-main-links a:link {
	font-size:0.8em;
}
.header-second-links a:link {
	font-size:0.85em;
}
.body-content-box h1 {
	font-size:1.3em;
}
}
@media only screen and (max-width: 1015px) {
.header-main-links a:link {
	font-size:0.8em;
}
.header-second-links a:link {
	font-size:0.75em;
}
.header-main-links li {
	padding-right: 10px;
}
.header h2 {
	font-size:1.4em;
}
}
@media only screen and (max-width: 1010px) {
.hamburger_box {
	display: block;
}
.want-to-box {
	float:none;
	margin-top:45px;
	width:100%;
}
.menu-column-box {
	width: 95%;
	float: none;
	text-align:center;
}
.body-column h1 {
	font-size:2.0em;
}
.body-column-text {
	font-size:1.2em;
}
.body-column .left-box-25 h2 {
	font-size:1.2em;
}
.body-column .left-box-50 h2 {
	font-size:1.2em;
}
.body-column .left-box-25 a {
	font-size:0.85em;
}
.body-column .left-box-50 a {
	font-size:0.85em;
}
.events_box_container .box_number_3 {
	display:none;
}
.events_box_container {
	width:50%;
}
}
@media only screen and (max-width: 800px) {
.two_column_left-box, .two_column_right-box {
	float: none;
	width: 100% !important;
	text-align:center;
}
.banner-home-container {
	height:690px;
}
.body-column .left-box-25 h2 {
	font-size:1.0em;
}
.body-column .left-box-50 h2 {
	font-size:1.0em;
}
.banner-home-emergency-box-container {
	width:96%;
}
}
@media only screen and (max-width: 680px) {
.header img {
	display:block;
	float:none;
	margin:0 auto;
	text-align:center;
}
.header-right-box {
	width: auto;
}
.header-main-links ul {
	text-align:left;
	margin:0 0 10px 0;
	padding:0;
}
.header-main-links li {
	display:block;
	padding-right: 0px;
	float: none;
	text-align:left;
}
.header-second-links {
	margin:0;
}
.header h2 {
	font-size:1.2em;
	margin:10px 0 0 0;
}
.banner-home-container {
	height:670px;
}
.footer {
	font-size:0.75em;
}
.body-content-box h1 {
	font-size:1.2em;
}
.body-column h1 {
	font-size:1.8em;
}
.left-box-25 {
	float: none;
	width: 100%;
	text-align:left;
	margin-top:15px;
}
.left-box-50 {
	float: none;
	width: 100%;
	text-align:left;
	margin-top:15px;
}
.directory-box {
	float:none;
	padding:10px;
	margin: 10px;
	display:inline-block;
}
.events_box_container {
	width:100%;
	float:none;
	margin-bottom:10px;
}
}
@media only screen and (max-width: 534px) {
.body-content-box h1 {
	font-size:1.0em;
}
.body-column h1 {
	font-size:1.6em;
}
.banner-home-container {
	height:660px;
}
.banner-home-emergency-box-container {
	z-index:20;
	position: absolute;
	top:10px;
	padding:5px;
}
.banner-home-emergency-box img {
	z-index:20 !important;
	max-width:80% !important;
	position: relative !important;
	height: auto !important;
	width: auto\9 !important; /* ie8 */
}
.banner-home-emergency-box h1 {
	font-size:1.5em;
}
.banner-home-emergency-box h2 {
	font-size:1.1em;
}
}
@media only screen and (max-width: 503px) {
.header-second-links a:link {
	font-size:0.70em;
}
.body-column h1 {
	font-size:1.3em;
}
.body-column-text {
	font-size:1.0em;
}
.banner-home-container {
	height:660px;
}
.feature-box {
	margin:0;
}
.events_box_text {
	font-size: 0.9em;
}
}
@media only screen and (max-width: 440px) {
.header {
	text-align:center;
	padding:2px 2px 10px 2px;
}
.header-links a:link {
	font-size:0.9em;
}
.feature-box {
	width:95%;
}
.body-column h1 {
	font-size:1.2em;
}
.body-column-text {
	font-size:0.90em;
}
.banner-home-container {
	height:640px;
}
}
/* EXTRA */
.breadcrumbs {
	text-align:left;
	margin: 10px 0 0 25px;
	font-size:.85em;
	color:#999999;
}
.breadcrumbs a:link {
	color: #666666;
	text-decoration: underline;
}
.breadcrumbs a:visited {
	color: #666666;
}
.breadcrumbs a:hover {
	color: #333333;
}
.internal_list ul {
	text-align:left;
	margin:0 0 30px 20px;
	list-style-type: square;
	line-height:1.3;
	font-size:1.0em;
}
.internal_list li {
	margin-bottom:10px;
}
.myGrayButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #E5E5E5));
	background:-moz-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #E5E5E5 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5E5E5', GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:5px;
	font-size:12px;
	padding:3px 14px !important;
	margin-right:10px;
	border:1px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Verdana;
	text-decoration:none;
}
.myGrayButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5E5E5), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #E5E5E5 5%, #ffffff 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#ffffff', GradientType=0);
	background-color:#E5E5E5;
}
.myGrayButton:active {
	position:relative;
	top:1px;
}
.myRedButton {
	background: #d9343c;
	background-image: -webkit-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -moz-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -ms-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: -o-linear-gradient(top, #d9343c, #9c1f1f);
	background-image: linear-gradient(to bottom, #d9343c, #9c1f1f);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
}
.myRedButton:hover {
	background: #9c1f1f;
	background-image: -webkit-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -moz-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -ms-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: -o-linear-gradient(top, #9c1f1f, #d9343c);
	background-image: linear-gradient(to bottom, #9c1f1f, #d9343c);
	text-decoration: none;
}
.myRedButton:focus {
	outline:0 !important;
} /* gets rid of blue outline on click */
