	html, body
	{
		height: 100%;
		font-weight: 400 !important;
	}
	
	
	
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #202020;
		background-image: url("../images/pattern.png");
		background-repeat: repeat;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 300;
	}
	
	
	#api_hours_today_iid1108_lid0{
	font-size: 14px;
	color: #fff;
	font-family: 'texgyreadventorregular', Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 2px solid #ff9133;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 1px;
	letter-spacing: 1px;
	}
	

	.subheading, h2 {
  font-size: 19px;
  margin-bottom: 0.2em;
  line-height: 1.2em;
  color: #54815d;
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
	.subsubheading {
  font-size: 18px;
  margin-bottom: 0.2em;
  line-height: 1.2em;
  color: #54815d;
  font-family: Calibri, Arial, sans-serif;
  text-transform: uppercase;
}
	.orange_line_heading {
	font-size: 16px;
	margin-bottom: 0.5em;
	color: #414143;
	font-family: 'texgyreadventorregular', Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 2px solid #ff9133;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 1px;
	letter-spacing: 1px;
}
	
.bold_button, .bold_button:hover  {
  font-size:22px;
  line-height: 22px;
  color: #54825e !important;
  padding: 8px;
  text-align:center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px 0;
  font-family: 'Source Sans Pro', sans-serif;
  border-radius: 8px;
  border: 3px solid #54825e;
  letter-spacing: 1px;
  display: inline-block;
}
.bold_button .gray, .bold_button .gray:hover {
  display: block;
  font-weight: 900;
  color: #59585d !important;
  letter-spacing: 2px;
}	
	
	
	
	
	h1 {
border-bottom: 1px solid #1a441e;
color: #1a441e;
font-family: 'texgyreadventorregular', Arial, sans-serif;
font-size: 30px;
padding-bottom: 3px;
line-height: 1.2em;
font-weight: normal;
}
	
	
	h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 600;
		color: #333333;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #2980b9;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		overflow: hidden;
		margin: 0em auto;
		width: 1200px;
	}
	


	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		
		margin: 0 auto;
		padding: 0;
		width: 80%;
		overflow: hidden;
		list-style: none;
		text-align: left;
		color: #6c6c6c
		
	}
	
	ul.style1 li
	{
		
		padding: 1.6em 0em 0em 0em;
		margin: 0 0 2.5em 0;
		border-top: 1px solid rgba(0,0,0,.1); 
	}
	
	ul.style1 li:first-child
	{
		border-top: none;
	}
	
	ul.style1 p
	{
		margin: 0;
	}
	
	ul.style1 a
	{
		display: block;
		text-decoration: none;
		color: #2D2D2D;
	}
	
	ul.style1 a:hover
	{
		text-decoration: underline;
	}
	
	ul.style1 h3
	{
		padding: 1em 0em 5px 0em;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 300;
	}
	
	ul.style1 .first
	{
		padding-top: 0;
		background: none;
	}
	
	ul.style1 .date
	{
		float: left;
		position: relative;
		width: 80px;
		height: 70px;
		margin: 0.5em 1.5em 0em 0.5em;
		padding: 1.5em 0em 1.5em 0em;
		box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
		line-height: normal;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0px 1px 0px rgba(0,0,0,.2);
		font-size: 1em;
		font-weight: 300;
		border-right: 1px solid rgba(0,0,0,.1); 
	}
	
	ul.style1 .date:after
	{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 6px;
	}
	
	ul.style1 .date b
	{
		margin: 0;
		padding: 0;
		display: block;
		margin-top: -5px;
		font-size: 1.8em;
		font-weight: 700;
	}
	
	ul.style1 .date a
	{
	}
	
	ul.style1 .date a:hover
	{
		text-decoration: none;
	}



/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 3em 1em 2em;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
		


/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 1em;
	}
	
	.title h2
	{
		text-transform: lowercase;
		font-size: 2.8em;
	}
	
	.title .byline
	{
		font-size: 1.3em;
		color: #6F6F6F;
	}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		z-index:444;
		float: left;
		width: 300px;
		position: relative;
		
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		text-align: center;
		margin-bottom: 1em;
	}
	
	#logo h1
	{
		display: block;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo span
	{
		padding-right: 0.5em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: #fff;
	}

	#logo span a
	{
		color: #fff;
	}
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/


	/*LEVEL1 LINKS*/
	#menu ul a
	{
		display: block;
		padding: 0.5em 1.5em;
		text-align: center;
		text-decoration:  none;
		text-transform: uppercase;
		font-weight: 400;
		color: #fff;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#menu ul li:hover 
	{
	
		background: #ff9133;
		color: rgba(255,255,255,1);
	}
	
	/*LEVEL2 LINKS*/
	#menu ul li ul {
		text-transform: uppercase;
		position: absolute;
		margin: -37px 0 0 0;
		left: 300px;
		width: 200px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		visibility: hidden;

	}

	/*LEVEL2 NON-LINKS*/
	#menu ul li ul li { 
		background: #2a2a2a; 
		color: #fff;
	}

	/*LEVEL2 LINKS*/
	#menu ul li ul a
	{ 
		display: block;
		padding: 0.5em 1.5em;
		text-align: center;
		text-decoration:  none;
		text-transform: uppercase;
		font-weight: 400;
		color: #fff;
		border-top: 1px solid rgba(255,255,255,0.08);
	}

	/*LEVEL2 LINKS HOVER*/
	#menu ul li ul li:hover { 
		background: #ff9133;
	}
	
	#menu ul li:hover ul {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	
	/*LEVEL3 LINKS*/
	#menu ul li ul li ul li {
		display: block;
		text-align: center;
		text-decoration:  none;
		text-transform: uppercase;
		font-weight: 400;
		color: #fff;
		margin: 0 0 0 -100px;
		width: 200px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		visibility: hidden;
	}
	
	/*LEVEL3 LINKS HOVER*/
	#menu ul li ul li ul li:hover { 
		background: #ff9133;
	}
	
	#menu ul li ul li:hover li{
		display: block;
		opacity: 1;
		visibility: visible;
	}
	
	
	
	#menu .current_page_item a
	{
		background: #ff9133;
		color: rgba(255,255,255,1);
	}
	
	#menu .current_page_item ul li a:hover
	{
		background: #2a2a2a;
		color: rgba(255,255,255,1);
	}
	
	
	
	#chat{	

		background: #54815d;
	}
	
	#chat:hover 
	{
		background: #ff9133;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		background: #2a2a2a;
		-webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);

	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		overflow: hidden;
		float: right;
		width: 800px;
		padding: 3em 50px 5em 50px;
		background: #FFF;
		border-top: 6px solid #90ad90;
		text-align: center;
		
		
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		overflow: hidden;
		margin-bottom: 3em;
		padding-top: 5em;
		border-top: 1px solid rgba(0,0,0,0.08);
	}



/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	
	#copyright
	{

		overflow: hidden;
		padding: 1em 0em;
		border-top: 1px solid rgba(0,0,0,0.08);
		color: #000;
	}
	
	#copyright span
	{
		display: block;
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 1em;
		color: rgba(0,0,0,0.7);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(0,0,0,0.9);
	}

	.fa
	{
		display: block;
		color: #000;
		background: red;
	}
	

	
/*********************************************************************************/
/* OLD_CSS                                                                       */
/*********************************************************************************/	

	
	.bold_button, {
  font-size:20px;
  line-height: 22px;
  color: #54825e !important;
  padding: 8px;
  text-align:center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px 0;
  font-family: 'texgyreadventorregular', Arial, sans-serif;
  border-radius: 8px;
  border: 3px solid #54825e;
  letter-spacing: 1px;
  display: inline-block;
}
	
.bold_button:hover {
  color: #fff !important;
  background: #54825e;
}


.table_style_3 {
	color: #59585D;
	padding: 0;
	border-spacing: 0;
}
.table_style_3 thead tr th {
	padding: 10px 10px 10px 8px;
	background-color: #8EC698;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font: normal 15px "texgyreadventorregular",Arial,sans-serif;
}
.table_style_3 tbody tr td, .table_style_3 tbody tr th {
	background-color: #fff;
	padding: 8px;
}
.table_style_3 tbody tr:nth-child(even) td, .table_style_3 tbody tr:nth-child(even) th {
	background-color: #eaf1eb;
}
.table_style_3 tfoot td {
	border-top: 2px solid #ddd;
	padding: 8px 10px 8px 8px;
	font-weight: bold;
}


.alert_banner {
border: 2px solid #8EC698;
background-color: #F3F9F4;
padding: 20px;
text-align: center;
margin: 20px 0px;
border-radius: 6px;
font-size: 16px;
color: #565656;
text-transform: uppercase;
font-family: Calibri,Arial,sans-serif;
}
	

	
/*********************************************************************************/
/* Search Box                                                                    */
/*********************************************************************************/	
	
	
	form.search-form input.search-text {
font-size: 130%;
color: #8D8D8D;
-webkit-font-smoothing: antialiased;
font-family: sans-serif;
background-color: #FFF;
display: block;
width: 270px;
height: 20px;
padding: 20px 15px;
border: none;
float: left;
}

form.search-form input.search-submit {
display: block;
height: 60px;
width: 60px;
border: none;
background-color: #FFF;
background-image: url("../images/search-icon.png");
float: left;
cursor: pointer;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form input.search-submit:hover{
background-image: url("../images/search-icon-hover.png");
}

form.search-form {
padding: 0;
border: 1px solid #EEE;
width: 370px;
height: auto;
}

form.search-form input.search-text::-webkit-input-placeholder   {
color:#CCCCCC;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form input.search-text::-moz-placeholder    {
color:#CCCCCC;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form input.search-text::-ms-input-placeholder{
color:#CCCCCC;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

form.search-form input.search-text:focus::-webkit-input-placeholder {color:transparent;}
form.search-form input.search-text:focus::-moz-placeholder {color:transparent;} 
form.search-form input.search-text:focus:-moz-placeholder {color:transparent;}
form.search-form input.search-text:focus::-ms-input-placeholder {color:transparent;}
	
	

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/		



img{
	border:none;
	
}

.krakatoa img:hover{
    opacity: 0.4;
	filter: alpha(opacity=40);
    -webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}



ul{
	list-style-type:none;
}
.krakatoa{
	display:none;
	margin:50px auto;
}

.krakatoa-control{
	padding-bottom:20px;
}
.arrows{
	position:absolute;
	top:1px;
	left:0;
	z-index:100;
}
.arrow{
	float:left;
	width:13px;
	height:0;
	margin-right:7px;
	padding-top:16px;
	overflow:hidden;
	background:transparent url('../images/arrows.png') no-repeat;
}
.arrow-left{
	background-position:0 0;
}
.arrow-left:hover{
	background-position:0 -16px;
}
.arrow-right{
	background-position:-20px 0;
	left:20px;
}
.arrow-right:hover{
	background-position:-20px -16px;
}
.buttons{
	position:absolute;
	top:5px;
	right:0px;
	z-index:100;
}
.pagination{
	float:left;
	margin:0 2px;
}
.pagination a{
	display:block;
	width:10px;
	height:0;
	padding-top:10px;
	background-image:url('../images/pagination.png');
	background-position:0 0;
	overflow:hidden;
}
.pagination a:hover,
.active-button a{
	background-position:0 -30px;
}

/*
Options are set with an object as second argument to the .krakatoa() method.

width: Width of the slider. String. Works with px and %. The default value is '400px'.
height: Height of the slider. Can be set to 'auto' (it will be the height of the actual item), 'max' (the max height of all the items) or a string with units. The default value is '300px'.
display: Display mode of the slider, the same as the CSS property. String. Default value is 'block'.
arrows: Show the arrows control. Boolean. Default value is true.
buttons: Show the pagination buttons. Boolean. Default value is true.
items: Numbers of items to show at the same time. Integer. Default value is 1.
gutter: Margin between items. Integer. Default value is 10.
first: Default item to show. Integer. Default value is 0 and shows the first item.
loop: Start again after last item. Boolean. Default value is true.
autoplay: Move automatically the slider (except when the mouse is over). Boolean. Default value is true.
direction: Movement of the slider. Integer. 1 to go forward, -1 to go backwards.
delay: Delay of the next movement in milliseconds. Integer. Default value is 2500.
duration: Duration of the movement in milliseconds. Integer. Default value is 500.
easing: Animation easing type. String. Default value is 'swing'.
callback: Callback function.*/


#rh-col #menu #chat a { background-color: #ff0000 !important; border-color: #ff0000 !important; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; }
#rh-col #menu #chat a:hover { background-color: #ba202f !important; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; }
#rh-col #menu #chat a img { overflow: hidden; margin: -5px 0 -7px -5px; }











