/* Mutual Bank First Branch - layout.css */
* {
	overflow: visible!important;
	float:none!important;
}
#header,
#leftColumn {
	display: none;
}
h1 {
	color: #003333;
	margin-bottom: 0;
	font: bold 22px Georgia, Times, serif;
	text-transform: uppercase;
}
h3 {
	margin: 30px 0 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
}
h3.rateEffective {
	margin: 0;
}
table {
	font: normal 12px Helvetica, Arial, sans-serif;
	border: 1px solid #004444;
	margin: 10px 0;
	width: 80%;
}
table.stripeTable th.nth-column-1 {
	width:200px;
}
table.stripeTable th {
	background-color:#004444;
	color:#FFFFFF;
}
table.stripeTable td,
table.stripeTable th {
	padding:5px 10px;
	text-align:left;
}
table.stripeTable th a {
	color: #D1DDDD;
}
table.stripeTable tr.nth-row-odd td {
	background-color:#D1DDDD;
}
.pageBreak {
	page-break-before: always;
}
#pageBreakAfter {
	page-break-after: always;
}
p {
	margin: 0;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #666;
}
ul.disclaimer {
	margin: 0;
	padding: 0 0 0 10px;
}
ul.disclaimer li {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0 0 0 10px;
	list-style-type: disc;
	list-style-position: outside;
}
p.disclaimer {
	margin: 10px 0;
}
#print.individualPage table {
	width: 700px;
	font-size: 14px;
}


/*====== Locations Page ======================================*/
#print.individualPage table#locationLrg {
	width: 500px !important;
	font-size: 14px;
}
#print.individualPage table#locationSmall {
	width: 250px !important;
	font-size: 14px;
	margin:0px;
}

ul.locList li.vcard {
	list-style-type:none;
}
ul.locList li.vcard .locationTitle h2 a {
	  color: #000;
    font: bold 13pt Georgia,Times,serif;
    text-transform: uppercase;
	text-decoration:none;
    margin: 5px 0;
    padding: 0;
}

#print {
	color:#000 !important;
	font-size:11pt;
}
#print h1 {
	font-size:12pt;
}
#print h2 {
	margin:0px;
	margin-top:6px;
}
#print h2 a {
	font-size:11pt !important;
}
#print table {
	font-size:9pt !important;
	clear:both;
	border-color:#000;
}
#print .addressWrapper {
	display:block;
	float:left !important;
	margin-right:60px;
}
#print .phoneWraper {
	display:block;
	float:left;
}
