﻿body {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, sans-serif;
	font-size: 1em;
	max-width: 1024px;
	line-height: 1.3em;
	min-width: 288px;
}
p {
	line-height: 1.3em;
	width: auto;
	font-size: 1em;
}
a {
	color: #A51F1F;
}
em, strong {
	color: #570000;
	font-weight: bold;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #636466;
}

nav li {
    float: left;
}

nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav li a:hover {
	background-color: #111;
	float: right;
}

.currentsection {
    background-color: #111;
}
h1 {
	color: #BF1E2D;
	font-size: 2em;
	text-align: left;
	font-family: Garamond, "Times New Roman", serif;
	line-height: 1em;
}
h2 {
	color: #BF1E2D;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 1.5em;
	line-height: 1em;
}


.floatleft {
	float: left;
	padding-top: 1em;
}
.floatright {
	text-align: right;
	display: inline-block;
	float: right;
	padding-top: 1em;
	clear: both;
}
.floatthumb {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/* [disabled]margin-top: 10px; */

}
hr {
	clear: both;
}
.pdfbox p {
	font-weight: bold;
	color: #570000;

}
.pagethumb {
	display: none;
}
.videocontainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow-x: hidden;
}
.pdfbox {

}


.videocontainer iframe, .videocontainer object, .videocontainer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.formcontainer {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
form {
	width: 100%;
}
input[type=text]{
margin-bottom: 2px;
margin-top: 2px;
width:100%;
padding: 5px;
border-radius:5px;
border:1px solid #BF1E2D;
}
input[type=email]{
margin-bottom: 2px;
margin-top: 2px;
width:100%;
padding: 5px;
border-radius:5px;
border:1px solid #BF1E2D;
}
textarea{
margin-bottom: 2px;
margin-top: 2px;
width:100%;
padding: 5px;
border-radius:5px;
border:1px solid #BF1E2D;
}

input[type=submit]
{
	margin-bottom: 20px;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #BF1E2D;
	background-color: #BF1E2D;
	color: aliceblue;
	font-size: 15px;
	cursor: pointer;
}
#submit:hover
{
	background-color: #DF3343;
}
footer a {
	color: #FFFFFF;
}

.footer {
	clear: both;
	background-color: #474747;
	color: #FFFFFF;
	font-size: small;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	min-height: 9em;
}
.pageimage {
	position: relative;
	float: right;
	border-radius: 10px;
}
.homeimage {
	position: relative;
	margin-top: 30px;
}
.homebody {
	background-image: url(../images/manhole-cover-bg-medlg.jpg);
	background-position: right 0%;
	background-size: cover;
	background-repeat: no-repeat;
}
.homenav {
	margin-top: 50px;
}
.tagline {
	color: #FFFFFF;
	float: right;
	font-family: Garamond, "Times New Roman", serif;
	text-align: right;
	display: block;
	font-size: 3em;
}





}
@media (min-width: 901px) and (max-width: 1200px){
.pageimage {
	width: 50%;
	height: auto;
}
.tagline {

	font-size: 2.5em !important;
}



}

@media (max-width: 600px){
.pageimage {
	display: none;

}
.pagethumb {
	display: block;
	float: left;
	/* [disabled]margin-top: 10px; */
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}
body {
	width: 96%;
}
.formcontainer {
	width: 95%;
}
.homeimage {
	width: 74%;
	height: auto;
}
.tagline {

	font-size: 1.5em !important;
}

}

@media (min-width : 601px ) and ( max-width : 900px ){
.pageimage {
	width: 50%;
	height: auto;
}
.homebody {
	background-image: url(../images/manhole-cover-bg-medlg.jpg);
	background-size: cover;
}
.homeimage {
	width: 74%;
	height: auto;
}
.homebody a {
}
.tagline {

	font-size: 2em !important;
}

}
