/**
 * Resets 
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
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;
}
:focus{outline:0;}
body{line-height:1;color: #000;background:#fff;}
ol,ul{list-style: none;}
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: "" "";}
em{font-style: oblique;}
strong{font-weight: bold;}



/** Layout **/
body{
	font: 12px/16px arial, sans-serif;
	background: url(img/background.gif) repeat;
}
#page{
	position: relative;
	width: 980px;
	margin: 0 auto;
	color: #887b60;
	background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(.93, #49CBCD),
	color-stop(1, #3FB5B7)
	);
	background: -moz-linear-gradient(top, #49CBCD 93%, #3FB5B7 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb5b7', endColorstr='#49cacd');	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
	-o-box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
}
#pagewrapper{
	padding: 60px 0 0;
	margin-bottom: 50px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
          linear, left top, left bottom, from(rgba(255, 255, 255, 1.0)),
          to(rgba(255, 255, 255, 0))
        );
	background: -moz-linear-gradient(
          top center,
          rgba(255, 255, 255, 1.0) 20%, rgba(255, 255, 255, 0) 95%
        );
	filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0, startColorStr=#FFFFFF, endColor=0
        );
}

/** Header **/
#header{
	position: relative;
	height: 170px;
	margin: 0 0 36px;	
	background: #8dddde url(img/header.jpg) 50% 100% no-repeat;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-o-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
#logo{
	float: left;
	margin: 20px 0 0 25px;
}
#logo img{
	display: block;
}
.tagline{
	position: absolute;
	bottom: 9px;
	width: 705px;
	padding: 0 0 0 25px;
	font: 26px/40px georgia, serif;
	font-style: oblique;
	color: #523468;
	text-align: left;
	border: 1px solid #fff;
	border-width: 3px 0;
	background: transparent url(img/tagline.png);
	float: left;
}
.family{
	position: absolute;
	top: -30px; right: 10px;
}

/** Tools **/
#tools{
	position: absolute;
	top: -50px;
	float: left;
	margin-left: -20px;
}
#tools li{
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #523468;
	font: bold 11px/1em arial, sans-serif;
}
#tools li:first-child{
	border: 0;
}
#tools a{
	color: #523468;
	text-decoration: none;
}	
#tools a:hover{
	text-decoration: underline;
}
#tools-social{
	position: absolute;
	top: -26px;
	float: left;
	margin-left: -5px;
}
#tools-social li{
	float: left;
	padding: 0 0 0 3px;
}
#tools-social img{
	display: block;
}

/** Navigation **/
#navigation{
	position: absolute;
	top: 170px;
	width: 955px;
	height: 36px;
	padding: 0 0 0 25px;
	border: 2px solid #38bfc3;
	border-width: 2px 0;	
	background: #8cd5ce url(img/navigation.gif) repeat-x;
}
#navigation li{
	float: left;
	position: relative;	z-index: 1000;
	border: 1px solid transparent;
	border-width: 0 1px;	
}
#navigation li.current,
#navigation li.ancestor,
#navigation li:hover{
	border-color: #5a316a;
	background: #f8ca4c url(img/navigation.gif) 0 100% repeat-x;
}
#navigation li:hover .sub-menu{
	display: block;
}
#navigation a{
	display: block;
	padding: 0 23px;
	font: 16px/36px georgia, serif;	
	color: #523468;
	text-decoration: none;
}
#navigation .sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	font: 14px/30px georgia, serif;
	background: #d7f8f8;
	background: rgba(215,248,248,0.95);
	border-top: 2px solid #5a316a;
}
#navigation .sub-menu li{
	float: none;
	position: static;
	border: 1px solid #5a316a;
	border-width: 0 1px 1px;
	white-space: nowrap;
	background: transparent !important;
}
#navigation .sub-menu a{
	font-size: 14px;
	line-height: 30px;
}
#navigation .sub-menu a:hover{
	display: block;
	background: #fef6cb;
	color: #007c87;
}

/** Footer **/
#footer{
	clear: both;
	height: 55px;
	padding: 25px 0 0;
	color: #ffffff;
	font: 11px/1em arial, sans-serif;
	text-align: center;
	border-top: #fc8f19 2px solid;
}
#footer-navigation{
	margin: 0 0 15px;
}
#footer-navigation li{
	display: inline;
	border-left: 1px solid #ffffff;
	padding: 0 8px;
}
#footer-navigation li:first-child{
	border: 0;
}
#footer-navigation a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#footer-navigation a:hover{
	text-decoration: underline;
}

/** Body **/
#body{
	clear: both;
	width: 980px;
	background: #fff;
}
#body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/** Content **/
#content {
    float: left;
    padding: 32px 25px 0;
    width: 650px;
}
h1{
	font: 36px georgia, serif;
	margin: 0 0 .5em;
	color: #523468;
}
h2{
	font: 18px georgia, serif;
	color: #36797e;
	margin-bottom: 4px;
}
h3{
	font: 16px georgia, serif;
	color: #523468;
	margin-bottom: 4px;
}
h4{
	font: 14px georgia, serif;
	color: #523468;
	margin-bottom: 4px;
}
#content a{
	color: #fc8f19;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content p,
#content ul,
#content ol,
#content dl,
#content table{
	margin-bottom: 16px;
}
img.alignleft{
	float: left;
	margin: 0 1em 1em 0; 
}
img.alignright{
	float: right;
	margin: 0 0 1em 1em;
}
#content ul li{
	padding: 5px 0 5px 10px;
	background: transparent url(img/bullet-blue.png) 0 6px no-repeat;
}
#content ul.bullets li{
	padding: 5px 0 5px 10px;
	background: transparent url(img/bullet-blue.png) 0 8px no-repeat;
}
#content ul.bullets h3{
	font: bold 16px/20px arial, sans-serif;
}
#content ol{
	list-style: decimal;
	margin-left: 1.5em;
}
.footnote{
	font-size: 10px;
	line-height: 1.33em;
}
table{
	font-size: 11px;
}
td, th{
	border-bottom: 1px solid #ccc;
	padding: 2px 10px 2px 0;
}
th{
	font-weight: bold;
}
thead th{
	font: bold 11px georgia;
	color: #523468;
}
.errors{
	color: #c33;
	font-weight: bold;
}


/** Sidebar **/
#sidebar{
	float: right;
	width: 264px;
	padding: 8px 8px 8px;
	margin: 0;
	background: url("img/body.gif") repeat-x scroll 0 0 #E3EAEA;
}
#sidebar a{
	color: #fc8f19;
}
#sidebar .ncua{
	color: #523468;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0;
}
#sidebarlinks{
	width: 264px;
	text-align: center;
}
#sidebarlinks li{
	list-style: none;
	display: inline;
	padding: 0 7px;
}
#sidebar .widget{
	padding: 2px;
	margin: 0 0 8px;
	background: #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
#sidebar .widget h4{
	font: bold 18px/48px georgia, serif;
	color: #634b7c;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-o-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;	
	background: #ffffff url(img/sidebar-header.gif) repeat-x;
}
#sidebar .widget h4 span{
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(img/sidebar-header.png) 210px 2px no-repeat;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-o-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;		
}
#sidebar .widget .content{
	padding: 10px 20px;
	color: #634b7c;
}
#sidebar .widget-member-login .access{
	display: block;
	width: 120px;
	height: 63px;
	margin: 0 auto;
	background: transparent url(img/24-hour-access.png) 0 0 no-repeat;
}
#sidebar .widget-member-login .access:hover{
	background-position: 0 -63px;
}
#sidebar .widget-member-login .access span{
	display: none;
}	
#sidebar .widget-locations .content{
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
}
#sidebar .widget-locations h5{
	font-size: 15px;
	line-height: 24px;
}
#sidebar .widget-quick-links ul li,
#sidebar .widget_recent_entries ul li{
	padding: 0 0 0 9px;
	font: bold 14px/20px arial, sans-serif;
	background: transparent url(img/bullet-blue.png) 0 5px no-repeat;
}
#sidebar .widget-quick-links ul a,
#sidebar .widget_recent_entries ul a{
	text-decoration: none;
}
#sidebar .widget-quick-links ul a:hover,
#sidebar .widget_recent_entries ul a:hover{
	color: #00b7c6;
}


/** Column Layout **/
.columns:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.column{
	float: left;
	width: 296px;
}
.column.col1{
	float: right;
}
.column.col2{
	float: none;
	clear: both;
	width: 100%;
}

/** UI Tabs **/
#content .ui-tabs-nav li{
	text-align: center;
}
#content .ui-tabs-nav a{
	text-decoration: none !important
}


/** Branch Locations **/
ul.branches li {
    clear: both !important;
    padding: 0 0 3em !important;
	background: transparent !important;
}
ul.branches li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.branches h2, 
ul.branches table {
    float: right;
    width: 410px;
}
ul.branches img,
ul.branches address{
	float: left;
}
ul.branches address {
    clear: left;
    font-size: 1.1em;
    padding: 0.5em 0;
    text-align: center;
    width: 210px;
}
ul.branches img{
	border: 1px solid #887B60;
}
ul.atms{
	clear: both;
}
table.hours th {
    border-bottom: 1px solid #887B60;
    font-weight: bold;
}
table.hours tr.header th, 
table.hours td {
    border-bottom: 1px solid #887B60;
    padding: 2px 0 2px 2em;
    text-align: right;
}
table.calculator td{
	text-align: right;
	padding-right: 0;
	padding-left: 20px;
}

/** Fees Tables **/
#wp-table-reloaded-id-10-no-1{
width: 475px;
}

#wp-table-reloaded-id-10-no-1 .column-1{
width: 300px;
}

#wp-table-reloaded-id-11-no-1{
width: 475px;
}

#wp-table-reloaded-id-11-no-1 .column-1{
width: 300px;
}

#wp-table-reloaded-id-12-no-1{
width: 475px;
}

#wp-table-reloaded-id-12-no-1 .column-1{
width: 300px;
}

#wp-table-reloaded-id-13-no-1{
width: 475px;
}

#wp-table-reloaded-id-13-no-1 .column-1{
width: 300px;
}

#wp-table-reloaded-id-14-no-1{
width: 475px;
}

#wp-table-reloaded-id-14-no-1 .column-1{
width: 300px;
}

/** Home **/
#home-icons{
	position: relative;
	z-index: 1;
}
#home-icons:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#home-icons li{
	float: left;
	margin: 0 20px 0 0;
	padding: 0 !important;
	background: transparent !important;
}
#home-icons a{
	display: block;
	width: 112px;
	height: 108px;
	overflow: hidden;
}
#home-icons a:hover{
	background-position: 0 100%;
}
#home-icons span{
	display: none;
}
#home-scroller{
	width: 616px;
	height: 108px;
	margin: 0 auto 30px;
}
#home-scroller .mask{
	float: left;
	position: relative;
	width: 508px;
	height: 108px;
	margin: 0 20px;
	overflow: hidden;
}
#home-scroller .arrow{
	float: left;
	width: 34px;
	height: 80px;
	margin: 14px 0 0;
	background: transparent url(img/arrows-large.png);
	cursor: pointer;
}
#home-scroller .arrow:hover{
	background-position: 0 100%;
}
#home-scroller .arrow.right{
	background-position: 100% 0;
}
#home-scroller .arrow.right:hover{
	background-position: 100% 100%;
}



/** Content Widgets **/
#content .widgets{
	position: absolute; bottom: 0;
    margin-bottom: 82px;
    margin-left: -25px;
    overflow: hidden;
    padding-bottom: 0;
    width: 700px;
    border-top: 1px solid #523468;
    clear: both;
	background: #f5eaab;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5eaab), to(#ffffff));
	background: -moz-linear-gradient(top,  #f5eaab,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5eaab', endColorstr='#ffffff');	
}
#content .widgets:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .widgets .widget{
	float: left;
    padding: 21px 35px 0;
    width: 279px;
	min-height: 310px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	border-left: 1px solid #523468;
}
#content .widgets .widget:first-child {
    height: 100%;
    width: 280px;
	border: 0;
}
.widget h2 {
    font: 22px/30px georgia,serif;
}
#content .widgets .widget-promotions, #content .widgets .widget-promotions h3, #content .widgets .widget-promotions strong, #content .widgets .widget-promotions h2 {
    color: #887B60;
}
#content .widgets .widget-calendar h2 {
    color: #007C87;
}
#content .widgets .widget-calendar h3 {
    color: #5A316A;
}
#content .widgets .widget-calendar h2 > a {
    color: #42C4C7;
}
