@charset "UTF-8";
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%;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 902px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bgd_topMain.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f0f0f0;
	height: auto;
} 
#container p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.5em;
	color: #666;
	margin: 0;
	padding-bottom: 10px;
}
#container h6 {
	margin-top:2em;
	margin-bottom:0.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight: normal;
	line-height: 1.4em;
	color: #666;
}

#container h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	margin-top: 0px;
	margin-bottom:10px;
	color: #5E7E63;
	line-height: 32px;
}
#container h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #698D6E;
	padding-bottom: 0.1em;
	margin: 0;
	padding-top: 0.3em;
	line-height: 24px;
}
#container h3 {
	margin: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #899BB5;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	line-height: 20px;
}

#container h4 {
	margin: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #53565B;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	line-height: 16px;
}

.twoColFixLtHdr #header {
	padding: 5px 5px 5px 5px;  /* 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: 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 */
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
#nav_top {
	height: 70px;
	width: 520px;
	margin-left: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#container #sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #899BB5;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar1 p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.3em;
	color: #666;
	margin-top: 5px;
}
#sidebar1 a {
	color:#6D819E;
	text-decoration: none;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #069;
	background-color: #E1E1E1;
}
#sidebar1 ul {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
	list-style: none;
	text-decoration: none;
}
#sidebar1 ul li a {
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration:none;
	font-size: 14px;
	color: #899BB5;
}
#sidebar1 ul li a:hover {
	margin-top: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 360px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
	text-align: left;
}
#mainContent a {
	color: #425C9E;
}
#mainContent a:hover {
	text-decoration:underline;
	color: #069;
	background-color: #E1E1E1;
}
#mainContent img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent a:hover img{
	background: #F0F0F0;
}
#mainContent ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.4em;
	color:#666;
	margin-top: 1em;
	margin-bottom: 1em;
}
.twoColFixLtHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: auto;
	height: 192px;
	background-image: url(../images/background_container_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	color: #899BB5;
	font-size: 11px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 5px;
	font-style: normal;
}
#footer h1 {
	margin: 0;
	padding-top: 5px;
	font-size:16px;
	color: #899BB5;
	line-height: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#footer h2 {
	font-size:14px;
	margin: 0px;
	padding-top: 5px;
}
#footer a {
	color: #5F6C7E;
}
#footer a:hover {
	text-decoration: none;
	color: #069;
	background-color: #E1E1E1;
}	
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
#footer ul li {
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 10px;
	color:#5F6C7E;
}
#footer ul li a {
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#nav_bottom {
	text-align: left;
	margin: 0px;
	padding: 5px;
	width: 880px;
}
.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: 0px;
}
.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:0px;
	font-size: 1px;
	line-height: 0px;
}
.listItemWider {
	width: 180px;
	float: left;
}
.listItemNarrower  {
	width: 190px;
	float: left;
}
.widefootertext    {
	width: 160px;
}
.aboutus {
	list-style-type: none;
}
.fivepxPaddingTop {
	padding-top: 5px;
}
.webcredit {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #999;
	text-align: right;
	margin-right: -500px;

}.img_indent {
	margin-left: 30px;
}

