@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:  #FFF;
	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: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	/* 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: 90px;
} 
.thrColFixHdr  #header  img {
	border-style: none;



}

.thrColFixHdr #mainContent p .loc{
	color: #009;
}

.thrColFixHdr #sidebar1 {
	background: #CCC;
	width: 229px;
	height: 1163px;
	float: left;
}
.thrColFixHdr #sidebar1acc {
	background:  #CCC;
	width: 229px;
	height: 1817px;
	float: left;
}

.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: #6D754D; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	float: right;
	width: 975px;
	background-color: #FFF;
}

.thrColFixHdr #mainContentloc {
	float: left;
	width: 500px;
	background-color: #FFF;
}

.thrColFixHdr #mainContent li {
	font-size: 0.8em;
}

.thrColFixHdr #mainContentloc li {
	font-size: 0.8em;
}

.thrColFixHdr #mainContentindex {
	background-color: #FFF;
	width: 488px;
	float: left;
}

.thrColFixHdr #mainContentindexprom {
	background-color: #FFF;
	width: 485px;
	float: right;
}

.thrColFixHdr #mainContent h1{
	padding-left: 20px;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.thrColFixHdr #mainContentloc h1{
	padding-left: 20px;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.thrColFixHdr #mainContentindex h1{
	padding-left: 20px;
	font-size: 1.10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.thrColFixHdr #mainContentindexprom h1{
	padding-left: 20px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.thrColFixHdr #mainContent p{
	padding-left: 20px;
	font-size: 0.75em;
	padding-right: 20px;
}

.thrColFixHdr #mainContentloc p{
	padding-left: 20px;
	font-size: 0.75em;
	padding-right: 20px;
}

.thrColFixHdr #mainContentacc p{
	color: #000000;
	padding-left: 20px;
	font-size: 0.8em;
	padding-right: 20px;
}

.thrColFixHdr #mainContentindex p{
	color: #000000;
	padding-left: 20px;
	font-size: 0.75em;
	padding-right: 20px;
}

.thrColFixHdr #mainContentindexprom p{
	color: #000000;
	padding-left: 20px;
	font-size: 0.75em;
	padding-right: 20px;
}

.thrColFixHdr #indexpics {
	width: 975px;
	background-image: url(images/homespacer.jpg);
}

.thrColFixHdr #footer {
	height: 22px;
	text-align: left;
	background-color: #CCC;
	font-size: 10px;
	width: 975px;
} 
.thrColFixHdr #footer p {
	margin: 0;
	font-size: 0.75em;
	color: #FFF;
	padding-top: 4px;
}

.thrColFixHdr #footer2 {
	height: 22px;
	text-align: center;
	background-color: #D6D6D6;
} 
.thrColFixHdr #footer2 p {
	margin: 0;
	font-size: 0.75em;
	color: #000000;
	padding-top: 4px;
}

.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;
}
	
.thrColFixHdr .style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}
	
.thrColFixHdr #linkbar1 {
	text-align:right;
	background-color:#FFFFFF;
	height:25px;
	position: relative;
	}
	
.thrColFixHdr #linkbar2 {
	text-align:left;
	background-color:#000000;
	color: #FFFFFF;
	height:25px;
	position: relative;
	}
	
.thrColFixHdr .style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.79em;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold
	}
	
.thrColFixHdr #middle {
	position:absolute;
	top:3px;
	left: 450px;
	width: 530px;
}

.thrColFixHdr #middle2 {
	position:absolute;
	top:3px;
	left: 0px;
}

#closure {
	font-weight: bold;
}

.thrColFixHdr #generalprom{
	width: 600px;
	height: 191px;
	background-image: url(images/generalprom.jpg);
	margin-bottom: 2px;
	margin-left: 2px;

}


.thrColFixHdr #contactbar{
	text-align:right;
	background-color:#FFFFFF;
	height:20px;
	position: relative;
	font-size: 0.9em;
	}

