@charset "UTF-8";
/* CSS Document */

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColLiqHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColLiqHdr #header {
	height: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/header_04.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
} 
.thrColLiqHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColLiqHdr #sidebar1 {
	float: left;
	width: 22%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-left: 15px;
}
.thrColLiqHdr #sidebar2 {
	float: right;
	width: 23%;
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}
.thrColLiqHdr #mainContent {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #00411D;
	border-right-color: #00411D;
	border-bottom-color: #00411D;
	border-left-color: #00411D;
	margin-top: 0;
	margin-right: 24%;
	margin-bottom: 0;
	margin-left: 23.5%;
	padding-right: 10px;
	border-left-style: dotted;
	padding-left: 24px;
}

.thrColLiqHdr #footer {
	padding: 0 10px;
	background-image: url(images/header_02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 62px;
} 
.thrColLiqHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

/* Use these floats for footer only */

.fltrt {
	float: right;
	margin-left: 8px;
	width: 200px
}
.fltlft {
	float: left;
	margin-right: 8px;
	width: 650px
}

/* Use these floats for footer only */



.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mastHead {
	position:absolute;
	left:4px;
	top:19px;
	width:100%;
	height:145px;
	z-index:1000;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
}
#apDiv2 {
	position:absolute;
	left:552px;
	top:215px;
	width:551px;
	height:137px;
	z-index:2;
	background-image: url(design/header_right.jpg);
	background-repeat: no-repeat;
}
.headerfltrt {
	float: right;
	margin-left: 8px;
	background-image: url(images/header_03.jpg);
	width: 700px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	top: 19px;
	left: 10px;
	}
	.headerLinks {
	margin-left: 180px;
	margin-top: 117px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	

a:link {
color:#00411D;
font-weight:normal;
text-decoration:none;
}
a:visited {
color:#00411D;
font-weight:normal;
text-decoration:none;
}
a:hover {
color:#669933;
font-weight:normal;
text-decoration:underline;
}

.bodyText {	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a.bodyText:link {
color:#669933;
font-weight:normal;
text-decoration:underline;
}
a.bodyText:visited {
color:#669933;
font-weight:normal;
text-decoration:underline;
}
a.bodyText:hover {
color:#669933;
font-weight:normal;
text-decoration:underline;
}
