@charset "utf-8";
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #1A1A1A;
	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;
}
.twoColFixLtHdr #container { 
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 10px 0 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/dropshadow.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header { 
	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. */
	margin: 0;
} 
.twoColFixLtHdr #flash {
	margin: 0;
	}	
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* content for non index page	*/


.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	padding: 10px 0;
	/* display none for index page, this makes any reference to the object not appear */
	display: none;
}


#sidebar_header {
	color: #FF0000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 1.2em;
	text-decoration: none;
	background-image: url(../images/sidebarnav01_header.gif);
	background-repeat: repeat-x;
	display: block;
	height: 42px;
	text-align: left;
	padding-top: 13px;
	padding-left: 17px;
	margin-bottom: 10px;
	margin-top: -10px;
	/* display none for index page, this makes any reference to the object not appear */
	display: none;
	}

/* content for index page	*/

.twoColFixLtHdr #mainContent { 
	margin: 10px 0 0 35px;
	padding: 0 0px;
	width: 800px;
} 
.twoColFixLtHdr #mainContent_top { 
	background-image: url(../images/maincontent_top02.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 800px;
}
.twoColFixLtHdr #mainContent_mid { 
	background-image: url(../images/maincontent_mid02.gif);
	background-repeat: repeat-y;
	padding: 10px 15px 10px 15px;
}
.twoColFixLtHdr #mainContent_btm { 
	background-image: url(../images/maincontent_btm02.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 800px;
	margin-bottom: 20px;
}
.bodytext_full {
	width: 520px;
	padding: 5px;
	margin: 0 0 20px 10px;
	position: absolute;
	top: 315px;
	}
.bodytext_contact {
	width: 390px;
	padding: 5px;
	margin: 0 0 20px 10px;
	position: absolute;
	top: 315px;
	}	
.pageimages_full	 {
	clear: both;
	float: right;
	width: 200px;
	/*margin-left: 570px;*/
	margin-top: 20px;
	margin-bottom: 20px
	}
.pageimages_contact	 {
	clear: both;
	margin-left: 420px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	width: 335px;
	padding: 10px;
	background-color: #990000;
	color: #FFFFFF;	
	}	

.img_holder {
	padding: 0 0 20px 0;
	}		
.twoColFixLtHdr #footer { 
	width: 843px;
	padding: 0 10px 0 17px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #707173; 
	display: block;
} 
.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 */
	color: #e0e0e0;
}
.twoColFixLtHdr #footertopimg {
	background-image: url(../images/footertopimg.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 870px;
	}
.twoColFixLtHdr #footerbtmimg {
	background-image: url(../images/footerbtmimg.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 870px;
	}	
.twoColFixLtHdr #footertopimg02 {
	background-image: url(../images/footertopimg02.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 870px;
	}
.twoColFixLtHdr #btmlinks {
	width: 843px;
	display: block;
	margin: 0;
	padding: 0 10px 0 17px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3e3e40;	
	color: #999999;
	}	
.twoColFixLtHdr #footerbtmimg02 {
	background-image: url(../images/footerbtmimg02.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 870px;
	}		
.twoColFixLtHdr #hoznavbar {
	margin: 0;
	width: 870px;
}
.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;
}