/* @override 
	http://localhost:8888/_styles/default.css
	https://s66665.gridserver.com/_styles/default.css
	http://s66665.gridserver.com/_styles/default.css
*/

/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {
	background:#529ac8 url(../_images/background_html.gif) repeat-x 0 0;
}

body, input, select, textarea {
	font-family: Arial;
	color: #666;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1 {
	font-size: 2em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	position: absolute;
	top:20px;
	left: 20px;
}

h1 a:link,
h1 a:visited {
	display: block;
	height: 55px;
	width: 276px;
	background: url(../_images/logo.gif) no-repeat 0 0;
}

h1 a span {
	display: none;
}

h2 {
	color: #2c7ab4;
	font-size: 1.5em;
	line-height: 1.4;
	margin-bottom: 10px;
}

h3, h4, h5, h6 {
	color:#4c4c4c;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 15px;
}

h4, h5, h6 {
	
}

h5, h6 {
	font-weight: normal
}

address, p {
	color: #666;
	font-size: 1.3em;
	line-height: 1.6;
	margin-bottom: 30px;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	color: #666;
	margin: 0em 0 2em 2em;
	list-style-type: disc;
}

#content li {
		font-size: 1.3em;
		padding: 5px;
}

#content li li {
	font-size: 1em;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	color: #666;
	margin: 0em 0 2em 2em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

ol li {
	line-height: 1.6;
}

dd {
	font-size: 1.1em;
	line-height: 1.6;
	margin: .5em 0 2em 0;
}

dt {
	font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	padding: 2em 2em .1em 2em;
	background: #d9d9d9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

blockquote p {
	margin-bottom: 10px;
}

p.Cite {
	margin: 0;
	position: relative;
	top: -10px;
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; }

p q {
	margin: 2em 0 0 0;
	display: block;
}

strong { font-weight: bold; }

a:link,
a:visited {
	color:#77a9cd;
}

a:hover,
a:active {
	color: #4785af;
}



/* FORMS
====================================================================== */
form {
	width: 400px;
	text-align: left;
	font-size: 1.3em;
}

form p, form li, form table, #content form p, #content form li, #content form table {
	font-size: inherit;
}

form.Row {
	overflow: auto;
}

fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	overflow: auto;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-weight: bold;
}

fieldset>legend {
	left: 0; /* future proof */
}

input, textarea, select {
	margin-top: 3px;
	display: block;
	font-size: .9em;
	
}

input, textarea {
	background: #fff;
	padding: 3px;
	border: 1px solid #999;
}

input.Submit {
	padding: 6px 12px;
	background: #3d80ab;
	color: #fff;
	font-weight: bold;
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

input.Submit:hover {
	cursor: pointer;
	background: #33698d;
}

label {
	margin: 0;
	padding-bottom: .85em;
	width: 310px;
	line-height: 1.2;
	display: block;
}

select,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select,
label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select,
label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select,
input.InputRadio,
input.InputCheck {
	float: left;
}

textarea,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select {
	width: 320px;
}

label.FieldMedium {
	width: 160px;
}

label.FieldMedium input,
label.FieldMedium select {
	width: 150px;
}

label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select {
	width: 70px;
}

label.FieldLarge,
label.FieldMedium,
label.FieldSmall {
	margin-right: 10px;
}

label.LabelRadio,
label.LabelCheck {
	margin-left: 25px;
	padding-bottom: 15px;
}

input.InputRadio,
input.InputCheck {
	margin: 0;
}

form small {
	font-size: 75%;
}



/* CONTAINERS
====================================================================== */
#outer {
	/* use this to center your site, width is required */
	margin: 0 auto;
	width: 955px;
	background: #fff;
	/* try this if you need a clear */
	/* overflow: auto; */
}

#inner {}

#header {
	height: 93px;
	width: 911px;
	padding: 0 22px;
	position: relative;
	background: url(../_images/background_header.gif) no-repeat 0 0;
}

#sidebar {
	width: 200px;
	float: left;
}

#content {
	width: 711px;
	padding:  22px;
	float: left;
	background: url(../_images/background_content.gif) no-repeat top right;
}

#content a em {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#wide_column {
	width: 560px;
}

/* NAVIGATION
====================================================================== */
#skip_to {
	display: none;
}

ul#nav {
	/* use this for centered navigation */
	margin: 0;
	position: relative;
	top: 18px;
	list-style-type: none;
	text-align: right;
}

#nav li {
	/* use this for centered navigation */
	display: -moz-inline-box; 
	display: inline-block;
}

#nav li a:link,
#nav li a:visited {
	/* use this for centered navigation */
	display: block; 
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	color: #004c84;
	margin: 0 0 0 20px;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #cbdce8;
}

#nav li.Last a:link,
#nav li.Last a:visited {
	font-weight: normal;
	font-style: italic;
}

#nav li a:hover,
#nav li a:active {
	color: #002b4c;
}

#nav li.Current a:link,
#nav li.Current a:visited {

}

#sidebar ul {
	list-style-type: none;
	font-size: 1.1em;
	margin: 5px 0 0 0;
}

#sidebar ul ul {
	display: none;
	margin: 0px 0 0 0;
}

#sidebar ul li.Current ul {
	display: block;
}

#sidebar ul ul li {
	padding-left: 20px;
	border-bottom: 1px solid #e0ebef;
}

#sidebar ul ul li a:link,
#sidebar ul ul li a:visited {
	font-size: .8em;
	color: #267ab6;
	padding: 5px 0 5px 0px;
	margin-left: 20px;
	border: 0 !important;
	display: list-item;
	list-style-type: square;
}

ul#side_nav li a:link,
ul#side_nav li a:visited {
	color: #225780;
	font-weight: bold;
	display: block;
	line-height: 1.4;
	padding: 7px 0 7px 22px;
	border-bottom: 1px solid #c1d7df;
}

ul#side_nav li a:hover,
ul#side_nav li a:active {
	color: #143a56;
}

ul#side_nav li.Current a:link,
ul#side_nav li.Current a:visited {
	border-bottom: 1px solid #e0ebef;
}

ul#buttons {
	margin: 12px 0 0 0;
}

ul#buttons li a:link,
ul#buttons li a:visited {
	height: 23px;
	width: 166px;
	padding: 9px 0 0 10px;
	margin:0 0 10px 13px;
	color: #fff;
	display: block;
}

a#banking:link,
a#banking:visited,
a.banking:link,
a.banking:visited {
	background: url(../_images/btn_banking.gif) no-repeat 0 0;
}

a#banking:hover,
a#banking:active,
a.banking:hover,
a.banking:active {
	background-position: -178px 0;
}

a#statement:link,
a#statement:visited,
a.statement:link,
a.statement:visited {
	background: url(../_images/btn_estatement.gif) no-repeat 0 0;
}

a#statement:hover,
a#statement:active,
a.statement:hover,
a.statement:active {
	background-position: -178px 0;
}

a#card:link,
a#card:visited,
a.card:link,
a.card:visited {
	background: url(../_images/btn_blank.gif) no-repeat 0 0;
}

a#card:hover,
a#card:active,
a.card:hover,
a.card:active {
	background-position: -178px 0;
}

a.Vision:link,
a.Vision:visited {
	background: url(../_images/btn_card.gif) no-repeat 0 0;
}

a.Vision:hover,
a.Vision:active {
	background-position: -178px 0;
}

a.Newsletter:link,
a.Newsletter:visited {
	background: url(../_images/btn_newsletter.gif) no-repeat 0 0;
}

a.Newsletter:hover,
a.Newsletter:active {
	background-position: -178px 0;
}

a.GreenMachine:link,
a.GreenMachine:visited {
	background: url(../_images/btn_machine.gif) no-repeat 0 0;
}

a.GreenMachine:hover,
a.GreenMachine:active {
	background-position: -178px 0;
}

a.New:link,
a.New:visited {
	background: url(../_images/btn_blank.gif) no-repeat 0 0;
}

a.New:hover,
a.New:active {
	background-position: -178px 0;
}

a.Box {
	display: block;
	text-align: center;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #e8e8e8;
}

a#visa {
	padding-top: 20px;
	height: 60px;
	border: 0;
}
	
a#ncua {
	padding-top: 20px;
	height: 60px;
}

a#lender {
	padding-top: 10px;
	height: 70px;
}

/* @group hCards */


a.icn {
	padding-left: 20px !important;
	background-repeat: no-repeat;
	background-position: left center;
}

a.web {
	background-image: url(../_sk_images/icn_globe_small_green.png);
}

a.map {
	background-image: url(../_sk_images/icn_map_pin.png);
}

.vcard a.dnld, a.vcard {
	background-image: url(../_sk_images/icn_card_address.png);
}

dl.vcard {
	margin-bottom: -1px;
	border: 1px dashed #eee;
	border-width: 1px 0;
	padding: .6em;
}

dl.vcard dt, dl.vcard dd {
	padding: 0;
	margin-bottom: .3em;
}

dl.vcard dt {
	font-weight: bold;
}


dl.vcard .organization-unit {
	font-weight: bold;
}

dl.vcard dd.tools {
	font-size: .78em;
}

dl.vcard .note {
	float: right;
	width: 50%;
}

dl.vcard p {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 1.2em;	
}

dl.vcard table {
	margin-bottom: .95em;
}

dl.vcard table td, dl.vcard table th {
	padding: .25em 1em .25em 0;
}

dl.vcard dd.tools a {
	display: inline-block;
	margin-right: .7em;
	line-height: 2;
	border-width: 0;
}

dl.vcard dd abbr {
	border-width: 0;
}

/* @end */


	
/* HOME
====================================================================== */

/*#slideshow_wrapper{
	width: 710px; 
	height: 250px;
}
*/
#slideshow {
	width: 710px;
	height: 250px;
}
	
.Text {
	height: 18px;
	padding: 6px 0 0 10px;
	margin: 0 0 22px 0;
	position: relative;
	width: 700px;
	border-top: 1px solid #fff;
	background: #959595;
}

#title {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px 0 0;
	margin: 0 !important;
}

#caption {
	color: #fff;
	font-size: 1.2em;
	margin: 0 !important;	
}

#controls {
	display: block;
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
	height: 21px;
	width: 75px;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	color: #d9d9d9;
	border-left: 1px solid #fff;
	background: #7a7a7a;
}

#prev {
	width: 30px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	right: 0px;
	display: inline-block;
	display: -moz-inline-box; 
	background: url(../_images/prev.gif) no-repeat 50% 50%;
}

#prev span {
	display: none;
}

#next {
	width: 30px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: 0px;
	display: inline-block;
	display: -moz-inline-box; 
	background: url(../_images/next.gif) no-repeat 50% 50%;
}

#next span {
	display: none;
}

.Left,
.Right {
	float: left;
}

.Left {
	width: 439px;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
}

.Alert {
	position: relative;
	top: -10px;
	padding: 14px;
	margin: 0 0 3px 0;
	border: 1px solid #f3cbc6;
}

.Alert h2 {
	color: #d13320;
}

.Alert p {
	color: #c26a60;
}

.Close {
	position: absolute;
	top: 14px;
	right: 14px;
}

.Close a:link,
.Close a:visited {
	text-transform: uppercase;
	font-style: italic;
	color: #a6a6a6;
	font-size: .8em;
	font-weight: bold;
	padding: 3px 23px 5px 0;
	background: url(../_images/close.gif) no-repeat top right;
}

.Close a:hover,
.Close a:active {
	color: #838383;
}

.Right {
	width: 252px;
}

#block img {
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
}

#block img:hover {
	border: 1px solid #a0a0a0;
}
	
/* SITE MAP
====================================================================== */
#content .sitemap li li {
	font-size: 1em;
}

	
/* FOOTER
====================================================================== */

#footer {
	margin-top: 20px;
	overflow: auto;
	border-top: 1px solid #e6e6e6;
	
}

#footer img {
	float: left;
	margin: 15px 10px 0 15px;
}

#footer p {
	display: block;
	font-size: 1.1em;
	color: #808080;
	margin-right: 22px;
	padding: 10px 0 10px 0;
	text-align: right;
	
}

#footer a:link,
#footer a:visited {
	color: #626262;
}

#footer ul {
	/* use this for centered navigation */
	margin: 15px 22px 0 0;
	list-style-type: none;
	text-align: right;
}

#footer ul li {
	/* use this for centered navigation */
	display: -moz-inline-box; 
	display: inline-block;
}

#footer ul li a:link,
#footer ul li a:visited {
	/* use this for centered navigation */
	display: block; 
	display: inline-block;
	font-weight: bold;
	font-size: 1.1em;
	color: #388ca1;
	margin: 0 0 0 20px;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #cbdce8;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #205562;
}


/* CUSTOM CLASSES
====================================================================== */

.ClearBoth {
	clear: both;
}

img.ImgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.ImgRight {
	float: right;
	margin: 0 0 10px 10px;
}

/* @group Extras */

/* Scroll DIVs */
.scrollbox {
	overflow: auto;
	border: 1px solid;
	padding: .5em;
}

form .scrollbox {
	height: 11em;
	border-color: #ccc;
}

/* Clear floats for browsers supporting :after */
.clearfloats:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* self-clearing floats for IE 6 */
* html .clearfloats {
	height: 1%;
}

/* self-clearing floats for IE 7 */
*:first-child+html .clearfloats {
	min-height: 1px;
}

.hide {
	position: absolute;
	left: -1000em;
}


/* @end */


/* home banking login iframe
====================================================================== */

#login_iframe {
	padding-left: 10px;
	width: 238px;
	margin-bottom: 20px;
	position: relative;
	background: #E3E3E3;

}

#login_iframe h2 {
	padding-left: 10px;
	width: 238px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0px;
	background: #3988BC;
}

