@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
}
.thrColFixHdr #container {
	width: 1096px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/BG-main.jpg);
	height: 1174px;
	padding: 0;
} 
.thrColFixHdr #containercontact {
	width: 1096px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/BG-contact.jpg);
	height: 1174px;
	padding: 0;
}
.thrColFixHdr h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.thrColFixHdr h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.thrColFixHdr p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.thrColFixHdr a:hover {
	color: #333;
}



.thrColFixHdr #header {
	padding: 0px;  /* 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. */
	margin: 0px 47px 0px 51px;
	width: 998px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 51px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 315px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0px 47px 0px 0px;
}
.thrColFixHdr #sidebar2 p  {
	line-height: 1.6;
}

.thrColFixHdr #mainContent {
	margin: 0px 0px 0px 210px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 460px;
	padding: 10px 0px 0px 0px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	margin: 0px 0px 0px 0px;






x; 
} 
.thrColFixHdr #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: 30px 162px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #5b5b5b;
}
.thrColFixHdr #footer p a {
	color: #5b5b5b;
	text-decoration: none;
}
.thrColFixHdr #footer p a:hover {
	color: #EF4C23;
	text-decoration: none;
}


.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;
}
.home-email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EF4C23;
	text-decoration: none;
}
.home-0800 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EF4C23;
	text-decoration: none;
}
.home-01283 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EF4C23;
	text-decoration: none;
}
#thankyou {
	height: 330px;
}
