/* Clear margins and padding - reset */
/* General Styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, figure, figcaption {
    margin:0;
    padding:0;
}
#header, #wrapper, #icon-bar, #footer {
	max-width: 1100px;
}
figure {
	display: block;	
}
img {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0;
}
.cf:before, .cf:after{
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
body {
	background: url(../images/background.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font: 16px 'Marmelad', arial, sans-serif;
	color: #000;
}
/* text styles */
h1 {
	font-family: 'Bubblegum Sans', cursive;
	color: #0000ff;
}
h2 {
	font-family: 'Bubblegum Sans', cursive;
	color: #0000ff;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000ff;
}
h6 {
font-family: "trebuchet ms", arial, helvetica, sans-serf;
font-weight: bold;
	 color: #0000ff;
}
p {
	font-family: 'Marmelad';
	text-indent: 1.2em;
	margin-bottom: .6em;
}
.red_text {
	color: #900;
}
.green_text {
	color: #090;
}
.blue_text {
	color: #009;
}
/* text alignment */
.fs-center {
 text-align: center; 
}
.fs-left {
 text-align: left; 
}
.fs-right {
 text-align: right; 
}
.fs-justify {
 text-align: justify; 
}
figcaption{
	color: #005500;
	text-align: center;
}
/* Center Styles */
.gfx-80-center{
	width: 80%;
	margin: 0 auto;
}
.gfx-90-center{
	width: 90%;
	margin: 0 auto;
}
/* Left styles */
.gfx-50-left {
	width: 50%;
	float: left;
	margin: 0 1em 1em 0;
}
/* Right styles */

.gfx-50-right {
	width: 50%;
	float: right;
	margin: 0 1em 1em 0;
}

/* header */
#headerContainer {
	display: block;
	line-height: 1em;
	clear: both;
	background: rgba(0,51,153,.5);
}
#header {
	display: block;
	clear: both;
	margin: 0 auto;
	padding-top: 2em;
}
#header-center{
	clear: both;
	display: block;
}
#header-center-logo {
	background: rgba(255,255,255,1);
}
#header-center h1, #header-center h2{
	color: rgba(255,255,255,1);
	text-align: center;
	font-family: 'Bubblegum Sans', cursive;
	font-style: italic;
	font-weight: normal;
}
#phone {
	color: rgba(243,103,44,1);
	font-weight: bold;
	font-size: 1.5em;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
	line-height: 1.5em;
}

#wrapper {
	margin: 0 auto;
	background: rgba(255,255,255,.5);
}
/* start top nav */
#menubar {
	display: block;
	text-align: center;
	padding: 1em 0 1em;
	margin: 0 auto;	
}
nav {
	margin: 0 auto;
	display: block;
	text-align: center;
	clear: both;
}
nav ul li {
	list-style-type: none;
	text-shadow: 2px 2px 3px rgba(255,255,0,0.9);
	font: bold 1.2em 'Barlow Semi Condensed', sans-serif;
	}	
nav ul li a:link, nav ul li a:visited, nav ul li a:active {
	text-decoration: none;
	color: #0000ff;
}
nav ul li a:hover {
	text-decoration: none;
	color: #900;
}

/* end top nav */
#arrow {
	height: 75px;
	width: 38px;
	position: fixed;
	z-index: 5;
	display: block;
	clear: both;
}
/* column styles */
.column-left {
	float: left;
	padding-right: 2%;
	padding-left: 2%;
}
.column-right {
	float: right;
	padding-right: 2%;
	padding-left: 2%;
}
.column-center {
	width: 70%;
	clear: both;
	float: none;
	margin: 0 auto;
}
/* slide show */
.slide_show {
	width: 100%;
	margin: 1em 0;
	}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: none; /* was left */
  width: 100%;
  border: 0;
  }
.section1 {
	clear: both;
}
.section2 {
	clear: both;
}
.section3 {
	clear: both;
}
#section3 ul {
	display: block;
	padding-left: 2em;
}
#section3 ul li {
	margin-bottom: 0.5em;
	list-style: url(../images/Red-Oak.png);
}
#footer_container {
	background: rgba(0,51,153,.7);
	height: 30em;
}
#footer {
	background: rgba(185,204,225,1);
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}
address {
	text-align: center;
}
/*Contact Form */
#contactForm {
	background: rgba(118,166,237,1);
	border-radius: 12px;
	border: 1px solid #030;
	display: block;
}
#contactForm label , #contactForm  p{
	color: rgba(0,0,102,1);
}
.input_size_a{
	width: 5%;
	margin-bottom: 5px;
	margin-top: 5px;
	}
.input_size_b{
	width: 10%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.input_size_c {
	width: 20%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.input_size_d {
	width: 30%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.input_size_e {
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.input_size_f {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contactForm input[type="text"], #contactForm textarea {
	background: #FFC;
}
#contactForm input[type="reset"], #formButtons input[type="button"] {
	background: #900;
	border: 1px solid #000;
	border-radius: 15px;
	font-weight: bold;
	margin: 0.5em;
	color: #FFF;
}
#contactForm input[type="submit"], #formButtons input[type="submit"] {
	background: #060;
	border: 1px solid #000;
	border-radius: 15px;
	font-weight: bold;
	margin: 0.5em;
	color: #FFF;
}
