/* ------------------------------------------------
Site:     Citizens Bank (www.citizenbank24.com)
Author:   Bryan Sullivan
Version:  July 17, 2006
-------------------------------------------------- */

/* =Zero out the browser default values
----------------------------------------------- */
html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, blockquote, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =Resize text element  and list margins
----------------------------------------------- */
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote {
	margin: 1em 0;
}
ol, ul, dd {
	padding-left: 40px;
}

/* =Fonts
----------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #162677;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	text-transform: capitalize;
}
h4, h5, h6 {
	font-size: 11px;
	text-transform: capitalize;
}

/* =Links
----------------------------------------------- */
a:link, a:visited, a:hover {
	color: #0C2677;
	color: #0C2677;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0C2677;
	color: #0C2677;
	text-decoration: underline;
	font-weight: bold;
}

/* =Miscellaneous
----------------------------------------------- */
#preloginCookie {
	position: absolute;
	width: 1px;
	height: 1px;
	z-index: 1000;
	left: 1px;
	top: 1px;
}
#preloginCookie img {
	width: 1px;
	height: 1px;
	border: none;
	display: block;
}
.buttonRow {
	text-align: center;
	display: block;
	clear: both;
}
.buttonRow img {
	border: none;
}
.siteMapColumn {
	float: left;
	width: 49%;
	padding-right: 1%;
}
.calcTable {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	border: none;
}
.calcTable thead th {
	padding: 10px;
	border-bottom: 18px solid #CA9F57;
	text-align: left;
	font-weight: bold;
	font-size: larger;
	background: #002b74;
	color: #fff;
}
.calcTable tbody th, .calcTable tbody td {
	padding: 2px;
}
#calcsMenu {
	width: auto;
	float: right;
}

/* =Content Elements
----------------------------------------------- */
#page {
	width: 800px;
	/*margin-right: auto;
	margin-left: auto;*/
}
#page2 {
	float: left;
	width: 800px;
	position: relative;
}
#banner {
	float: left;
	width: 800px;
	height: 135px;
}
#bannerSub {
	float: left;
	width: 161px;
	height: 135px;
}
#bannerMain {
	float: right;
	width: 639px;
	height: 135px;
	background: url(images/backgrounds/banner.jpg) no-repeat right top;
	position: relative;
}
#loginArea {
	float: right;
	width: 158px;
	position: absolute;
	right: 39px;
	bottom: 10px;
	text-align: center;
}
#loginArea fieldset {
	text-align: left;
}
#loginArea legend {
	display: none;
}
#loginArea label {
	font-weight: bold;
	/*color: #25337c;*/
	color: #ffffff;
	text-transform: uppercase;
	/*font-size: 8px;*/
}
#loginArea #id {
	width: 158px;
	margin-bottom: 8px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#content {
	float: left;
	width: 800px;
	background: url(images/backgrounds/content.gif) repeat-y left top;
}
#mainNav {
	float: left;
	width: 161px;
	position: relative;
}
#mainNav img {
	display: block;
	border: 0;
	width: 161px;
	height: 31px;
}
#content-main {
	float: right;
	width: 630px;
	border-top: solid 18px #CA9F57;
}
#interiorPage #content-main {
	background-position: right top;
	background-repeat: no-repeat;
	width: 584px;
	padding:200px 23px 10px 23px;
}
#marketing {
	float: left;
	width: 630px;
	margin: 11px 0;
}
#marketing img {
	display: block;
}
#news {
	float: left;
	width: 369px;
	padding-right: 19px;
	padding-left: 23px;
}
#news .story {
	float: left;
	width: 369px;
}
#news .story {}
#news .story h2 {
	margin-bottom: 0;
}
#news .story h2 + P {
	margin-top: 2px;
}
#news .story img.alignRight {
	margin: 0 0px 10px 10px;
	float: right;
}
#news .story img.alignLeft {
	margin: 0 10px 10px 0px;
	float: left;
}
#adv {
	float: right;
	width: 195px;
}
#adv img {
	display: block;
	float: right;
	margin-bottom: 10px;
	border: none;
}
#footer {
	float: right;
	width: 630px;
}
#footer img {
	border: none;
}
#address {
	width: 630px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
#address a:link, #address a:visited {
	color: #000000;
	text-decoration: none;
	padding: 0 7px 0 13px;
	background: url(images/backgrounds/addressSeparator.gif) no-repeat left center;
}
#address a:hover {
	color: #FF4040;
	text-decoration: underline;
	padding: 0 7px 0 13px;
	background: url(images/backgrounds/addressSeparator.gif) no-repeat left center;
}
#address a.firstChild:link, #address a.firstChild:visited, #address a.firstChild:hover {
	padding: 0 7px 0 0;
	background: none;
}
#address a.lastChild:link, #address a.lastChild:visited, #address a.lastChild:hover {
	padding: 0 0 0 13px;
	background: url(images/backgrounds/addressSeparator.gif) no-repeat left center;
}
#secNav {
	background: #EFE3C6;
	height: 24px;
	padding: 0 10px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	word-spacing: 1px;
}
#secNav a:link, #secNav a:visited {
	color: #000000;
	text-decoration: none;
}
#secNav a:hover {
	color: #FF4040;
	text-decoration: underline;
}

/* =Table Formatting
----------------------------------------------- */
.rates {
	width: 100%;
	border: solid 1px #162677;
	border-collapse: collapse;
	margin: 1em 0;
}
.rates th, .rates td {
	border: solid 1px #162677;
	border-collapse: collapse;
	padding: 2px 4px;
	text-align: center;
	vertical-align: top;
}
.rates th[scope~='row'], .rates td[scope='row'] {
	text-align: left;
	font-weight: bold;
}
.rates th {
	background: #D2D2DC;
	color: #162677;
	font-weight: bold;
}

/* =Contact Us Form
----------------------------------------------- */
#contactForm label, #contactForm input {
	vertical-align: middle;
}

/* =FAQ Formatting
----------------------------------------------- */
#faqSection dl, #faqSection dt, #faqSection dd {
	margin: 0;
	padding: 0;
}
#faqSection dl {
	padding: 1em 0;
}
#faqSection dt {
	/*font-size: 12px;*/
	font-weight: bold;
	text-transform: capitalize;
	color: #0C2677;
	cursor: pointer;
	text-decoration: none;
	background: url(images/backgrounds/plusBullet.gif) no-repeat left 5px;
}
#faqSection dt:hover {
	text-decoration: underline;
}
#faqSection dt, #faqSection dd {
	margin-top: 5px;
	padding-left: 15px;
}

/* =Bios
----------------------------------------------- */
.bio dl, dt, dd {
	margin: 0;
	padding: 0;
}
.bio dl {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 1em 0;
}
.bio dt {
	font-weight: bold;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;
	color: #162677;
	margin-bottom: 1em;
	border-bottom: solid 1px #162677;
}
.bio dd {
	display: block;
	float: left;
	width: 50%;
	height: 125px;
	margin-top: -1em;
	padding-bottom: 1em;
}
.bio dd img {
	display: block;
	float: left;
	width: 100px;
	margin-right: 0.5em;
	margin-top: 1em;
}
.bio dd h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	color: #162677;
	margin-bottom: -0.8em;
}
