@charset "utf-8";
/* CSS styles */

@viewport {
	width: device-width;
	zoom: 1;
}

@-ms-viewport {
	width: device-width;
	zoom: 1;
}

/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, a, ol, ul, li, dl, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
* {
margin: 0;
}
html, body {
	height: 100%;
}
ol {
	margin-left: 1.4em;
	list-style: none;
}
ul {
	margin-left: 1.4em;
	list-style: none;
}
img {
	border: 0;
}
/* end reset browser styles */

/* linear layout for all viewport widths */
body {
	font-family: 'Oswald', sans-serif;
	font-size: 0.75em;
	color: #000;
	text-align: justify;
	background: none repeat scroll 0 0 #efefef;
	margin: 0 auto;
}
#wrapper {
	overflow: hidden;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;
	background-color: #333;
}
/* header */
#header-top {
	color: #444;
	background-color: #fff;
	height: 2.083em;
}
#header-top #slogan {
	color: #3f6530;
	display: inline;
	float: right;
	margin: 0.250em 2.083em 0 0;
	border-bottom: solid 1px #7cd351;
}
#header-logo-wrapper {
	background-color: #fff;
	height: 13.750em;
}
#header-logo-wrapper #header-logo {
	width: 25em;
	height: 10.833em;
	padding-top: 0.833em;
	margin: 0 auto;
}
/* menu */
#menu-wrapper {
	background-color: #fff;
	padding: 0 2.083em;
}
#menu {
	margin-left: 0;
	height: 2.083em;
	border-bottom: solid 1px #7cd351;
}
img.home {
	vertical-align: middle;
}

#main-content {
	background-color: #fff;
	float: left;
	padding: 2.083em;
}
#main-content .slideshow {
	display: inline;
	width: 75.833em;
	height: 26.000em;
	float: left;
	margin-bottom: 2.083em;
}
#main-content .slideshow img {
	background-color: #fff;
}
#main-content h1 {
	font-size: 1.5em;
	color: #6e7476;
	margin-bottom: 0.833em;
}
#main-content h2 {
	font-size: 1.3em;
	color: #3f6530;
	margin-bottom: 0.833em;
}
#main-content p {
	text-align: justify;
	margin-bottom: 0.833em;
}
#main-content a {
	color: #58af2d;
	text-decoration: none;
}

.column-container {
	display: inline;
	width: 75.833em;
	float: left;
	padding: 2.083em 0 2.083em 0;
	border-top: solid 1px #7cd351;
	border-bottom: solid 1px #7cd351;
}
/* footer */
#footer-content {
	background-color: #333;
	float: left;
	padding: 2.083em;
}
#footer-content h3 {
	text-transform: uppercase;
	color: #7cd351;
	margin-bottom: 0.833em;
}
#footer-content #contact {
	color: #eee;
	display: inline;
	width: 100%;
	float: left;
}
#footer-content #contact dl dt {
	float: left;
}
#footer-content #contact dl dd {
	margin: 0 0 0 2.667em;
}
#footer-content #contact dl dd a {
	color: #58af2d;
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
}
#footer-content #bottom-content {
	color: #eee;
	display: inline;
	float: left;
	margin-top: 0.833em;
	border-top: dotted 2px #7cd351;
}
#footer-content #bottom-content p {
	margin-top: 0.833em;
}

/* For viewports of 592px width and less */
@media all and (max-width: 37em) {

#header-top, #header-logo-wrapper, #main-content .slideshow, .column-container, .column-container .left-content-border, .column-container .right-content {
	width: 100%;
}
.slideshow {
	display: none !important;
}
.column-container {
	border-top: none;
	padding-top: 0;
}

}

/* For viewports of 592px width and wider */
@media all and (min-width: 37em) {

#header-top, #header-logo-wrapper, #main-content .slideshow, .column-container, .column-container .left-content-border, .column-container .right-content {
	width: 100%;
}

}

/* For viewports of 800px and wider */
@media all and (min-width: 50em) {

#header-top, #header-logo-wrapper, #main-content .slideshow, .column-container, .column-container .left-content-border, .column-container .right-content {
	width: 100%;
}

}

@media all and (min-width: 75em) {

#wrapper {
	width: 100%;
	max-width: 80em;
	margin: 4.167em auto;
}
.column-container .left-content-border {
	display: inline;
	width: 35.833em;
	float: left;
	padding-right: 2.083em;
	border-right: solid 1px #7cd351;
}
.column-container .right-content {
	display: inline;
	width: 35.833em;
	float: left;
	padding-left: 2.000em;
}

}
