/* commnatlbank - layout.css */

/*===== Reset =========================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

object {
	outline: none;
}
#siteAlert {
margin:0 auto;
width:960px !important;
}

/*===== General =======================*/
body {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #666;
	background: transparent url("../image/body-bg.png") 0 0 repeat;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 1em 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

p {
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #666666;
	outline: none;
}

ul li {
	list-style-type: none;
	list-style-position: outside;
}

em {
	font-style: italic;
}

#siteAlertWrapper {
	width: 96em;
	margin: 0 auto;
}

#siteAlertLink {
	right: 30px !important;
}

/*===== Header ========================*/
#header {
background:url("../image/header-top.png") repeat-x scroll 0 0;
height:10.9em;
position:relative;
width:100%;
z-index:5;
}
body#home #header {
background:url("../image/header-top.png") repeat-x scroll 0 0 #E3D2B6;
}
#headerInner {
	height: 10.9em;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#logo {
	position: absolute;
	top: 14px;
	left: 0.9em;
	height: 114px;
	width: 276px;
	margin: 0;
	text-indent: -999em;
	background: transparent url("../image/logo.png") 0 0 no-repeat;
}

#logo a {
	display: block;
	height: 114px;
	width: 276px;
}
#printLogo {
	display:none;
}
#ultraTopNav {
position:absolute;
right:162px;
top:14px;
}

#ultraTopNav li {
	float: left;
	padding: 0 0.5em;
	color: #333;
}

#ultraTopNav li a {
	font-size: 1.2em;
	color: #F7F7F7;
}
#ultraTopNav li.firstChild a {
background:url("../image/icon-lock.png") no-repeat scroll 0 0 transparent;
font-weight:bold;
padding:0 0 0 16px;
}
#ultraTopNav li a:hover {
	color:#FEB913;
	text-decoration: none;
}

#searchForm {
height:22px;
position:absolute;
right:10px;
top:8px;
width:125px;
}

#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 96px;
	height: 18px;
	background-image: url("../image/search-bg.png");
}

#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 22px;
}

#primaryNav {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#primaryNav li {
	display: block;
	float: left;
	padding: 1em 2em 0;
	background: url("../image/header-li.png") no-repeat scroll center right transparent;
}
#primaryNav li.lastChild {
	background: none;
	padding: 1em 0.5em 0 2em;
}
#primaryNav a {
	display: block;
	width: 84px;
	height: 2em;
	padding: 0;
	text-indent: -9999px;
}

#primaryNav a.nthChild-1 {   
	background: url("../image/primarynav.png") no-repeat scroll 0 0 transparent;
}

#primaryNav li.nthChild-1 a:hover {   
	background: url("../image/primarynav.png") no-repeat scroll 0 -30px transparent;
}

#primaryNav li.nthChild-1 a.inPath {   
	background: url("../image/primarynav.png") no-repeat scroll 0 -60px transparent;
}

#primaryNav a.nthChild-2 {   
	background: url("../image/primarynav.png") no-repeat scroll -88px 0px transparent;
}

#primaryNav li.nthChild-2 a:hover {   
	background: url("../image/primarynav.png") no-repeat scroll -88px -30px transparent;
}

#primaryNav li.nthChild-2 a.inPath {   
	background: url("../image/primarynav.png") no-repeat scroll -88px -60px transparent;
}

#primaryNav a.nthChild-3 {   
	background: url("../image/primarynav.png") no-repeat scroll -178px 0 transparent;
}                        

#primaryNav li.nthChild-3 a:hover {   
	background: url("../image/primarynav.png") no-repeat scroll -178px -30px transparent;
}

#primaryNav li.nthChild-3 a.inPath {   
	background: url("../image/primarynav.png") no-repeat scroll -178px -60px transparent;
}

#primaryNav a.nthChild-4 {   
	background: url("../image/primarynav.png") no-repeat scroll -268px 0 transparent;
}

#primaryNav li.nthChild-4 a:hover {   
	background: url("../image/primarynav.png") no-repeat scroll -268px -30px transparent;
}

#primaryNav li.nthChild-4 a.inPath {   
	background: url("../image/primarynav.png") no-repeat scroll -268px -60px transparent;
}

/* Online banking downstream pages */
#downstreamObl {
	position: absolute;
	top: 20px;
	right: 300px;
}

#downstreamObl a {
	color: #000;
}

/*===== Main Content ==================*/
#wrapperAll {
	overflow: hidden;
	width: 100%;
	margin: -20px 0 0 0;
	background: url("../image/tan-bg.png") repeat-x scroll left bottom #F2E9DC;
}

#wrapper {
margin:60px auto 0;
overflow:visible;
width:960px;
}
#mainAll {       
	float: left;
	width: 709px;
	margin: 0 0 30px 16px;
	padding: 0 0 10px;
	background: url("../image/maincontent-bottom2.png") no-repeat scroll left bottom transparent;
}

#mainContent {
background:url("../image/maincontent-top2.png") no-repeat scroll 0 -4px transparent;
float:left;
min-height:370px;
padding:0;
width:709px;
}

#mainContent .contentHolder {
	display: block;
	margin: 0 30px;
}

/*===== Left Column ===================*/
/*body#Personal #leftColumn, body#Business #leftColumn, body#Services #leftColumn, body#AboutUs #leftColumn {
	background: url("../image/leftnav-top.png") no-repeat scroll left top transparent;
}*/

#leftColumn {
	clear: left;
	float: left;
	margin: 0 0 20px;
	width: 234px;
}

h2#quickLinksHeader {
	color: #000000;
	margin: 2em 0 0;
	padding: 0 0 0.5em 0.5em;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #DFE0E3;
}

#leftNav {
background:url("../image/leftnav-bottom.png") no-repeat scroll left bottom transparent;
margin:0 0 30px;
padding:0 0 4px;
width:234px;
}

#leftNav li a {
	display: block;
}

#leftNav li h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DFE0E3;
}

#leftNav li h2 a {
	color: #333;
	padding: 13px 30px 8px 18px;
	background: url("../image/leftnav-h2.png") no-repeat scroll 2px -38px transparent;
}

/*For Long Titles with more than 16 characters*/

#leftNav li h2.longTitle a {
	color: #333;
	padding: 14px 30px 8px 18px;
	background: url("../image/leftnav-h2.png") no-repeat scroll 2px -134px transparent;
}
#leftNav li h2.longTitle a:hover {
	background: url("../image/leftnav-h2.png") no-repeat scroll 2px -230px transparent;
}
#leftNav li.inPath h2.longTitle a {
	color: #333;
	padding: 14px 30px 8px 18px;
	background: url("../image/leftnav-h2.png") no-repeat scroll 2px -76px transparent;
}

/*End of Long Titles*/

#leftNav li h2 a:hover {
	background:url("../image/leftnav-h2.png") no-repeat scroll 2px -192px transparent;
	color: #005900;
}

#leftNav li.inPath h2 a {
	color: #005900;
	background: url("../image/leftnav-h2.png") no-repeat scroll 2px 0 transparent;
}
#leftNav li ul.nthTier-2 {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #DFE0E3;
	padding: 5px 0 10px;
}

#leftNav li ul.nthTier-2 li {
	margin: 2px;
}
#leftNav li li.inPath a {
	color:#005900;
	padding: 3px 24px 3px 24px;
	background: url("../image/leftnav-h3.png") no-repeat scroll 16px 4px transparent;
}
#leftNav li li a:hover {
	/*padding: 3px 24px 3px 34px;*/
	background: url("../image/leftnav-h3.png") no-repeat scroll 16px 4px transparent;
	color:#005900;
}
#leftNav li li.inPath a:hover {
	background-position:16px 4px;
	color:#005900;
	padding: 3px 24px 3px 24px;
}
#leftNav li li h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#leftNav li li a {
	color: #666666;
	padding: 3px 24px 3px 26px;
	background: url("../image/leftnav-h3.png") no-repeat scroll 16px 4px transparent;
}


/* Quick Links */
#leftColumn #quickLinks {
	margin: 0;
	color: #666666;  
	width: 234px;
}

#quickLinks h2 {
	color: #005900;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 5px;
	background: url("../image/ql-title.png") no-repeat scroll 96px 3px transparent;
}

body#home #quickLinks li {
	border-top: 1px solid #DFE0E3;
}
body#home #quickLinks li.lastChild {
border-bottom:1px solid #DFE0E3;
}

#quickLinks li {
margin:1px 0 0;
padding:5px 0 0;
border-top: 1px solid #BAB18F;
}
#quickLinks li.lastChild {
border-bottom:1px solid #BAB18F;
}

#quickLinks li a {
	display: block;
	padding: 5px 0 5px 40px;
	font-size: 1.2em;
}

#quickLinks li a.nthChild-1 {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px 0 transparent;
}
#quickLinks li.nthChild-1 a:hover {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -203px transparent;
}


#quickLinks li a.nthChild-2 {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -34px transparent;
}
#quickLinks li.nthChild-2 a:hover {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -237px transparent;
}


#quickLinks li a.nthChild-3 {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -64px transparent;
}
#quickLinks li.nthChild-3 a:hover {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -267px transparent;
}



#quickLinks li a.nthChild-4 {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -98px transparent;
}
#quickLinks li.nthChild-4 a:hover {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -301px transparent;
}


#quickLinks li a.nthChild-5 {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -132px transparent;
}
#quickLinks li.nthChild-5 a:hover {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -335px transparent;
}
#quickLinks li a.nthChild-6 {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -169px transparent;
}
#quickLinks li.nthChild-6 a:hover {
	background: url("../image/ql-sprite.png") no-repeat scroll 4px -370px transparent;
}



#quickLinks li a:hover {
	color: #005900;
}

/*===== Footer ========================*/
body#home #footer {
	background: none;
}

#footerAll {                      
	clear: both;
	width: 100%;
	height: 13em;
	background: url("../image/home-featured.png") repeat-x scroll 0 0 transparent;
}

#footer {
border-top:1px solid #E1E1E1;
color:#666666;
font-size:1.1em;
margin:20px auto 0;
padding:20px 0 0;
position:relative;
width:960px;
}
#footerAll #footer {
border:medium none;
margin:0 auto;
padding:40px 0 0;
}
#footer #firstROI {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 29px;
	width: 103px;
}

#footer img.froiLogo {
	display: none;
}

#footer #eh {
	position: absolute;
	bottom: 4px;
	right: 14em;
}

#footer #fdic {
	position: absolute;
	bottom: 4px;
	right: 18em;
}

#footer #footerNav {
padding:1em 0;
text-align:left;
}

#footerNav li {
	display: inline;
	padding: 0 1em;
}

#footerNav li.firstChild {
	display: inline;
	padding: 0 1em 0 0;
}

#footer a {
	color: #666;
	text-decoration:underline;
}

#footer a:hover {
	color: #005900;
	text-decoration: none;
}

#footer p {
	text-align: left;
}

#fdicLink {
margin:10px 0;
}

/*===== Home Page =====================*/
body#home #ultraTopNav li.nthChild-1, body#home #ultraTopNav li.nthChild-2 {
	display: none;
}

#obLogin {             
background:url("../image/obl-bg.png") no-repeat scroll center bottom transparent;
color:#FFFFFF;
height:190px;
left:12px;
position:absolute;
top:46px;
width:225px;
z-index:5;
}

body.popup #obLogin {             
	display: block;
	margin: 0 auto;
	top: 0;
	left: 0;
	position: relative;
}

#obLogin h2, body.popup #obLogin h2 {
background:url("../image/obl-lock.png") no-repeat scroll 188px 6px #004400;
color:#FFFFFF;
font-family:Helvetica,Geneva,sans-serif;
font-weight:normal;
letter-spacing:0.05em;
margin:0;
padding:8px 0 8px 20px;
width:200px;
}

body.popup #obLogin h2 {
	text-align: left;
	margin: 0;
}

#obLogin div, body.popup #obLogin div {
margin:0 0 13px;
overflow:hidden;
}
#obLogin div#oblSelectDiv {
	margin: 14px 0 12px 20px;
}

#obLogin #username {
margin:10px 0 9px 20px;
position:relative;
}
#obLogin label {
	font-size: 1.2em;
	color: #fff;
}

#obLogin label.overlabel-apply {
	position: absolute;
	top: 6px;
	left: 10px;
	color: #666;
}

#obLogin input#oblBtn {
background:url("../image/obl-login.png") no-repeat scroll 0 0 transparent;
border:medium none;
cursor:pointer;
display:block;
float:right;
height:29px;
margin:0 16px 0 0;
padding:29px 0 0;
text-indent:-999em;
width:77px;
}

#obLogin input {
width: 180px;
height: 20px;
padding: 2px 5px;
border: none;
background: url("../image/obl-input.png") no-repeat scroll 0 0 transparent;
}
#obLogin ul#obNav {
	position:absolute;
	top:124px;
	left:0;
}
#obLogin ul#obNav, #obLogin ul#obNavBottom, body.popup #obLogin ul#downstreamOBLnav {
	overflow: hidden;
margin:0 0 0 20px;
}

#obLogin ul#obNav li, #obLogin ul#obNavBottom li, body.popup #obLogin ul#downstreamOBLnav li {
	margin: 0 7px 0 0;
	float: left;
	display: inline;
}

#obLogin ul#obNav li a, #obLogin ul#obNavBottom li a, body.popup #obLogin ul#downstreamOBLnav li a {
	padding: 0 7px 0 0;
	font-size: 1.1em;
	color: #fff;    
	border-right: 1px solid #fff;
}

#obLogin ul#obNav li a:hover, #obLogin ul#obNavBottom li a:hover, body.popup #obLogin ul#downstreamOBLnav li a:hover {
	color: #FEB813;
}

#obLogin ul#obNav li a.lastChild, #obLogin ul#obNavBottom li a.lastChild, body.popup #obLogin ul#downstreamOBLnav li a.lastChild {
	border-right: none;
}
#obLogin select.oblSelect {
	height:26px;
	width:185px;
	cursor:pointer;
}

#obLogin .customStyleSelectBox {
	background:url(../image/obl-select.png) 0 0 no-repeat;
	color:#666;
	height:26px;
	width:185px;
}

#obLogin .customStyleSelectBoxInner {
font-size:11px;
padding:8px 0 0 8px;
}

#flashBanner {
background:url("../image/tile-home-flash.png") repeat-x scroll center bottom #E6D4B9;
height:303px;
margin:0 auto;
width:100%;
}

#flashInner {
height:303px;
margin:0 auto;
position:relative;
width:960px;
}

#FlashDNA {
	position:absolute;
	top:0;
	left:0;
	width:1001px;
	height:303px;
	z-index:1;
}

#FlashDNA img {
	margin:8px 0 0 260px;
}
body#home #wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 4em;
	background: url("../image/home-featured.png") repeat-x scroll 0 0 #fff;
}

body#home #mainContent {
background:none repeat scroll 0 0 transparent;
float:none;
margin:0 auto;
min-height:195px;
overflow:hidden;
padding:5em 0 1em 26px;
width:960px;
}

body#home #quickLinks {
	float: left;
	display: inline;
	width: 234px;
	margin: 0; 
	color: #666666;
}

#homeFeaturedProducts {
	float: right;
	display: inline;
	width: 72em;
}

#homeFeaturedProducts li {
	position: relative;
	float: left;
	display: inline;
	width: 23em;
	height: 19em;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
	border-right: 1px solid #E1E1E1;
	cursor: pointer;
}

#homeFeaturedProducts li#featuredProductsSliderSlot3 {
	border-right: none;
}

#homeFeaturedProducts li h3 {
	padding: 1em 0 1em 5em;
	font-size: 1.6em;
	font-family: Helvetica,Geneva,sans-serif;
	font-weight: normal;
	color: #005900;
}

#homeFeaturedProducts li div.fadeout {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 2;	
}

li#featuredProductsSliderSlot1 #homeFeaturedProducts li div.fadeout {
	left: 30px;
}

#homeFeaturedProducts li div.fadeout .hidden {
	display:none;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

li#featuredProductsSliderSlot1 #homeFeaturedProducts li div.fadeout .hidden {
	position: absolute;
	top: 0;
	left: 0;
}

#homeFeaturedProducts li #featuredProductsSliderSlot1-txt, #homeFeaturedProducts li #featuredProductsSliderSlot2-txt, #homeFeaturedProducts li #featuredProductsSliderSlot3-txt {
	width: 19em;
	margin: 0 0 0 24px;
}

#homeFeaturedProducts p {
color:#666666;
font-size:1.2em;
}

#homeFeaturedProducts h4 {
bottom:0;
font-size:1.2em;
position:absolute;
right:10px;
}

#homeFeaturedProducts h4 a {
	padding: 0 2em 0 0;
	color: #C19C36;
	background: url("../image/featured-tri.png") no-repeat scroll 70px 0 transparent;
}

#homeFeaturedProducts h4 a:hover {
	color: #FEB913;
	background: url("../image/featured-tri.png") no-repeat scroll 70px -20px transparent;
}
#homeFeaturedProducts table {
	color:#666;
	width: 100%;
	font-size: 1.1em;
}
                                                                     
#homeFeaturedProducts table th {
font-weight:bold;
padding:0 0 2px;
text-align:left;
}

#homeFeaturedProducts table td {
padding:0 0 4px;
text-align:left;
}

/*===== Category Page =================*/
.leadCategory {
border-bottom:1px solid #CCCCCC;
height:133px;
margin:0;
padding:10px 0 0;
position:relative;
}                 

.individualPage .leadCategory {
border-bottom:1px solid #CCCCCC;
margin:0 0 25px;
padding:10px 0 0;
}                 
#contactUs .leadCategory, #search .leadCategory {
padding:4px 0 6px;
}                 

img.leadImage {
	display: block;
	height: 160px;
	left: 42em;
	position: absolute;
	top: -17px;
	width: 255px;
	z-index: 5;
}

.leadCategory ul {
	display: none;
}                 

#catBreadcrumb {
	display: block;
	margin: 1em 0 1.5em;
}

#catBreadcrumb li {
	display: inline;
	font-weight: normal;
}

#catBreadcrumb ul {
	display: inline;
	padding-left: 5px;
}

#catBreadcrumb li a {
	color: #005900;
	font-size: 2.6em;
	font-family: Futura, Verdana, Arial Rounded MT Bold; 
}

.leadCategory p {
	width: 26em;
	margin: 0 0 2em;
	color: #666666;
	font-size: 1.3em;
}

.leadCategory p.zeroPaddingParagraph {
	display: none;
}


#stolenCard .leadCategory p {
	width: 28em;
}

div#productCategory {
	margin: 2em 0 0;
}

div#productCategory li {
	clear: both;
	float: none;
	display: block;
	overflow: hidden;
	width: 100%;    
	margin: 0 0 1em 0;
	padding: 1em 0 2em;
	border-bottom: 1px solid #ccc;
}

div#productCategory li.lastChild {
	border-bottom: none;
}

div#productCategory li a {
	float: left;
	display: inline;
}

div#productCategory div.productContent {
	float: left;
	overflow: hidden;
	position: relative;
	width: 546px;
	margin: 0 0 0 3em;
}

div#productCategory div.productContent h3 {
font-family:Arial,Helvetica,sans-serif;
font-size:1.4em;
margin:0 0 5px;
}

div#productCategory div.productContent h3 a {
	display: block;
	float: none;
	clear: both;
	color: #005900;
}

div#productCategory div.productContent p {
	float: left;
	display: inline;
	width: 19em;
	margin: 0;                     
	padding: 0 1em 0 0;
	font-size: 1.2em;
	color: #666666;
	border-right: 1px solid #C8C4C1;
}

div#productCategory div.productContent p.textVariant1 {
	display: none;
}


div#productCategory div.productContent ul {
	float: left;
	display: inline;
	width: 24em;
	margin: 0 0 0 2em;
}

div#productCategory li li {
	float: none;
	width: auto;
	margin: 0 0 4px 0;
	padding: 0 0 0 1em;
	list-style: disc outside;
	border: none;
	font-size: 1.2em;
	color: #666666;
	background: url("../image/list-item.png") no-repeat scroll 0px 4px transparent;
}

div#productCategory div.productContent h4 {
	position: absolute;
	bottom: 0;
	right: 0; 
	margin: 0;
	padding: 0;
}

div#productCategory div.productContent h4 a {
	display: block;
	width: 91px;
	height: 22px;
	background: url("../image/btn-learn-more.png") no-repeat scroll 0 0 transparent;
	text-indent: -9999px;
}

div#productCategory div.productContent h4 a:hover {
	background: url("../image/btn-learn-more.png") no-repeat scroll 0 -42px transparent;
}

/* Search */
#search ul {
	margin: 0;
	padding: 1.5em 0 0 0;
}

#search ul li {    
	border-bottom: 1px solid #CCCCCC;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 1em 0;
	position: relative;
}

#search ul li.lastChild {    
	border: none;
}

#search ul li h3 {
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	margin: 0 0 5px;
}

#search ul li h3 a {
	clear: both;
	color: #005900;
	display: block;
	float: none;
	text-decoration: none;
} 

#search ul li p {
	font-size: 1.3em;
	margin: 1em 0;
	width: 40em;
}

#search ul li h4 {
	bottom:2em;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
}           

#search ul li h4 a {
	background: url("../image/btn-learn-more.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 22px;		
	text-indent: -9999px;
	width: 91px;
}

#search ul ul {
	display: none;
}

/*===== Product Page ==================*/
.productHead {
	padding: 0;
	margin: 0 0 1em;
}

.productHead h1 {
	font-size: 2.6em;
	font-family: Futura, Verdana, Arial Rounded MT Bold; 
	font-weight:normal;
	margin: 0;
	color: #005900;
}

#productPhoto {
	position: relative;
	float: left;
	display: inline;
	margin: 3em 0;
}

#productSummary {
color:#666666;
display:inline;
float:left;
margin:30px 0 20px 30px;
width:400px;
}

#productSummary p, #productDetails p {
	margin: 0 0 1em;
	font-size: 1.2em;
}

#productSummary ul, #productDetails ul {
	margin: 0 1.5em 1em 1.5em;
}

#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0.4em 0;
	font-size: 1.2em;
}

#productDetails h3 {
	font-size: 1.4em;
	margin: 1em 0 0.5em;
}

#productDetails {
	clear: both;
	border-top: solid 1px #CCC;
}

.topButtons {
	margin:25px 0 10px;
}

.topButtons #openNow a, .bottomButtons #openNow a {
	display: block;
	background: url("../image/btn-apply-now.png") 0 0 no-repeat;
	text-indent: -999em;
	width: 116px;
	height: 34px;
}

.topButtons #openNow a:hover, .bottomButtons #openNow a:hover {
	background: url("../image/btn-apply-now.png") 0 -40px no-repeat;
}

.bottomButtons {           
margin:-30px 0 0 170px;
overflow:hidden;
padding:0 0 2em;
position:relative;
z-index:3;
}

.bottomButtons #tellMeMoreButton, .bottomButtons #openNow {
display:inline;
float:left;
margin:0 10px 0 0;
}

.bottomButtons #tellMeMoreButton a {
	display: block;
	background: url("../image/btn-questions.png") 0 0 no-repeat;
	text-indent: -999em;
	width: 116px;
	height: 34px;
	overflow: hidden;
}

.bottomButtons #tellMeMoreButton a:hover {
	background: url("../image/btn-questions.png") 0 -40px no-repeat;
}


/* Tabs */
dl#productTabs {
display:block;
list-style:none outside none;
margin:25px 0 0;
min-height:200px;
position:relative;
width:650px;
z-index:2;
}

dl#productTabs dt {
clear:both;
color:#666;
cursor:pointer;
float:none;
font-size:1.5em;
font-weight:normal;
padding:8px 16px 8px 0;
position:relative;
text-align:right;
width:183px;
z-index:1;
}

dl#productTabs dt:hover {
	text-decoration: none;
	color: #FDB813;
}

dl#productTabs dt.selected {
	text-decoration: none;
	color: #005900;
	background: url("../image/dt-list-item.png") no-repeat scroll center right transparent;
}

dl#productTabs dd {
color:#666666;
font-size:1em;
left:225px;
overflow:hidden;
padding:5px 5px 0 0;
position:absolute;
top:0;
}

dl#productTabs dd a {
	text-decoration: underline;
}

dl#productTabs dd a:hover {
	color:#005900;
}
#printBtn {
display:inline;
float:left;
height:23px;
margin:5px 10px 0 0;
width:48px;
}
#printBtn a {
	background:url(../image/btn-print.png) 0 0 no-repeat;
	display:block;
	height:23px;
	text-indent:-999em;
	width:48px;
}

#printBtn a:hover {
	background:url(../image/btn-print.png) 0 -30px no-repeat;
	height:23px;
	width:48px;
}

/*===== Individual Page ===============*/
.individualPage {
	padding-bottom: 5em;
}

.individualPage h1 {
color:#005900;
font-family:Futura,Verdana,Arial Rounded MT Bold;
font-size:2.6em;
font-weight:normal;
border-bottom:1px solid #CCCCCC;
margin:0 0 0.6em;
padding:1em 0 0.4em;
}
.individualPage .leadCategory h1 {
border:none;
padding:0.5em 0 0;
}                 
/* Detailed Title Classes */

.individualPage h2, .productDetails h2 {
color:#005900;
font-family:Arial,Helvetica,sans-serif;
font-size:1.4em;
margin:1em 0 0.5em;
}

.individualPage h3, .productDetails h3 {
	color: #005900;
	font-size: 1.4em;
	font-family: Arial, Arial, Helvetica, sans-serif;	
}                                                        

/* End of Detailed Title Classes */

.individualPage a {
	text-decoration: underline;
}

.individualPage a:hover {
	color:#005900;
}

.individualPage p {
font-size:1.3em;
margin:0.3em 0 1em;
}

.individualPage p.zeroPaddingParagraph {
	margin: 0;
}

.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}

.individualPage li {
	font-size: 1.2em;
}

.individualPage li li {
	font-size: 1em;
}

.individualPage ul li {
line-height:1.3em;
list-style-type:disc;
margin:0.4em 0;
}
#thankYou {
	position:relative;
}
#thankYou h1 {
border:none;
}
#thankYou p {
width:350px;
}
#thankYou #thankYouImage {
	position:absolute;
	top:20px;
	right:20px;
}
/* Sitemap */
#sitemap {
	margin-top: 2em;
}

#sitemapNav {
	margin-top: 3em;
}

#sitemapNav li {
	width: 16em;
	float: left;
	margin-right: 2.5em;
}

#sitemapNav li li {
	width: auto;
	float: none;
	margin-right: 0;
}

#sitemap div.clear {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px solid #CCC;
}

#sitemap div.clear div {
	width: 16em;
	float: left;
	margin-right: 2.5em;
}

#sitemap div.clear ul {
	padding-bottom: 2.5em;
}

/* Locations */
#map {
	height: 30em;
}

#locations table {
	width: 100%;
}

#locations th, #locations td {
	text-align: left;
	vertical-align: top;
	padding: 2px 0;
}

#locations th.timeName {
	width: 100px;
}

#locations td.timeValue {
	width: 180px;
}

#locations ul#locList {
	margin: 2em 0;
}

#locations ul#locList li {
border-top:1px solid #CCCCCC;
list-style-type:none;
margin:0;
overflow:hidden;
padding:1.3em 0 1em;
}

#locations ul#locList li.nth-child-1 {
	border-top: none;
}

#locations ul#locList li h2 {
	font-size: 1.5em;   
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

#locations ul li h2 a {
	color: #005900;
	text-decoration: underline;
}

#locations tr.tableHead th {
	padding-top: 8px;
	font-weight: bold;
}

#locations tr.tableHead th.firstColumn {
	width: 30%;
}

#locations .phones .tel .type {
	font-weight: bold;
}

#locations td div.adr {
	margin: 0 0 6px;
}

#locList.li div.accordionContent {
	overflow: hidden;
}

li.vcard .accordionContent img {
	border: 8px solid #999;
	float: left;
}

li.vcard .accordionContent div.branchAddress {
	margin: 0 0 0 23em;
	line-height: 1.4em;
}

li.vcard .accordionContent div.branchHours {
	width: 100%;
	overflow: hidden;
	padding: 1em 0 0;
}

li.vcard .accordionContent h5 {
	font-weight: bold;
}

li.vcard .accordionContent div.branchHours div {
	float: left;
	width: 280px;
}

.googleMap-InfoWindow {
	position: relative;
	top: 0;
	left: 0;
}

.googleMap-InfoWindow h2, .googleMap-InfoWindow p, .googleMap-InfoWindow p.map-phones {
	margin: .2em 0;
}

.individualPage .googleMap-InfoWindow h2 {
	font-size: 1.5em;
}

.individualPage .googleMap-InfoWindow p {
	font-size: 1.2em;
}

.individualPage .googleMap-InfoWindow p.map-phones {
	height: 1.2em;
	overflow: hidden;
}

/* Contact Us */
#moreInfo {
display:inline;
float:right;
width:350px;
}

#contactUs ul, #contactUs ol {
	margin: 0;
}

#formContactUs {
	width: 260px;
}

#formContactUs legend {
	color: #333;
	font-weight: bold;
}

#formContactUs fieldset {
border:0 none;
padding:15px 0 10px;
}

#formContactUs li {
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

#formContactUs label {
	display: block;
	float: none;
	font-size: 1.2em;
	padding: 0 10px 10px 0;
	text-align: left;
	width: 215px;
}

#formContactUs input, #formContactUs textarea {
	display: block;
	float: none;
	margin-bottom: 1em;
}

#formContactUs input {
	width: 240px;
}

#formContactUs textarea {
	height: 10em;
	width: 240px;
}

#formContactUs input.error, #formContactUs textarea.error {
	background-color: #F6F6CB;
	border: 2px solid #FF0000;
	padding: 2px;
}

#formContactUs button.submitButton {
	float: none;
	margin: 0;
	padding: 5px;
	width: auto;
}

#formContactUs label.error {
	color: #F72222;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em;
	text-align: left;
	width: 160px;
}

#formContactUs #captcha {
	clear: both;
	margin: 10px 0 10px 0;
	width: 200px;
}

#formContactUs #captcha input {
	display: block;
	float: none;
	margin: 10px 0;
	width: 196px;
}

#formContactUs #captcha p {
	margin: 0;
}

#formContactUs #captcha p.error {
	color: #F72222;
}

/* Rates */
#rates table {
	width: 100%;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	font-size: 1.1em;
}

#rates table.secondChart {
	width: 100%;
	border-top: none;
	border-left: 2px solid #CCC;
	font-size: 1.1em;
}

#rates h2 {
	font-size: 1.5em;
	margin: 1.3em 0 0.2em;
}

#rates h3 {
	font-size: 1.3em;
	margin: 1.5em 0 0.3em;
}
#rates h3 a {
	color:#005900;
}

#rates table.secondChart td.nth-column-1, #rates table.secondChart td.nth-column-2, #rates table.secondChart td.nth-column-3, #rates table.secondChart td.nth-column-4 {
	width: 20%;
}

#rates tr.nth-row-2 td.nth-column-4 {
	border-right: 2px solid #CCC;
}

#rates table th {
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	width: 20%;
	padding: 10px 2px;
	background-color: #D7E7D7;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#rates table td {
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	padding: 6px 7px;
	text-align: center;
}

#rates table td.product {
	border-right: none;
	font-size: 1.2em;
	font-weight: bold;
}

#rates table td.nth-column-1, #rates table.secondChart td.nth-column-1 {
text-align:left;
width:40%;
}

#rates div.finePrint {
	font-size: .8em;
	margin: 0 0 20px 0;
}

#rates div.apy {
	margin: .5em 0 .5em 1em;
	font-size: .9em;
}

#rates td p {  
	display: block;
	widht: 10em;     
   	margin: 0 auto;
	font-size: 1em;
}
#rates .emptyCell {
	text-indent:-999em;
}
.disclaimer {
font-size:1.1em;
padding:8px 0;
}
/*===== Special =======================*/
/* Popup form styling */
body.popup {
background:url("../image/maincontent-top2.png") repeat scroll -5px 0 transparent;
border:medium none;
overflow:hidden;
}

body.popup #thankYou img {
display:block;
float:right;
margin:20px 0 0;
}
body.popup #thankYou p.thankYouText {
float:left;
margin:35px 0 0 20px;
width:270px;
}

body.popup #thankYou img#smallThankyou {
	display: block;
	margin: 8px auto 0;
}

body.popup p {
	margin: 1em;
}

body.popup form {
	overflow: hidden;
}

body.popup form h4.title {
	padding: 10px;
	margin: 0;
	display: block;
	background-color: #005900;
	color: #FEB913;                                  
	font-weight: normal;
	font-size: 2em;
	font-family: Futura,Verdana,Arial Rounded MT Bold;
}

body.popup fieldset {
	border: 0 none;
	float: left;
	width: 252px;
}

body.popup #formSection {
	overflow: hidden;
	padding: 30px 15px 0 15px;
}

body.popup fieldset#popupStandard input, body.popup fieldset#popupStandard textarea {
	font-family: Helvetica, Arial, sans-serif;
}

/* Start popup input verification display */
/* - Not selected - */
body.popup fieldset#popupStandard input {
	background: url("../image/popup-input-bg.png") no-repeat;
	display: block;
	width: 227px;
	height: 19px;
	margin-bottom: .5em;
	padding: 8px 17px 2px 7px;
	border: none;
	font-size: 1.4em;
}

body.popup fieldset#popupStandard textarea {
	background: url("../image/popup-textarea-bg.png") no-repeat;
	display: block;
	width: 227px;
	height: 81px;
	margin-bottom: 0.5em;
	padding: 6px 17px 3px 7px;
	border: none;
	font-size: 1.5em;
}

body.popup #popupStandard input.error {
	background: url("../image/popup-input-bg.png") no-repeat 0 -150px;
}

body.popup #popupStandard input.valid {
	background: url("../image/popup-input-bg.png") no-repeat 0 -30px;
}

body.popup #popupStandard textarea.error {
	background: url("../image/popup-textarea-bg.png") no-repeat 0 -455px;
}

body.popup #popupStandard textarea.valid {
	background: url("../image/popup-textarea-bg.png") no-repeat 0 -91px;
}

/* - Selected - */
body.popup #popupStandard input.selected {
	background: url("../image/popup-input-bg.png") no-repeat 0 -60px;
}

body.popup #popupStandard input.selected.valid {
	background: url("../image/popup-input-bg.png") no-repeat 0 -90px;
}

body.popup #popupStandard input.selected.error {
	background: url("../image/popup-input-bg.png") no-repeat 0 -120px;
}

body.popup #popupStandard textarea.selected {
	background: url("../image/popup-textarea-bg.png") no-repeat 0 -182px;
}

body.popup #popupStandard textarea.selected.valid {
	background: url("../image/popup-textarea-bg.png") no-repeat 0 -273px;
}

body.popup #popupStandard textarea.selected.error {
	background: url("../image/popup-textarea-bg.png") no-repeat 0 -364px;
}

body.popup #captcha input.selected {
	background: url("../image/popup-captcha-bg.png") no-repeat 0 -62px;
}
/* End popup input verification display */

body.popup .rightSide {
	float: right;
	overflow: hidden;
	width: 230px;
}

body.popup img#popupLogo {
	margin: 14px auto 0;
	display: block;
	float: none;
}

body.popup input.submitButton, body.popup button.submitButton {
	border: 0 none;
	display: block;
	margin: 0 auto;
	width: 162px;
	height: 31px;
	float: none;
	text-indent: -999em;
	background: transparent url("../image/popup-submit.png") no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}

body.popup input.submitButton:hover, body.popup button.submitButton:hover {
	background-position: 0 -32px;
}

body.popup fieldset#popupStandard label {
	font-size: 1.2em;
	display: block;
	margin-bottom: 0.5em;
}

body.popup fieldset#popupStandard label.error {
	color: #F72222;
	text-align: right;
	margin-bottom: 0;
	font-size: 1.1em;
}

body.popup fieldset#popupStandard p {
	margin: 0 0 2em 0;
}

/* Captcha */
body.popup #captcha {
	width: 230px;
	float: none;
	padding-bottom: 1em;
}

body.popup #captcha input {
	float: none;
	background: url("../image/popup-captcha-bg.png") no-repeat;
	width: 223px;
	height: 23px;
	border: none;
	display: block;
	margin: 1em 0;
	padding: 7px 0 0 7px;
	font-size: 1.4em;
}

body.popup #captcha p {
	margin: 0;
}

body.popup #captcha p.error {
	color: #F72222;
}

body.popup #captcha h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

body.popup h2 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	text-align: center;

}

/* Alert Popup */
#popup_container {
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #ccc url("../image/alert-title.gif") top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: transparent url("../image/alert-info.gif") 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url("../image/info.gif");
}

#popup_content.confirm {
	background-image: url("../image/alert-important.gif");
}

#popup_content.prompt {
	background-image: url("../image/alert-help.gif");
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/* Clear fix */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: block;
}

/* - Hides from Internet Explorer for the Mac - \*/
.clear {
	min-height: 1%;
}

* html .clear {
	height: 1%;
}
/* - End hide - */
