@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/head_back.png);
	background-repeat: repeat-x;
	font-size: 14px;
}
.twoColFixRtHdr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* 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: 277px;
	background-color: #900;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixRtHdr #header #logo {
	position: absolute;
	left: 100px;
	top: 65px;
	border: none;
}
.twoColFixRtHdr #sidebar {
	width: 300px;
	padding: 0px;
	position: relative;
	float: right;
	margin-top: 0px;
	margin-right: 125px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	color: #ffffff;
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #f9f937 0px 0px 10px;
	-moz-box-shadow: #f9f937 0px 0px 10px;
	box-shadow: #f9f937 0px 0px 10px;
	background-image: url(../images/contact_head.png);
	background-repeat: no-repeat;
	background: #900202;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0000), to(#ab0000));
	background: -webkit-linear-gradient(#cc0000, #ab0000);
	background: -moz-linear-gradient(#cc0000, #ab0000);
	background: -ms-linear-gradient(#cc0000, #ab0000);
	background: -o-linear-gradient(#cc0000, #ab0000);
	background: linear-gradient(#cc0000, #ab0000);
	-pie-background: linear-gradient(#cc0000, #ab0000);
	behavior: url(../pie/PIE.php);
	position: absolute;
	top: -175px;
}
.twoColFixRtHdr #sidebar1 .rec {
	margin-top: 5px;
}
.twoColFixRtHdr #sidebar1 a {
	color: #fff;
}
.twoColFixRtHdr #mainContent {
	width: 675px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 100px;
	padding: 0;
	position: relative;
	height: 450px;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 16px;
	color: #cc0000;
}
.twoColFixRtHdr #mainContent .body-text {
	width: 375px;
	float: left;
}
.twoColFixRtHdr #mainContent .body-images {
	float: left;
	width: 300px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #900202;
	background-image: url(../images/footer_back.png);
	background-repeat: repeat-x;
	height: 35px;
} 
.twoColFixRtHdr #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 */
	font-size: 10px;
	color: #ffffff;
	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;
}
.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;
}
.darkred {
	color: #cc0000;
}
#recaptcha_image img {
	width: 270px;
	height: 51px;
} 
