/* --------------------------------------------------
Site:     MetroBank (www.metrobankfl.com)
Author:   Bryan Sullivan
Version:  September 14, 2006
-------------------------------------------------- */

/* =Zero out browser defaults
----------------------------------------------- */
html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, blockquote, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =Reset values that were zeroed out
----------------------------------------------- */
body {
	background: #FFF;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, blockquote, fieldset, legend {
	margin: 1em 0;
}
dd, blockquote {
	padding-left: 1.5em;
}
ul {
	padding-left: 2.8em;
}
ol {
	padding-left: 3.3em;
}
ul li {
	padding-left: 0.6em;
	list-style: disc;
}
ol li {
	padding-left: 0;
	list-style: decimal;
}

/* =Misc.
-------------------------------------------------- */
#preloginCookie {
	position: absolute;
	width: 1px;
	height: 1px;
	z-index: 1000;
	left: 1px;
	top: 1px;
}
.adGraphic {
	margin: 0 0 2em 0;
}
.disclaimer {
	font-style: italic;
	font-size: 90%;
}

/* =Login
-------------------------------------------------- */
#loginForm label {
	display: block;
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#loginForm #id, #loginForm #pin {
	display: block;
	width: 100px;
	margin-bottom: 3px;
}
#loginForm #loginSubmit {
	display: block;
	margin-top: 9px;
}
#loginForm ul, #loginForm li {
	list-style: none;
	padding-left: 0px;
}
#loginForm a:link, #loginForm a:visited, #loginForm a:hover {
	color: #000000;
	font-size: 90%;
}
#loginForm li {
	padding-bottom: 4px;
}

/* =Fonts
-------------------------------------------------- */
body {
	color: #000000;
	font: 12px/180% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}

/* =Links
-------------------------------------------------- */
a:link, a:visited, a:hover {
	color: #FFA11C;
	color: #00166B;
}

/* =Page Elements
----------------------------------------------- */
#page1 {
	float: none;
	width: 760px;
	margin: 0 auto;
}
#page2 {
	float: left;
	width: 760px;
}

/* =Banner
----------------------------------------------- */
#banner {
	float: left;
	width: 760px;
	height: 68px;
	background: #03176D;
}
#banner img {
	display: block;
	border: none;
}
#banner #printLogo {
	display: none;
}

/* =Navigation
----------------------------------------------- */
#mainNav {
	position: relative;
	float: left;
	width: 760px;
	height: 25px;
	margin: 3px 0;
	background: #B6001C url(../images/backgrounds/mainNav.gif) repeat-x left top;
}
#secNav {
	float: right;
	width: 600px;
	margin-left: 160px;
	height: 25px;
	background: none;
}
#mainNav img, #secNav img {
	display: block;
	float: right;
	border: none;
}

/* =Content Elements
----------------------------------------------- */
#content {
	float: left;
	width: 760px;
	height: 100%;
	background: #FFFFFF url(../images/backgrounds/content.gif) repeat-y left top;
}
#content-main {
	float: left;
	width: 450px;
	padding: 0 23px;
	background: #FFFFFF url(../images/backgrounds/content-main.gif) no-repeat right bottom;
}
#content-sub {
	float: left;
	width: 119px;
	padding: 9px;
	margin-top: -25px;
	background: none;
	font-size: 90%;
	line-height: 120%;
}
#content-sub h2 {
	color: #0F1F6B;
	font-size: 110%;
	line-height: 120%;
}
#content-extra {
	float: left;
	width: 127px;
	padding: 12px 0;
	background: none;
	font-size: 90%;
	line-height: 120%;
}
#content-extra h2 {
	font-weight: normal;
	font-size: 135%;
	line-height: 110%;
	color: #0F1F6B;
}
#footer {
	clear: both;
	float: left;
	width: 600px;
	padding: 20px 0 0 160px;
	background: #FFFFFF url(../images/backgrounds/footer.gif) repeat-y left top;
	font-size: 90%;
	line-height: 150%;
}
#footer-main {
	float: left;
	width: 50%;
	text-align: left;
}
#footer-extra {
	float: right;
	width: 50%;
	text-align: right;
}

/* =Interior Page Formatting
----------------------------------------------- */
#sectionHeader {
	width: 450px;
	text-align: right;
}
/*#pageHeader {
	margin: 0 0 80px 0;
	font: normal 275% "Times New Roman", Times, serif;
	color: #0F1F6B;
}*/
h1#pageHeader {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 230%;
	line-height: 120%;
	color: #0F1F6B;
	margin: 0 0 80px 0;
}
#pageHeader img {
	float: left;
	width: 163px;
	margin-right: 15px;
}

/* =Home Page Formatting
----------------------------------------------- */
#hp #content-main {
	float: left;
	width: 623px;
	padding: 12px 0 0;
	background: url(../images/backgrounds/content-main-hp.gif) no-repeat right 5px;
}
#hp #featurePhoto {
	float: left;
	width: 219px;
	height: 132px;
	padding-left: 7px;
}
#hp #featureStory {
	float: left;
	width: 306px;
	padding: 0 0 0 30px;
	line-height: 160%;
	color: #848282;
	font-size: 90%;
}
#hp #featureStory h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 260%;
	line-height: 100%;
	color: #0F1F6B;
	margin: 0;
}
#hp #featureStory .link {
	text-align: right;
}
#hp #featureStory .link img {
	border: none;
}
#hp #content-extra {
	float: left;
	width: 603px;
	margin: 15px 0;
	padding: 15px 10px;
}
#hp #footer {
	float: left;
	width: 600px;
	padding: 0 0 0 145px;
	background: #FFFFFF url(../images/backgrounds/footer.gif) repeat-y left top;
	font-size: 90%;
	line-height: 150%;
}

/* =Advertisements - Interior
----------------------------------------------- */
#content-extra #adContainer {
	float: left;
	width: 103px;
	padding: 0 12px;
	background: #DEF2FD;
}
#content-extra #adContainer .advertisement {
	float: left;
	width: 103px;
	margin-bottom: 1em;
	padding-top: 1em;
	background: url(../images/backgrounds/advertisement-int2.gif) no-repeat left top;
}
#content-extra #adContainer .first-child {
	background: none;
}
#adContainer .advertisement h2 {
	padding: 0;
	margin: 0 0 0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
}
#adContainer .advertisement ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#adContainer .advertisement li {
	padding: 0;
	margin: 0.4em 0;
	list-style: none;
}
#adContainer .advertisement a:link, #adContainer .advertisement a:visited, #adContainer .advertisement a:hover {
	display: block;
	width: 97px;
	padding: 0 0 0 6px;
	margin: 0;
	font-size: 95%;
	background: url(../images/adContainerBullet.gif) no-repeat left 6px;
	color: #505B65;
}

/* =Content-Extra - Home Page
----------------------------------------------- */
#hp #adContainer {
	float: left;
	width: 603px;
	background: #DEF2FD;
	padding: 15px 0;
}
#hp #adContainer2 {
	float: left;
	width: 603px;
	background: #DEF2FD url(../images/backgrounds/adContainer-advertisement-hp.gif) repeat-y left top;
}
#hp #adContainer .advertisement {
	float: left;
	width: 161px;
	padding: 0 20px;
	margin: 0;
	background: none;
}
#hp #adContainer .advertisement h2 {
	padding: 0;
	margin: 0 0 0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
}
#hp #adContainer .advertisement ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#hp #adContainer .advertisement li {
	padding: 0;
	margin: 0.2em 0;
	list-style: none;
}
#hp #adContainer .advertisement a:link, #hp #adContainer .advertisement a:visited, #hp #adContainer .advertisement a:hover {
	display: block;
	width: 155px;
	padding: 0 0 0 6px;
	margin: 0;
	font-size: 95%;
	background: url(../images/adContainerBullet.gif) no-repeat left 6px;
	color: #505B65;
}

/* =Matrix
-------------------------------------------------- */
table.matrix {
	width: 100%;
	border-spacing: 1px;
	background-color: #E7E7E7;
	font-size: 0.9em;
	margin-bottom: 1.8em;
}
table.matrix caption {
	padding: 5px 4px;
	border-bottom: 2px solid #1975d7;
	background: #0083D6 url(../images/backgrounds/matrix_caption.gif) no-repeat right top;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
}
table.matrix td, table.matrix th {
	padding: 2px;
	vertical-align: top;
	text-align: center;
}
table.matrix th {
	border: 1px solid #FFF;
	background: #F5F5F5;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #666;
}
table.matrix tr {
	background-color: #FFF;
}
table.matrix tr.alt {
	background: #f9f9f9;
}
table.matrix tr td {
	border: 1px solid #FFF;
}
table.matrix tr.alt td { 
	border-top: 1px solid #FFF;
}
table.matrix th.leftCol, table.matrix td.leftCol {
	text-align: left;
	font-weight: bold;
}
table.matrix td.feeItem {
	text-align: left;
	font-weight: normal;
	padding-left: 20px;
}
table.matrix td.moreLink {
	text-align: left;
	white-space: nowrap;
}
table.matrix tr.showMoreInfo {
	display: block;
	display: table-row;
}
table.matrix tr.showMoreInfo td {
	text-align: left;
}

/* =Locations
-------------------------------------------------- */
#locationsContainer {}
#locationsContainer dt, #locationsContainer dd {
	padding: 5px;
}
#locationsContainer dd {
	margin-left: 0;
}
table.locations {
	width: 100%;
	border-spacing: 1px;
	background-color: #E7E7E7;
	font-size: 0.9em;
	margin-bottom: 1.8em;
}
table.locations caption {
	padding: 5px 4px;
	border-bottom: 2px solid #1975d7;
	background: #0083D6 url(../images/backgrounds/matrix_caption.gif) no-repeat right top;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
}
table.locations td {
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
table.locations td.address {
	border: 1px solid #FFF;
	background: #F5F5F5;
	font-weight: bold;
	color: #666;
}
table.locations tr {
	background-color: #FFF;
}
table.locations tr.alt {
	background: #f9f9f9;
}
table.locations tr td {
	border: 1px solid #FFF;
}
table.locations tr.alt td { 
	border-top: 1px solid #FFF;
}
table.locations td.leftCol {
	font-weight: bold;
}

/* =FAQs
-------------------------------------------------- */
#faqBody dt, #faqBody dd {
	padding-left: 15px;
}
#faqBody dt {
	background: url(../images/backgrounds/faqQuestion.gif) no-repeat left 4px;
	font-weight: bold;
}
#faqBody dd {
	background: url(../images/backgrounds/faqAnswer.gif) no-repeat left 4px;
}

/* =News & Press Release
-------------------------------------------------- */
ul#agreementList, ul#agreementList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#agreementList {
	margin: 15px 0 50px 15px;
}
ul#agreementList li {
	padding-bottom: 5px;
}
ul#agreementList li a:link, ul#agreementList li a:visited, ul#agreementList li a:hover {
	display: block;
	width: 90%;
	padding: 0 15px;
	background: url(../images/backgrounds/plus.gif) no-repeat left 8px;
}

/* =Links
-------------------------------------------------- */
#links dl dt, #links dl dd {
	padding: 0;
	margin: 0;
}

/* =Calculator Formatting
-------------------------------------------------- */
table.calcTable {
	width: 100%;
	border: none;
}
table.calcTable th, table.calcTable td {
	padding: 0.1em 0.3em;
	text-align: left;
	vertical-align: top;
	border: none;
}
table.calcTable th {
	color: #FFF;
	background: #0083D6;
	border: none;
	vertical-align: middle;
}
table.calcTable td {
	background: #FFF;
}
.calcTable th.calcsMenu {
	font-size: 0.9em;
	text-align: right;
}
table.calcTable table, table.calcTable table th, table.calcTable table td {
	border: none;
}
