/* Colors

#1d8a34 - Green
#1d5a9c - Blue
#424141 - Body Text

*/

/* 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;
}
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;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* --------------- General ---------------*/

body {
    font-family: pt-sans-n4, pt-sans, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:.875em; /* 14px */
	color:#424141;
	line-height: 1.5;
	min-width:992px;
	background-color:#1d8a34;
}

td {
    vertical-align:top;
}

p {
    margin-bottom:1.5em;
}

a {
    color:#1d5a9c;
	text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

em, i {
	font-style:italic;
}

strong, b {
	font-weight:700;	
}

sup {
    font-size: .714em; /* 10px */
	vertical-align:top;
}

input, textarea {
	font-family: pt-sans-n4, pt-sans, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:14px;
	color:#424141;
}

.ErrorMessage,
.EditingFormErrorLabel {
    color:#cc0000;
}

.ErrorLabel {
    color:#cc0000;
	font-weight: 700;
}

.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 */

/* --------------- Header ---------------*/

header {
	background: url(../images/bg-header.png) repeat-x left top #fff;
	width:100%;	
}
.header-container {
	width:984px;
	height:180px;
	margin:0 auto 40px auto;
	position:relative;
}
.site-logo {
	position:absolute;
	top:7px;
	left:30px;
}
.tagline {
	position:absolute;
	bottom:39px;
	right:30px;
}
.tagline img {
	display:block;	
}

/* ----- Social Media Icons ----- */

.social-icons {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 48px;
	height: 48px;
	position:absolute;
	top:8px;
	right:20px;
}
.social-icons li {
	display: inline;
	width: 28px;
	height: 28px;
	margin-left: 5px;
}

/* --------------- Top Nav ---------------*/

.top-nav {
	padding: 5px 0;
	text-align: right;
	width: 590px;
	position:absolute;
	top:23px;
	right:100px;
	font-size:1.143em;
}
.top-nav li {
	display: inline;
}
.top-nav a {
	color: #1d8a34;
	text-decoration:none;
	padding: 0 10px 0 7px;
	white-space:nowrap;
	border-right:1px solid #a5d0ae;
}
.top-nav .last a {
	border-right:0 none;
	padding-right:0;	
}
.top-nav a:hover {
	text-decoration:underline;
}

/* --------------- Main Nav --------------- */
/* Top portion of typical megamenu.css only */

.nav {
	width:984px;
	height:50px;
	margin:0 auto;
	position:absolute;
	top:155px;
	z-index:1000;
}
.nav ul {
	list-style: none;
	margin:0;
	padding:0;	
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Important--*/
}
.nav li a {
	float: left;
	text-indent: -9999px;
	height: 50px;
	background: url(../images/main-nav-sprite2.png) no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.nav li.menu-1 a,
.nav li.menu-1 span {
	background-position: 0 0;
	width:230px;
	cursor:default;
}
.nav li.menu-1 span {
	float: left;
	text-indent:-9999px;
	height: 50px;
	background: url(../images/main-nav-sprite2.png) no-repeat;
	display:block;	
}
.nav li.menu-2 a {
	background-position: -230px 0;
	width:116px;
}
.nav li.menu-3 a {
	background-position: -346px 0;
	width:84px;
}
.nav li.menu-4 a {
	background-position: -430px 0;
	width:216px;
}
.nav li.menu-5 a {
	background-position: -646px 0;
	width:81px;
}
.nav li.menu-6 a {
	background-position: -727px 0;
	width:124px;
}
.nav li.menu-7 a {
	background-position: -851px 0;
	width:133px;
}

/* Active and Hover State */

.nav li.menu-1:hover a,
.nav li.menu-1 a:hover,
.nav li.menu-1 a.CMSListMenuLinkHighlighted,
.nav li.menu-1 a.CMSListMenuLinkHighlighted:hover {
	background-position: 0 -50px;
}
.nav li.menu-2:hover a,
.nav li.menu-2 a:hover,
.nav li.menu-2 a.CMSListMenuLinkHighlighted,
.nav li.menu-2 a.CMSListMenuLinkHighlighted:hover {
	background-position: -230px -50px;
}
.nav li.menu-3:hover a,
.nav li.menu-3 a:hover,
.nav li.menu-3 a.CMSListMenuLinkHighlighted,
.nav li.menu-3 a.CMSListMenuLinkHighlighted:hover {
	background-position: -346px -50px;
}
.nav li.menu-4:hover a,
.nav li.menu-4 a:hover,
.nav li.menu-4 a.CMSListMenuLinkHighlighted,
.nav li.menu-4 a.CMSListMenuLinkHighlighted:hover {
	background-position: -430px -50px;
}

.nav li.menu-5:hover a,
.nav li.menu-5 a:hover,
.nav li.menu-5 a.CMSListMenuLinkHighlighted,
.nav li.menu-5 a.CMSListMenuLinkHighlighted:hover {
	background-position: -646px -50px;
}

.nav li.menu-6:hover a,
.nav li.menu-6 a:hover,
.nav li.menu-6 a.CMSListMenuLinkHighlighted,
.nav li.menu-6 a.CMSListMenuLinkHighlighted:hover {
	background-position: -727px -50px;
}

.nav li.menu-7:hover a,
.nav li.menu-7 a:hover,
.nav li.menu-7 a.CMSListMenuLinkHighlighted,
.nav li.menu-7 a.CMSListMenuLinkHighlighted:hover {
	background-position: -851px -50px;
}

/* --------------- Layout --------------- */

.content-container {
	width:980px;
	margin:0 auto;
	/*background: url(../images/bg-sidebar.png) repeat-y top right #fff;*/
	border:2px solid #fff;
	border-radius:10px;
	position:relative;
}
main,
main:before {
	width:624px;
	min-height: 300px;
	padding:20px 30px 10px 30px;
}
main {
	float:left;
}
main:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
	background-color:#fff;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
}
.sidebar,
.sidebar:before {
	width:236px;
	padding:0 30px;
}
.sidebar {
	float:right;
}
.sidebar:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 684px;
	background-color: #f2eed4;
	background-image: -webkit-linear-gradient(top, #e6e1bf, #fcf9e4); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, #e6e1bf, #fcf9e4); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.sb-img {
	width:296px;
	margin:0 -30px 10px -30px;
	border-bottom:2px solid #fff;
}
.sb-img img {
	display:block;
	border-top-right-radius:7px;
}
.sb-buttons {
	margin-bottom:30px;
}
.sb-buttons p {
	margin-bottom:10px;
}

/* --------------- Main Content ---------------*/

h1 {
	color:#1d5a9c;
	text-transform:uppercase;
	font-size:2.143em; /* 30px */
	font-weight:700;
	margin-bottom:.4em;
}
h2 {
	color:#1d8a34;
	font-size:2.143em; /* 30px */
	font-weight:400;
	border-bottom:2px solid #dcd8b9;
	line-height:1.2;
	margin-bottom:.6em;
}
h3 {
	font-size:1.429em; /* 20px */
	font-weight:700;
	line-height:1.2;
}
h3 a {
	text-decoration:none;
}
h3 a:hover {
	text-decoration: underline;
}
.text-bold-1 {
	font-weight:700;
	color:#1d5a9c; /* Blue */
}
.text-bold-2 {
	font-weight:700;
	color:#1d8a34; /* Green */
}
.text-footnote {
	color:#8e8d8d;
	font-style:italic;
}

.crossroads-connection {
	margin-bottom:40px;	
}

/* --------------- Homepage Rates ---------------*/

.home-rate-col-left,
.home-rate-col-right {
	width:46.5%;
	float:left;
}
.home-rate-col-right {
	margin-left:7%;
}

.home-rate-table {
	margin-bottom:1em;	
	width:100%;
}
.home-rate-table th {
	padding:3px 0;
	font-size:1.286em;
	font-weight:700;
	border-bottom:1px solid #e6e1bf;
	color:#1d8a34;
}
.home-rate-table td {
	padding:3px 0;
	border-bottom:1px solid #e6e1bf;	
}
.home-rate-table .first td {
	padding-top:1em;	
}
.rate-header {
	text-align:left;
	width:62%;	
}
.rate-header-detail {
	text-align:right;
	width:38%;
}
.rate-header a {
	color:#1d8a34;
	text-decoration:none;
}
.rate-header a:hover {
	text-decoration:underline;	
}
.rate-name {
	font-size:1.143em;
	font-weight:700;	
}
.rate-number {
	text-align:right;	
}

/* --------------- Banking Login --------------- */

.banking-login {
	padding-bottom:30px;
}
.ob-login-row {
	width:100%;
	overflow:hidden;	
}
.banking-login input {
	border: 1px solid #d9cfa8;
	border-radius:3px;
	box-shadow: 2px 2px 2px #f2f2f2 inset;
	line-height: 17px;
	margin:0 0 7px 0;
	outline: 0 none;
	padding: 7px 6px;
	box-sizing: border-box;
	width: 100%;
}
input.ob-login-btn {
	width:40%;
	text-align:center;
}
.ezpz-hint {
	color:#4B4B4B;
}


/* --------------- Member Poll ---------------*/

.PollControl {
	width:100%;
}
.PollTitle {
	display:none;	
}
.PollQuestion {
	color:#1d5a9c;
	font-weight:700;	
}
.PollAnswers {
	margin:4px 0 16px 0;
	padding-top:.25em;
}
.PollAnswers td {
    vertical-align:middle;
}
.PollAnswer {
    padding: 2px 0;
}
.PollGraph div {
    background: #1d5a9c;
	height:8px;
	border-right:1px solid #1d5a9c;
	border-bottom:1px solid #1d5a9c;
}
.PollAnswer input {
	margin:	0 5px 0 0;
	vertical-align:middle;
}
.PollAnswer label {
	vertical-align:middle;
}
.PollCount {
	padding-left:10px;
	font-weight:700;	
}
.PollInfo,
.PollResult {
	color:#1d5a9c;
	font-weight:700;	
}
.PollFooter {
	text-align:right;	
}
.member-polling {
	margin-bottom:26px;	
}
.member-polling h3 {
	margin-bottom:7px;	
}

/* --------------- Child Nav ---------------*/

.child-nav {
	margin:26px 0;	
}
.child-nav a {
	text-decoration:none;
	display:block;
	padding:5px 10px;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(255,255,255,0.5);	
}
.child-nav .first a {
	border-top:0 none;	
}
.child-nav .last a {
	border-bottom:0 none;	
}
.child-nav a:hover {
	background-color:#fcf9e4;
	background-color:rgba(255,255,255,0.5);
}

.js #related-links {
	display:none;	
}
body.EditMode #related-links {
	display:block;	
}

/* ----- List Styles ----- */

main ul,
main ol {
    margin:1.0em 0 1.0em 0;
}

main ul ul,
main ul ol,
main ol ol,
main ol ul {
    margin-top:0;
	margin-bottom:0;
}

main ul li {
    list-style-type: disc;
	margin: 0 0 .5em 1.5em;
}

main ul ul li {
	list-style-type:disc;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

main ul ol li {
	list-style-type:decimal;
	margin:0 0 0 20px;
	background:none;
	padding:0;
}

main ol li {
    list-style-type:decimal;
	margin: 0 0 .5em 40px;
}

main ol ol li {
    list-style-type:lower-alpha;
	margin:0 0 0 20px;
}
main ol.numbered-list ol li {
	list-style-type:decimal;	
}

main ol ul li {
    list-style-type:disc;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

main ul ul ul li {
	list-style-type:circle;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

/* --------------- Content Tables ---------------*/

tr.sub-heading {
	background-color: #c6d4e5;
	color: #1f4f82;
	font-weight: bold;
}

.content-table {
	width:100%;
	margin-bottom:1.5em;
}

.content-table caption {
	font-size:1.286em;
	background:#1d8a34;
	color:#fff;
	font-weight: 700;
	padding:4px 12px;
	text-align: left;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.content-table th {
    font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	background-color: #f2eed4;
	padding:4px 12px;
	color:#424141;
}

.content-table td {
    padding: 4px 12px;
	border-bottom: 1px solid #e6e1bf;
}

.content-container .content-table table {
	margin-bottom:0;
}

.content-table table td {
	padding:0;
	border-bottom:0;	
}

.content-table .last-row tr {
	border-bottom: none;
}

/* --------------- Footer ---------------*/

footer {
	color:#fff;	
}
footer a {
	color:#fff;
	text-decoration:none;	
}
footer a:hover {
	text-decoration:underline;	
}

.footer-container {
	width:924px;
	margin:0 auto;
	padding:16px 0;	
}
.footer-text {
	float:left;
	width:624px;
	font-size:1.143em;	
}
.footer-logos {
	float:right;
	width:270px;
	text-align:right;	
}
.footer-logos img {
	margin-left:24px;	
}

/* --------------- Buttons ---------------*/

a.button-1,
a.button-2,
input.PollVoteButton,
input.button-1 {
	background-color: #5ca634;
	background-image: -webkit-linear-gradient(top, #70c43f, #5ca634); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, #70c43f, #5ca634); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    border:1px solid #1d8a34;
	box-shadow:inset 0 0 0 1px #82cb56, 1px 1px 2px rgba(0,0,0,0.3);
	border-radius: 5px;
    color: #fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
    cursor: pointer;
    display: inline-block;
    font-size: 1.286em; /* 18px */
    font-weight: 500;
    line-height: 1;
    padding: 5px 12px 7px 12px;
    text-decoration: none;
}
a.button-1:hover,
input.PollVoteButton:hover,
input.button-1:hover {
	background-image:none;
	background-color:#70c43f;
}
a.button-2,
input.PollVoteButton {
	background-color: #568dc8;
	background-image: -webkit-linear-gradient(top, #68a8ed, #568dc8); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, #68a8ed, #568dc8); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	border:1px solid #1d5a9c;
	box-shadow:inset 0 0 0 1px #7ab3ef, 1px 1px 2px rgba(0,0,0,0.3);
}
a.button-2:hover,
input.PollVoteButton:hover {
	background-image:none;
	background-color:#68a8ed;
}
a.btn-block {
	display:block;
}
a.btn-lg {
	font-size:1.5em;
	padding:7px 20px 9px 20px;
    text-align:center;
}

/* --------------- 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 containers
----------------------------------*/
.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 #0f4783; background: #1d5a9c; color: #fff; font-weight: 700; font-size: 1.4em; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #1d5a9c; background: #1d5a9c; font-weight: 700; 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 #2675ba; background: #2675ba; font-weight: 700; 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; clear:both; }
.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; }
.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: 1px; 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*/
}