@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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:#CCC;
}
.oneColFixCtrHdr #bgdiv {
	width: 100%;
	background-image:url(images/contactbigbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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/contactheader.jpg);
	height: 146px;
	width: 960px;
	line-height: 0;
}
#navbar {
	width: 960px;
	height: 21px;
	position: relative;
	
}
.oneColFixCtrHdr #bgdiv #container #navbar table {
	position: absolute;
	top: 125px;
	right: 307px;
}
.oneColFixCtrHdr #mainContentContact {
	height: 747px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url(images/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.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;
}