/*
=====================================================
 e3bank CSS v.01 - by Dave Scarlatella
-----------------------------------------------------
 http://kingdesignllc.com/
-----------------------------------------------------
 For assistance please email dave@kingdesignllc.com
-----------------------------------------------------
 Copyright 2002 - 2009 King Design, LLC.
=====================================================
*/

/* =eric-meyer-reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* =color-information */

/* 	Green = #A7CC44
 	Blue = #036
	Dark Grey = #666
	White = #FFF
*/

/* =body */
body {
	background: #FFF url(../images/body.png) repeat-x;
	color: #666;
	font: 62.5%/1.5 Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

/* =container */
div#container {
	margin: 23px auto 0;
	text-align: left;
	width: 866px;
}

/* =branding start */
div#branding {
	background: transparent url(../images/branding.png) no-repeat;
	position: relative;
}

div#branding h1, div#branding h2 {
	background: transparent url(../images/header.jpg) no-repeat;
	height: 185px;
	margin: 0 29px;
	text-indent: -9999px;
}

/* =navigation */
ul#nav-main {
	font-size: 1.2em;
	left: 29px;
	position: absolute;
	top: 0;
}

ul#nav-supp {
	background-color: rgba(255, 255, 255, 0.65);
	font-size: 1.2em;
	position: absolute;
	right: 35px;
	top: 0;
	width: 263px;
}

ul#nav-main li, ul#nav-supp li {
	float: left;
}

ul#nav-main li:first-child a:link, ul#nav-main li:first-child a:visited {
	border-left: none;
	padding-left: 23px;
}

ul#nav-supp li:first-child a:link, ul#nav-supp li:first-child a:visited {
	border-left: none;
	padding-left: 37px;
}

ul#nav-supp li.blog a:link, ul#nav-supp li.blog a:visited {
	padding-right: 46px;
}

ul#nav-main li a:link, ul#nav-main li a:visited, ul#nav-supp li a:link, ul#nav-supp li a:visited {
	background-color: rgba(255, 255, 255, 0.65);
	border-left: 1px solid #036;
	color: #036;
	display: block;
	font-weight: bold;
	padding: 0 25px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #CCC;
}

ul#nav-supp li a:link, ul#nav-supp li a:visited {
	background-color: transparent;
	padding: 0 15px;
}

ul#nav-main li a:hover, ul#nav-main li a:active, ul#nav-main li.selected a, ul#nav-supp li a:hover, ul#nav-supp li a:active, ul#nav-supp li.selected a {
	background-color: #FFF;
	color: #A7CC44;
	text-shadow: 1px 1px 1px #E2E2E2;
}
/* =branding end */


/* =content start */
div#content {
	background: transparent url(../images/content-main.png) repeat-y;
	padding: 15px 49px;
	position: relative;
}

div#content h2, div#content h1 {
	color: #A7CC44;
	font-size: 1.9em;
	font-weight: bold;
	left: 204px;
	position: absolute;
	text-shadow: 1px 1px 1px #E2E2E2;
	top: -25px;
}

div#content > p {
	font-size: 1.2em;
	margin-left: 155px;
	width: 360px;
}

div#content strong {
	color: #036;
	font-weight: bold;
}

/* =content-main */
div#content-main {
	margin-left: 155px;
	min-height: 350px;
	width: 360px;
}

div#content-main p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

div#content-main h3, div#content-main dt {
	color: #036;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 2em;
}

div#content-main h2 {
	font-size: 1.6em;
	margin-bottom: .5em;
	position: static;
}

div#content-main h3.legal {
	color: #A7CC44;
}

div#content-main h3 img {
	border: 2px solid #666;
	float: right;
	margin: 0 0 1em 1em;
}

div#content-main h1 + h3, div#content-main h2 + h3, div#content-main h1 + blockquote {
	margin-top: 0;
}

div#content-main h4 {
	color: #036;
	font-size: 1.1em;
	line-height: 1.3;
}

div#content-main h3 + h4 {
	margin-top: .5em;
}

div#content-main blockquote {
	color: #003366;
	font-style: italic;
	font-weight: bold;
	margin: 1em 0 2em;
	padding: 0 1em;
}

div#content-main blockquote p {
	margin: 0;
	text-indent: -6px;
	text-shadow: 1px 1px 1px #CCC
}

div#content-main blockquote cite {
	display: block;
	font-weight: bold;
	margin-top: 0.5em;
	text-align: right;
}

div#content-main ul {
	color: #003366;
	font-size: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
	margin: 1.2em;
}

div#content-main ul li span{
	color: #666;
}

div#content-main em {
	color: #036;
}

div#content-main dd{
	margin: 0.5em 3em;
}

/* =events */
div#content-main ul#upcoming-events {
	list-style: none;
	margin: 0;
}

div#content .vevent h3 {
	font-size: 1.2em;
}

div#content .vevent h4 {
	font-size: 1em;
	margin-bottom: .5em;
}

div#content .vevent h4 span {
	display: block;
	font-size: 1em;
}

div#content .vevent h4 abbr {
	border: none;
	font-size: 1em;
} 

div#content .vevent span.location {
	font-size: 1.1em;
	font-weight: bold;
}

div#content form .vevent p {
	margin-top: 0;	
}

div#content .vevent p {
	color: #666666;
	font-size: 1em;
}

div#content .vevent p a {
	font-weight: normal;
}

/* =content-main form */
div#content-main form {
	background-color: #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	padding: 1em 2.5em 1em 2em;
}

div#content-main form legend {
	color: #036;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
	text-shadow: 1px 1px 1px #DDD;
}

div#content-main form .vevent legend {
	margin-bottom: .25em;	
}

div#content-main form label, div#content-main form div#phone-number {
	clear: left;
	display: block;
}

div#content-main form div#phone-number label {
	display: inline;
}

div#content-main form label span {
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0.5em 1em;
	text-align: right;
	text-transform: uppercase;
	width: 65px;
}

div#content-main form label.checkbox {
	line-height: 0.6;
	margin: 0.5em 1em 0.5em 103px;
	width: 195px;
}

div#content-main form input[type="checkbox"] {
	margin-left: -19px;
}

div#content-main form input[type="submit"] {
	float: right;
	margin-top: 1em;
}

div#content-main form legend + abbr {
	border: none;
	display: block;
	margin-top: -1em;
}

div#content-main form span + p {
	margin-top: 1em;
}

div#content-main form#become-a-customer {
	margin-bottom: 1em;	
}

div#content-main ul#latest-news {
	list-style: none;
	margin: 0;
}

div#content-main ul#latest-news li {
	margin-bottom: 2em;
}

div#content-main ul#latest-news h4.news-date {
	font-size: 1.3em;
	font-weight: normal;
}

div#content-main ul#latest-news h3.news-title {
	font-size: 1.2em;
	margin-top: .25em;
}

div#content-main ul#latest-news p {
	color: #666;
	font-size: 1em;
	line-height: 1.3;
}

div#content-main ul#latest-news a.news-link {
	display: block;
	font-size: 1.1em;
	font-weight: normal;
}

div#content-main div.vcard {
	font-size: 1.2em;
	margin-bottom: 1em;
}

/* =nav-sub */
ul#nav-sub {
	font-size: 1.3em;
	line-height: 1.5;
	position: absolute;
	top: 15px;
}

ul#nav-sub h3 {
	border-bottom: 1px solid #036;
	color: #036;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
}

ul#nav-sub a {
	font-weight: normal;
}

/* =content-supp */
div#content-supp {
	position:absolute;
	right: 45px;
	top: -35px;
	width: 215px;
}

div#content-supp img {
	margin-bottom: 2em;
}


/* =mailinglist_form */
form#mailinglist_form p {
	margin: 1em 0;
}

form#mailinglist_form input[type="text"] {
	color: #999;
}

form input[type="submit"] {
	background: #FFF;
	border: 1px solid #A7CC44;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 6px;
	text-transform: uppercase;
}

form input[type="submit"]:hover {
	background: #A7CC44;
	border-color: #999;
	color: #FFF;
	cursor: pointer;
}
/* =content end */


/* =siteinfo */
div#siteinfo {
	background: transparent url(../images/siteinfo.png) no-repeat;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	height: 90px;
	position: relative;
}

div#siteinfo ul {
	bottom: 0;
	left: 29px;
	position: absolute;
}

div#siteinfo ul li {
	float: left;
}

div#siteinfo ul li:first-child a:link, div#siteinfo ul li:first-child a:visited {
	border-left: none;
}

div#siteinfo ul li a:link, div#siteinfo ul li a:visited {
	border-left: 1px solid #999;
	color: #999;
	display: block;
	padding: 0 6px;
	text-decoration: none;
}

div#siteinfo ul li a:hover, div#siteinfo ul li a:active, div#siteinfo ul li.selected a {
	color: #036;
}

div#siteinfo p {
	bottom: 0;
	color: #999;
	position: absolute;
	right: 37px;
}

div#siteinfo p span {
	left: 6px;
	position: relative;
	top: 6px;
}

/* =default-links */
a:link {
	color: #036;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #999;
}

a:hover, .selected a {
	color: #A7CC44;
}

a[name]:hover {
	color: #036;
}

a:active, a:focus {
	color: #666;
}

/* =other */
abbr, acronym {
	border-bottom: 1px dotted #A7CC44;
	cursor: help;
}

a.toggle-link:link {
	color: #999;
	font-size: large;
	text-decoration: none;
}

a.toggle-link:visited {
	color: #666;
}

a.toggle-link:hover, a.toggle-link:focus {
	color: #A7CC44;
}

* ::selection {
	background-color: #C3E565;
}

* ::-moz-selection {
	background-color: #C3E565;
}