@charset "UTF-8";
/* CSS Document */
/* Created by: Brian Hawkins */
/* Date: March 7, 2008 */
/* KDL, Inc. 301 Communications Way, Evansville, IN 47715 */
/* Copyright 2008, KDL, Inc. All rights reserved */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #3c3c3c url(../images/body-bg.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}
#container {
	margin: 0 auto;
	width: 905px;
}
h1,h2,h3,h4 {
	font-weight: bold;
}
h2 {
	color: #464646;
	font-size: 20px;
	margin: 2px 0 8px 0;
}
h3 {
	font-size: 16px;
	color: #0072bc;
	margin: 20px 0 0 0;
	font-weight: bold;
	padding-left: 12px;
}
h4 {
	font-size: 14px;
	color: #000;
	margin: 0 0 5px 0;
	padding-left: 12px;
}
h4.state {font-size: 16px; margin: 20px 0 0 0; font-weight: bold; padding-left: 12px;}
#copy ul.state {margin: 0px 0 5px 25px; padding-left: 25px;}
#copu ul.state li {margin: 0 0 0 25px; padding-left: 25px;}
p {
	padding: 8px 0 0 12px;
	line-height: 18px;
}
a, a:visited {
	color: #ffc000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
hr {
	clear: both;
	margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #b7b7b7;
}
img {
	border: none;
	margin: 15px;
}

/*
 * Header
 */
#header {
	width: 905px;
	height: 99px;
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent url(../images/header-bg.jpg) no-repeat top left;
}
#header h1 a {
	display: block;
	text-indent: -999em;
	height: 99px;
	width: 197px;
	background: transparent url(../images/logo.jpg) no-repeat top left;
}
#header h1 a:hover {
	text-decoration: none;
}

/*
 * Content
 */
#body-wrapper {
	width: 903px;
	padding: 0 1px;
	position: relative;
	background: transparent url(../images/inner-bg-blue.jpg) repeat-y top left;
}
#content {
	background: transparent url(../images/inner-gradient-blue.jpg) repeat-x top left;
	padding: 10px 0;
}
.white #body-wrapper {
	background-image: url(../images/inner-bg-white.jpg);
}
.white #content {
	background-image: url(../images/inner-gradient-white.jpg);
	height: auto;
}
.white a, .white a:visited {
	color: #2275c3;
	font-weight: bold;
}
#copy {
	margin-bottom: -10px;
	padding: 15px 35px;
	min-height: 450px;
	background: url(../images/swoosh-bg.gif) no-repeat bottom left;
}
#copy .right {
	width: 400px;
	float: right;
}
#copy .left {
	float: left;
}
#copy .image {
	float: right;
	width: 420px;
	position: relative;
	padding: 0 10px;
}
#copy .wide {
	width: 546px !important;
}
#copy .image image {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
#copy .image p.caption {
	padding: 0;
	margin: -50px 0 10px 25px;
	font-weight: bold;
	color: #2275c3;
}
#copy ul {
	padding: 8px 0 0 12px;
	margin: 3px 15px;
}
#copy ul.plain {
	list-style: none;
}
#copy ul li {
	line-height: 20px;
}
#copy form fieldset {
	border: 0;
	padding: 15px;
	margin: 0;
	border-top: 1px solid #e2e4e3;
}
#copy form fieldset.even {
	background: #f0f0f0;
}
#copy form fieldset p {
	padding: 8px 0 4px 0;
}
#copy form label {
	display: block;
	clear: both;
	margin: 2px 0 4px 2px;
}
#copy form input.button {
	display: block;
	clear: both;
	padding: 3px;
	font-size: 13px;
	margin: 10px 25px;
}
#copy form input.tf {
	display: block;
	clear: both;
	padding: 3px;
	margin: 2px 0 20px 0;
	font-size: 13px;
	width: 250px;
}
#copy form textarea {
	width: 300px;
	height: 150px;
	margin: 0 0 15px 0;
}
#col-right {
	width: 180px;
	float: right;
	color: #e3e5e4;
	padding: 15px 0;
	margin: 0 15px 0 0;
}
#col-right img {
	margin: 20px 0;
	padding: 0;
}
#col-right img.bottom {
	position: absolute;
	bottom: 55px;
}
#col-right h4 {
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 5px;
	color: #fff;
}
#col-right h3 {
	margin-top: 6px;
	font-weight: bold;
	color: #ffc600;
}
#col-right p {
	padding-bottom: 5px;
	padding-left: 5px;
}
.subnav {
	list-style: none;
	float: right;
	display: block;
	margin: 0 0 10px 10px;
	padding: 10px 12px;
	width: 174px;
	background: #c7c7c7 url(../images/subnav-bg.jpg) no-repeat top left;
}
.subnav li {
	padding: 5px 0 2px 0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #a1a1a1;
}
.subnav li.last {
	border: none;
	padding-bottom: 10px;
}
.subnav li.bottom {
	height: 48px;
	margin: 0 -12px -10px -12px;
	border-top: 1px solid #fff;
	border-bottom: none;
	background: #fff url(../images/subnav-reflect.jpg) no-repeat top left;
}
.subnav li p {
	font-size: 10px;
	color: #313131;
	line-height: 13px;
	font-weight: normal;
	padding: 2px 0 4px 5px;
}
.subnav li a {
	color: #0072bc;
}

/*
 * Footer
 */
#footer {
	background: transparent url(../images/footer-bg-blue.jpg) no-repeat top left;
	color: #b7b7b7;
	padding: 15px 0 50px 0;
	font-size: 11px;
}
.white #footer {
	background-image: url(../images/footer-bg-white.jpg);
}
#footer .top-footer {
	margin: 10px 0 5px 0;
}
#footer .bottom-footer {
	margin: 5px 0 10px 0;
}
#footer a, #footer strong {
	color: #fff;
	font-weight: bold;
}
#footer .left {
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
}
#footer .right {
	float: right;
	margin: 0;
	padding: 0 12px 0 0;
}
#footer hr {
	margin: 3px 8px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	float: left;
	border-right: 1px solid #b7b7b7;
	padding: 0 8px;
}
#footer ul li a {
	color: #ffc600;
}

/*
 * Navigation
 */
#header #primary-navigation, #header #primary-navigation li {margin: 0; padding: 0;}
#header #primary-navigation {position: absolute; bottom: 0; right: 0; list-style: none;}
#header #primary-navigation li {float: left;}
#header #primary-navigation li a {display: block; height: 33px; text-indent: -999em; background-position: top left; background-repeat: no-repeat;}
#header #primary-navigation li a:hover {background-position: bottom left;  text-decoration: none;}
#header #primary-navigation li.active a {background-position: bottom right; text-decoration: none;}
#pos1 a {background-image: url(../images/pos1.jpg); width: 118px;}
#pos2 a {background-image: url(../images/pos2.jpg); width: 108px;}
#pos3 a {background-image: url(../images/pos3.jpg); width: 96px;}
#pos4 a {background-image: url(../images/pos4.jpg); width: 98px;}
#pos5 a {background-image: url(../images/pos5.jpg); width: 147px;}
#header #secondary-navigation {position: absolute; top: 0; right: 0; list-style: none; margin: 15px 25px;}
#header #secondary-navigation li {float: left; border-right: 1px solid #fff; padding: 0 12px;}
#header #secondary-navigation li.last, #footer li.last {border: none;}
#header #secondary-navigation li a {font-size: 11px; color: #ffc000; font-weight:bold;}

.clearfix {height:0px; display:block; clear:both; margin:0; line-height:0; font-size:0;}}
