@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: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; 
	border: 1px solid #000000;/* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	background: #FFFFFF;  /* 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. */
	width: 776px;
	margin: 1px 0px -32px 0px;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px 0;

}
.twoColFixLtHdr #matttext {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	margin: -70px 10px 5px 150px;
	background-color: #FFFFFF;
	height: 50px; *
	clear: left; */
	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 1px 10px 5px;
	margin: 31px 0px 0px -1px;
	background-color: #FFFFFF;
	clear: left;
	background-color: #777e6e;
	border: 1px solid #000000;
	height: 697px;
}

.twoColFixLtHdr #sidebarmatt {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 1px 10px 5px;
	margin: 31px 0px 0px -1px;
	background-color: #FFFFFF;
	clear: left;
	background-color: #777e6e;
	border: 1px solid #000000;
	height: 698px;
}

.twoColFixLtHdr #sidebarmainbldg {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 1px 10px 5px;
	margin: 31px 0px 0px -1px;
	background-color: #FFFFFF;
	clear: left;
	background-color: #777e6e;
	border: 1px solid #000000;
	height: 1034px;
}

.twoColFixLtHdr #sidebarphotos {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 1px 10px 5px;
	margin: 31px 0px 0px -1px;
	background-color: #FFFFFF;
	clear: left;
	background-color: #777e6e;
	border: 1px solid #000000;
	height: 1098px;
}
.twoColFixLtHdr #sidebarwhse{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 1px 10px 5px;
	margin: 31px 0px 0px -1px;
	background-color: #FFFFFF;
	clear: left;
	background-color: #777e6e;
	border: 1px solid #000000;
	height: 630px;
}

.twoColFixLtHdr #mainContent {	
    padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 198px;
} 

.twoColFixLtHdr #mainContentmatt {	
    padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 180px;
	height: 615px;
	} 

.twoColFixLtHdr #mainContentwhse {	
    padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 198px;
} 

.twoColFixLtHdr #mainContentphotos {	
    padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 100px;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 98px;
} 

#links a {
text-decoration: none;
color: #000000;
}

#links a:hover {
color: #ffffff;
text-decoration: none;
}

#linkswhse a {
text-decoration: none;
color: #000000;
}

#linkswhse a:hover {
color: #ffffff;
text-decoration: none;
}

#linksphotos a {
text-decoration: none;
color: #000000;
}

#linksphotos a:hover {
color: #ffffff;
text-decoration: none;
}

#linkscontact a {
text-decoration: none;
color: #000000;
}

#linkscontact a:hover {
color: #ffffff;
text-decoration: none;
}

#linkshome a {
text-decoration: none;
color: #000000;
}

#linkshome a:hover {
color: #ffffff;
text-decoration: none;
}

.twoColFixLtHdr #footer {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	width: auto;
	margin-left: 0px;
	margin: 1px 0px 0px 0px;
} 
.twoColFixLtHdr #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;
}
.twoColFixLtHdr #navbar {
	margin-left: 4px;
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
}


