﻿html, body {
	height: 100%;
	}

body {
	margin: 3px 0 5px 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;

	background: #DEDCB5 url("../images/bkg-top.gif") repeat-x;
	}

td, p, li, div {
	font-size: 10pt;
	}

a {
	color: #00209f;
	text-decoration: none;
	}
a:hover {
	color: #184f73;
	text-decoration: underline;
	}
a img { border: none; }

h1 {
	color: #ada067;
	font-size: 165%;
	font-weight: normal;
	}

h2{
	margin: 0 0 -15px 0;
	padding: 0 0 -15px 0;
	font-size: 14pt;
	color: #650000;
	
	}

h3 {
	margin: 6px 0;
	color: #ada067;
	font-size: 105%;
	text-transform: uppercase;
	}
h4 {
	margin: 4px 0;
	font-size: 105%;
	font-weight: bold;
	border-bottom: 1px solid #650000;
	color: #666666;
	}

.clear {
	clear: both !important;
	display: block;
	}

#container {
	width: 800px;
	
	}

#container-inner {
	
	}

#top {
	display: block;
	}
	
#top a, #top a:visited {
	color: #fff;
	text-decoration: none;
	text-transform:uppercase
	}

#top ul {
	margin: 0;
	padding: 0;
	text-align: right;
	}

#top ul li {
	float: right;
	list-style: none;
	font-size: 8pt;
	padding-left: 8px;
	margin-left: 8px;
	white-space: nowrap;
	text-align: right;
	background: transparent url("../images/bkg-top-menu-spacer.gif") repeat-y;
	}

#top ul li.first-item {
	background: none;
	}

#top ul ul {
	display: none;
	}

#top-inner {
	float: right;
	text-align: right;
	padding: 4px 0 4px 0;
	}

#masthead {
	clear: both;
	height: 100px;
	margin-bottom: 0px;
	}

#masthead-inner {
	padding: 8px;
	}

#logo {
	width: 200px;
	height: 100px;
	float: left;
	margin: -8px 0 -12px -8px;
	padding: 0;
	position: relative;
	}

#logo-inner {
	text-align: center
	}

#logo  h1 {
	padding: 0;
	margin: 0;
	color: #FFF; 
	line-height: 100px;
	font-size: 16pt;
	text-align: left;
	}

#logo a {
	color: #FFF;
	text-decoration: none;
	}

#login {
	margin-top: 15px;
	clear: both;
	width: 190px;

	height: 214px;
	background: transparent url("../images/bkg-login.png") bottom center no-repeat;
	margin-bottom: 10px;
	}

#login-inner {
	padding: 10px 10px;
	text-align: left;
	}

#login h3 {
	color: #3A0000;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 9pt;
	line-height: 20px;
	}

#banner {
	width: 593px;
	height: 202px;
	}

#banner h3 {
	color: #FFF;
	font-size: 16pt;
	font-weight:  normal;
	line-height: 90px;
	margin: 0;
	padding: 0;
	}

#navigation {
	width: 580px;
	float: left;
	height: 100px;
	text-align: left;
	position: relative;
	float: right;
	z-index: 999
	}

#navigation-inner {
	margin: 0;
	padding: 0;
	}

#main-content {
	margin: 0;
	padding: 0;
	width: 800px;
	display: block;
	text-align: left;
	}

#main-content-top {
	margin: 0;
	padding: 0;
	}

#main-content-bottom {
	margin: 0;
	width: 100%;
	}

#breadcrumbs {
	clear: left !important;
	width: 600px;
	margin-bottom: 20px;
	float: left;
	font-size: 8pt;
	}

#breadcrumbs a {
	text-decoration: none;
	}

#breadcrumbs a:hover {
	text-decoration: underline;
	}

#column-center {
	width: 600px;
	float: left;
	}

#column-center-inner {
	padding: 25px;
	}

#column-right {
	float: right;
	width: 190px;
	margin-left: 10px;
	}

.h_line {
	height: 10px;
	background:url(../images/divider-h.png) center no-repeat;
	margin: 0 0 10px 0;
}

.h_line_2 {
	height: 0px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #f4f4f4;
	margin: 0 0 10px 0;
}

#footer-links {
	background: transparent url("../images/bkg-footer.gif") top repeat-x;
	
	}

#footer-links-inner {
	width: 800px;
	color: #FFF;
	text-align: left;
	font-size: 8pt;
	height: 25px;
	}

#footer-links a {
	color: #FFF;
	padding: 6px;
	line-height: 23px;
	text-decoration: none;
	}

#footer {
	width: 800px;
	text-align: left;
	clear: both;
	margin-top: 5px;
	font-size: 8pt;
	color: #000216;
	}

#footer-inner {
	padding: 0 8px 0 8px;
	}

#footer .copyright {
	float: left;
	width: 60%;
	}

#footer .ehl-fdic {
	float: right;
	text-align: right;
	width: 40%;
	}

#navigation #menu a.current {
	background: #dedcb5;
	color:  #FFF;
	}

li.current {
	font-weight: bold;
	}

.footnote {
	font-size: 9pt;
	color: #333333;
	font-style: italic;
	}

.content-img {
	margin-left: 10px;
	margin-bottom: 10px;
	}

#search-form {
	text-align: center;
	position: relative;
	top: -7px;
	clear: both;
	width: 190px;
	height: 50px;
	background: transparent url("../images/bkg-login.png") bottom center no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	}

#search-form .search-field {
	border: 1px solid #a49a5e;
	color: #999;
	padding: 3px;
	width: 125px;
	}

#modules {
	margin-bottom: 20px;
	}

.module {
	background: transparent url("../images/bkg-module-bottom.gif") bottom no-repeat;
	width: 196px;
	padding-bottom: 10px;
	}

.module h3 {
	background: transparent url("../images/bkg-module-top.png") right no-repeat;
	color: #fff;
	font-size: 10pt;
	line-height: 20px;
	padding: 5px;
	margin: 0;
	}

.module .module-content {
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	padding: 10px;
	margin: 0;
	text-align: left;
	background: transparent url(../images/bkg-module.png) repeat-x top;
	}

.module .module-content ul, .module .module-content p {
	margin: 0;
	}

.module .module-content ul {
	padding-left: 15px;
	}

.module img.module-header {
	border: 0;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	margin: 0;
	padding: 0;
	margin-bottom: -5px;
	}

.module .module-content table td, .module .module-content table a {
	font-size: 10px;
	line-height: 11px;
	}
	
.module-content table.links td, .module-content table.links th {
	padding-right: 20px;
	white-space: nowrap;
	}	


.module2 {
	width: 600px;
	}

.module2 .module-content {
	height: 150px;
	}

.module2 h3 {
	background: #00209f url("../images/bkg-module-top.gif") right no-repeat;
	color: #fff;
	font-size: 10pt;
	line-height: 20px;
	padding: 5px;
	margin: 0;
	}

.module2 .module-content {
	border-left: 1px solid #00209f;
	border-right: 1px solid #00209f;
	border-bottom: 1px solid #00209f;
	padding: 10px;
	margin: 0;
	}

.module2 .module-content ul, .module2 .module-content p {
	margin: 0;
	}

.module2 .module-content ul {
	padding-left: 15px;
	}

.module2 img.module-header {
	width: 194px;
	height: 80px;
	border: 0;
	border-left: 1px solid #00209f;
	border-right: 1px solid #00209f;
	margin: 0;
	padding: 0;
	}

.module2 .module-content table td, .module2 .module-content table th, .module2 .module-content table a {
	font-size: 10px;
	line-height: 11px;
	}

.module2 .module-content table th {
	text-transform: uppercase;
	}
	
ul.right-subnav {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

ul.right-subnav li {
	list-style: none;
	background: transparent url(../images/arrow.gif) left no-repeat;
	padding-left: 10px;
	}

.webwizguide {
	display: none;
	}

/*********************** Market Watch styles ***********************/

#stocks table, table#stocks {
	font-size: 10px;
	background-color: #ffffcc;
	}

#stocks th {
	background-color: #000;
	color: #AFBDCF;
	font-weight:bold;
	font-size: 10px;
	padding: 4px;
	}

#stocks .row1 {
	padding: 4px;
	font-size: 10px;
	}

#stocks .row2 {
	background-color: #bbae6d;
	padding: 4px;
	font-size: 10px;
	}

#stocks .stock-footer {
	border-top: 1px solid  #34373A;
	background: none;
	}


/*********************** Map styles ***********************/

.map-field {
	border: 1px solid #666;
	padding-left: 3px;
	height: 20px;
	}


/*********************** Weather styles ***********************/

#weather {
	text-align: center;
	}

#module-weather, #module-weather form {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	}

#module-weather td, #module-weather p {
	font-size: 10px;
	text-align: left;
	}

#module-weather .weather-location {
	text-align: center;
	font-weight:bold;
	display: block;
	width: 100%;
	/*background-color: #CCC;*/
	padding-top: 2px;
	padding-bottom: 2px;
	}

#module-weather .weather-image {
	float:left;
	}

#module-weather .weather-data {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	}
	
#module-weather .weather-conditions {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	margin-right: 0px;
	width: 135px;
	font-size: 10px;
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	}

#module-weather .weather-forecast {
	}

#module-weather table.forecast-data {
	width: 150px;
	padding-left: 2px;
	}

#module-weather .weather-forecast-title {
	font-weight:bold;
	background-color: #303F54;
	color: #AFBDCF;
	padding: 2px;
	text-transform: uppercase;
	text-align: center;
	}

.weather-footer td {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

hr.weather-footer {
	width: 165px;
	border: 1px 0;
	margin: 0;
	padding: 0;
	}

.weather-search, .weather-search font {
	color: inherit;
	text-align: left;
	line-height: 110%
	}

#module-weather form .weather-search input {
	width: 100px;
	height: auto;
	padding: 3px;
	}

#module-weather form .weather-search .input_type {
	width: auto;
	height: auto;
	padding: 3px;
	}
