html{margin:0px;padding:0px;width:100%;}
body{margin:0px;padding:0px; width:100%;font-size:12px;cursor:default; background:#fff; color: #777777; font-family: "Arial";}
a:link, a:visited, a:active {font-size: 12px; font-weight: normal; color: #777777; text-decoration: none; font-family: "Arial";}
a:hover {text-decoration: underline;}
*{outline: none; margin: 0px; padding: 0px;}

input[type="text"], input[type="password"] {font-family: "Arial"; border: 1px solid #d5d5d5; background: #fff; height: 18px; line-height: 18px; font-size: 12px;color: #777;}
input[type="submit"],
select, option,
textarea {font-family: "Arial"; border: 1px solid #d5d5d5; font-size: 10px;color: #777;}


img {border: none;}
.fl-left{float:left;}                      
.fl-right{float:right;}
.border{border:1px solid red;}
.pos_abs{position: absolute;}
.pos_rel{position: relative;}
.pos-rel{position: relative;}
.pos-rel-0{position: relative;}
.ac:after {content: " ";  display: block; clear: both;}
.center {text-align: center !important;}
.clear {clear: both;}

.none {display: none !important;}
.hide {display: none;}
.align-right {text-align: right;}
.align-left {text-align: left;}
/* ClearFix Class */
.cf:before,
.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}
/******************************/


#container {
	background: url("../images/bgs-1.png") repeat-y left top;
	width: 986px;
	margin: 25px auto;
}

/* HEADER */

header {
	background: url("../images/bgs-1.png") no-repeat -1974px top;
	padding: 22px 22px 5px 22px;
	position: relative;
	font-family: "Arial";
}


.head-content {
	background: url("../images/bg-1.png") no-repeat left top;
	position: absolute;
	width: 905px; 
	height: 114px;
	padding: 18px  20px  20px 20px;
	display: block;
	overflow: hidden;
	top:22px;
	left:21px;
}
.head-content a {font-family: "Arial";}

header #logo,
header #logo a {
	width: 153px;
	height: 87px;
	display: block;
	float: left;
	text-indent: -9999px;
}

header #logo {
	margin-left:101px;
}

header #logo a {
	background: url("../images/MSIC-massachusetts-credit-union.png") no-repeat left top;
	text-decoration: none;
}

.menu-search {width: 645px; float: right;}
.menu-search ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.menu-search ul li {
	background: url("../images/sep-1.png") no-repeat left 3px;
	margin: 0;
	padding: 0 8px 0 10px;
	list-style: none;
	float: left;
	line-height: 15px;
	height: 15px;
}
.menu-search ul li:first-child {background: none;}

.menu-search ul li a,
.menu-search ul li span {
	font-size: 11px;
	color: #fff;
	line-height: 15px;
	height: 15px;
	display: block;
}
.menu-search ul li span {font-weight: bold;}
#search {
	float: right;
	margin-left: 10px;
	display: none;
}

#search input[type="text"],
#search input[type="submit"]{
	background: url("../images/search.png") no-repeat;
	float: left;
	height: 15px;
	line-height: 15px;
	padding:0 3px;
	color: #ababab;
	font-size: 10px;
	border: none;
	font-family: "Arial";
	font-size: 10px;
}
#search input[type="text"]{width: 105px;background-position: left top;}
#search input[type="submit"]{width: 25px;background-position: right top;cursor: pointer;}

/* //HEADER */

/* SECTION */

section {
	padding: 20px 55px 0 55px;
	line-height: 20px;
	color: #000000;
	font-size: 12px;
}

section h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #003F87; 
	font-size: 16px;	
}

section h2 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #003F87; 
	font-size: 13px;	
}

/* //SECTION */


/* FOOTER */

footer {
	background: url("../images/bgs-1.png") no-repeat -987px bottom;
	min-height: 30px;
	line-height: 12px;
	padding: 18px 17px;
	font-family: "Arial";
}

footer a {font-family: "Arial";}

.foot-bg {
	background: #ecebde;
	margin: 3px;
	padding: 6px 25px;
}

.foot-bg em {
	font-style: normal;
	float: left;
	font-size: 9px;
	color: #a19974; 
}

.foot-bg span {	float: right;}
.foot-bg span a {font-size: 10px; text-decoration: underline;color: #a19974; line-height: 12px;}

/* //FOOTER */

/* CONTACT FORM */

#contact_form input[type="text"],
#contact_form input[type="password"]  {
	margin: 0 0 5px 5px;
	width: 130px;
}

#contact_form input[type="submit"] {
	margin: 0 0 5px 5px;
	background: url("../images/send.png") no-repeat left top;
	border: none;
	width: 85px;
	height: 25px;
	display: block;
	line-height: 25px;
	cursor: pointer;
	text-transform: uppercase;
	padding-bottom: 2px;
}

/* // CONTACT FORM */

/* SITEMAP */
.sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap ul ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
.sitemap ul li > a {
	font-weight: bold;
}
.sitemap ul ul li > a {
	font-weight: normal;
}
/* //SITEMAP */


.pager {
	clear: both;
	text-align: right;
}

.pager a,
.pager b {
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 14px;
	padding: 2px 3px;
}

.pager a {color: #827f7f;}
.pager b, .pager a:hover {color: #877444;}


label.error{
	color: red;
}
.insurance ul {	list-style-position: inside;	list-style-image: url("../images/bullet.png");}

span#error{
	color: red;
	font-size: 11px;
}














