/* CSS Document */
/* Start main.css for Enhanced Websites v2.0 - last updated 08/22/05 */
/* ------------------------------- Start Global Styles ------------------------------- */
A, A:Visited, A:Active {
	color: #2C447E;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
A:Hover {
	color: #006699;
	text-decoration: underline;
	}

body {
	background: #2C457E;
	font-family: Verdana, Arial, Serif;
	font-size: 11px;
	margin-top: 0;
	}
	
td, p, li, div, ul {
	font-family: Verdana, Arial, Serif;
	font-size: 11px;

	}
h1 {
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	}
h2 {/* used for all page titles on standard and custom pages */
	color: #2C457D;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 5px 0;
	}

.content {/* use for main content on all pages */
	color: #333333;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	}

.sm {
	font-size: 10px;
	}
#formCell ul {
	margin-left:20px;
}
/* -------------------------------- End Global Styles -------------------------------- */
/* --------------------------- Start Standard Page Styles ---------------------------- */
.snippetImage {/* controls spacing around Snippet images */
	margin: 0 10px 300px 0;
	}
.mainbg {
	background: url(images/main_BG.jpg) no-repeat;
	}
.start a:link, .start a:visited {
	color: #316435;
	font-size: 11px;
	padding: 0 0 0 116px;
	_padding: 0 0 0 126px;
	}
.start a:hover, .start a:active {
	color: #316435;
	font-size: 11px;
	padding: 0 0 0 116px;
	_padding: 0 0 0 126px;
	}
#start2 a:link, #start2 a:visited, #start2 a:active {color: #316435;
	font-size: 11px; padding: 0px 0 0 115px; margin-top: 10px; text-decoration: none;}
#start2 a:hover {text-decoration: underline;}
.blulnk {
	color: #2C457D;
	font-size: 9px;
	}
.blulnk li a:link, .blulnk li a:visited {
	color: #2C457D;
	font-size: 9px;
	}
.blulnk li a:hover, .blulnk li a:active {
	color: #2C457D;
	font-size: 9px;
	}
	
#losidebg {background: url(images/mainbk_BG.jpg) no-repeat top; width: 250px; height: 477px;}

#losidelist {list-style-type: none; margin: 5px 0 0 25px;}
#losidelist li {padding: 3px 0;}
#losidelist a:link, #losidelist a:visited, #losidelist a:active {color: white;}
#losidelist a:hover {text-decoration: underline;}
/* -------------------------------- Horizontal Navigation Horizontal Drop Down ---------------------------------*/
/*----------------- START DROPDOWN NAV -------------------*/
#dropNavContainerH { /* Drop Down Container for td */ /* Keep in here in case a different background or color is wanted here later */
	color: #ffffff;
	vertical-align: middle;
}
#dropNavH { /* Drop Down */
	z-index: 1000;
	width: 677px;
 	/* margin-top: -10px; You "SOMETIMES" need this for IE to adjust a gap above the nav */
}
/*------- START MAIN BUTTON SECTION -------*/
#dropNavH ul { /* Sets unordered list for links in horizontal bar */
	margin: 0;
	padding: 0;
	list-style: none;
}
#dropNavH ul li { /* Sets list items for links in horizontal bar */
	float: left; /*You need this for FireFox - Effects Horizontal Alignment */
	position: relative;
	width: 211px; /* Set to the same size as your individual <li> tags in the html itself IF you want the drop downs to be uniform to your container. */
}
#dropNavH ul li a:link,
#dropNavH ul li a:visited { /* Settings for links in horizontal bar */
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/menu_IMG.up.jpg) no-repeat;
/*	border: 1px solid #877126;*/
	padding: 5px 0 5px 0;
}
#dropNavH ul li a:hover { /* Settings for hover state on links in horizontal bar */
	color: #ffffff;
	font-weight: bold;
	background: url(images/menu_IMG.down.jpg) no-repeat;
}
/*-------- END MAIN BUTTON SECTION --------*/
/*----- START DROPDOWN MENUS SECTION ------*/
#dropNavH ul {
}
#dropNavH li ul { /* Sets list items in drop down menus */
	position: absolute;
	top: 24px; /* Adjusts the position of the drop down menus */ /* Change 20px to -1px for vertically stacked Main Buttons */
	left: 4px; /* 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: 198px;
	display: none; /* Hides the drop down menus when not under the mouse*/
	text-align: left;
	z-index: 2000;
	_margin:0;
}
#dropNavH li ul li a:link,
#dropNavH li ul li a:visited { /* Sets list items within for links in drop down menus */
	display: block;
	color: #003366;
	font-size: 10px;
	_margin:0;
	width: 198px;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF /*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-right:1px solid #CC0000;
	border-left:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	z-index: 2500;
/* Has this transparency deal ever worked for anyone??? */
	filter: alpha(opacity=100); /* Adjusts the transparancy of the drop down menus (IE) */
	-moz-opacity: 1.0; /* Adjusts the transparancy of the drop down menus (FireFox) */
}
#dropNavH li ul li a:hover { /* Dropdown Menus Hover State - Design */
	color: #FFFFFF;
	_margin:0;
	width: 198px;
	font-weight: bold;
	background:#003366  /*url('images/fadeBG.gif') repeat-x top left*/;
	filter: alpha(opacity=80); /* Adjusts the transparancy of the drop down menus (IE) */
	-moz-opacity: 0.8; /* Adjusts the transparancy of the drop down menus (FireFox) */
}
/*------ END DROPDOWN MENUS SECTION -------*/
/*------- START DO NOT EDIT SECTION -------*/
/* DO NOT EDIT -- */		
#dropNavH li:hover ul,
#dropNavH li.over ul {
	display: block;
}
/* DO NOT EDIT -- */
/* DO NOT EDIT -- Fix IE. Hide from IE Mac \*/
* html #dropNavH ul li { 
	float: left;
	height: 1%;
	z-index: 1750;
}
* html #dropNavH ul li a {
	height: 1%;
}
/* DO NOT EDIT -- End Fix IE. Hide from IE Mac */
/*-------- END DO NOT EDIT SECTION --------*/
/*------------------ END DROPDOWN NAV --------------------*/
#navListH { /* 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 ---------------------------------*/

/* ----------------------------- End Standard Page Styles ---------------------------- */
/* ------------------------------- Start Header Styles --------------------------------*/
.headerbg {
	background: url(images/header_BG.jpg) no-repeat;
	}
.menu {
	color: #2D4572;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 5px 0 0;
	text-align:right;
	}
.menu a:link, .menu a:visited {
	color: #2D4572;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 8px 0 8px;
	}
.menu a:hover, .menu a:active {
	color: #2D4572;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 8px 0 8px;
	}
	
#headerphone {font-family: Arial, Helvetica, sans-serif; Font-size: 20px; font-weight: bolder; padding: 65px 10px 0 30px; color: #CC0000; text-align:right;}
/* -------------------------------- End Header Styles ---------------------------------*/
/* ------------------------------- Start Side Styles --------------------------------- */

/* -------------------------------- End Side Styles ---------------------------------- */
/* ------------------------------- Start Footer Styles ------------------------------- */
.footertop {
	background: url(images/footerbktop_BG.jpg) no-repeat;
	}

#navcContainer {margin: 0px;}
#navcContainer ul {	text-align: right; margin: 0px;	}
#navcContainer li {	display: inline;list-style-type: none;}
#navcContainer a, #navcContainer a:visited, #navcContainer a:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; border-left: 1px solid #FFFFFF; padding: 0 2px 0 4px; }
#navcContainer a:hover {text-decoration: none;color: #FFFFFF;}

.copyright {
	color: #FFFFFF;
	font-size:10px;
	}
/* -------------------------------- End Footer Styles -------------------------------- */
/* -------------------------------- Start Form Styles -------------------------------- */
.forminput {/* Input Fields Styles */
	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 {/* Input Fields Styles */
	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: #003366;
	font-weight: normal;
	font-size: 12px;
	}
.bodytext {
	color: #333333;
	font-size: 11px;
	}
/* ------------------------------ End Rate Sheet Styles ----------------------------- */
/* ---------------------------- Start Page Title Style ------------------------------ */
.bodytexttitle {/* styles match h2 style */
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	}
.pagetitle101 {/* styles match h2 style */
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	}
/*  ---------------------------- End Page Title Style ----------------------------- */
/* End main.css for Enhanced Websites v2.0 - last updated 08/22/05 */