@charset "utf-8";
.section_header {
	font-size: 14px;
	font-weight: bold;
	color: #FEAE0F;
	background-color: #466C9D;
	border: 2px solid #003600;
	text-align: center;
}

.section_box {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003600;
	border-right-color: #003600;
	border-bottom-color: #003600;
	border-left-color: #003600;
}

/* CSS Document */

.footer {
	font-size: 10px;
	color: #FCAF11;
	text-align: center;
	padding: 10px;
}
#container {
	border: 1px solid #FFB312;
}

.contentArea {
	line-height: 25px;
	padding: 20px;
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 8px;
	margin-left: 0px;
	border: thin solid #000;
}
.thinIMGborder {
	border: thin solid #000;
}
.estimatesAreFree {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.floatRight {
	float: right;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: thin solid #000;
}
.smaller_text {
	font-size: 8.5px;
}
.homeMiddleCell {
	text-align: center;
	padding: 10px;
}
.mainTagline {
	font-size: 18px;
	font-weight: bold;
	color: #730100;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 0px;
}
.contactTable {
	margin-top: 10px;
}
.tagline2 {
	font-weight: bold;
	color: #2A2B0C;
}
.tagline3 {
	text-align: center;
	line-height: 100%;
	color: #2A2B0C;
	font-weight: bold;
}

.tagline4 {
	color: #466C9D;
	font-weight: bold;
	line-height: 100%;
}
.tagline5 {
	font-size: 11px;
	text-align: center;
}
.smallHomeTableLabel {
	font-size: 12px;
}

.center {
	display: block;
	margin: 0 auto;
}
