@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: 232px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	font-size: 150%;
	color: #0F0;
	text-align: center;
	padding: 0;
	border: 8px none #bf2e1a;
	height: 197px;
}
#mainContent {
	background-image: url(images/sliver.jpg);
	background-repeat: repeat-x;
	background-color: #414040;
}


.contactMap {
	margin-left: 60px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 25px;
	float: right;
}




.topGraphic {
	margin-left: 117px;
	margin-top: 40px;
}


#insideContent {
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 15px;
	line-height: 150%;
}
#insideContent ol {
	font-family: "Century Gothic";
	font-size: 15px;
	line-height: 150%;
	color: #FFF;
	margin-right: 40px;
	margin-left: 60px;
}


#insideContent h1 {
	font-family: "Century Gothic";
	font-size: 200%;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	margin-left: 60px;
	margin-top: 50px;
}


#insideContent p {
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 15px;
	text-decoration: none;
	margin-left: 60px;
	margin-right: 60px;
	list-style-type: lower-roman;
	line-height: 150%;
	margin-bottom: 0px;
}
.tubesealer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #009;
}



#insideContent a {
	font-family: "Century Gothic";
	color: #FFF;
	text-decoration: underline;
}
.buttonsList {
	font-family: "Century Gothic";
	font-size: 15px;
	line-height: 150%;
	color: #FFF;
	margin-left: 75px;
	margin-right: 60px;
}
.topImages {
	margin-left: 42px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 8px;
	clear: none;
	border: 1px solid #FFF;
}
.imageParagraph {
	margin-right: 10px;
	float: left;
	vertical-align: middle;
	margin-top: 10px;
}
.youTube {
	float: left;
}
.localVideo {
	float: left;
	margin-bottom: 20px;
	margin-left: 16px;
	margin-right: 5px;
}


#footer {
	background-repeat: repeat-x;
	background-image: url(images/footer.jpg);
	margin: 0px;
	height: 74px;
	clear: left;
	background-position: bottom;
	background-color: #FFF;
}
#footer img {
	margin-left: 47.5px;
}


#topbar {
	background-image: url(images/topbar.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 780px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;

}

.clearfloat {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	height: 0px;
	clear: left;
}
.applicationText {
	font-family: "Century Gothic";
	font-size: 15px;
	line-height: 150%;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 50px;
}

.applicationButton {
	margin-right: 10px;
	margin-left: 60px;
	float: left;
}

img {
	border-style: none;
}
