html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
}
body, table, td, div {
	line-height:normal;
	font:9pt Arial, Helvetica, sans-serif;
}
	
a:link, a:visited {	
	color:#5b2e5d;
	text-decoration: underline;
	}
a:hover, a:active {
	color:#5b2e5d;
	text-decoration: none;
	}
	
a img { border: none; }
	
h1 {
color: #653366;
font-size: 14pt;
margin-bottom: 10px;	
}
h2, #calccontent h1, #calccontent h1 center {
color: #653366;
font-size: 12pt;
margin-bottom: 10px;
}
h3 {
color: #894090;
font-size: 11pt;
margin-bottom: 10px;
}
h4 {

}

p {
	padding:0 0 12px 0;
	color: #4e4e4e;
}
ul, ol { 
	margin-left: 15px;
	}
ul li {
	padding-left: 5px;
	margin-bottom: 8px;
}
.signupList li {
	padding-left:1px;
}
hr  {
	background: #d4d4d4;
  	border: 0;
  	color: #d4d4d4;
  	height: 1px;
	margin: 0 0 10px 0;
	}

table {	font-size: 100%; /* IE inheritance fix */ }

.tableheader {
	color: #653366;
	font-size: 12pt;
	font-weight: bold;
	}
	
th {
	background-color:#b6b8bb;
	color:#FFF;
	font-size: 10pt;
	padding: 3px;
}
	
.tablecontent1 {
	background-color:#fff;
	color: #737376;
}
	
.tablecontent2 {
	background-color:#e9e9e9;
	color: #737376;
}

.faqQ, .faqA { 
	font-weight: normal;
	font-size: 18pt;
	font-family: georgia;
	}

.faqQ { color:#e1760d; }
.faqA { color:#894090; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	font-style:italic;
	color:#8b8c8f;
}
	
.required {
	color:#4e4e4e;
}
	
.appfield1 {
	border:1px solid #b2b4b7;
	background-color:#fff;
}	
.appfield2 {
	border:1px solid #b2b4b7;
	background-color:#e9e9e9;
}
	
/* =LAYOUT =DISTYLES */

/* suggested order for properties [ based on mozilla.org ] */
/* 

display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text

 */

/* rule to show div borders
div {
	border: 1px solid #090;
	} */

.clearfloat {
	clear: both;
	height: 1px;
	}

.page {
	margin: 0 auto;
	text-align: center;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Masthead  :::::: */
.mast {
	display: none;
	width: 960px;
	background: #FFF url(../images/bg_masthead.gif) repeat-x top left;
	position: relative;
	margin: 0 auto;
	}
.mastCap {
	display: none;
	width: 16px;
	height: 41px;
	position: absolute;
	top: 0;
	right: -5px;
	}
.mastL {
	display: none;
	float: left;
	width: 319px;
	height: 110px;
	}
.mastL img {
	display: none;
	position: relative;
	top: 0;
	left: -6px;
	}
.mastR {
	display: none;
	float: right;
	width: 275px;
	text-align: right;
	margin-right: 10px;
	}
/* :::::::::::::::::::::::  uti  ::::::::::::::::::::::: */
.uti {
	text-align: right;
	color: #8b8c8f;
	font-size: 8pt;
	margin: 0;
	}
.uti ul {
	margin: 0;
	padding: 0;
	color: #8b8c8f;
	}
.uti ul li { 
	list-style-image: none;
	list-style-type: none;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	display: inline;
	color: #8b8c8f;
	}
.uti a:link, .uti a:visited {	
	text-decoration: none;
	color: #8b8c8f;
	font-size: 8pt;
	}
.uti a:hover, .uti a:active {
	text-decoration: underline;
	color: #8b8c8f;
	font-size: 8pt;
	}
	
/* :::::::::::::::::::::::  Search  ::::::::::::::::::::::: */
.searchArea {
	display: none;
	position: relative;
	top: 22px;
	right: 18px;
	font-size: 7.5pt;
	text-align: right;
	}
.searchArea form {
	display: none;
	font-size: 7.5pt;
	}
.searchField {
	display: none;
	color: #949598;
	font-size: 8pt;
	width: 130px;
	height: 14px;
	border: 1px #b2b4b7 solid;
	position: relative;
	top: 0;
	left: 0;
	vertical-align: middle;
	}
* html .searchField {
	display: none;
	height: 18px;
	}
*:first-child+html .searchField {
	display: none;
	height: 18px;
	}
.searchBtn {
	display: none;
	width: 32px;
	height: 19px;
	vertical-align: middle;
	margin-left: 3px;
	}
/* :::::::::::::::::::::::  NavMain  ::::::::::::::::::::::: */
.navMain {
	display: none;
	background: #FFF;
	width: 958px;
	height: 23px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1px; 
	}
.navMain ul {
	display: none;
	width: 958px;
	margin: 0 auto;
	}
.navMain ul, .navMain li {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.navMain li {
	display: none;
	margin: 0 0 0 -3px;
	padding: 0;
	}
.navMain li img {
	display: none;
	margin: 0;
	padding: 0;
	}
	
.content {
	text-align: left;
	}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  LeftCol  :::::: */
.contentL {
	float: left;
	margin: 30px 0 0 33px;
	}
.promoSmall {
	display: none;
	margin-top: 30px;
	text-align: left;
	padding-bottom: 20px;
	}
.promoSmall img {
	display: none;
	width: 201px;
	margin-right: 22px;
	display: inline;
	}
	
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  RightCol  :::::: */
.contentR {
	display: none;
	float: right;
	width: 0px;
	}
/* :::::::::::::::::::::::  OB  ::::::::::::::::::::::: */
.loginWrap {
	display: none;
	width: 235px;
	}
.loginOB {
	display: none;
	text-align: left;
	line-height: 13px;
	}
.ttlOB {
	display: none;
	width: 232px;
	padding: 20px 0 0 10px;
	}
.loginOB form {
	display: none;
	margin: 0px;
	padding: 2px 0 0 11px;
	color: #858585;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: left;
	position: relative;
	float: left; 
	display: inline;
	}
.userField {
	display: none;
	color: #848589;
	font: 9pt 'Trebuchet MS';
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0;
	height: 19px;
	width: 140px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 2px #c0c1c1 solid;
	}
* html .userField {
	display: none;
	height: 22px;
	}
*:first-child+html .userField {
	display: none;
	height: 22px;
	}
.passField {
	display: none;
	color: #848589;
	font: 9pt 'Trebuchet MS';
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
	height: 19px;
	width: 90px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 2px #c0c1c1 solid;
	vertical-align: middle;
	}
* html .passField {
	display: none;
	height: 22px;
	}
*:first-child+html .passField {
	display: none;
	height: 22px;
	}
.passLink {
	display: none;
	color: #712178;
	font-size: 7.5pt;
	font-weight: normal;
	}
.passLink a:link, .passLink a:visited {	
	display: none;
	text-decoration: none;
	color: #712178;
	font-weight: normal;
	font-size: 7.5pt;
	}
.passLink a:hover, .passLink a:active {
	display: none;
	text-decoration: underline;
	color: #712178;
	font-weight: normal;
	font-size: 7.5pt;
	}
.obLinks {
	display: none;
	width: 60px;
	height: 70px;
	color: #712178;
	font-size: 8pt;
	font-weight: normal;
	position: relative;
	top: 15px;
	left: 12px;
	border-left: 1px #c6cace solid;
	padding-left: 2px;
	margin-left: 11px;
	float: left; 
	display: inline;
	text-align: left;
	}
.obLinks ul, .obLinks li {
	display: none;
	list-style-type: none;
	list-style-image: none;
	}
.obLinks li {
	display: none;
	margin-bottom: 3px;
	}
.obLinks a:link, .obLinks a:visited {	
	display: none;
	text-decoration: none;
	color: #712178;
	font-weight: normal;
	font-size: 7.5pt;
	}
.obLinks a:hover, .obLinks a:active {
	display: none;
	text-decoration: underline;
	color: #712178;
	font-weight: normal;
	font-size: 7.5pt;
	}
.obLinks strong {
	display: none;
	font-size: 8pt;
	}
.btnOb {
	display: none;
	position: absolute;
	top: 48px;
	left: 109px;
	}
* html .btnOb {
	display: none;
	top: 50px;
	left: 104px;
	}
*:first-child+html .btnOb {
	display: none;
	top: 50px;
	left: 104px;
	}
/* :::::::::::::::::::::::  CM  ::::::::::::::::::::::: */
.cashManagement {
	display: none;
	width: 225px;
	border-top: 1px #c2c2c4 solid;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	margin: 8px 0 0 10px;
	}
.cashManagement img {
	display: none;
	vertical-align: middle;
	}
/* :::::::::::::::::::::::  Resource/Rates  ::::::::::::::::::::::: */
.resourceRatesWrap {
	display: none;
	width: 249px;
	border-top: 2px #FFF solid;
	padding-top: 6px;
	text-align: center;
	position: relative;
	left: -3px;
	}
.resourceCenter {
	display: none;
	width: 241px;
	margin: 0 auto;
	text-align: left;
	font-size: 8pt;
	}
.resourceCenter ul {
	display: none;
	margin: 10px 0 28px 12px;
	}
.resourceCenter ul, .resourceCenter li {
	display: none;
	list-style-type: none;
	list-style-image: none;
	}
.resourceCenter li {
	display: none;
	margin-bottom: 6px;
	}
.resourceCenter a:link, .resourceCenter a:visited {	
	display: none;
	text-decoration: underline;
	color: #712178;
	font-weight: bold;
	font-size: 8pt;
	}
.resourceCenter a:hover, .resourceCenter a:active {
	display: none;
	text-decoration: none;
	color: #712178;
	font-weight: bold;
	font-size: 8pt;
	}
/* :::::::::::::::::::::::  Rates  ::::::::::::::::::::::: */
.rates {
	width: 249px;
	border-top: 2px #FFF solid;
	padding-top: 6px;
	position: relative;
	padding-bottom: 20px;
	}
.rates a:link, .rates a:visited {	
	text-decoration: none;
	color: #FFF;
	font-size: 7.5pt;
	}
.rates a:hover, .rates a:active {
	text-decoration: underline;
	color: #FFF;
	font-size: 7.5pt;
	}
.tableWrap {
	padding: 3px 0;
	}
.rates table {
	width: 218px;
	margin: 0 auto;
	}
.rates table td {
	width: 203px;
	font-size: 8pt;
	border-bottom: 1px #a8b0b7 solid;
	padding-top: 3px;
	padding-bottom: 2px;
	}
.ratesLeft {
	font-size: 8pt;
	}
.seeAll {
	width: 100px;
	position: absolute;
	top: 13px;
	left: 134px;
	text-align: right;
	font-size: 7pt;
	}
.ratesLeft {
	width: 110px;
	padding: 0 0 0 5px;
	color: #737376;
	}
.ratesRight {
	padding: 0 3px 0 0;
	color: #894090;
	font-weight: bold;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Back  :::::: */
.contentBack {
	margin-left: 5px;
	}
.contentBGback {
	display: none;
	text-align: left;
	background: url(../images/bg_rightcol.gif) no-repeat;
	background-position: 715px 163px;
	}
.hedBack {
	margin-bottom: 27px;
	}
.imgBack {
	display: none;
	float: right;
	display: inline;
	margin: 0;
	position: relative;
	top: -15px;
	left: 18px;
	}
.btnContentBack {
	display: none;
	margin: 20px 0 10px 0;
	position: relative;
	left: -5px;
	}
	
.btnObBack {
	display: none;
	display: inline;
	margin: 15px 0 0 30px;
	float: left;
	}
.obLinksBack {
	display: none;
	width: 100px;
	color: #712178;
	font-size: 8pt;
	font-weight: normal;
	position: relative;
	top: 15px;
	left: 12px;
	border-left: 1px #c6cace solid;
	padding-left: 6px;
	margin-left: 11px;
	margin-bottom: 20px;
	float: left; 
	display: inline;
	text-align: left;
	}
.obLinksBack ul, .obLinksBack li {
	display: none;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	}
.obLinksBack ul li {
	display: none;
	margin-bottom: 3px;
	margin-left: 0px;
	}
.obLinksBack a:link, .obLinksBack a:visited {	
	display: none;
	text-decoration: none;
	color: #712178;
	font-weight: normal;
	font-size: 7.5pt;
	}
.obLinksBack a:hover, .obLinksBack a:active {
	display: none;
	text-decoration: underline;
	color: #712178;
	font-weight: normal;
	font-size: 7.5pt;
	}
.obLinksBack strong {
	display: none;
	font-size: 8pt;
	}
/* :::::::::::::::::::::::  In This Section  ::::::::::::::::::::::: */
.inThisSection {
	display: none;
	width: 241px;
	text-align: left;
	}
.inThisSection ul {
	display: none;
	width: 220px;
	text-align: left;
	margin: 12px 0 0 0;
	padding: 0 0 20px 28px;
	}
.inThisSection ul li { 
	display: none;
	font-weight: bold;
	margin: 3px 0;
	line-height: 13.5pt;
	padding: 2px 0;
	}
.inThisSection a:link, .inThisSection a:visited {	
	display: none;
	text-decoration: none;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 9pt;
	}
.inThisSection a:hover, .inThisSection a:active {
	display: none;
	text-decoration: underline;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 9pt;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Footer  :::::: */
.foot {
	display: none;
	width: 968px;
	background: url(../images/cap_foot.gif) no-repeat top left;
	margin: 0 auto;
	}
.footL {
	display: none;
	float: left;
	width: 400px;
	height: 60px;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
	}
.footL img {
	display: none;
	margin-right: 20px;
	vertical-align: middle;
	}
.footR {
	display: none;
	color: #8b8c8f;
	text-align: right;
	float: right;
	width: 470px;
	margin-top: 22px;
	}
.footR a:link, .footR a:visited {	
	display: none;
	text-decoration: none;
	color: #8b8c8f;
	}
.footR a:hover, .footR a:active {
	display: none;
	text-decoration: underline;
	color: #8b8c8f;
	}
	

	
#ex_dis{
   display:none;
   width:40%;
   padding:10px;
   background-color:#FFFFFF;
   position:absolute;
   z-index:10000;
   border-width:1px 1px 1px 1px;
   border-style:solid;
   border-color:#0A4599;
   margin:50px 30% 0 30%;
   overflow: hidden;
   top: 0;
}
* html #ex_dis{
  margin-left:30%;
  margin-right:0;
  left:150px;
}
*:first-child+html #ex_dis{
  margin-left:30%;
  margin-right:0;
  left:150px;
}

.indentedText {
	margin-left: 20px;
}
.lesserheader {
	font-size: smaller;
}
.purpleText {
	color:#894090;
}
.midVAligned {
	vertical-align:middle;
	padding: 0 15px 15px 0;
}
.rightBox {
	display: none;
	display:inline;
	float:right;
	width:270px;
	border:thin solid black;
	padding:15px;
	margin:0 0 10px 30px;
}


/*Office Locations*/

#corporateOffice {
	text-align:center;
	display:none;
}
#expressOffice {
	text-align:center;
	display:none;
}
#flintOffice {
	text-align:center;
	display:none;
}
#globeOffice {
	text-align:center;
	display:none;
}
#northOffice {
	text-align:center;
	display:none;
}
#presidentAveOffice {
	text-align:center;
	display:none;
}
#acushnetAveOffice {
	text-align:center;
	display:none;
}
#countyStOffice {
	text-align:center;
	display:none;
}
#unionSqOffice {
	text-align:center;
	display:none;
}
#dartmouthOffice {
	text-align:center;
	display:none;
}
#fairhavenOffice {
	text-align:center;
	display:none;
}
#somersetOffice {
	text-align:center;
	display:none;
}
#swanseaOffice {
	text-align:center;
	display:none;
}
.branchBox {
   width:300px;
   padding:10px;
   background-color:#FFFFFF;
   position:absolute;
   z-index:5000;
   border-width:1px 1px 1px 1px;
   border-style:solid;
   border-color:#0A4599;
   margin:50px 30% 0 30%;
   overflow: hidden;
   top: 0;
   _left: 400px;
}
.printButton {
	display: none;
}

