@charset "utf-8";
/* CSS Document */

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-attachment: fixed;
	background-image: url(../images/quote2.gif);
	background-position: 125px 800px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-attachment: fixed;
	background-image: url(../images/quote2.gif);
	background-repeat: no-repeat;
	background-position: 100px 800px;
} 
.twoColFixLtHdr #header {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #1B367B;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 233px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../image/header_bkgd.gif);
} 
.twoColFixLtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 25px;
}
.twoColFixLtHdr #header mainlogo {
	margin-left: 200px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-position: top;
	vertical-align: top;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 23px;
} 
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
	height: 51px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	vertical-align: bottom;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #container #homefacts {
	float: left;
	width: 200px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #slideshow {
	margin-left: 450px;
	padding-right: 20px;
}
.twoColFixLtHdr #container #slideshow .begquote {
	background-image: url(../image/quotes.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.twoColFixLtHdr #container #slideshow .endquote {
	background-image: url(../image/endquote.gif);
	background-repeat: no-repeat;
	background-position: right;
}

