/* Start main.css for Enhanced Websites v2.0 - last updated 08/22/05 */
/* ------------------------------- Start Global Styles ------------------------------- */

A, A:Visited, A:Active {color: #E77D00; font-size: 12px; font-weight: bold; text-decoration: underline; }
A:Hover { color: #5D76AD; text-decoration: none;}

BODY {font-family: Arial, Verdana, sans-serif; font-size: 12px; margin: 0 0 0 75px; padding: 0; 
background: url(images/bg2.gif) repeat-x top #FFFFFF;}
td, li, div, {font-family: Arial, Verdana, sans-serif; font-size: 12px; padding: 0; margin: 0; }
ul {margin: 0 0 0 20px; padding: 0;}

h1 {color: #A0B4E2; font-weight: bold; font-size: 18px; margin: 0;
	}
h2 {/* used for all page titles on standard and custom pages */ 
	color: #004990; font-weight: bold; font-size: 14px; margin: 0 0 10px 0;}

.content {/* use for main content on all pages */
	color: #003366; padding: 5px; vertical-align: top; background: #EBF0FD; border-bottom: 1px solid #D9DEED; width:741px;}
.content p {color: #003366; font-family: Arial, Verdada, sans-serif; font-size: 12px;}
.content ul {color: #5B5A5A; margin-left: 20px; font-size: 11px; }

hr {color: #A0B4E2;}

/* -------------------------------- End Global Styles -------------------------------- */
/* --------------------------- Start Standard Page Styles ---------------------------- */
.snippetImage {/* controls spacing around Snippet images */
	margin: 0 10px 300px 0;
	}
/* ----------------------------- End Standard Page Styles ---------------------------- */
/* ------------------------------- Start Header Styles --------------------------------*/
.logo {background: url(images/logo.gif) no-repeat top left #fff; margin: 0; padding: 0; width: 243px; height: 70px;}
.logo a, .logo a:visited, .logo a:active, .logo a:hover {margin:0; padding:0;}

#header_bg {background: url(images/header_bg_03.jpg) no-repeat top left #fff; padding: 50px 10px 0 0; margin:0; width: 741px; _width: 751px; text-align: right;}
#header_bg a, #header_bg a:visited, #header_bg a:active {color: #235695; font-size: 11px; font-weight: normal; text-decoration: none;}
#header_bg a:hover {font-weight: bold;}

/* -------------------------------- Horizontal Navigation Vertical Drop Down ---------------------------------*/
/*----------------- START DROPDOWN NAV -------------------*/
#dropNavContainer { /* Drop Down Container for td */ /* Keep in here in case a different background or color is wanted here later */
	color: #ffffff;
	vertical-align: middle;
}
#dropNav { /* Drop Down */
	z-index: 5000;
	width: 751px;
 	/*_margin-top: -10px;  You need this for IE, otherwise there is a gap above the nav */
}
/*------- START MAIN BUTTON SECTION -------*/
#dropNav ul { /* Sets unordered list for links in horizontal bar */
	margin: 0;padding: 0;list-style: none;}
#dropNav ul li {float: left; position: relative;}

#dropNav ul li a#nav01, #dropNav ul li a#nav01:visited, #dropNav ul li a#nav01:active {display: block; background: url(images/nav01.gif) no-repeat top; width: 116px; height: 54px; color: #003366; font-family: Century Gothic, Tahoma, Verdana, sans-serif; font-size: 16px; font-weight: normal; text-decoration: none; margin: 0; padding: 0;}
#dropNav ul li a#nav01:hover {color: #5D76AD;}

#dropNav ul li a#nav02, #dropNav ul li a#nav02:visited, #dropNav ul li a#nav02:active {display: block; background: url(images/nav02.gif) no-repeat top; width: 127px; height: 54px; color: #5D76AD; font-family: Century Gothic, Tahoma, Verdana, sans-serif; font-size: 16px; font-weight: normal; text-decoration: none; margin: 0; padding: 0;}
#dropNav ul li a#nav02:hover {color: #003366;}

#dropNav ul li a#nav03, #dropNav ul li a#nav03:visited, #dropNav ul li a#nav03:active {display: block; background: url(images/nav03.gif) no-repeat top; width: 127px; height: 54px; color: #5D76AD; font-family: Century Gothic, Tahoma, Verdana, sans-serif; font-size: 16px; font-weight: normal; text-decoration: none; margin: 0; padding: 0;}
#dropNav ul li a#nav03:hover {color: #003366;}

#dropNav ul li a#nav04, #dropNav ul li a#nav04:visited, #dropNav ul li a#nav04:active {display: block; background: url(images/nav04.gif) no-repeat top; width: 127px; height: 54px; color: #FFFFFF; font-family: Century Gothic, Tahoma, Verdana, sans-serif; font-size: 16px; font-weight: normal; text-decoration: none; margin: 0; padding: 0;}
#dropNav ul li a#nav04:hover {color: #5D76AD;}

#dropNav ul li a#nav05, #dropNav ul li a#nav05:visited, #dropNav ul li a#nav05:active {display: block; background: url(images/nav05.gif) no-repeat top; width: 127px; height: 54px; color: #FFFFFF; font-family: Century Gothic, Tahoma, Verdana, sans-serif; font-size: 16px; font-weight: normal; text-decoration: none; margin: 0; padding: 0;}
#dropNav ul li a#nav05:hover {color: #BDCDEF;}

#dropNav ul li a#nav06, #dropNav ul li a#nav06:visited, #dropNav ul li a#nav06:active {display: block; background: url(images/nav06.gif) no-repeat top; width: 127px; height: 54px; color: #FFFFFF; font-family: Century Gothic, Tahoma, Verdana, sans-serif; font-size: 16px; font-weight: normal; text-decoration: none; margin: 0; padding: 0;}
#dropNav ul li a#nav06:hover {color: #BDCDEF;}

.navLine2 {color: #E77D00; font-family: Century Gothic, Tahoma, Verdana, sans-serif; font-size: 13px; text-align: right;}

/*-------- END MAIN BUTTON SECTION --------*/
/*----- START DROPDOWN MENUS SECTION ------*/
#dropNav ul {}
#dropNav li ul { /* Sets list items in drop down menus */
	position: absolute;
	top: 54px; /* Adjusts the position of the drop down menus */ /* Change 20px to -1px for vertically stacked Main Buttons */
	left: 0; /* controls the offset from the bottom of the main button */ /* Change -1px to 1 less then the actual width of the Dropdown menu to have them work with vertically stacked Main Buttons */
	width: 170px; /* Sets the width of the overall Drop Down Menu */
	display: none; /* Hides the drop down menus when not under the mouse*/
	text-align: left;
	z-index: 7500;
	border: 1px solid #225595;
	border-top: none;
}
#dropNav li ul li a:link, #dropNav li ul li a:visited, #dropNav li ul li a:active { /* Sets list items within for links in drop down menus */
	display: block;
	color: #225595;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: #BDCDEF /*url('images/fadeBG.gif') repeat-x top left*/;
/*	border: none;*/ /* Needed if you use a border on the above UL LI tag and don't want border here */
	border-top: 1px solid #225595;
	text-align:center;
	width: 166px;
	_width: 170px;
	padding: 2px;
	z-index: 6250;
/* Has this transparency deal ever worked for anyone??? */
	filter: alpha(opacity=100); /* Adjusts the transparancy of the drop down menus (IE) */
	-moz-opacity: 10.0; /* Adjusts the transparancy of the drop down menus (FireFox) */
}
#dropNav li ul li a:hover { /* Dropdown Menus Hover State - Design */
	color: #fff;
	background: #225595 /*url('images/fadeBG.gif') repeat-x top left*/;
}
/*------ END DROPDOWN MENUS SECTION -------*/
/*------- START DO NOT EDIT SECTION -------*/
/* DO NOT EDIT -- */		
#dropNav li:hover ul,
#dropNav li.over ul {
	display: block;
}
/* DO NOT EDIT -- */
/* DO NOT EDIT -- Fix IE. Hide from IE Mac \*/
* html #dropNav ul li { 
	float: left;
	height: 1%;
	z-index: 6000;
}
* html #dropNav ul li a {
	height: 1%;
}
/* DO NOT EDIT -- End Fix IE. Hide from IE Mac */
/*-------- END DO NOT EDIT SECTION --------*/
/*------------------ END DROPDOWN NAV --------------------*/
#navList { /* This is an id called by the javascript. It needs to be in the <ul> to call from the script properly. Probably doesn't NEED to be in this CSS though. */
}
/* -------------------------------- End Horiizontal Navigation Vertical Drop Down ---------------------------------*/
/* -------------------------------- End Header Styles ---------------------------------*/
/* ------------------------------- Start Main Styles --------------------------------- */
#homeText {height: 62px;}
#homeText p {color:#5B5A5A; font-size: 11px; margin: 5px 10px 5px 250px; text-align:right;}
#homeText a, homeText a:visited, homeText a:active {color:#5D76AD; font-size: 11px; text-decoration: underline; font-weight: normal;}
homeText a:hover {text-decoration: none;}

#box1 {background: url(images/box01.gif) no-repeat top left; margin: 0; padding: 0; width:243px;}
#box2 {background: url(images/box02.gif) no-repeat top left; margin: 0; padding: 0; width:254px;}
#box3 {background: url(images/box03.gif) no-repeat top left; margin: 0; padding: 0; width:254px;}

.box {width: 240px; margin: 0; padding: 0;}
.box h1 {font-family: Century Gothic, Tahoma, Verdana; font-size: 24px; color: #E77D00; font-weight: normal; width: 200px; margin: 5px 0 0px 5px; padding: 0;}
.boxLine2 {display:block; font-family: Century Gothic, Tahoma, Verdana; font-size: 20px; color: #5D76AD; font-weight: normal; margin:0; padding:0; width: 200px; text-align: right;}

.box p {color:#5B5A5A; font-size: 11px; margin: 5px; }
.box ul {width: 200px; list-style-type:none;}
.box a, .box a:visited, .box a:active {color:#5B5A5A; font-size: 11px; text-decoration: underline; font-weight: normal;}
.box a:hover {text-decoration: none;}

/* -------------------------------- End Main Styles ---------------------------------- */
/* ------------------------------- Start Footer Styles ------------------------------- */
#navcContainer {margin: 5px;}
#navcContainer ul {	text-align: center;	}
#navcContainer li {	display: inline;list-style-type: none;}
#navcContainer a, #navcContainer a:visited, #navcContainer a:active {
	color: #5D76AD;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; border-left: 1px solid #5D76AD; padding: 0 2px 0 4px; }
#navcContainer a:hover {text-decoration: none;color: #E77D00;}

#footer1 {background: url(images/ehl.gif) no-repeat right middle; height: 60px; color: #003366; font-size: 11px; text-align: center; margin-top: 5px;}
#footer2 {color: #5B5A5A; font-size: 10px; text-align: center;}
.sm {font-size: 10px;}
/* -------------------------------- End Footer Styles -------------------------------- */
/* -------------------------------- Start Form Styles -------------------------------- */
.forminput {font-family: Verdana, Arial, Serif; font-weight: bold; font-size: 12px; color: black; background-color: #f0f8ff; padding: 1px; margin: 0; border: solid black 1px;}

.forminput2 {font-family: Verdana, Arial, Serif;font-weight: bold;font-size: 12px;color: black;background-color: #f0f8ff; padding: 1px; margin: 0; border: solid black 1px; }

.formMain {/* add to opening Form tag to remove padding/margin around form */
	padding: 0; margin: 0; }
.pnorm {/* Form Button Style */
	color: black; background: #f0f8ff; border: solid black 1px; cursor: hand;}		
.pover {/* Form Button Over Style */
	color: white; background: #333; border: solid black 1px; cursor: hand;}
/* --------------------------------- End Form Styles --------------------------------- */
/* --------------------------- Start Market Snapshot Styles -------------------------- */
.dlt {/* Outline */ background-color: black; } 
.dlr {/* Right Color Column */ background-color: #FFCC00; }
.gybg {/* Outline */ background: white; }
.bt {/* Main Class for Snapshot and Eco Calendar */
	color: black; font-size: 11px; padding: 1px; line-height: 15px; letter-spacing: 1px; background-color: white;}
.btb {/* Background for Economic Calendar */ background-color: white;}
/* ---------------------------- End Market Snapshot Styles --------------------------- */
/* --------------------------- Start Rate Sheet Styles ------------------------------- */
.mtg101thickblack { color: blue; font-weight: normal; font-size: 12px;}
.bodytext {color: black; font-size: 12px;}
/* ------------------------------ End Rate Sheet Styles ----------------------------- */
/* ---------------------------- Start Page Title Style ------------------------------ */
.bodytexttitle {/* styles match h2 style */ color: #004990; font-weight: bold; font-size: 14px; margin: 0 0 10px 0;}
.pagetitle101 {/* styles match h2 style */ color: #004990; font-weight: bold; font-size: 14px; margin: 0 0 10px 0;}
/*  ---------------------------- End Page Title Style ----------------------------- */

/*  ---------------------------- Start Library Style ----------------------------- */
.bodytext ul {list-style-type: list-style-type: none;}
.bodytext li {padding-left: 13px; background: url(images/bullet.jpg) no-repeat left;}

.content li a, .content li a:active, .content li a:visited {color: #5D76AD; font-size: 11px; text-decoration: underline;}
.content li a:hover {color: #E77D00;}

/*  ---------------------------- End Library Style ----------------------------- */
/* End main.css for Enhanced Websites v2.0 - last updated 08/22/05 */