
/* ------------------------------- Start Global Styles ------------------------------- */

/* ----- This html CSS statement will force a scrollbar on the page ----- */
/*
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }
*/

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

a:link,
a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #C5161D;
	text-decoration: underline;
}
p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
td, p, li, div, ul {
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
}
ul, ol {
	margin-left: 10px; /* browser default is something like 40px */
	margin-bottom: 10px;
}
ol {
	padding-left: 10px;
}
th {
	text-align: left;
}

h1 {
	color: #CE9D00;
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 13px;
}
h2 {
	color: #CE9D00;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3,
h4,
h5,
h6 {
	color: #CE9D00;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.sm {
	font-size: 10px;
}

.addy {color: #DAD6B3; font-size: 12px;}

/* -------------------------------- Main Page Content Styles ------- */
.content { /* use for main content on all pages */
	padding: 5px 5px 5px 20px;
	vertical-align: top;
	background: #ffffff url(images/contentBG.gif) repeat-y top left;
}

.content p {
	margin-bottom: 10px;
}

#formCell table {
	font-size: 12px;
}
/* -------------------------------- End Main Page Content Styles ------- */
/* -------------------------------- End Global Styles -------------------------------- */

/* --------------------------- Start Standard Page Styles ---------------------------- */
.snippetImage { /* controls spacing around Snippet images */
	margin: 0 10px 300px 0;
}

.welcome {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
	
.slogan {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background-color: #81b7Db;
	border-left: 21px solid #ffffff;
	padding-left: 5px;
}
/* ----------------------------- End Standard Page Styles ---------------------------- */
/* -------------------------------- Start Form Styles -------------------------------- */
.forminput { /* Input Fields Styles */
/*	font-family: Verdana, Arial, Serif;
	font-size: 12px;*/
	color: #000000;
	font-weight: bold;
	background-color: #f0f8ff;
	padding: 1px;
	margin: 0;
	border: solid #000000 1px;
}
.forminput2 { /* Input Fields Styles */
/*	font-family: Verdana, Arial, Serif;
	font-size: 12px;*/
	color: #000000;
	font-weight: bold;
	background-color: #f0f8ff;
	padding: 1px;
	margin: 0;
	border: solid #000000 1px;
}
.formMain { /* add to opening Form tag to remove padding/margin around form */
	padding: 0;
	margin: 0;
	}
.pnorm { /* Form Button Style */
	color: #000000;
	background: #f0f8ff;
	border: solid #000000 1px;
	cursor: hand;
}		
.pover { /* Form Button Over Style */
	color: #ffffff;
	background: #333333;
	border: solid #000000 1px;
	cursor: hand;
}
/* --------------------------------- End Form Styles --------------------------------- */
/* --------------------------- Start Market Snapshot Styles -------------------------- */
.dlt { /* Outline */
	background-color: #000000;
} 
.dlr { /* Right Color Column */
	background-color: #FFCC00;
}
.gybg { /* Outline */
	background: #ffffff;
}
.bt { /* Main Class for Snapshot and Eco Calendar */
	font-size: 11px;
	color: #000000;
	padding: 1px;
	line-height: 15px;
	letter-spacing: 1px;
	background-color: #ffffff;
}
.btb { /* Background for Economic Calendar */
	background-color: #ffffff;
}
/* ---------------------------- End Market Snapshot Styles --------------------------- */
/* --------------------------- Start Rate Sheet Styles ------------------------------- */
.mtg101thickblack {
	color: blue;
	font-weight: normal;
	font-size: 12px;
}
.bodytext {
	color: #000000;
	font-size: 12px;
}
/* ------------------------------ End Rate Sheet Styles ----------------------------- */
/* ---------------------------- Start Page Title Style ------------------------------ */
.bodytexttitle { /* styles match h2 style */
	font-size: 14px;
	color: #1870ac;
	font-weight: bold;
	margin: 0;
}
.pagetitle101 { /* styles match h2 style */
	font-size: 14px;
	color: #1870ac;
	font-weight: bold;
	margin: 0;
}
.pagetitle { /* styles match h2 style */
	color: #1870ac;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}
/*  ---------------------------- End Page Title Style ----------------------------- */

/* -------------------------------- Helpful Standard Classes -------------------------------- */

.clear { /* Used at the end of an element as <div class="clear"></div> this will prevent text from wrapping, help with alignment and positioning. */
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1px;
}
.superscript { /* Some people still superscript information */
	vertical-align: super;
	font-size: 80%;
}

/* ------------------------------- Start Header Styles --------------------------------*/
#headerTopRow {
	background-color: #848484;
	border-bottom: 2px solid #ffffff;
}
#headerLogo {background: #0E6FCE; vertical-align: middle;}

#headerRight {
	font-size: 12px;
	color: #DAD6B3;
	padding: 5px 0px 0 0;
	border-top: 2px solid #007bc1;
	background: #0E6FCE;
}

#headerRight a:link, #headerRight a:visited, #headerRight a:active {
	font-size: 11px;
	color: #DAD6B3;
	font-weight: normal;
	text-decoration: none;
}
#headerRight a:hover {
	color: #C5161D;
	font-weight: normal;
	text-decoration: none;
}

#headerNav {
	background-color: #003366;
}

#headerNav1 a:link, #headerNav1 a:visited,
#headerNav2 a:link, #headerNav2 a:visited,
#headerNav3 a:link, #headerNav3 a:visited,
#headerNav4 a:link, #headerNav4 a:visited,
#headerNav5 a:link, #headerNav5 a:visited {
	padding-top: 12px;
	display: block;
	width: 152px;
	height: 30px;
	_height: 40px; /* This is needed for IE */
	background: url(images/A105_navBG2.gif) no-repeat top center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
#headerNav1 a:hover,
#headerNav2 a:hover,
#headerNav3 a:hover,
#headerNav4 a:hover,
#headerNav5 a:hover {
	display: block;
	width: 152px;
	height: 30px;
	_height: 40px; /* This is needed for IE */
	background: url(images/A105_navBG.gif) no-repeat top center;
	text-decoration: none;
	color: #cccccc;
}
/* -------------------------------- End Header Styles ---------------------------------*/

/* ------------------------------- Start Side Styles --------------------------------- */

#templateNav {
	padding: 3px 0 0 0;
}

#templateNav p {
	margin: 0 0 3px 0;
}

#templateNav a:link,
#templateNav a:visited {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 160px;
	padding: 13px 0 13px 0;
	background-color: #dad6b3;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

#templateNav a:hover {
	color: #837604;
	background-color: #f5f5dc;
}

/* -------------------------------- End Side Styles ---------------------------------- */

/* ------------------------------- Start Content Management Footer Styles ------------------------------- */
#footerCM {
	font-size: 11px;
	color: #000000;
	padding: 10px 0 7px 10px;
	border-top: double #999999;
}

#footerCM ul {
	font-size: 10px;
	margin: 0 0 6px 0;
	padding-left: 0;
	border-left: 1px solid #000000;
	display: inline;
}
#footerCM ul li {
	margin: 0;
	padding: 0 6px 0 6px;
	border-right: 1px solid #000000;
	list-style: none;
	display: inline;
}
#footerCM ul a:link,
#footerCM ul a:visited {
	font-size: 10px;
	color: #003366;
	text-decoration: none;
/*	text-transform: uppercase;*/ /* Will force any text entered to be uppercase. Can also use "lowercase" or "capitalize" */
}
#footerCM ul a:hover {
	color: #cc0000;
	text-decoration: underline;
}
/* ------------------------------- End Content Management Footer Styles ------------------------------- */
/* ------------------------------- Start Footer Styles ------------------------------- */
#footer {
	font-size: 10px;
	color: #000000;
	padding: 7px 10px 15px 10px;
	border-top: 1px solid #999999;
}

#footer p {
	font-size: 10px;
	margin-bottom: 5px;
}

#footer a:link,
#footer a:visited {
	color: #CE9D00;
	text-decoration: none;
}
#footer a:hover {
	color: #CE9D00;
	text-decoration: none;
}

#footerNav1 {
	background-color: #003366;
	border-bottom: 1px solid #ffffff;
}

#footerNav2 {
	background-color: #003366;
	border-bottom: 1px solid #ffffff;
}

#footerNav3 {
	background-color: #003366;
	border-bottom: 1px solid #ffffff;
}

#footerNav1 a:link,
#footerNav1 a:visited,
#footerNav2 a:link,
#footerNav2 a:visited,
#footerNav3 a:link,
#footerNav3 a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#footerNav1 a:hover,
#footerNav2 a:hover,
#footerNav3 a:hover {
	color: #dad6b3;
	font-weight: bold;
	text-decoration: underline;
}

#footerNavDivider1,
#footerNavDivider2 {
	background: #003366 url(images/A105_footerNavDividerBG.gif) no-repeat top left;
	border-bottom: 1px solid #ffffff;
}

#footerExtrasContainer1 {
	background-color: #dad6b3;
}

#footerExtrasContainer2 {
	background-color: #dad6b3;
}

#footerExtrasContainer3 {
	background-color: #dad6b3;
}

#footerExtras1 {
	border: 1px solid #006699;
	background-color: #f5f5dc;
}
#footerExtras2 {
	border: 1px solid #006699;
	background-color: #f5f5dc;
}
#footerExtras3 {
	border: 1px solid #006699;
	background-color: #f5f5dc;
}

#footerExtras1 td,
#footerExtras2 td,
#footerExtras3 td {
	padding: 10px;
}

#footerExtras1 a:link,
#footerExtras1 a:visited,
#footerExtras2 a:link,
#footerExtras2 a:visited,
#footerExtras3 a:link,
#footerExtras3 a:visited {
	color: #003366;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#footerExtras1 a:hover,
#footerExtras2 a:hover,
#footerExtras3 a:hover {
	color: #871b33;
	text-decoration: underline;
}

#footerDividerColor {
	border-top: 1px solid #ffffff;
	background-color: #1c526c;
}
/* -------------------------------- End Footer Styles -------------------------------- */

#homeContent {
	border-top: 13px solid #006699;
}

#homeBarAboveFooter {
	background: #dad6b3 url(images/A105_graphicBarBG.jpg) repeat-x top left;
	border-bottom: 1px solid #ffffff;
}

#homeNav {
}

#homeNav p {
	margin: 0 0 3px 0;
}

#homeNav a:link,
#homeNav a:visited {
	color: #023668;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 187px;
	padding: 13px 0 13px 0;
	background-color: #dad6b3;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

#homeNav a:hover {
	background-color: #f5f5dc;
}

#homeNav a.secondary:link,
#homeNav a.secondary:visited {
	color: #7f7200;
}

#homeNav a.secondary:hover {
	color: #ffffff;
}

#homeNavPhotoDivider {
	border-top: 1px solid #dad6b3;
	border-bottom: 1px solid #dad6b3;
	border-left: 1px solid #dad6b3;
}

#homePhoto {
	border: 1px solid #dad6b3;
}

#scroller {
	color: #ffffff;
	padding-top: 7px;
	border-top: 1px solid #dad6b3;
	background-color: #0066CC;
	border-bottom: 1px solid #dad6b3;
}
