@charset "utf-8";
body {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	color: #151515;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #004C91;
}

/* Site Header */
#siteheader {
	background-color: #FFFFFF;

}
#siteheader img {

}

/* Header navigation */
#headerNav {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 0.95em;
}
#headerNav ul {
	list-style: none;
}

#headerNav a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	clear: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 0.9em;
}

/* Moving Image Script */
#movingImageScript {
	height: 140px;
	float: left;
	background-color: #1C4185;
	padding-top: 4px;
	margin-top: 3px;

}


/* Sidebar */
#sidebar {
	background-color: #00529B;
	color: #FFFFFF;
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 0px;
}

#sidebar ul {
	list-style: none;
}
#sidebar a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
#sidebar a:hover {
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
}

/* Main - Category Navigation */
#mainnav {
	padding-top: 14px;
	padding-bottom: 1px;
}
#mainnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mainnav li a {
	text-decoration: none;
	text-align: left;
	clear: left;
	display: block;
	padding-bottom: 7px;
}



/* Footer */
#footer {
	background-color: #00529B;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 7px;
	padding-bottom: 10px;
}

.footerText {
	font-size: 0.85em;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
/* End CSS for Contractor page */


#spacer {
	width: 100%;
	height: 10px;
	background-color: #FFFFFF;
}




.floatleft {
	float: left;
}

.centered {
	text-align: center;
}
img.floatleft {
	float: left;
	clear: both;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.rightphotopad {
	margin-left: 14px;
	margin-top: -3px;
	margin-right: -10px;
	clear: both;
}

.largebold {
	font-size: 26px;
}
.largefont {
	font-size: 1.2em;
}

.nounderline {
	text-decoration: none;
}
.bolder {
	font-weight: bolder;
}
.bottompadding {
	padding-bottom: 11px;
}
.justify {
	text-align: justify;
}
.blue {
	color: #1C4185;
	margin-bottom: -6px;
}
.dk_red {
	color: #80072D;
}
.smalltext {
	font-size: 0.9em;
}
.dualpad {
	padding-left: 20px;
	padding-right: 20px;
}

.smallMargin {
	margin-bottom: 4px;
	margin-top: -15px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

.roundcorners {
	border-radius: 6px;
}
img.maxwidth {
	max-width: 90%;
}
.white {
	color: #FFFFFF;
}
