@charset "UTF-8";
* {
	margin:0;
	padding:0;
	} 

html, body {
	height: 100%;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(images/scaffolding-pole.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f1f1f1;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 0;
	}
h1, h2,     {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	}
h1 {
	padding-bottom: 5px;
	text-align: center;
	}
a:active, a:focus {
	outline:  none;
   }
.empty {
	height: 25px;
	width: 100%;
}

.container {
	width: 961px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -115px;
}
.push {
	padding-bottom: 115px;
	overflow: auto;
	clear: both;
}

.footer {
	padding-left: 14px;
	margin-top: -115px;
	background-color: #660000;
	color: #FFF;
	height: 113px;
	position: relative;
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
}

.header,.navbar, .footer {
	border-width: 1px;
	border-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.header {
	background-color: #FFF;
	padding-top: 10px;
	width: auto;
	height: 140px;
}
.address {
	text-align: left;
	float: left;
	height: auto;
	width: 187px;
	margin-right: 10px;
	margin-left: 15px;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.4em;
}
.mainlogo {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
}
.social {
	float: right;
	height: 120px;
	width: 36px;
	margin-right: 15px;
	margin-top: 6px;
}
.social img {
	margin-bottom: 5px;
}
.navbar {
	height: 40px;
	width: auto;
	background-repeat: repeat-x;
	clear: both;
	font-size: 1em;
	background-color: #900;
	background-image: url(images/nav-bar-bkg.png);
	padding-left: 20px;
}
.navbar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #FFF;
	overflow: hidden;
	zoom: 1;
}
.navbar ul li { 
	display: inline; 
	float: left;
	}
.navbar ul a { 
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	width: 10em;
	display: block;
	border-bottom: none;
	padding-top: 9px;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 5px;
	text-decoration: none;
	text-align: center;
}
.navbar ul li a:hover {
	color: #BEBEBE;
}

.content {
	width: auto;
	height: auto;
	float: left;
	overflow: auto;
	padding: 20px 15px 15px 15px;
}
.main {
	width: 900px;
	float: left;
}
.heading {
	height: auto;
	width: 100%;
}

.sidebar1 {
	float: left;
	width: 150px;
	margin-right: 20px;
	height: auto;
}
.sidebar1 img {
	padding-bottom: 20px;
}
.sidebar2 {
	float: right;
	width: 150px;
	margin: 3px 0 20px 20px;
	height: auto;
}
.sidebar2 img {
	padding-bottom: 20px;
}
address {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	font-style: normal;
	float: left;
	padding-top: 12px;
}
address a, address a:visited {
	text-decoration: none;
	color: #FFF;
}
address a:hover {
	text-decoration: underline;
}
.ftdivl {
	width: 50%;
	float: left;
}
.ftdivr {
	width: 40%;
	float: right;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	height: 61px;
	font-weight: bold;
	padding-top: 12px;
}
.ftdivr ul {
	color: #FFF;
	width: 100%;
}
.ftdivr ul li {
	display: inline;
}
.ftdivr ul li a     , .ftdivr ul li a:visited
{
	text-decoration: none;
	color: #FFF;
	padding-left: 40px;
}
.ftdivr ul li a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 11px;
	float: right;
	height: 37px;
	width: 43%;
	text-align: right;
	padding-right: 10px;
}
.copyright a, .copyright a:visited {
	text-decoration: none;
	color: #FFF;
}
.copyright a:hover {
	text-decoration: underline;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.fltrt, .fltlft {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.photo {
	height: auto;
	width: auto;
	float: left;
	padding-left: 15px;
	padding-top: 13px;
	margin-bottom: 25px;
}
.photo img {
	margin-left: 0px;
}

.logoflr {
	float: left;
	margin-right: 15px;
	margin-top: 30px;
}
.thankyou {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: italic;
	color: #000;
	height: auto;
	width: 900px;
	text-align: center;
}
.address a:link, .address a:visited {
	text-decoration: none;
}
.address a:hover {
	text-decoration: underline;
	color: #000;
}
.website {
	display: none;
	}