@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.twoColFixRtHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #picHistory {
	margin-top: 10px;
}

.twoColFixRtHdr #header {
	float: left;
	height: 150px;
	width: 450px;

} 

.twoColFixRtHdr #faucet {
	float: right;
	height: 150px;
	width: 505px;
}
.twoColFixRtHdr #nav {
	width: 955px;
	height: 44px;
}
.twoColFixRtHdr #but_home {
	float: left;
	width: 192px;
	height: 44px;
}
.twoColFixRtHdr #but_serv {
	float: left;
	height: 44px;
	width: 191px;
}
.twoColFixRtHdr #but_proj {
	float: left;
	height: 44px;
	width: 191px;
}
.twoColFixRtHdr #but_const {
	float: left;
	width: 191px;
	height: 44px;
}
.twoColFixRtHdr #but_emp {
	float: right;
	height: 44px;
	width: 190px;
}




.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	background-color: #6666ff;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.twoColFixRtHdr #sidebarhistory {
	float: right;
	width: 310px;
	margin-top: 10px;
	margin-right: 5px;
}

.twoColFixRtHdr #sidepic {
	width: 310px;
}

.twoColFixRtHdr #mainContent {
	width: 605px;
	margin-right: 10px;
	margin-left: 5px;
	float: left;

} 
.twoColFixRtHdr #textHistory {
	margin-top: 10px;
}



.twoColFixRtHdr #main_text {
	width: 397px;
	margin-top: 10px;
	margin-right: 10px;
}



.twoColFixRtHdr #pic_main {
	float: right;
	width: 198px;
	margin-top: 10px;
}
.twoColFixRtHdr #address1 {
	float: left;
	margin-top: 20px;
	width: 302px;
	margin-bottom: 30px;
	text-align: center;
}
.twoColFixRtHdr #address2 {
	margin-top: 20px;
	width: 302px;
	float: right;
	margin-bottom: 30px;
	text-align: center;
}
.twoColFixRtHdr #contact {
	text-align: center;
	clear: both;
	margin-left: 20px;
}
.twoColFixRtHdr #video {
	float: left;
	width: 293px;
	margin-top: 60px;
}
.twoColFixRtHdr #history {
	width: 312px;
	margin-top: 60px;
	float: right;
}





.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.twoColFixRtHdr #bottomNav li {
	list-style-type: none;
	font-weight: bold;
	display: inline;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #construct_pic {
	margin-top: 10px;
}
.twoColFixRtHdr #mainContent li {
	list-style-type: none;
	text-align: center;
}
.twoColFixRtHdr #vid {
	margin-top: 10px;
	margin-left: 60px;
}

