@charset "UTF-8";
/* CSS Document */
html {
	height:101%;
}
body {
	background: #4193D0 url(../images/bg_content.jpg) repeat-x center 0px!important;
	margin: 0;
	padding:19px;
	text-align:center;
	margin:0 auto;
	font: 11px Arial, Helvetica, sans-serif;
}
/******************************** PARAGRAPH ELEMENTS **********************************/

a:link {
	color: #DDD;
}
a:visited {
	color: #BBB;
}
a:hover {
	color: #EEE;
}
a:active {
	color: #AAA;
	z-index: 800;
}
h1 {
	margin: 0 0 15px 0;
	font: 15px;
	color:#000;
}
h2 {
	font-size: 15px;
	color: #4193D0;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 14px;
	color: #888;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	color: #555;
	margin: 0;
}
h5 {
	font-weight: normal;
}
p {
	color:#333;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0 0 10px 0;
}
ul {
	padding:0 20px;
	margin: 0 0 20px 0;
	line-height:1.5em;
}
ul p {
	display: block;
	margin: 0 0px;
}
li p {
	display: block;
	margin: 0 0px;
}
strong, b {
	font-weight: bold;
	color: #581f00;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 18px;
	color: #581f00;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.heading2 {
	font-size: 28px;
	color: #581f00;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.heading_blue {
	font-size: 29px;
	color: #002b5c;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-stretch: ultra-expanded;
}
/******************************** LAYOUT ELEMENTS **********************************/

#home-hero-slideshow {
	padding:0;
	width: 777px;
	overflow: hidden !important;
	z-index: 800;
	top: 199px;
	position: absolute;
}
#home-special-slideshow {
	padding:0;
	width: 489px;
	overflow: hidden !important;
	z-index: 800;
}
th a {
	color: #CCC;
}
#content a {
	color: #666;
	text-decoration: none;
}
#content a:link {
	color: #0079C1;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #6EA6C9;
}
#content a:hover {
	text-decoration: underline;
	color: #0079C1;
}
#content a:active {
	text-decoration: none;
	color: #0079C1;
	font-size: 12px;
}
#container {
	width: 777px;
	margin:0 auto;
	text-align:center;
	padding:0;
}
#content {
	width: 777px;
	padding: 0px;
	text-align:left;
	background:  url(../images/content-bg.jpg) repeat-y;
	display: block;
	clear: both;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: bold;
	min-height: 650px;
}
#enews {
	width: 775px;
	padding: 1px;
	background-color:#FFF;
	text-align:left;
	display: block;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#left_content {
	color:#333;
	padding: 25px;
	width: 493px;
	z-index: 1;
	overflow: visible;
	min-height:496px;
}
#left_content li {
	list-style: disc;
	font-weight: normal;
}
#top {
	width:777px;
	margin:0 auto;
	background:url(../images/banner.jpg) no-repeat;
	z-index: 900;
	height: 359px;
}
#tab {
	width:196px;
	height:12px;
	float:right;
	margin:336px 42px 0 0;
	overflow:hidden;
	background-color:#000;
	font-size:100%;
	padding:14px 0;
}
#tab-col {
	width:176px;
	text-align:left;
	background:url(../images/tab_image.jpg) no-repeat;
	padding: 209px 10px 10px 10px;
	font-size: 10px;
	top:427px;
	bottom:0;
	margin-left: 539px;
	position:absolute;
	overflow:visible;
	z-index: 800;
	visibility: visible;
}
#tab-col p {
	color:#FFF;
	line-height:2em;
	font-size: 14px;
}
#tab-col h4 {
	font-size: 14px;
	color: #EEE;
	margin: 0;
}
#tab-col a {
	font-size: 14px;
	color: #4193D0;
	margin: 0;
	font-weight: bold;
}
/*********************************** NAVIGATION ****************************/

#nav {
	height: 48px;
	width: 780px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	z-index: 800;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 800;
}
#nav img {
	display: block;
}
#nav li {
	padding: 0;
	float: left;
	position: relative;
	z-index: 800;
}
#nav ul li ul {
	position: absolute;
	top: 48px; /* Set 1px less than menu height */
	left: 2px;
	display: none;
	background-color: #0079C1;
	font-size: 10px;
	padding: 0;
	border-top: 1px solid #B2B1BE;
	width: 130px;
}
#nav ul li ul li {
	text-align: left;
	display: block;
	float: none;
	font-size: 10px;
	border-bottom: 1px solid #B2B1BE;
}
#nav ul li ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 10px;
}
#nav ul li ul li a:hover {
	color: #B2B1BE;
	background: #000;
	padding: 10px 10px;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
	width: 130px;
	text-align:left;
	margin: 0;/* Width of Menu Items */
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */
.float_left {
	float: left;
	padding: 0 20px 10px 0;
}
.float_right {
	float: right;
}
.button {
	background: #0079C1;
	color: #fff;
	border: 3px solid #b1b2be;
	width: 180px;
	padding: 5px;
}
.button2 {
	background: #FD0D1E;
	color: #fff;
	border: 3px solid #b1b2be;
	width: 180px;
	padding: 5px;
}
#form1 {
	background: #eee;
	padding: 8px 35px 24px;
	border: 3px solid #b1b2be;
}
#form2 {
	background: #fff;
	padding:0;
}
.form-table {
	border:1px solid #AAA
}

.downloads ul {
	list-style-type: none;}

.downloads li {
	background: url(../images/pdf_bullet.jpg) no-repeat;
	height: 40px;
	padding: 15px 0 0 40px;
	list-style: none!important;
	}

/******************************** FOOTER **********************************/


#footer {
	height:44px;
	background: url(../images/footer.jpg) no-repeat;
	width:777px;
	margin: 0 auto;
	padding:0
}
.clear {
	clear: both;
}
#copyright {
	width: 777px;
	padding: 10px;
	margin: 0 auto;
	text-align:center;
	letter-spacing: 1px;
}
#copyright p {
	color: #EEE;
}
#copyright a {
	color:#DDD;
	text-decoration: underline;
}
#copyright a:hover {
	color: #fff;
}
.red-bold {
	color: #FD0D1E;
	font-weight: bold;
	font-style: italic;
}
.red-bold-sm {
	font-size:9px;
	color: #FD0D1E;
	font-weight: bold;
	font-style: italic;
}
#container #content #left_content h4 strong {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #content #left_content .red-bold {
	font-size: 16px;
	text-align: left;
}
#container #content #left_content h2 {
	font-size: 18px;
}
#container #content #left_content .red-bold a {
	color: #FD0D1E;

