@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-image: url(images/homebackground.jpg);
	background-repeat: repeat-x;
}


/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:403px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.twoColFixLtHdr #container #header #nav #title {
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-right: 400px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #666;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
a:link {
	color: #768109;
	text-decoration: none;
}
a:visited {
	color: #768109;
	text-decoration: none;
}
a:hover {
	color: #030;
	text-decoration: none;
}
a:active {
	color: #768109;
	text-decoration: none;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 7px;
	margin: 0px;
	padding: 0px;
}
.subhead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #7e8a02;
}
.twoColFixLtHdr #container #header #navigation {
	width: 700px;
	padding-left: 140px;
	height: 53px;
	background-image: url(images/navpanel.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #header #nav h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.twoColFixLtHdr #container #footer #footer1 {
	margin: 0px;
	width: 130px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
}
.twoColFixLtHdr #container {
	width: 1200px;
	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;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0;
	height: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 150px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 380px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 120px;
	padding-bottom: 0;
	padding-left: 150px;
	height: 200px;
	background-color: #F9F9F9;
} 
.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 #header #nav {
}
.twoColFixLtHdr #container #header #nav {
	height: 24px;
	margin-left: 485px;
}
.twoColFixLtHdr #container #header #nav {
	height: 17px;
}
.twoColFixLtHdr #container #header #nav #title h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.twoColFixLtHdr #container #footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #footer #footer2 {
	float: left;
	width: 130px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #footer #footer3 {
	margin: 0px;
	float: left;
	width: 130px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.twoColFixLtHdr #container #footer #footer4 {
	float: left;
	width: 190px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.twoColFixLtHdr #container #footer #footer5 {
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.twoColFixLtHdr #container #header #banner {
	padding-top: 118px;
	height: 95px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
