@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-image: url(../images/stripes.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1 {color: #ffcc00;	font-size: 125%; margin-top: 0px;}
h2 {font-size: 110%;}

.yellow { color: #ffcc00;}
.white {color:#ffffff;}
.disclaimer {font-size:80%;}
.oneColFixCtrHdr #container {
	width: 806px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
}
.oneColFixCtrHdr #header {
	padding: 0px 25px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/SpringfieldStriping.jpg);
	background-repeat: no-repeat;
	height: 100px;
	text-align: right;
	color: #ffffff;
	margin-top: 10px;
}

.oneColFixCtrHdr #menu {margin: 40px 0px 0px 0px; font-size: 12px; color: #ffd401; font-weight: bold;}
.oneColFixCtrHdr #menu p {margin: 0; padding: 10px 0;}
.oneColFixCtrHdr #menu a {text-decoration:none; font-size: 12px; color: #ffd401; font-weight: bold;}
.oneColFixCtrHdr #menu a:link {text-decoration: none; font-size: 12px; color: #ffd401; font-weight: bold;}
.oneColFixCtrHdr #menu a:visited {text-decoration: none; font-size: 12px; color: #ffd401; font-weight: bold;}
.oneColFixCtrHdr #menu a:hover {text-decoration: none; font-size: 12px; color: #ffffff;}
.oneColFixCtrHdr #menu a:active {text-decoration: none; font-size: 12px; color: #ffd401; font-weight: bold;}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -200px;
}

.oneColFixCtrHdr #mainContent { padding: 0 20px; }

.oneColFixCtrHdr #BodyContainer {
	border: solid 1px #cccccc;
	margin: 0;
	padding: 0;
	width: 766px;
	background-color: #210202;
}

.oneColFixCtrHdr #BodyContentServices {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 205px;
	background-image: url(../images/services-back.jpg);
	background-repeat: repeat-y;
	font-size: 95%;
	height: 830px;		
}

.oneColFixCtrHdr #BodyContentAsphalt {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 205px;
	background-image:url(../images/asphalt-back.jpg);
	background-repeat: repeat-y;
	font-size: 95%;
	height: 948px;
}

.oneColFixCtrHdr #BodyContentCrack {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 205px;
	background-image:url(../images/cracksealing-back.jpg);
	background-repeat: repeat-y;
	font-size: 95%;
	height: 955px;
}

.oneColFixCtrHdr #BodyContentConcrete {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 205px;
	background-image:url(../images/concreteback.jpg);
	background-repeat: repeat-y;
	font-size: 95%;
	height: 948px;	
}

.oneColFixCtrHdr #BodyContentStriping {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 205px;
	background-image:url(../images/striping-back.jpg);
	background-repeat: repeat-y;
	font-size: 95%;
	height: 830px;		
}

.oneColFixCtrHdr #BodyContentEstimate {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 205px;
	background-image:url(../images/estimate-back.jpg);
	background-repeat: repeat-y;
	font-size: 95%;
	height: 1180px;		
}

.oneColFixCtrHdr #BodyContentCareers {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 205px;
	background-image:url(../images/careers-back.jpg);
	background-repeat: repeat-y;
	font-size: 95%;
	height: 1180px;		
}

.oneColFixCtrHdr #BodyContentContact {
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 205px;
	background-image:url(../images/contact-back.jpg);
	background-repeat: repeat-y;
	font-size: 95%;
	height: 500px;	
}

.oneColFixCtrHdr #footer {
	padding: 10px 55px;
	background-image: url(../images/footer-back.jpg);
	background-repeat: no-repeat;
	height: 37px;
	color: #ffffff;
	font-size: 80%;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer p {margin: 0;	padding: 0;}
.oneColFixCtrHdr #footer a {text-decoration:none; color:#ffffff;}
.oneColFixCtrHdr #footer a:link {text-decoration: none; color:#ffffff;}
.oneColFixCtrHdr #footer a:visited {text-decoration: none; color:#ffffff;}
.oneColFixCtrHdr #footer a:hover {text-decoration:underline; color:#ffffff; font-weight:bold;}
.oneColFixCtrHdr #footer a:active {text-decoration: none; color:#ffffff; }

.oneColFixCtrHdr .copy {font-size:80%;}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearit {
	clear: both;
}

.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}

a {text-decoration:underline; color:#ffffff;}
a:link {text-decoration: underline; color:#ffffff;}
a:visited {text-decoration: underline; color:#ffffff;}
a:hover {text-decoration:none; color:#ffffff; font-weight:bold;}
a:active {text-decoration: underline; color:#ffffff; }
