/*
=====================================================
 e3bank Home page 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 {
	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: 37px;
	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: 48px;
}

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;
}

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;
}
/* =branding end */


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

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

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

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

/* =content-buckets start */
ul#content-buckets {
	height: 144px;
	/* margin: 15px 0 20px ; */
	margin: 15px 130px 20px 125px;
}

ul#content-buckets li {
	height: 144px;
	float: left;
	margin: 0 0 0 9px;
	width: 250px;
}

ul#content-buckets li:first-child {
	margin-left: 0;
}

ul#content-buckets h3, ul#content-buckets p {
    margin: 0;
	text-indent: -9999px;
	width: auto;
}

ul#content-buckets li a {
	background: #FFF url(/images/content-buckets.jpg) no-repeat 0 0;
	display: block;
	height: 144px;
}

/* =content-buckets CSS Sprites */
li#invest-in a:link, li#invest-in a:visited { background-position: 0 -6px;}
li#invest-in a:hover, li#invest-in a:active { background-position: 0 -160px; }
li#what-is a:link, li#what-is a:visited { background-position: -256px -6px; }
li#what-is a:hover, li#what-is a:active { background-position: -256px -160px; }
li#bank-with a:link, li#bank-with a:visited { background-position: -512px -6px; }
li#bank-with a:hover, li#bank-with a:active { background-position: -512px -160px; }

/* =content-buckets end */


/* Home Page Positioned Images */
img#e3bank-logo {
	position: absolute;
	right: 65px;
	top: -35px;
}

#mission-statement {
	position: relative;
	left: 30px;
}

/* =newsletter */
form#mailinglist_form {
	bottom: 15px;
	position: absolute;
	right: 85px;
	width: 218px;
}

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

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

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;
}

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: 1.1em;
	font-weight: bold;
	height: 90px;
	position: relative;
}

div#siteinfo ul {
	bottom: 0;
	left: 39px;
	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 8px;
	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: 47px;
}

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 {
	color: #A7CC44;
}

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