/*CSS Reset*/
html, body, div, span, a, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, 
form, input, label, select, textarea, footer, header, menu, nav, section, video, 
iframe, button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	border: 0;
	box-sizing: border-box;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
/* end of css reset*/
img { 
	max-width: 100%; 
}
body {
	font-family: 'Fira Sans', sans-serif;
	margin-top: 20px;
	color: #222222;
}
h1, h2, h3 {
	font-weight: 400;
}
h1 {
	color: #D50204;
	font-size: 5.4rem;
	line-height: 62px;
}
h2 {
	font-size: 1.4rem;
	font-weight: 500;
	color: #222222;
}
.green {
	color: #2A7703;
}
.bg-main-color {
	background-color: #D50204;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 3px;
}
#logo-container {
	float: left;
	height: 114px;
	margin-top: 60px;
}
#logo-container img {
	height: 114px;
}
#logo {
	width: auto;
}
#logo-text-container {
	float: left;
	width: 400px;
	margin-left: 25px;
	margin-top: 112px;
}
.hamburger-item {
	display: none;
}
.mobile-nav-container {
	display: none;
}
#top-nav {
	float: right;
	width: 420px;
	height: auto;
	margin-top: 132px;
}
#top-nav li {
	float: right;
	width: 110px;
	font-size: 22px;
	line-height: 22px;
	margin-left: 20px;
}
#top-nav a, #top-nav a:link, #top-nav a:visited {
	text-decoration: none;
	color: #222222;
	display: block;
}
.top-nav-about {
	font-weight: 500;
	padding-left: 30px;
}
#top-nav a:hover {
	color: #D50204;
}
.top-nav-subheader-about {
	font-size: 10px;
	padding-left: 30px;
	font-weight: 500;
}
#banner {
	height: 360px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-bottom: 10px;
}
#banner-no-bottom-border {
	height: 400px;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#banner-pic {
	float: left;
}
#banner-content {
	width: 420px;
	margin-top: 20px;
	height: 330px;
	float: right;
	margin-left: 40px;
	text-align: left;
}
#banner-content p {
	padding-top: 16px;
	line-height: 22px;
	font-size: 16px;
}
#banner-content a, #banner-content a:link, #banner-content a:visited, #content a, #content a:link, #content a:visited, #content-below-banner a, #content-below-banner a:link, #content-below-banner a:visited {
	color: #D50204;
	text-decoration: none;
}
#banner-content a:hover, #content a:hover, #content-below-banner a:hover {
	color: #D50204;
	text-decoration: underline;
}
#contacts {
	margin-top: 7px;
}
.contact {
	height: 76px;
	clear: both;
}
.contact p {
	font-size: 1.2em;
	color: #007B7B;
	line-height: 64px;
	float: left;
	padding-left: 10px;
}
.contact-icon {
	float: left;
}
.nivoSlider, .nivoSlider img, .nivo-slice {
    border-radius: 0px;  /*change value based on preference*/
}

#buttons {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	clear: both;
	border-bottom-style: groove;
	padding-bottom: 10px;
}
.button-left {
	width: 225px;
	float: left;
	border-radius: 5px;
	height: 200px;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}
.button-left a,.button-left a:link,.button-left a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}
.button {
	width: 225px;
	float: left;
	border-radius: 5px;
	height: 200px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.button a,.button a:link,.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}
.clear-both {
	clear: both;
}
.button-pic {
	width: 225px;
	height: 150px;
}
#bottom-nav {
	clear: both;
	width: 100%;
	height: auto;
	border-radius: 3px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #FFFFFF;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 12px;
}
#bottom-nav ul {
	border-radius: 3px;
	height: 30px;
}
#bottom-nav li {
	float: left;
	width: 14.2857142857%;
	text-align: center;
	line-height: 30px;
	font-size: 0.8rem;
	border-radius: 3px;
}
#bottom-nav a, #bottom-nav a:link, #bottom-nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
#bottom-nav a:hover {
	background-color: #C20103;
	border-radius: 3px;
}
#content {
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 12px;
}
#content-below-banner {
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 12px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 15px;
	color: #007B7B;
}
#content p {
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: justify;
}
#content-below-banner p {
	padding-top: 10px;
	line-height: 25px;
	text-align: justify;
}
#footer {
	height: auto;
	margin-top: 10px;
	clear: both;
	margin-bottom: 80px;
}
.sponsor-logo-container {
	width: 100%;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.sponsor-logo {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sponsor-logo a img {
	display: block;
}
#footer p {
	font-size: 0.85rem;
	font-weight: 500;
}
#footer a, #footer a:link, #footer a:visited {
	color: #222222;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-left {
	float: left;
	width: 250px;
	padding-top: 10px;
}
#footer-right {
	float: right;
	width: 250px;
	text-align: right;
	padding-top: 10px;
}
#footer-middle {
	width: 460px;
	text-align: center;
	float: left;
	padding-top: 10px;
}
.banner-image {
	border-radius: 3px;
}
.bold {
	font-weight: 500;
}
.italics {
	font-style: italic;
}
.right-pic {
	float: right;
	border-radius: 3px;
}
.right-pic2 {
	float: right;
	border-radius: 3px;
}
.contact {
	height: 76px;
	clear: both;
}
.contact h6 {
	font-size: 1.1em;
	line-height: 60px;
	float: left;
	font-weight: normal;
	padding-left: 10px;
}
.contact-icon {
	float: left;
}
.customer-names {
	padding-left: 30px;
	margin-bottom: 8px;
}
.underline {
	text-decoration: underline;
}
.align-center {
	text-align: center;
}
.map-container {
	width: 500px;
	height: 400px;
}
.social-buttons {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.social-button {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.facebook-button {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #D50204;
}
.facebook-button img {
	margin-top: 6px;
}
.left-col {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.right-col {
	width: 48%;
	margin-left: 2%;
	float: right;
}
.content-image-right {
	float: right;
	max-width: 400px;
}

