/*
Banner Images: 2000 x 764
*/

@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: #444444;
	font-family:"Myriad Pro";
	font-weight:400;
	font-size: 1.6em; /* sets the default sizing to 14px (1.4 x 10) */
}
.container {
	min-width: 320px;
	/*max-width:1280px;*/
	margin:0 auto;
}
.layout-row {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
/* HEADER */
.header {
	/*background-color: #E7E7E7;*/
	background-color: #FFFFFF;
	padding:10px 20px 15px 20px;
	text-align:right;
	border-bottom: 1px solid #CCCCCC;/*
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	
	text-transform: uppercase;
	*/
}
.header-left {
	max-width: 1080px;
	min-width: 320px;
	margin-right:315px;
}
.header-right-box {
	width: 300px;
	float: right;
	padding-right:5px;
}
.header img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
	float:left;
}
.home-links {
	background-color: #000000;
	padding: 15px;
	margin: 0;
	text-align:left;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	color:#999999;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right:3%;
	opacity:.8;
	height: 60%;
	min-width:450px;
}
.home-links a:link {
	color: #999999;
	text-decoration:none;
}
.home-links a:visited {
	color: #999999;
}
.home-links a:hover {
	color: #ffffff;
}
.home-links a:focus {
	color: #999999;
}
.home-links a:active {
	color: #999999;
}
.home-main-links {
	font-size:1.5em;
	line-height:1.7;
	float:left;
}
.home-main-links ul {
	text-align:left;
	margin:5px auto;
	padding:0;
}
.home-main-links li {
	list-style-type: none;
	padding-right: 20px;
}
.home-main-links ul li a span {
	font-size: 0.7em;
}
.home-secondary-links {
	font-size:1.2em;
	line-height:1.7;
	margin:0 5px;
	float:left;
    height: 100%;
    position: relative;
	white-space:nowrap;
}
.home-secondary-links ul {
	text-align:left;
	margin:5px auto;
	padding:0;
	margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	visibility:hidden;
}
.home-secondary-links li {
	list-style-type: none;
}
.home-menu-secondary {
	padding:0 10px;
	border-bottom:1px solid #999;
}
.first-secondary-menu-row {
	border-bottom:1px solid #999;
	color:#ffffff;
	text-align:right;
	font-size:0.7em;
	white-space: nowrap;
}
.header-second-links a:link {
	color: #CC3300;
	font-size:0.9em;
	text-decoration:none;
}
.header-second-links a:visited {
	color: #CC3300;
}
.header-second-links a:hover {
	color: #CC3300;
	text-decoration:underline;
}
.header-second-links a:focus {
	color: #CC3300;
}
.header-second-links a:active {
	color: #CC3300;
}
/* end HEADER */
.column-box {
	text-align:center;
	margin:0 auto;
}

/* BANNER */
/* moved banner code inline (for dyanmic feed)
/* BODY */
.body-column {
	/*max-width: 1080px;*/
	min-width: 320px;
}
.body-column h1 {
	color:#666666;
	font-size:2.0em;
	text-align:left;
	margin:20px;
}
.body-column h2 {
	color:#666666;
	font-size:1.6em;
	text-align:left;
	margin:20px;
}

.body-column p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.4em;
	text-align:left;
	margin:20px;
}
.body-column a:link {
	color: #CC3300;
	font-size:1.0em;
	text-decoration:underline;
}
.body-column a:visited {
	color: #CC3300;
}
.body-column a:hover {
	color: #C43100;
}
.body-column a:focus {
	color: #CC3300;
}
.body-column a:active {
	color: #CC3300;
}
/* end BODY */
/* SUBCAT LINKS */
#right-side {
	float:right;
	padding-left:15px;
}

#sub-page-links {
	text-align:left;
	margin-left:30px;
	color: #333333;
	line-height:2.0;
	font-weight:600;
	border:solid 1px #CCC;
	padding:0 15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-opera-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}
#sub-page-links h1{
	font-size:85%;
	font-weight:600;
	margin:0;
	color:#666666;
}

#sub-page-links a {
	font-size:90%;
	margin-top:15px;
	font-weight:400;
}
#sub-page-links a:link {
	text-decoration: underline;
	color: #666666;
}
#sub-page-links a:visited {
	color: #666666;
}
#sub-page-links a:hover {
	color: #000000;
}
#sub-page-links a:focus {
	color: #666666;
}
#sub-page-links a:active {
	color: #666666;
}
/* end SUBCAT LINKS */
/* EVENT BOX */
.event-container {
	background-color: #F7F7F7;
	position: relative;
	padding: 10px 10px 20px 10px;
	margin: 0;
	text-align:center;
	border:1px solid #D6D6D6;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:block;
}
.event-container h1 {
	padding:0 !important;
	font-size:1.6em !important;
	color:#666666 !important;
	text-align:left !important;
	font-weight:bold !important;
}
.event-container ul {
	margin: 15px 0;
	list-style-type: none !important;
	font-size:1.0em;
}
.event-container li {
	text-align:left;
	margin:0 20px 15px 0;
}
.event-container li.event-fixed {
	float:left;
}
.event-container li.event-desc {
	word-break:normal;
	margin-top:20px;
	display:block;
	padding-top:20px;
}
.event-container li.event-desc p{
	font-size: 1.0em !important;
	font-family: "Myriad Pro";
}
.event-container li a:link {
	color: #CC3300;
	font-size:1.0em;
	text-decoration:underline;
}
.event-container li a:visited {
	color: #CC3300;
}
.event-container li a:hover {
	color: #FF0000;
}
.event-container li a:focus {
	color: #CC3300;
}
.event-container li a:active {
	color: #CC3300;
}

.event-container ul ul{
	margin:0;
	list-style-type: square;
	font-size:1.0em;
}

/* end EVENT BOX */

/* FOOTER */
.footer {
	padding:10px;
	text-align:center;
	font-size:1.0em;
	line-height:1.8;
}
.town_string {
	font-size:0.85em;
}
.web-design {
	color: #333333;
	font-size:0.85em;
	margin-top:15px;
}
.web-design a:link {
	color: #666666;
	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 */
/* BODY TEXT */
.body-text {
	margin:5px auto 20px auto;
	text-align:left;
	font-family: "Myriad Pro";
	font-size:1.2em;
	color:#333333;
	padding:15px;
	border-bottom:1px #cccccc solid;
	line-height:1.3;
	width:98%;
}
.body-text-bigger {
	font-size:1.1em;
}
.body-text h1 {
	/* text-align:center; */
	padding:10px 10px 0 10px !important;
	margin: 0  auto !important;
	color: #999999;
	font-weight:normal;
	font-size:2.0em;
}
.body-text h1 span{
	font-size:0.7em;
}
.body-text h2 {
	font-size: 1.3em;
	padding:10px 5px 5px 5px !important;
	margin: 0 !important;
	color: #000000;
	font-weight:normal;
}
.body-text h3 {
	font-size: 1.2em;
	padding:10px 5px 5px 5px !important;
	margin: 0 !important;
	color: #666666;
	font-weight:normal;
}
.body-text h4 {
	font-size: 1.0em;
	padding:10px 5px 5px 5px !important;
	margin: 0 !important;
	color: #CC3300;
	font-weight:normal;
}
.body-text p {
	margin-bottom:15px;
}
.body-text ul {
	margin:0;
	list-style-type: square;
	line-height:1.4;
	color: #666666;
	font-size:0.9em;
}
.body-text li {
	margin-bottom:10px;
}
.body-text img {
	width:100%;
	max-width: 400px;
	height: auto;/*border:solid #333 1px;*/
}
.body-text a:link {
	color: #F79D91;
	text-decoration: underline;
}
.body-text a:visited {
	color: #F79D91;
}
.body-text a:hover {
	color: #F47D6C;
}
.body-text a:active {
	color: #F47D6C;
}
.doc-list {
	line-height:2.0;
	margin-left:10px;
}

/* end BODY TEXT */
/* 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
.clearfixit:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
*/
figcaption {
	margin: 4px;
	font-size: 0.70em;
	font-style: italic;
	text-align: right;
	color:#888888;
}
figure {
	padding: 0;
	margin: 0;
}

.tag-line {
	color: #535919;
	font-size:1.5em;
	padding:15px;
	font-style:italic;
}
.no-wrap {
	white-space: nowrap;
}
hr.lt_gray {
	text-align: center;
	width: 100%;
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: linear-gradient(to right, #eee, #ccc, #eee);
}
hr.event_divider {
	width: 95%;
	margin:20px auto;
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: linear-gradient(to right, #eee, #ccc, #eee);
	clear:left;
}
a.normal-link:link {
	color: #CC3300;
	text-decoration:underline;
}
a.normal-link:visited {
	color: #CC3300;
}
a.normal-link:hover {
	color: #C43100;
}
a.normal-link:focus {
	color: #CC3300;
}
a.normal-link:active {
	color: #CC3300;
}

.this-bold {
	font-weight:bold !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;
}
.this-italic {
	font-style:italic;
}
.this-image-right-padding {
	padding: 10px 0 10px 10px;
}
.this-clear {
	clear:both;
	margin:10px;
	height:10px;
}
.this-padding-right-40 {
	padding-right:40px;
}
.this-padding-left-100 {
	padding-left:100px;
}

.this-margin-top-30 {
	margin-top:30px;
}
.this-red {
	color:#CC0000 !important;
}
.this-background-lt-shade {
	background-color:#E6E6EE !important;
}
.this-bigger {
	font-size: 1.1em !important;
}
.this-biggest {
	font-size: 1.6em !important;
}
.this-small {
	font-size:0.85em !important;
}
.this-smaller {
	font-size:0.7em;
}
.this-default-cursor {
	cursor:default !important;
}
.img_box_right {
	margin:0px;
	padding:0 10px 10px 10px;
	float:right;
}
input.verify-email {
	border: 1px solid #FFFFFF !important;
	width:5%;
   	position: absolute;
	right: 0;
   	z-index: -1;
}
#contact_form_generic {
	max-width:600px;
}
/* SIDEBAR / HAMBURGER */
.sidebar {
	position: fixed;
	z-index: 5;
	top: 0;
	right: 0;
	height: 100%;
	width: 250px;
	background: #1d2127;
	border-right: 3px solid #0f1114;
	overflow: hidden;
	-webkit-transform: translate3d(+250px, 0, 0);
	transform: translate3d(+250px, 0, 0);
	transition-property: transform;
}
.sidebar, .sidebar a {
	color: #abb4be;
}
.nav {
	margin-top: 50px;
}
.nav-items {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:1.1em !important;
}
.nav-items li a span{
	font-size: 0.8em;
}
.nav-title {
	display: block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #666666;
}
.nav-link {
	display: block;
	padding: 5px 25px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}
.nav-link:hover {
	/*background-color: #373E4A;*/
	color:#FFFFFF;
	text-decoration:underline;
}
.nav-subitems {
	display:none;
	margin:  0 0 0 3px;
	padding: 5px 0 5px 0;
	font-size:0.9em !important;
	color:#333333 !important;
	background-color:#CCC;
}
.nav-subitems li{
	padding: 4px 0 4px 40px;
	list-style-type: square;
	list-style-position: inside;
}
.nav-subitem-link {
	text-decoration: none;
	color:#333333 !important;
}
.nav-subitem-link:hover {
	/*background-color: #373E4A;*/
	color:#000000 !important;
	text-decoration:underline;
}

.sidebar-separator {
	margin: 10px 30px 5px 30px;
	height: 2px;
	background-color: #000;
	border-bottom: 1px solid #373E4A;
}
/* Hamburger Icon */

.hamburger_box {
	display: block;
	position: fixed;
	right: 30px;
	top: 5px;
	cursor: pointer;
	z-index: 10;
	background-color:#FFF;
}
.hamburger_box p {
	color:#CC3300;
	vertical-align:middle;
	float:left;
	margin:10px 3px;
	font-size:0.8em;
}
.hamburger {
	float:right;
	border-radius: 5px;
	/*border: 2px solid #fff;*/
	padding: 8px 5px 0 5px;
	width: 35px;
	/* height: 42px; */
	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: #CC3300;
}
.bar:nth-child(2) {
	opacity: 1;
	background-color: #CC3300;
}
.bar:last-child {
	bottom: 0;
	background-color: #CC3300;
}
/*.hamburger:hover { border-color: #333; } */

/*.hamburger:hover .bar { background-color: #333; }*/

.bar + .bar {
	margin-top: 5px;
}
/* Animation */


.main, .sidebar, .hamburger, .bar {
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
/* Show Sidebar */

/*
.show-sidebar .main {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
*/
.show-sidebar .sidebar {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.show-sidebar .hamburger_box {
	background-color:#1d2127;
}
.show-sidebar .hamburger_box p {
	display:none;
}
.show-sidebar .hamburger {
	background-color: #282d36;
	border-color: #ffffff;
}
.show-sidebar .bar {
	background-color: #fff;
}
.show-sidebar .bar:first-child {
	width: 120%;
	-webkit-transform: rotate(45deg) translate(5px, 8px);
	transform: rotate(45deg) translate(5px, 8px);
}
.show-sidebar .bar:nth-child(2) {
	opacity: 0;
}
.show-sidebar .bar:last-child {
	width: 120%;
	-webkit-transform: rotate(-45deg) translate(4px, -8px);
	transform: rotate(-45deg) translate(4px, -8px);
}
/* end SIDEBAR / HAMBURGER */

@media only screen and (max-width: 1180px) {
.header {
	padding:5px 5px 15px 5px;
}
.home-main-links a:link {
	font-size:0.8em;
}
.home-secondary-links {
	font-size:1.0em;
}
.header-second-links a:link {
	font-size:0.85em;
}
.body-content-box h1 {
	font-size:1.3em;
}
.tag-line {
	font-size:1.4em;
}
.home-links {
	min-width:340px;
}

}
@media only screen and (max-width: 1000px) {
.header-second-links a:link {
	font-size:0.75em;
}
.home-main-links li {
	padding-right: 10px;
}
.tag-line {
	font-size:1.3em;
}

}
@media only screen and (max-width: 920px) {
.menu-column-box {
	width: 95%;
	float: none;
	text-align:center;
}
.body-column h1 {
	font-size:2.0em;
}
.body-column p {
	font-size:1.2em;
}
.tag-line {
	font-size:1.2em;
}

}
@media only screen and (max-width: 680px) {
.two_column_left-box, .two_column_right-box {
	float: none;
	width: 100% !important;
	text-align:center;
}
.header img {
	display:block;
	float:none;
	margin:0 auto;
	text-align:center;
}
.header-right-box {
	width: auto;
}
.home-main-links ul {
	text-align:left;
	margin:0 0 10px 0;
	padding:0;
}
.home-main-links li {
	display:block;
	padding-right: 5px;
	float: none;
	text-align:left;
}
.header-second-links {
	margin:0;
}
.footer {
	font-size:0.80em;
}
.body-content-box h1 {
	font-size:1.2em;
}
.body-column h1 {
	font-size:1.8em;
}
.tag-line {
	font-size:1.1em;
}

}
@media only screen and (max-width: 534px) {
.body-content-box h1 {
	font-size:1.0em;
}
.body-column h1 {
	font-size:1.6em;
}
}
@media only screen and (max-width: 503px) {
.home-links {
	min-width:300px;
}

.header-second-links a:link {
	font-size:0.70em;
}
.body-column h1 {
	font-size:1.3em;
}
.body-column p {
	font-size:1.0em;
}
.tag-line {
	font-size:1.0em;
}

}
/* 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;
}
