﻿@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3fY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3fY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: 600;
  src: url(http://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSnZ2MAKAc2x4R1uOSeegc5U.eot);
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSnZ2MAKAc2x4R1uOSeegc5U.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

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, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
table {border-collapse: separate;}
caption, th, td {text-align: left;font-weight: normal;}
a:active {background-color: transparent;}


body {
	margin: 0; 
	padding: 0; 
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	background-color: #ffffff;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
body.home, body.speedbump {
	background-image: none;
}
#page {
	margin: 0 auto; 
	padding: 0;
}
img {
	border: none;
}
#header {
	height: 145px;
	background-image:url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#headerContent {
	position: relative;
	width: 945px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	top: 15px;
	left: 0;
}
#search {
	position: absolute;
	top: 25px;
	right: 0;
}
#search form {
	padding: 0 0 10px 0;
	margin: 0 3px 0 0;
	width: 220px;
	background-image: url(images/bg_search.png);
	background-repeat: no-repeat;
}
#search input {
	border: none;
	padding-left: 10px;
	height: 21px;
	color: #828282;
	font-size: 11px;
	vertical-align: middle;
	line-height: 18px;
	background-color: transparent;
	outline: none;
}
#cse-search-results {
	width: 845px;
	height: 1200px;
	overflow: hidden;
}
#toplinks {
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 12px;
}
#toplinks ul {
	list-style-type: none;
	padding: 0;
	margin: -10px -7px 0 0;
}
#toplinks ul li {
	display: inline;
	line-height: 33px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
#toplinks ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}
#toplinks ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px #676665;
	background-image: url(images/topLinkHover.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center 3px;
}
body.home #loginButton {
	display: none;
}
#loginButton {
	position: absolute;
	top: 22px;
	right: 230px;
	width: 59px;
	height: 31px;
	background-image: url(images/ob_home.png);
	background-repeat: no-repeat;
}
#loginButton:hover {
	background-image: url(images/ob_homeHover.png);
	background-repeat: no-repeat;
}
body.home #onlinebanking {
	display: block;
}
#onlinebanking {
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	height: 144px;
	width: 156px;
	background-image: url(images/bg_onlinebanking.png);
	background-repeat: no-repeat;
	z-index: 100;
}
#onlinebanking h1 {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 7px 5px 0;
}
#onlinebanking input {
	outline: none;
}
#onlinebanking input.userID {
	background-image: url(images/bg_obInput.png);
	background-repeat: no-repeat;
	width: 135px;
	height: 23px;
	border: none;
	background-color: transparent;
	padding: 0 0 0 10px;
	margin: 0 0 0 8px;
	color: #828282;
	font-size: 11px;
	vertical-align: middle;
	/*line-height: 23px;*/
	outline: none;
}
#onlinebanking input.obLogin {
	background-image: url(images/ob_Login.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 10px 0 0 40px;
	width: 67px;
	height: 34px;
	border: none;
	cursor: pointer;
}
#onlinebanking input:hover.obLogin {
	background-image: url('images/ob_Login_Hover.png');
	background-repeat: no-repeat;
	background-color: transparent;
}
#onlinebanking ul {
	/*list-style-image: url(images/arrow_red.png);*/
	list-style:none;
	margin: 5px 0 0 11px;
	padding: 0;
}
#onlinebanking ul li {
	/*display: inline;*/
	float:left;
}
#onlinebanking ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 6px;
	background-image:url(images/arrow_red.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#onlinebanking ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px #676665;
}
#mainnav {
	position: absolute;
	top: 98px;
	left: 0;
}
#mainnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #013543;
}
#mainnav ul li {
	float: left;
	padding: 5px 0 0 12px;
	line-height: 36px;
	width: 184px;
}
#mainnav ul li a {
	color: #013543;
	text-decoration: none;
	background-image: url(images/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
#mainnav ul li a:hover {
	color: #013543;
	text-decoration: none;
}
#mainnav ul li:hover {
	background-image: url(images/bg_nav_Hover.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#mainnav li ul {/* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: -5px;
	padding: 0 30px 20px 25px;
	list-style-image:none;
	list-style-type:none;
	display:block;
	z-index:5000;
	color: #005953;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	background-image: url(images/bg_navUL.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* this section controls the formatting of the dropdown links *******************/

#mainnav ul li ul li {
	background-image: none;
}
#mainnav ul li ul li:hover {
	background-image: none;
}

#mainnav li ul a {
	padding: 0 8px 2px 15px; /*controls padding around dropdown links */
	width: 120px;
	font-weight: normal; /* controls font weight of dropdown links */
	line-height: 17px;
	text-align: left;
	font-size: 12px;
	list-style-image:none;
	list-style-type:none;
	border-bottom: 1px solid #dbdbdb;;
	background-image: none;
	display:block;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

#mainnav li ul a:hover {
	background-image: url(images/arrow_yellow.png);
	background-repeat:no-repeat;
	background-position: left center;
}

#mainnav li:hover ul {
	/*left: auto; */ /* --- Changing this from "auto" to "inherit" fixed the problem with dropdowns sticking in IE 7 ---*/
	display:block;
	left:auto;
	margin-left: -33px; 
} 
#mainimgxy {
	height: 135px;
	width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
body.home #mainimgxy {
	height: 263px;
	width: auto;
}
.mainimgTitle {
	width:940px;
	margin: 0 auto;
	padding: 4px 0 0 0;
	text-align: right;
	font-size: 11px;
	color: #000000;
	font-style: italic;
}
#content {
	min-height: 400px;
	width: 725px;
	margin: 0 auto 0 auto;
	padding: 30px 50px 30px 170px;
	background-color: #ffffff;
	border: 1px solid #f0edca;
	border-bottom: none;
	position: relative;
}
body.home #content {
	width: 945px;
	border: none;	
	padding: 0;
}
body.noLeftNav #content {
	width: 845px;
	padding: 30px 50px;	
}
body.popUp #content {
	width: 700px;
	padding: 30px 50px;	
}
body.speedbump #content {
	width: 500px;
	min-height: 200px;
	padding: 20px;
	border: none;
}
#content h1, h2, h3 {
	color: #087487;
	font-weight: 600;
}
#content h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 600;
	background-image: url(images/bg_heading.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.heading1 {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
#content h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background-image: url(images/bg_heading.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.heading2 {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}
.underToggle {
	margin-top: -27px !important;
}
#content h3 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
#content h4 {
	margin: 0;
	padding: 5px 0 0 0;
	color: #811606;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
#content h4 a {
	color: #811606;
}
body.siteMap #content h4 {
	color: #006e78;
}
body.siteMap #content h4 a {
	color: #006e78;
}
#content h5 {
	margin: 0;
	padding: 5px 0;
	color: #666666;
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
}
#content p {
	margin: 0;
	padding: 5px 0 10px 10px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#content ol {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#content ul {
	margin: 0 0 0 10px;
	padding: 0 0 10px 5px;
	color: #333333;
	list-style-type: none;
}
#content ul li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
body.siteMap #content ul li a{
	color: #8b8549;
}
#content a {
	color: #0991b6;
	text-decoration: none;
}
#content a:hover {
	color: #0991b6;
	text-decoration: underline;
}
#content a.link1 {
	text-decoration: underline;
	padding-left: 10px;
	background-image: url(images/link1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#content a:hover.link1 {
	text-decoration: none;
}
#content a.emailLink {
	font-size: 11px;
	padding-left: 5px;
	margin: 0;
	line-height: 20px;
}
#content a.apply {
	color: #962526;
	font-size: 15px;
	line-height: 40px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content a.btnYellow {
	background-image:url(images/btnYellow.jpg);
	background-repeat: repeat-x;
	border-color: #ba8956;
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 2px;
	border-left-width: 2px;
	text-shadow: 1px 1px #888888;
	border-radius: 5px;
	
	color: #ffffff;
	padding: 0 7px;
	text-decoration: none;
	line-height: 40px;
}
#content a.btnBlue {
	background-image:url(images/btnBlue.jpg);
	background-repeat: repeat-x;
	border-color: #4993ae;
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 2px;
	border-left-width: 2px;
	text-shadow: 1px 1px #888888;
	border-radius: 5px;
	
	color: #ffffff;
	padding: 0 7px;
	text-decoration: none;
	line-height: 40px;	
}
#content .blockquote {
	color: #891700;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
}
.dropcap {
	color: #891700;
	font-size: 17px;
	font-style: italic;
	font-weight: 600;
}
#content table.financial {
	width: 100%;
}
#content table.financial h3 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	border-bottom: 1px solid #afe1e0;
}
#content table.financial ul li {
	border-bottom: 1px solid #afe1e0;
}
#content table.financial ul li a {
	color: #807548;
}
#leftNav {
	position: absolute;
	top: 20px;
	left: -23px;
	width: 154px;
	height: 520px;
}
#leftNav.additionalImage {
	background-image: url(ContentImageHandler.ashx?ImageId=55356);
	background-repeat: no-repeat;
}
#leftNav.checkingImage {
	background-image: url(ContentImageHandler.ashx?ImageId=55110);
	background-repeat: no-repeat;
}
#leftNav.contactImage {
	background-image: url(ContentImageHandler.ashx?ImageId=55359);
	background-repeat: no-repeat;
}
#leftNav.mortgageImage {
	background-image: url(ContentImageHandler.ashx?ImageId=55355);
	background-repeat: no-repeat;
}
#leftNav.onlineImage {
	background-image: url(ContentImageHandler.ashx?ImageId=55357);
	background-repeat: no-repeat;
}
#leftNav.ratesImage {
	background-image: url(ContentImageHandler.ashx?ImageId=55358);
	background-repeat: no-repeat;
}
#leftNav.savingsImage {
	background-image: url(ContentImageHandler.ashx?ImageId=55354);
	background-repeat: no-repeat;
}

#leftNav.yourOlyFedNav {
	background-image: url(ContentImageHandler.ashx?ImageId=55111);
	background-repeat: no-repeat;
}
#leftNavLinks {
	position: absolute;
	top: 230px;
	left: 0px;
}
#leftNavLinks.yourOlyFedNavLinks {
	position: absolute;
	top: 110px;
	left: 0px;
}
#leftNavLinks h1{
	color: #962526;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	background-image: none;
	padding: 0 0 0 20px;
}
#leftNavLinks ul {
	list-style-type: none;
	color: #005953;
	font-size: 11px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	width: 128px;
}
#leftNavLinks ul li {
	background-image: none;
	border-bottom: 1px solid #d7d7d7; /*e4c473 = gold*/
	margin: 0 0 2px 15px;
	padding: 0 0 1px 10px;
}
#leftNavLinks ul li:hover {
	background-image: url(images/arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#leftNavLinks ul li a {
	color: #005953;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#leftNavLinks ul li a:hover {
	color: #005953;
	text-decoration: none;
}
#verisign {
	position: absolute;
	left: 30px;
	top: 390px;
	display: none;
}
body.security #verisign {
	display: block;
}
#news {
	padding: 0px 120px;
}
#news h1 {
	color: #682525;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 13px;
	border: none;
	background-image: none;
}
#news ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #056a7c;
	float: right;
}
#news ul li {
	display: inline;
	padding-left: 50px;
	font-style: italic;
	background-image: none;
}
#news ul li a {
	color: #056a7c;
	text-decoration: none;
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#news ul li a:hover {
	color: #056a7c;
	text-decoration: underline;
}
#homeFeatures {
	background-color: #e9e9e9;
	border: 1px solid #c2c2c2;
	height: 135px;
	border-radius: 10px;
}
.feature {
	float: left;
	width: 465px;
	height: 125px;
	margin-top: 5px;
	border-right: 1px solid #e9e9e9;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
#featureLeft {
	border-radius: 5px 0 0 5px;
	margin-left: 5px;
}
#featureRight {
	border-radius: 0 5px 5px 0;
}
#homeFeatures .feature h1 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #056a7c;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border: none;
	background-image: none;
}
#homeFeatures .feature p {
	padding: 5px 10px 5px 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#homeFeatures .featureMore {
	color: #c95501;
	text-decoration: none;
	font-style: italic;
}
#homeFeatures .featureMore:hover {
	color: #c95501;
	text-decoration: underline;
}
#homePromo {
	height: 280px;
	margin: 20px 0 0 0;
	padding: 0;
}
#homePromo p {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.promo {
	width: 315px;
}
#promoLeft, #promoMiddle, #promoRight {
	float: left;
	margin: 0;
	padding: 0;
}
#promoMiddle {
	position: relative;
	background-image: url(images/promo_commEvents.jpg);
	background-repeat: no-repeat;
	width: 310px;
	height: 280px;
	margin-left: 5px;
}
#communityContainer {
	position: relative;
	background-image: url(images/bg_commEvents.jpg);
	background-repeat: no-repeat;
	width: 232px;
	height: 633px;
	margin-left: 5px;
}
#commEventLink {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 150px;
	height: 30px;
}
#commEvents {
	background-color: #ffffff;
	position: absolute;
	top: 50px;
	right: 10px;
	width: 210px;
	height: 570px;
	overflow: scroll;
	overflow-x: hidden;
}
#commEvents.home {
	background-color: #ffffff;
	position: absolute;
	top: 50px;
	right: 30px;
	width: 265px;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
}
#commEvents h1 {
	color: #013543;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0 0 10px;
	margin: 0;
	border: none;
	background-image: none;
}
#commEvents h2 {
	color: #005953;
	font-size: 12px;
	padding: 10px 0 0 10px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	background-image: none;	
}
#commEvents h3 {
	color: #000000;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 0 10px;
	margin: 0;
	font-weight: normal;
	border: none;
}
#commEvents p {
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#commEvents a {
	color: #666666;
	text-decoration: none;
}
#commEvents a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer {
	height: 200px;
	margin: 0 auto;
	width: 947px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
body.home #footer {
	background-image: none;
}
#footer p {
	font-size: 10px;
	color: #666666;
	margin: 0;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
}
.footerTable {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	font-size: 11px;
	width: 925px;
	margin: 0 auto;
}
body.home .footerTable {
	width: 945px;
}
.footerTable th {
	padding: 15px 0 15px 15px;
	text-align: left;
	background-color: #efefef;
}
body.home .footerTable th {
	background-color: #ffffff;
}
.footerTable tr td {
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	background-color: #f7f7f7;
	color: #087487;
}
body.home .footerTable tr td {
	background-color: #ffffff;
}
.footerTable a {
	color: #087487;
	text-decoration: none;
}
.footerTable a:hover {
	color: #087487;
	text-decoration: underline;
}
.footerTable ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.footerTable ul li{
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	padding-bottom: 2px;
}
.footerTable ul li a{
	color: #666666;
	text-decoration: none;
}
.footerTable ul li a:hover{
	color: #666666;
	text-decoration: underline;
}

/*******Privacy Table******************************/
#content .privacytable {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000000;
}
#content .privacytable th {
	background-color: #83b9c3;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 10px;
	font-style: italic;
}
#content .privacytable tr td {
	border-bottom: 1px solid #83b9c3;
	border-collapse: collapse;
	padding: 5px 10px;
}
#content .privacytable ul {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #000000;
}
#content .privacytable p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #000000;
}
#content .privacytable table tr td {
	border-bottom: none;
}

/*******Directors Table******************************/
#content .directortable {
	background-color: #f9f1e2;
}
#content .directortable p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #000000;
}
/********Resources Table Styling *********************/
#content .resourcestable {
	border: 1px solid #e2e2e2;
	background: #e8f8f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlOGY4ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWZlN2RmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #e8f8f6 50%, #afe7df 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e8f8f6), color-stop(100%,#afe7df)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8f8f6 50%,#afe7df 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8f8f6 50%,#afe7df 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8f8f6 50%,#afe7df 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8f8f6 50%,#afe7df 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f8f6', endColorstr='#afe7df',GradientType=0 ); /* IE6-8 */
	
	box-shadow: 1px -1px 5px #888888;
}
#content .resourcestable h1 {
	color: #005959;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 7px;	
	background-image: none;
}
#content .resourcestable tr td {
	border-bottom: 1px solid #ffffff;
}

/********Location Table Styling **********************/
#content .locationtable {
	border: none;
	height: 265px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content .locationtable h1 {
	color: #087487;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;	
	font-style: italic;
	padding: 5px 0 0 0;
	margin: 0;
	background-image: none;
}
#content .locationtable h2 {
	color: #897542;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	padding: 0;
	margin: 0;
	background-image: none;
}
#content .locationtable h3 {
	color: #897542;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;		
	font-style: italic;
	padding: 0 0 5px 0;
	margin: 0;
	border: none;
}
#content .locationtable p {
	font-size: 11px;
	padding: 0 0 5px 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;		
}
#content .locationtable a.emailLink {
	font-size: 11px;
	padding-left: 5px;
	margin: 0;
	line-height: 20px;
}

/***************Table No Padding*****************/
.nopadding {
	border: 0;
}
#content table.nopadding p {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;		
	
}
/********Styled Table Styling **********************/
.styledtable {
	border: none;
	padding-bottom: 20px;
}
#content table.styledtable p {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;		
}
.styledtable caption {
	color: #087487;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;		
	font-style: italic;
	background-color: #ffffff;
	text-align: left;
	padding: 10px 0;
}
.styledtable th {
	color: #013543;
	font-size: 11px;
	background-color: #e5eefd;
	padding: 20px 10px 5px 10px;
	text-align: center;
	border-right: 1px solid #ffffff;
}
.styledtable th:first-child {
	text-align: left;
}
.styledtable tr td {
	color: #333333;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #ffffff;
}
.styledtable tr td:first-child {
	text-align: left;
	padding-left: 10px;
}
.styledtable tr:hover {
	background-color: #e5eefd;
}
.odd {
	background-color: #fdf9f2;
}
.even {
	background-color: #fcf4e3;
}
.caption {
	text-transform: uppercase;
	color: #087487;
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
}
/************  Toggle Tabs  **********************/
#content ul.toggletabs {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#content .toggletabs li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#content .toggletabs li a {
	background-color: #ffffff;
	padding: 10px;
	color: #087487;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;		
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
	display: block;
	border-top: 1px solid #e0b74b;
	border-right: 1px solid #e0b74b;
	border-bottom: 1px solid #e0b74b;
	outline: none;
	text-align: center;
}
#content .toggletabs li a.first {
	border-left: 1px solid #e0b74b;
}
#content .toggletabs li a:hover {
	background-color: #f7eccf;
	text-decoration: none;
}
#content .toggletabs li a.active, .toggletabs li a.selected:hover {
	background-color: #f7eccf;
}
#content .toggletabs li a.selected {
	background-color: #FFFFEC;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
body.newsletter #content .toggletabs li a {
	color: #962526;
	text-transform: uppercase;
	font-weight: bold;
}
#content .toggletabscontainer {
	margin: 0px;
	padding: 30px 0 0 0;
	overflow: auto;
	min-height: 180px;
}
#content .toggletabsdiv {
	display: none;
}
#content .toggletabsdiv:first-child {
	display: block;
}

/************  Accordion  **********************/
dl, dt, dd {
	width:526px;
	padding: 0;
	margin: 0;
}
body.twocolaccordion dl, body.twocolaccordion dt, body.twocolaccordion dd {
	width: 355px;
}
dl {
	margin: 10px 0;
}
.toggler {
	height: 29px;
	overflow: hidden;
	margin-bottom: 5px;
}
body.twocolaccordion .toggler {
	height: 29px;
}
.toggler span {
	padding: 6px 10px;
}
.toggler.active {
	margin-bottom: 0;
}
#content .toggler span {
	margin: 0;
	padding: 0;
	background-image: none;
	border-bottom: none;
}
#content .toggler span:first-child  {
	margin-right: 8px;
	width: 520px;
	padding: 0;
	height: 27px;
}
body.twocolaccordion #content .toggler span:first-child {
	width:348px;
}
#content .toggler>span {
	display: block;
	height: 36px;
}
#content .toggler>span, #content dl.goldfirst .toggler>span {
	background-image: url(images/bg-accordion-blue-light.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 2px solid #b5c1e0;
}
body.twocolaccordion #content .toggler>span {
	height:27px;
}
body.twocolaccordion #content .toggler span+span {height: 35px;}

body.twocolaccordion #content .toggler.active+span {
	height: 0;
}
#content .toggler.toggleEven>span, #content dl.goldfirst .toggler.toggleOdd>span {
	background-image: url(images/bg-accordion-gold-light.jpg);
	border-bottom: 2px solid #e2ca9b;
}
#content .toggler.toggleOdd .toggletitle1 span:first-child, #content dl.goldfirst .toggler.toggleEven .toggletitle1 span:first-child  {
	background-image: url(images/bg-accordion-blue-dark.jpg);
	padding: 6px 10px;
}
#content .toggler.toggleEven .toggletitle1 span:first-child, #content dl.goldfirst .toggler.toggleOdd .toggletitle1 span:first-child {
	background-image: url(images/bg-accordion-gold-dark.jpg);
	padding: 6px 10px;
}
body.twocolaccordion #content .toggler .toggletitle1 span:first-child {
	background-image:none;
}
#content .toggler.active span:first-child {
	background-image: none;
	border-bottom: none;
	height: 0;
}
#content .toggler a {
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	font-weight: 500;
	vertical-align: middle;
	display: block;
	cursor: pointer;
	color: #013543;
	background-image: url(images/accordion-plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none !important;
}
#content .toggler a:hover {
	text-decoration: none;
}
.active, .active:hover {
}
#content .toggler.active a.toggletitle1 {
	display: none;
}
#content .toggler.toggleEven.active a.toggletitle2, #content .toggler.toggleOdd.active a.toggletitle2  {
	height: 36px;
	padding-left: 14px;
	padding-top: 0;
	line-height: 38px;
}
#content .toggler.toggleEven.active span, #content .toggler.toggleOdd.active span, #content dl.goldfirst .toggler.toggleEven.active span, #content dl.goldfirst .toggler.toggleOdd.active span {
	background-image: url(images/bg-panel-green-choice-checking_top.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: none;
}
body.twocolaccordion .toggler.toggleEven.active span, body.twocolaccordion #content .toggler.toggleOdd.active span {
	background-image: url(images/bg-panel-blue-top-narrow.png);
}
#content .toggler.toggleEven.active span, #content dl.goldfirst .toggler.toggleOdd.active span {
	background-image: url(images/bg-panel-gold-top.png);
	border-bottom: none;
}
body.twocolaccordion #content .toggler.toggleEven.active span {
	background-image: url(images/bg-panel-gold-top-narrow.png);
} 
#content .toggler.active a.toggletitle2 {
	background-image: url(images/accordion-minus.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	margin-right: 6px;
}

table.togglecontent {
	display: inline-table;
	background-repeat: no-repeat;
	background-position:left top;
}
#content table.togglecontent p {
	padding: 0;
	margin:0;
}
.element table {
	border-spacing: 0;
}
.element p, .element ul li {
	font-size: 11px;
	line-height: 13px;
}
.element .smallgrey {
	font-size: 9px;
	line-height: 11px;
	padding-bottom: 0 !important;
}
.element td {
	vertical-align: top;
}