/* TYPOGRAPHY */
/*
$fontbase = 16
$line-height-base = 26
*/
html {
	font-size:62.5%;
}
body {
	font-family: 'Source Sans Pro', sans-serif, Verdana, Helvetica, Arial;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625; /* $line-height-base ÷ $fontbase */
	line-height: 1.45; /* $line-height-base ÷ $fontbase */
	color:#5A471C;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6 {
}
/* LINKS */
a {
	text-decoration: none;
	COLOR:  #e24911;
	font-weight:700;
}
a:link {
	COLOR:  #e24911;
}

a:visited {
	COLOR: #e24911;
}
a:active {
	COLOR: #e24911;
}
a:hover {
	COLOR:  #e24911;
	text-decoration: underline;
}
a img {
	border:0;
}
a:hover img {
	opacity:0.9;
	_filter:alpha(opacity=90);
}
.gg_group_image h3 a:link   {
	COLOR:  #FFFFFF !important;
	text-decoration: underline;
}
.gg_group_image h3 a:hover {
	COLOR:  #e24911!important;
	text-decoration: underline;
}
/* END LINKS */
    
/* HEADINGS */
h1 {
	FONT-WEIGHT: 700;
	FONT-SIZE: 26px;
	FONT-SIZE: 2.6rem;
	line-height:1;

}
h2 {
	FONT-WEIGHT: 400;
	FONT-SIZE: 21px;
	FONT-SIZE: 2.1rem;
	line-height:1.132;
	color:#5A471C;
	text-transform: uppercase;
}
.page_home h2 {
	color:rgb(108,179,63);
	FONT-WEIGHT: 700;
}
h3 {
	FONT-WEIGHT: 700;
	FONT-SIZE: 11px;
	FONT-SIZE: 1.155em;
	line-height:1.132;
	color:#5A471C;
}
h4 {
	FONT-WEIGHT: Bold;
	color: #FFFFFF;
}
/* END HEADINGS */
/* TEXT */
p {
 margin-bottom:.2rem;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
/* END TEXT */
    
/* LISTS */
ul {
	MARGIN-BOTTOM: 0.1em;
	padding-left: 1em;
}
li {
	MARGIN-BOTTOM: 0.3em;
	list-style-position: outside;
}
/* END LISTS */
    
    
/* TABLE */
    table {
	margin: 0 0 1.5rem 25px;
	padding: 0;
}
table caption {
	margin: 0;
	padding: 0 0 1rem 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: .8em;
}
/* END TABLE */
/*Site specific*/
.todayshours p{
	color:#FFF;
	font-weight:700;
	padding:0 2em 1em 2em}


}
	