*{margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} img{border: 0px;} div {border:0px solid #000000;} div {border: 0px solid #999;} table {border-collapse: collapse; border: 0px solid #000000}

/* @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
 */
p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin: 0px 0px 10px 0px;
	font-weight: 300;
}

h1 { 
	font-family: 'Lato', sans-serif;
	font-size: 34px;
	color: #006837;
	text-align: center;
	font-weight: 300;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}

h2 { 
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	color: #8BC53F;
	text-align: left;
	font-weight: 300;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	color: #000000;
	text-shadow: #cccccc 2px 2px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-weight: 300;
}

.full {
	width: 100%;
}

a {
	color: #730C10;
	text-decoration: none;
}

a.menu {
	display: block;
	height: 30px;
	background-color: #730C10;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
	
input, textarea {
	width: 100%;
	padding: 5px;
}

input[type="submit"] {
	display: block;
	height: 30px;
	background-color: #730C10;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0px 15px 0px;
	border: none;
}

body {
	background-image: url(images/big-bkgnd.jpg);
	background-repeat: repeat;
}

.page {
	width: 1200px;
}

.page#topbar {
	width: 100%;
	background-color: #006837;
	padding: 10px 0px 7px 0px;
}

	.page#topbar a {
		color: inherit;
		text-decoration: none;
	}

	.page#topbar #col1, .page#topbar #col2, .page#topbar #col3 {
		display: table-cell;
		vertical-align: middle;
		width: 400px;
		padding: 10px 0px 7px 0px;
	}
	
		.page#topbar #col1 p, .page#topbar #col2 p, .page#topbar #col3 p {
			font-family: 'Lato', sans-serif;
			font-size: 22px;
			color: #ffffff;
			text-transform: uppercase;
		}
		
			.page#topbar #col2 p {
				text-align: center;
			}
			
			.page#topbar #col3, .page#topbar #col3 p {
				text-align: right;
			}
		
			.page#topbar #col1 p span, .page#topbar #col2 p span, .page#topbar #col3 p span {
				color: #8BC53F;
			}
			
.page#slideshow {
	height: 528px;
	position: relative;
}

	.page#slideshow iframe.slide {
		height: 528px;
		position: relative;
	}
	
	.page#slideshow #logo {
		  position: absolute;
  		  z-index: 999999;
  		  bottom: 0px;
  	      right: 0;
	}
	
.page#nav {
	width: 100%;
	background-color: #730C10;
}

	.page#nav #navbar {
		width: 1200px;
	}
	
		.page#nav #navbar ul {
			list-style-type: none;
		}
		
			.page#nav #navbar ul li {
				display: inline-block;
				font-family: 'Lato', sans-serif;
				font-size: 20px;
				padding: 10px 30px 10px 30px;
				font-weight: 300;
				text-transform: uppercase;
			}
			
				.page#nav #navbar ul li a, .page#nav #navbar ul li a:hover {
					color: #ffffff;
					text-decoration: none;
				}
				
.page#content {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin: 0px 0px 10px 0px;
	font-weight: 300;
	padding: 15px 0px 0px 0px;
}

	.page#content #col1 {
		display: table-cell;
		vertical-align: top;
		width: 650px;
		padding: 30px 100px 30px 0px;
	}
	
	.page#content #col2 {
		display: table-cell;
		vertical-align: top;
		width: 550px;
		padding: 30px 0px 30px 0px;
	}
	
	.page#content #col1third {
		display: table-cell;
		vertical-align: top;
		width: 400px;
		padding: 15px;
	}
	
	.page#content #col1fourth {
		display: table-cell;
		vertical-align: top;
		width: 300px;
		padding: 15px;
	}
	
	.page#content #menus {
		width: 100%;
		text-align: center;
		padding: 20px 0px 15px 0px;
	}
	
		.page#content #menus h3 {
			display: inline-block;
			vertical-align: top;
		}
	
		.page#content #menus ul.menus {
			list-style-type: none;
			display: inline-block;
			vertical-align: top;
		}
		
			.page#content #menus ul.menus li {
				display: inline-block;
				vertical-align: middle;
				margin: 4px 10px 0px 10px;
				padding: 0px 0px 0px 18px;
				border-left: 1px solid #000000;
			}
			
				.page#content #menus ul.menus li:first-child {
					border: none;
				}
				
	.page#content #colfull {
		text-align: center;
		max-width: 530px;
		margin: auto;
	}
	
.page#footer {
	width: 100%;
	background-color: #006837;
}

	.page#footer #footercontent {
		width: 1200px;
		padding: 15px 0px 15px 0px;
	}
	
		.page#footer #footercontent p {
			font-family: 'Lato', sans-serif;
			font-size: 15px;
			color: #ffffff;
		}
		
			.page#footer #footercontent h2 {
				color: #ffffff;
				font-size: 22px;
			}
	
		.page#footer #footercontent #footer1, .page#footer #footercontent #copyright #website {
			display: table-cell;
			vertical-align: top;
			width: 900px;
			padding: 15px 100px 15px 0px;
		}
	
	.page#footer #footercontent #footer2, .page#footer #footercontent #copyright #design {
		display: table-cell;
		vertical-align: top;
		width: 300px;
		padding: 15px 0px 15px 0px;
	}
	
		.page#footer #footercontent #copyright #design a {
			color: #ffffff;
			text-decoration: none;
		}
	
		.page#footer #footercontent #footer2 p {
			font-size: 10px;
			text-align: center;
		}
	
		.page#footer #footercontent #footer2 #map { 
			width: 300px;
			padding: 0px 0px 10px 0px;
		}
	
		.page#footer #footercontent #footer2 #info {
			width: 300px;
			padding: 0px 0px 10px 0px;
		}
		
			.page#footer #footercontent #footer2 #info #address, .page#footer #footercontent #footer2 #info #hours {
				display: table-cell;
				vertical-align: top;
				width: 150px;
				padding: 10px;
			}
			
/* Browsers between 960 and 1024 */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
	
.page {
	width: 900px;
}

	.page#topbar #col1, .page#topbar #col2, .page#topbar #col3 {
		width: 300px;
	}
	
		.page#topbar #col1 p, .page#topbar #col2 p, .page#topbar #col3 p {
			font-size: 18px;
		}
	
	.page#slideshow {
		height: 475px;
	}
	
		.page#slideshow iframe.slide {
			width: 900px;
			height: 475px;
		}
	
	.page#nav #navbar {
		width: 900px;
	}
	
		.page#nav #navbar ul li {
				font-size: 14px;
			}
	
	.page#content #col1 {
		width: 500px;
	}
	
	.page#content #col2 {
		width: 400px;
	}
	
	.page#content #col1third {
		width: 300px;
	}
	
	.page#content #col1fourth {
		width: 225px;
	}
	
	.page#footer #footercontent {
		width: 900px;
	}
	
		.page#footer #footercontent p {
			font-size: 14px;
		}
	
		.page#footer #footercontent #footer1, .page#footer #footercontent #copyright #website {
				width: 600px;
			}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.page {
	width: 700px;
}

	.page#topbar #col1, .page#topbar #col2, .page#topbar #col3 {
		width: 233px;
	}
	
		.page#topbar #col1 p, .page#topbar #col2 p, .page#topbar #col3 p {
			font-size: 14px;
		}
	
	.page#slideshow {
		height: 370px;
	}
	
		.page#slideshow iframe.slide {
			width: 700px;
			height: 370px;
		}
	
	.page#nav #navbar {
		width: 700px;
	}
	
		.page#nav #navbar ul li {
				font-size: 9px;
			}
	
	.page#content #col1 {
		width: 400px;
	}
	
	.page#content #col2 {
		width: 300px;
	}
	
	.page#content #col1third {
		width: 233px;
	}
	
	.page#content #col1fourth {
		width: 175px;
	}
	
	.page#footer #footercontent {
		width: 700px;
	}
	
		.page#footer #footercontent p {
			font-size: 13px;
		}
	
		.page#footer #footercontent #footer1, .page#footer #footercontent #copyright #website {
				width: 400px;
			}	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
.page {
	width: 480px;
}

	.page#topbar #col1, .page#topbar #col2, .page#topbar #col3 {
		display: inline-block;
		width: 480px;
		text-align: center;
	}
	
		.page#topbar #col1 p, .page#topbar #col2 p, .page#topbar #col3 p {
			font-size: 14px;
			text-align: center;
		}
	
	.page#slideshow {
		height: 253px;
	}
	
		.page#slideshow iframe.slide {
			width: 480px;
			height: 253px;
		}
	
	.page#nav #navbar {
		width: 480px;
		padding: 10px 0px 10px 0px;
	}
			
		.page#nav #navbar ul li {
			display: inline-block;
			vertical-align: top;
			width: 157px;
			font-size: 12px;
			margin: 5px 0px 5px 0px;
			background-color: #730C10;
			color: #ffffff;
			padding: 3px 0px 3px 0px;
			border: 1px solid #ffffff;
		}
	
	.page#content #col1, .page#content #col2, .page#content #col1third, .page#content #col1fourth {
		display: inline-block;
		width: 480px;
		padding: 15px 0px 15px 0px;
	}
	
		.page#content #colfull {
			text-align: center;
			max-width: 480px;
			margin: auto;
		}
		
			.page#content #colfull img {
				width: 100%;
			}
	
	.page#footer #footercontent {
		width: 480px;
	}
	
		.page#footer #footercontent p {
			font-size: 13px;
		}
	
		.page#footer #footercontent #footer1, .page#footer #footercontent #footer1, .page#footer #footercontent #copyright #website, .page#footer #footercontent #copyright #design  {
				display: inline-block;
				width: 480px;
				padding: 15px 0px 15px 0px;
			}
			
			.page#footer #footercontent #copyright p {
				text-align: center;
			}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 320px) and (max-width: 479px) {

.page {
	width: 320px;
}

	.page#topbar #col1, .page#topbar #col2, .page#topbar #col3 {
		display: inline-block;
		width: 320px;
		text-align: center;
	}
	
		.page#topbar #col1 p, .page#topbar #col2 p, .page#topbar #col3 p {
			font-size: 14px;
			text-align: center;
		}
	
	.page#slideshow {
		height: 288px;
		position: inherit;
	}
	
		.page#slideshow iframe.slide {
			width: 320px;
			height: 169px;
			position: inherit;
		}
	
	.page#slideshow #logo {
		  position: inherit;
	}
	
		.page#slideshow #logo img {
			width: 320px;
		}
	
	.page#nav #navbar {
		width: 320px;
		padding: 10px 0px 10px 0px;
	}
			
		.page#nav #navbar ul li {
			display: inline-block;
			vertical-align: top;
			width: 154px;
			font-size: 12px;
			margin: 5px 0px 5px 0px;
			background-color: #730C10;
			color: #ffffff;
			padding: 3px 0px 3px 0px;
			border: 1px solid #ffffff;
		}
	
	.page#content #col1, .page#content #col2, .page#content #col1third, .page#content #col1fourth {
		display: inline-block;
		width: 320px;
		padding: 15px 0px 15px 0px;
	}
	
	.page#content #colfull {
			text-align: center;
			max-width: 3200px;
			margin: auto;
		}
		
			.page#content #colfull img {
				width: 100%;
			}
	
	.page#footer #footercontent {
		width: 320px;
	}
	
		.page#footer #footercontent p {
			font-size: 13px;
		}
	
		.page#footer #footercontent #footer1, .page#footer #footercontent #footer1, .page#footer #footercontent #copyright #website, .page#footer #footercontent #copyright #design  {
				display: inline-block;
				width: 320px;
				padding: 15px 0px 15px 0px;
			}
			
			.page#footer #footercontent #copyright p {
				text-align: center;
			}		
}


#topbar #slideshow #logo {
	width: 30% !important;
	text-align: right !important;
}

#topbar #slideshow #logo img {
	width: 60% !important;
}


#content::after {
	content: "";
	clear: both;
	display: block;
}

#content .column-third {
	float: left;
	width: 31.33%;
	display: block;
}
