@charset "UTF-8";
body  {
	background: #000000;
	margin: 0 auto; /* 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-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLt #container {
	width: 1034px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin:0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute;
	z-index:1;
	top:30px;
	left:30px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 172px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(/images/contentbkgrdhm.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:146px;
	left:0px;
	z-index:3;
	width: 863px;
	height: 671px;
}
.twoColFixLt #mainContentinside {
	margin: 0 0 0 172px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(/images/contentbkgrdint.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:146px;
	left:0px;
	z-index:4;
	width: 860px;
	height: 598px;
}
#insidetext {
	position:absolute;
	width:802px;
	height:279px;
	z-index:4;
	left:11px;
	top:13px;
	line-height:18px;
} 
#wideinsidetext {
	position:absolute;
	width:802px;
	height:223px;
	z-index:4;
	left:11px;
	top:13px;
	line-height:18px;
}
 
.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;
}
#hmheadertext {
	position:absolute;
	width:575px;
	height:121px;
	z-index:5;
	left: 429px;
	top: 10px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
#hmheader {
	position:absolute;
	width:859px;
	height:146px;
	z-index:2;
	left: 22px;
	top: 0px;
	margin-left:150px;
	background-image:url(/images/hdrbkgrd.gif);
	background-repeat:no-repeat;
}
#whoheader {
	position:absolute;
	width:859px;
	height:146px;
	z-index:2;
	left: 22px;
	top: 0px;
	margin-left:150px;
	background-image:url(/images/hdrbkgrdwho.jpg);
	background-repeat:no-repeat;
}
#form {
	position:absolute;
	width:598px;
	height:196px;
	z-index:6;
	left: 94px;
	top: 420px;
	margin-left:150px;
	font-size:10px;
	color:#000000;
}
#hmcontact {
	position:absolute;
	width:159px;
	height:52px;
	z-index:7;
	left: -143px;
	top: 509px;
	margin-left:150px;
	font-size:10px;
	line-height:14px;
	color:#FFFFFF;
}
#contact {
	position:absolute;
	width:159px;
	height:63px;
	z-index:7;
	left: -148px;
	top: 506px;
	margin-left:150px;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	color:#000000;
}
#footer {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	width:861px;
	height:30px;
	z-index:8;
	left:0px;
	top:604px;
	font-weight:bold;
}
#thankyou {
	position:absolute;
	width:185px;
	height:52px;
	z-index:7;
	left: 180px;
	top: 458px;
	margin-left:150px;
	font-size:24px;
	font-weight:bold;
	color:#000000;
}
