@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 20px;
	z-index: 5;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
	height: 220px;
	width: 950px;
	background-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #993300;
}
.TopMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-color: #84B6E2;
	background-repeat: repeat-y;
	height: auto;
	padding-bottom: 15px;
	overflow: hidden;
}
#sidebar2 {
	float: left;
	width: 700px;
	z-index: auto;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 7px;
} 
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.twoColFixLtHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 215px;
} 
.footerAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	left: auto;
	right: auto;
}
.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;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	word-spacing: normal;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	left: 0px;
	color: #000000;
	text-align: left;
}
.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.bold_bigger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #009933;
}
.bolds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#tab  {
	float: right;
	height: 450px;
	width: 220px;
	padding-left: 20px;
	z-index: 30;
	display: inline;
	background-color: #FFFFFF;
	padding-right: 20px;
}
#biggerPic {
	height: 221px;
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#ContactPostIt {
	height: 221px;
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(Images/ContactPostIt.gif);
}
#TapeMeasure {
	height: 300px;
	width: 250px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(Images/TapeMeas.jpg);
}
#partnerPic {
	height: 240px;
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.footerContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	left: auto;
	right: auto;
	margin-left: 215px;
}
