/* Colors
Tan: #f0e9e3
Black: #403d3d
Light Green: #d5fb8a
Green: #659e03

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------- General ---------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.938em; /* 1/16 * 15=0.938em */
	color: #050505;
    background-color:#f0e9e3;
	width:100%;
}
.container-wrapper {
    padding-top: 10px;
    width: 100%;
    min-width: 984px;
}
.container {
	width: 984px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	border-radius:4px;
}
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.container:after,
.row:after {
  clear: both;
}
td {
    vertical-align:top;
}
p {
	margin-bottom:1.0em;
}
a {
   color:#659e03;
   text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
em, i {
	font-style:italic;
}
strong, b {
	font-weight:700;	
}
sup {
  font-size: .714em;
	vertical-align:top;
}
input, textarea, .TextField {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:0.875em;
	border-radius:4px;
	padding:3px;
}
.ErrorMessage,
.EditingFormErrorLabel {
    color:red;
		font-weight:700;
}
.ErrorLabel {
  color:red;
	font-weight: 700;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*--------------------Layout--------------------*/
main {
	margin:45px auto 0;
	z-index: 99;
}

h1 {
	font-family: 'Fira Sans', sans-serif;
  letter-spacing:-1.5px;
	color: #ffffff;
	font-size: 2em;
  line-height:1.0em;
	font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .65);
}

h2 {
	font-family: 'Fira Sans', sans-serif;
	color:#000;
  letter-spacing:-1.5px;
	font-size:1.75em; /*28px*/
	font-weight:700;
	margin-bottom:0px;
}

h3 {
	color:#659e03;
	font-size:1.25em; /*20px*/
	font-weight:700;
	line-height:22px;
	letter-spacing:-0.5px;
}

li {
  list-style: none;
}


/*--------------------Buttons--------------------*/

/* Button Style - General */
.button-1,
input.FormButton {
	outline:0 none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
  font-size:16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 7px 18px;
	text-decoration: none;
	vertical-align:middle;
	text-transform:uppercase;
	margin-top:7px;
  margin-bottom:7px;
  border:0;
}
.button-1:hover,
input.FormButton:hover {
	text-decoration: none;
}

/* Green Button */
a.button-1,
button,
input.FormButton,
.btn-ob-login,
.news-btn,
input.button-1 {
	background-color:#659e03;
	color: #fff;
}
a.button-1:hover,
input.FormButton:hover,
button:hover,
.news-btn:hover,
.btn-ob-login:hover,
input.button-1:hover {
	background-color:#403d3d; 
    color:#d5fb8a;
}
a#locatorBtn.button.button-1.atm-btn:hover,
a.button.button-1.rates-btn.button-block:hover {
    background-color:#d5fb8a; 
    color:#403d3d;
}
.btn-ob-login {
	margin-top:0;
}
.news-btn {
	color: #fff !important;
	margin-bottom:20px;
}
.news-btn:hover {
	color:#d5fb8a !important;
}
.membership {
	color: #fff !important;
	display: inline-block;
	float:right;
	position:absolute;
	right:175px;
	padding:4px !important;
	margin-top:-1px;
}
.membership:hover {
	color:#d5fb8a !important;
	text-decoration: none !important;
}
.home-rates a.button.button-1.button-block {
	width:85%;
}
.home-rates a.button.button-1.button-block:hover {
	text-decoration: none;
}
.button-block {
	width:100%;
	text-align:center;
}


/*--------------------Top--------------------*/
header {
	background-color:#fff;
	color: #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    border-bottom:8px solid #403d3d;
    height:138px;
	position: relative;
	z-index: 999;
	margin-bottom:40px;
}
header .container {
	width:985px;
	margin:0 auto 30px;
	position:relative;
	z-index:1000;
	min-height: 138px;
}
.site-logo {
	float:left;
	margin:0;
	position: absolute;
	z-index: 100;
}
.site-logo img {
    width:256px;
}
.header-top {
	width: 1004px;
	margin-top: 10px;
	border-bottom: 1px #ffffff solid;
}

.header-top-left {
	width: 374px;
	float: left;
	margin-top:10px;
}

/* --------------- Top Nav ---------------*/

#top-nav {
	padding: 0px 0;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	position:absolute;
	border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
	top:5px;
	right:0;
	text-transform:uppercase;
}
#top-nav ul {
	padding-right:290px;
}
#top-nav li {
	display: inline;
	float: left;
}
#top-nav a {
	color: #403d3d;
	font-size: 0.875em; /*14px*/
	font-weight: 700;
	text-decoration:none;
	padding: 0 10px 0 7px;
	white-space:nowrap;
}
#top-nav li:last-child a {
	border-right:0 none;
	padding-right:0;
}
#top-nav a:hover {
	text-decoration:underline;
}



/* ----- Social Media Icons ----- */

.social-icons {
	list-style-type:none;
	margin:0px 5px 5px 0;
	padding:0;
	width: 38px;
	height: 38px;
	float:right;
}
.social-icons li {
	float: left;
	width: 38px;
	height: 38px;
	margin-left: 3px;
}
.social-icons a {
	background: url("../images/social-icons-sprite.png") no-repeat scroll 0 0 transparent;
	width: 38px;
	height: 38px;
	display: block;
	float: left;
	text-decoration: none;
	text-indent:-99999px;
}
.social-icons .item-1 a {
	background-position: left top;
}
.social-icons .item-1 a:hover {
	background-position: left -38px;
}

/* --------------- Home Styles ----------------*/
.home-wrapper h2 {
	color:#000;
	font-size:24px;
	padding:10px 0 0;
	text-align: left;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	text-transform: uppercase;
	border-bottom:2px solid #000;
	margin-bottom:10px;
}
.home-wrapper h2.center {
    text-align: center;
}
.home-wrapper h2.home-rates {
	border-bottom:none;
}
.col {
	width: 215px;
	border-radius: 5px;
	background-color: #fff;
	min-height: 405px;
}
.ql-news {
    width:710px;
    display: inline-block;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}


/*--------------------Home Slider & Online Banking--------------------*/

.home-slider {
	width: 700px;
	height: 245px;
	float: right;
	background-color:#fff;
	border-radius:4px;
	border: 5px solid #fff;
	/*box-shadow: 4px 4px 3px rgba(0,0,0,0.3);*/
	box-shadow:0 0 8px rgba(0,0,0,0.3);
}
.slider-imgs img,
.slider-imgs a {
	border-radius:4px;
	width:700px !important;
	height:245px !important;
	display:block;
}
/* Slider Nav */
.slider-nav {
	position:relative;
	top:-20px;
	bottom:9px;
	right:0px;
	left:20px;
	width:674px;
	height:19px;
	text-align:right;
	overflow:hidden;
	z-index:50;
}
.slider-nav a {
	display:inline-block;
	width:19px;
	height:19px;
	margin-left:1px;
	background:url(../images/slider_nav_sprite.png) no-repeat left top;
}
.slider-nav a.activeSlide {
	background-position:left -19px;	
}
.slider-nav a span {
	position:absolute;
	left:-99999px;
	top:-99999px;
	display:block;
	width:1px;
	height:1px;	
}
.slider-nav a.togglePausePlay {
	display:inline-block;
	width:66px;
	height:19px;
	margin-left:1px;
	background:url(../images/slider_nav_sprite.png) no-repeat -19px top;
}
.slider-nav a.play {
	background-position: -19px -19px;	
}

/*.banking-login*/

#online-banking {
	width:245px;
	height:255px;
	padding:0;
	float:left;
	border-radius:4px;
	background-color: rgba(255,255,255,0.9);
	box-shadow:0 0 8px rgba(0,0,0,0.3);
}
#online-banking h2 {
	padding: 10px 10px 0px 10px;
	font-size: 22px;
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
	margin-left:10px;
	margin-right:10px;
}
.ob-field {
	width:100%;
	overflow:hidden;
	margin:0;
}
.ob-field label {
	font-weight:500;
	float:left;
	width:64px;
	vertical-align:middle;
	padding-top:4px;
	padding-left:10px;
}
.ob-field input {
	width:115px;
	min-height:16px;
	padding:7px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:16px;
	font-size:14px;
	float:right;
	background:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:inset 1px 1px 2px #eee;
	vertical-align:middle;
}
.ob-field input:focus {
	border:1px solid #659e0c;
	outline:none;
}
.ob-links {
	float:right;
	width:120px;
	font-size:0.857em;
	margin-left:10px;
		margin-top:12px;
}
.ob-links a {
	text-decoration:none;
	color:#00457c;
}
.ob-links a:hover {
	text-decoration:underline;
}
.ob-button {
	float:left;
	width:96px;
	text-align:right;
	margin-right:10px;
}

/*--------------------Home News--------------------*/

.news {
	width:415px;
  padding-right:15px;
  padding-left:5px;
	float:left;
	margin-right:0;
}
.news h3 a {
	color: #121212;
	font-size:0.900em;
	font-style: normal;
	font-weight: bold;
}
.news h3 a:link, .news a:visited, .NewsPTitle {
	color: #659e03;
	text-decoration: none;
	font-weight:bold;
}	
.news h3 a:hover {
	color: #403d3d;
	text-decoration: underline;
	font-weight:bold;
}
.news-summary {
	margin:3px 0 20px 0;
}
.title-bug {
	font-style:normal;
	font-weight:700;
	font-size:.875em; /* 14px */
	color:#0079c2;
	line-height: 1.5;
	text-transform:uppercase;
	margin-bottom:1em;
}
.title-bug a {
	color:#659e03;
	text-decoration:none;
}
.title-bug a:hover {
	text-decoration:underline;
}

/*-------------------- Quick Links--------------------*/

.quick-links {
	width:235px;
	min-height:750px;
	padding-left:10px;
	margin-right:30px;
	float:left;
	background-color: #403d3d;
	background-image: linear-gradient(to bottom, #403d3d, #6f6f6f);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.quick-links li a {
	color:#fff;
	display:block;
	padding:5px 0;
	text-align:center;
}
.quick-links li a:hover {
	text-decoration:none;
	background-color:#dbd9da; /* Fallback */
	background-color:rgba(0,0,0,0.5);	
}

/*--------------------Rates--------------------*/

.col.home-rates {
    background-color: #403d3d;
    background-image: linear-gradient(to bottom, #403d3d, #6f6f6f);
}
.home-rates h2,
h2.ql {
    color:#d5fb8a;
		border-bottom:none;
}
.home-rates {
	width:230px;
    padding-left:15px;
    padding-right:15px;
	float: right;
	font-size:14px;
    color:#fff;
}
.home-rates a {
	text-decoration:none;
}
.home-rates a:hover {
	text-decoration:underline;
}
.header-rate-detail {
	text-align: right;
	padding:2px;
}
.rate-header {
	text-align:left;
	padding:2px 0;
}
.home-rate-table .rate-number {
	text-align: right;
}
.home-rate-table th {
	font-size:15px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
.home-rate-table th a {
	color:#fff49c;
}
.home-rate-table td {
	padding:5px 0;
}
.home-rates .text-footnote {
	color:#fff;
	line-height:1.5em;
	padding:0 10px;
}



/*--------------------Child Nav --------------------*/
.sidebar {
    width:251px;
    margin-right:30px;
    float:left;
    border-radius:4px;
    background-color: #403d3d;
    background-image: linear-gradient(to bottom, #403d3d, #6f6f6f);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.child-nav {
	float: left;
	width: 100%;
	min-height: 200px;
	padding-bottom:15px;
}
.child-nav h2 {
	color: #d5fb8a;
	font-size: 24px;
	padding: 10px 0 0;
  margin-bottom:5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:0.5px;
}
.child-nav li {
	width:100%;
    border-bottom:1px solid #403d3d;
	border-top:1px solid #707070;
}
.child-nav li:last-child {
	border-bottom: 0 none;
}
.child-nav a {
	color: #fff;
	display:block;
	padding: 5px 15px;
	margin-left: 20px;
	margin-right: 10px;
	background: url(../images/bullet-side-nav.png) no-repeat left 13px;
}
.child-nav a:hover, .child-nav a.CMSListMenuLinkHighlighted {
  background-color:#000;
	text-decoration:none;
	font-weight:400; 
  padding: 5px 15px 5px 35px; 
  margin-left:0;
  margin-right:0;
  background-position-x:20px;
}

/* --------------- Child Content ---------------*/

.child-content-full-width {
	width:100%;
	float:none;
	margin-left:0;
	min-height: 583px;
	padding: 0;
	border-radius:4px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
#page-title-wrapper {
    height: 70px;
    width: 100%;
    padding:5px 0 15px 0;
    margin-top: -10px;
    margin-bottom:30px;
    background-color: #659e03;
    height:auto;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}
#page-title-wrapper h1 {
    width: 704px;
    padding: 8px 0 0 330px;
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    font-size: 3em;
}
.child-content {
	vertical-align: top;
	width: 700px;
	min-height: 583px;
	padding: 0;
	float: right;
	border-radius:4px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.content {
	padding:25px;
}
.child-content p {
	padding-right: 10px;
}
.text-bold-1 {
	font-weight:700;
	color:#659e03; /* Dark Green */
}
.text-bold-2 {
	font-weight:700;
	color:#000; /* Black */
}
.text-footnote {
	font-size:.786em;
}

/* --------------- Content Tables ---------------*/

tr.sub-heading {
	background-color: #403d3d;
	color: #ffffff;
	font-weight: bold;
}

.content-table-rates {
	width:100%;
}

.content-table-rates td {
    padding: 4px 4px;
	border-bottom: 1px solid #e4ebf0;
}

.content-table {
	border-bottom: 1px solid #e4ebf0;
	width:100%;
	margin-bottom:1.5em;
	font-size:14px;
}

.content-table caption {
	font-size:16px;
	background:#403d3d;
	color:#d5fb8a;
	font-weight: 700;
	padding:4px 12px;
	text-align: left;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.content-table th {
  font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	background-color:#f0e9e3;
	padding:4px 12px;
	color:#403d3d;
}

.content-table td {
  padding: 4px 12px;
	border-top: 1px solid #d3d3d3;
}

.content-table-no-borders caption {
	font-size:1.286em;
	background:#4b1672;
	color:#fff;
	padding:4px 12px;
	text-align: left;
}

.content-table-no-borders th {
    font-weight:bold;
	font-size:.929em;
	text-align:left;
	vertical-align:bottom;
	background-color: #cccccc;
	padding:4px 12px;
	color:#ffffff;
}

.content-table-no-borders td {
	padding:4px 12px;
}

.child-content .content-table .content-table-no-borders table {
	margin-bottom:0;
}

.content-table .content-table-no-borders table td {
	padding:0;
	border-bottom:0;	
}

.last-row td {
	border-bottom: none;
}

/* ----- List Styles ----- */

.child-content ul,
.child-content ol {
    margin:0.4em 0 1.0em 0;
}

.child-content ul ul,
.child-content ul ol,
.child-content ol ol,
.child-content ol ul {
    margin-top:0;
	margin-bottom:0;
}

.child-content ul li {
    list-style-type: none;
    margin: 0px 0px 0.3em 1em;
    padding-left: 18px;
    background: url(../images/bullet-content.png) no-repeat left 8px;
}

.child-content ul ul li {
	list-style-type: circle;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

.child-content ul ol li {
	list-style-type:decimal;
	margin:0 0 0 20px;
	background:none;
	padding:0;
}

.child-content ol li {
    list-style-type:decimal;
	margin: 0 0 .5em 40px;
}

.child-content ol ol li {
    list-style-type:lower-alpha;
	margin:0 0 0 20px;
}
.child-content ol.numbered-list ol li {
	list-style-type:decimal;	
}

.child-content ol ul li {
    list-style-type:disc;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

.child-content ul ul ul li {
	list-style-type:circle;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

/* ----------------Forms --------------------*/
/*.form-table {
  margin-bottom:1.6em;
	line-height:1.2;
	font-size:14px;
}
.form-table caption {
	font-size:1.286em;
	background:#403d3d;
	color:#fff;
	font-weight: 700;
	padding:8px 12px;
	text-align: left;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.form-table th {
  font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	background-color:#6ca1d5;
	padding:6px;
	color:#fff;
}
.form-table td {
  padding:6px;
}

.form-table .TextBoxField,
.ssn-input input,
.date-input input,
.phone-input input,
.zip-input input,
.captcha-input input,
.TextAreaField {
    border:1px solid #d7cfb8;
}

.form-table .TextBoxField:focus,
.ssn-input input:focus,
.date-input input:focus,
.phone-input input:focus,
.zip-input input:focus,
.captcha-input input:focus {
    border:1px solid #6b675c;
	background: #fffeee;
}

.form-table .TextBoxField,
.ssn-input input,
.date-input input {
    width:95px;
}

.zip-input input {
    width:50px;
}

.FormPanel {
    margin-bottom:1.6em;
}

.EditingFormControlNestedControl {
    float:left;
	margin-right:10px;
}

.EditingFormLabel,
.dollar-sign-label {
    float:left;
	margin-right: 5px;
}

.date-example {
    float:left;
	font-size: .833em;
}

.RadioButtonList td {
    padding-top:0;
	padding-bottom:0;
}/*

/* --------------- Form Table ---------------*/

.form-table {
  margin-bottom:1.5em;
	font-size:0.857em;
}

.form-table caption {
	font-size:16px;
	background:#403d3d;
	color:#d5fb8a;
	font-weight: 700;
	padding:4px 12px;
	text-align: left;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom:1px solid #c99900;
}

.form-table th {
  font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	background-color:#f0e9e3;
	padding:2px 8px;
}

.form-table th.subheader {
  color:#fff;
	font-weight:bold;
	font-size:1em;
	text-align:left;
	vertical-align:bottom;
	background: #403d3d;
	padding:2px 8px;
}

.form-table td {
    padding:2px 8px;
	vertical-align:middle;
}

.form-table td.with-border {
    border-bottom:1px solid #ddd;
}

#child-content .form-table table {
	margin-bottom:0;
}

#child-content .form-table table td {
	padding:0;
}

#child-content .form-table table.nested-form-table td {
	padding:2px 8px;
}

/* ----- More Form Styles ----- */

.form-table .text-footnote {
	font-size:	.917em;
}

.form-table input, textarea {
	border: 1px solid #ccc;
	width: 100%;
	padding: 2px;
	margin: 3px 0;
}
.form-table input.FormButton {
	width: auto;
	padding:3px 10px 5px 10px;
	border:1px solid #e6c059;
}

.WatermarkText {
	color:#bbb;
}

.form-table input:focus,
.form-table textarea:focus {
    background:#fffdef;
	border:1px solid #aaa;
}

#child-content .form-table .RadioButtonList td {
	padding:5px 20px 5px 0;
}

.form-table .RadioButtonList input {
    width:15px;
	height:15px;
	margin: 0 4px 0 0;
	border:0 none;
	vertical-align:middle;
}

.form-table .RadioButtonList label {
	vertical-align:middle;
	/*line-height:1;*/
}

.form-table .CheckBoxField input {
	border: 0 none;
}

.form-table .CheckBoxListField input,
.form-table .CheckBoxListField input:focus {
    border:0 none;
	width:13px;
	height:13px;
	margin-right:8px;
	vertical-align:middle;
}

.form-table .CheckBoxListField label {
	vertical-align:middle;
	margin-right:16px;
}

input.FormButton {
	margin-bottom: 15px;
}

.ErrorLabel {
	color: #ff0000;
	margin: 5px 0;
	font-weight: bold;
}

.EditingFormErrorLabel {
	color: #ff0000;
	margin: 5px 0;
}

.EditingFormControlNestedControl {
	display:inline;
	vertical-align:middle;
}

/* ----- Consumer Loan App ----- */

.form-loading {
	color:#C00;
	font-weight:700;
	margin-bottom:0;
}
.form-table .empty-cell {
	padding:0;
}

/*--------------------Footer--------------------*/
footer {
	color:#fff;	
}
footer a {
	color:#fff;	
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
.footer-wrapper {
	width:100%;
	padding:25px 0;
	background:#403d3d;
	min-height:75px;
}
.footer {
	width:985px;
	margin:0 auto;	
}
.footer-text {
	width:45%;
	float:right;
    text-align:right;
    display: block;
}
.footer-logos {
	width:50%;
    display: block;
	float:right;
	text-align:right;
}
.logo-ncua {
	margin-right:24px;
	margin-top:17px;	
}

/* ATM Locator */

.atm-locator {
	width:40%;
    display:inline-block;
}
.atm-locator h2 {
	position:relative;
	padding-left:30px;
    margin-bottom:0;
    color:#d5fb8a;
}
.atm-locator h2:before {
	content:'';
	display:block;
	width:22px;
	height:23px;
	background:url(../images/icon-atm.png) no-repeat left top;
	position:absolute;
	top:5px;
	left:0;
}
.atm-locator-text p {
	margin-bottom:0.5em;	
}
.atm-locator-form .textbox {
    width: 100px;
    padding: 6px 8px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #eee;
    vertical-align: middle;
    margin-right:10px;
}
.atm-locator-form .btn {
	display:block;
	width:150px;
	float:left;
	font-size:17px;
	padding-top:5px;
	padding-bottom:5px;
}

/* --------------- External Links ---------------*/

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* states and images */
.ui-icon { width: 16px; height: 16px; display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component 3b6a9fs
----------------------------------*/
.ui-widget { font-size: 1em; font-weight: normal; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 100%; }
.ui-widget-content { border: 1px solid #ccc; background: #fff; text-align: justify; margin-top: 10px; }
.ui-widget-content a { color: #3e90b6; }
.ui-widget-header { border: 1px solid #ffff; background: #403d3d; color: #fff; font-weight: bold; font-size: 1.4em; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #fff; background: #403d3d; font-weight: bold; color: #fff; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #ffff; background: #659e03; font-weight: bold; color: #fff; outline: none; }

/* states and images */
.ui-widget-content .ui-icon {background-image: url(../images/ext-links-icons.png); }

/* positioning */
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { border-top-left-radius:3px; }
.ui-corner-tr { border-top-right-radius:3px; }
.ui-corner-bl { border-bottom-left-radius:3px; }
.ui-corner-br { border-bottom-right-radius:3px; }
.ui-corner-top { border-top-left-radius:3px; border-top-right-radius:3px; }
.ui-corner-bottom { border-bottom-left-radius:3px; border-bottom-right-radius:3px; }
.ui-corner-right { border-top-right-radius:3px; border-bottom-right-radius:3px; }
.ui-corner-left { border-top-left-radius:3px; border-bottom-left-radius:3px; }
.ui-corner-all { border-radius:3px; }

/* Overlays */
.ui-widget-overlay { background: #000; opacity: .60;filter:Alpha(Opacity=60); }

/* Resizable----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

/* Dialog----------------------------------*/
.ui-dialog { position: relative; padding: .5em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .3em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; border-radius:4px; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 0; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* --------------- Prevent problems in Design view in CMS --------------- */

#form1 .WebPartHeader table,
#form1 .WebPartZoneHeader table {
	margin:0;
}
.PagePlaceholder .home-slider {
	height:auto;
}
.PagePlaceholder .nav .WebPartContent ul.CMSListMenuUL {
	display:none;	
}
.PagePlaceholder .site-logo {
	z-index:-1;	
}

