@charset "UTF-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

@font-face {
    font-family: "Myriad Web Pro";
    src: url(fonts/MyriadWebPro.ttf);
}



body {
	background-color: #DFE0D2;
	font-family: "Myriad Web Pro", MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}

p {
	line-height: 1.3em;
}

a {
	color: #eb4b0c;

}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image:url(images/bg/fir.jpg);
	min-height: 800px;
}

body.inside #wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image:url(images/bg/inside.png);
	min-height: 800px;
	background-repeat: no-repeat;
}

body.inside {
	background-color: #fff;
}

#inside_wrapper {
	width: 900px;
	margin: 0 auto;
	
}

#header {
	background-image:url(images/bg/header.png);
	background-repeat: no-repeat;
	height: 140px;

}

#main {
	margin: 0 0 0 25px;
}

h1 {
	color: #2c4a13;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.blog h1 {
	margin-top: 0;
}

.blog h3 {
	margin-top: 15px;
}

big {
	color: #2c4a13;
	font-size: 18px;
}

#logo {
	height: 140px;
	width: 500px;;
	float: left;
}

#logo a {
	display: block;
	background-image: url(images/logo.png);
	height: 140px;
	width: 152px;
	background-repeat: no-repeat;
}

#logo a:hover {
	display: block;
	background-image: url(images/logo.png);
	height: 140px;
	width: 152px;
	background-repeat: no-repeat;
	background-position: -152px 0px;
}

#logo.home a:hover {
	display: block;
	background-image: url(images/logo.png);
	height: 140px;
	width: 152px;
	background-repeat: no-repeat;
}



.info {
	width: 226px;
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 40px 0 0 274px;
	
}

.info a {
	color: #d1df78;
}

.hours {
	margin: 15px 0 0 0;
}

.description {
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	clear: left;
	position: relative;
	top: -30px;
}

.main_photo {
	width: 625px;
	height: 539px;
	float: left;
}

.col-1 {
	width: 625px;
	height: 539px;
	float: left;
}

col-1 a {
	color: #ff9933;
}

.col-2 {
	width: 267px;
	float: left;
	margin-left: 8px;
}


.content_scroll {
	height: 512px;
	background-color: #fff;
	opacity:0.67;
    filter:alpha(opacity=67); /* For IE8 and earlier */
	overflow: auto;
	font-size: 12px;
	padding: 25px 14px 0px 14px;
  }

body.inside .content_scroll {
	opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
	width: 267px;
    min-width: 267px;
    min-height: 512px;
    margin: auto;
    background: #fff;
    border: 5px solid white;
    position:relative;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
}
  
.content_scroll h2 {
	color: #2c4a13;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 2px;
}

h2.first {
	margin-top: 15px;
}

.content_scroll h3 {
	color: #990000;
	margin-bottom: 5px;
}

.content_scroll p {
	margin-bottom: 20px;
}

.content_scroll img.left; {
	width: 87px;
	padding-right: 20px;
}

.content_scroll img.right ; {
	width: 87px;
	margin-left: 20px;
}
.inside-content {
	min-height: 529px;
}

.inside-photo {
	width: 300px;
	float: left;
}

.inside-photo-sm {
	width: 200px;
	float: left;
}

.inside-photo-sm p {
	width: 170px;
	margin: 0 auto;
	min-height: 120px;
}

.inside-photo p {
	font-size: 11px;
	
}

.inside-photo img{
	margin-bottom: 10px
}

.inside-photo p {
	width: 225px;
	margin: 0 auto;
	font-size: 11px;
}

.inside-photo h6 {
	color: #eb4b0c;
	font-size: 18px;
	font-style: italic;
	text-align: center;	
	width: 225px;
	margin: 0 auto;
}


.inside-photo-sm h5 {
	color: #eb4b0c;
	font-size: 18px;
	font-style: italic;
	text-align: center;	
	margin: 0 auto;
}

.inside-photo span, .inside-photo-sm span {
	color: #eb4b0c;
}

.inside-content p {
	margin-bottom: 15px;
	max-width: 526px;
	font-size: 14px;
}

.main-photo {
	margin-bottom: 10px;
}

.mini-nav {
	color: #bfcc78;
	font-size: 11px;
	margin-top: 10px;
}

body.inside .mini-nav {
	color: #608637

}
.mini-nav a {
	color: #bfcc78;
	text-decoration: none;
}

#global_nav {
	background-color: #38681f;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#global_nav a {
	text-decoration: none;
	color: #fff;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}

#global_nav a:hover {
	background-color: #c1cf78;
}

.newsletter {
	background-color: #c1cf78;
	width: 236px;
	height: 37px;
	line-height: 37px;
	float: left;
	background-image:url(images/subscribe.png);
	padding-left: 114px;
	background-repeat: no-repeat;
}

.required.email {
	height: 20px;
}

.facebook {
	float: left;
	width: 117px;
	margin-right: 17px;
}

.social {
	margin-top:20px;
	clear: left;

}

.twittericon {
	float: left;
	width: 37px;
	margin-right: 17px;
}



.submit {
	float: left;
	width: 100px;
}

#bottom {
	margin-left: 25px;
	margin-bottom: 40px;
}

.content {
	margin-bottom: 10px;
	float: left;
}

.twitter {
	margin-bottom: 10px;
}

.twitter div {
	margin-bottom: 10px;
	line-height: 1.3em;

}

.content_scroll h4 {
	color: #2c4a13;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	}

#footer {
	width: 1000px;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	clear: left;
}

.clear {
	clear: both;
}

h2 small {
	font-size: 11px;
	text-transform: none;
}
