@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
/*
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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 980px;
}
*/
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	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. */
	height: 130px;
	width: 980px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	height: 355px;
	width: 980px;

} 
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	width: 980px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif, "Bell Gothic Std Black";
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.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;
}
#homemaincontentleft {
	float: left;
	height: 355px;
	width: 20px;
}
.thrColFixHdr #container #mainContent #homemaincontenttext p {
	font-family: Arial, Helvetica, sans-serif, "Bell Gothic Std Black";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	word-spacing: normal;
	padding: 0px;
	margin-right: 50px;
	margin-left: 20px;
}

#homemaincontentcenter {
	float: left;
	height: 355px;
	width: 350px;
}

.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;
}
.thrColFixHdr #container #header #menubig {
	height: 35px;
	width: 980px;
}
#logoless {
	height: 35px;
	width: 130px;
	float: left;
}
#menu {
	width: 850px;
	float: left;
	height: 35px;
}
#header2 {
	height: 95px;
	width: 980px;
}
#homemaincontenttext {
	height: 355px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif, "Bell Gothic Std Black";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	float: left;
}
.thrColFixHdr #container #mainContent #contactusimage {
	margin: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
}
.thrColFixHdr #container #mainContent #contactform {
	float: left;
}
.thrColFixHdr #container #mainContent #thankyoupagesec {
	font-family: Arial, Helvetica, sans-serif, "Bell Gothic Std Black";
	font-size: 36px;
	font-style: italic;
	color: #B6B38A;
	text-align: center;
	margin: 20px;
	padding: 20px;
}
