﻿/* CSS Reset */
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, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 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;
	}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


body {
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #dddddd; /* old browsers */
}
body.home #content1  {
	padding: 485px 47px 10px 47px;
}	
body.speedbump {
	width: 500px;
	background-image: none;
	background-color: #fff;
}
a {
	color: #2045aa;
}
a:hover {
	color: #ff0000;
}
#container1 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/container1Bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#page {
	width: 934px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background-color: #fff;
}
body.speedbump #page {
	width: auto;
	padding: 25px;
}
#logo {
	position:absolute;
	width: 934px;
	height: 203px;
	top: 48px;
	right: 0;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#slogan {
	position:absolute;
	width: 250px;
	height: 52px;
	top: 85px;
	right: 93px;
}
#footer  {
	background-image: url(images/footerBg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 10px;
	padding-right: 47px;
	padding-bottom: 10px;
	padding-left: 47px;
	color: #939db9;
	font-size: 10px;
	text-transform:uppercase;
}
#footer p {
	margin: 2px 0;
	padding: 2px 0;
}
#footer a {
	color: #a5b0cf;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
}
#footerLeft {
	width: 208px;
	height: 30px;
	float: left;
	text-align: right;
	background-image: url(images/footerDivider.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#footerRight {
	float: right;
	width:612px;
	height: 30px;
}
#footerBgShadow  {
	background-image: url(images/footerBgShadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 48px;
}

#mainImgXY {
	background-repeat: no-repeat;
	height: 203px;
	width: 934px;
	background-position: 0px 48px;
	padding-top: 48px;
	position: absolute;
	top: 0;
	right: 0;
}
#homeBox {
	padding: 0px;
	height: 327px;
	width: 934px;
	overflow: hidden;
	position:absolute;
	z-index: 50;
	top: 153px;
	left: 50%;
	margin: 0 0 0 -467px;
}
#mainFeatureFrame {
	float: left;
	height: 313px;
	width: 570px;
	background-image: url(images/mainImgBg.png);
	background-repeat: no-repeat;
	padding: 14px 0 0 49px;
	overflow: hidden;
}
#mainFeature {
	height: 297px;
	width: 569px;
}
#content1  {
	padding: 251px 47px 40px 47px;
	min-height: 300px;
}
body.home #content1  {
	padding-bottom: 10px;
	min-height: 0;
}

.content  {
	font-family:Arial, Helvetica, sans-serif;
}
.content ol, .content ul {
	margin-left: 15px;
	padding-left: 15px;	
}
.content ul li {
	background-image: url(images/arrow.png);
	background-repeat:no-repeat;
	background-position: 0 6px;
	padding: 0 5px 0 15px;
	padding: 3px 0 3px 15px;
	line-height: 14px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content p, .content ul, .content ol, .content blockquote, .content pre, .content dl, .content dt, .content dd {
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
.content h1, .content h2, .content h3, .content h4, .content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #19388a;
	font-weight: normal;
}
.content h1 { 
 	font-size: 24px;
	line-height: 27px;
	letter-spacing: -1px;
}

.content h2 {
	font-size: 18px;
	line-height: 20px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#c1b376;

	 
}

.content h3 {
	 font-size: 16px;
	 line-height: 18px;
	 font-weight: bold;
}

.content h4 {
	 font-size: 14px;
	 line-height: 16px;	
	 font-weight: bold;
}

.content h5 {
	 font-size: 12px;
	 line-height: 14px;	
	  font-weight: bold;
}
	
.content p {
	 font-size: 12px;
	 line-height: 1.5em;	
}	

fieldset {
	padding: 15px;
}

#nav {
	background-image: url(images/navBg.png);
	background-repeat: repeat-x;
	position: fixed;
	width: 934px;
	left: 50%;
	top: 0px;
	margin: 0 0 0 -467px;
	z-index: 100;
}
#nav ul.primary {
	background-image: url(images/navBtns.png);
	background-repeat: no-repeat;
	width: 720px;
	min-height: 58px;
	padding: 0 0 0 48px;
}
body.home #nav ul.primary {
	background-position: 0 0;
}
body.personal #nav ul.primary {
	background-position: 0 -58px;
}
body.business #nav ul.primary {
	background-position: 0 -116px;
}
body.insurance #nav ul.primary {
	background-position: 0 -174px;
}
body.about #nav ul.primary {
	background-position: 0 -232px;
}
#nav ul.primary > li {
	padding: 0 0 0 1px;
	color:#9F0;
	float: left;
}
.navitem1 a, .navitem2 a, .navitem3 a, .navitem4 a, .navitem5 a {
	color:#f1f1f1;
	display: block;
	height: 25px;
	padding: 10px 0 10px 0;
	line-height: 25px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	text-indent: -5000px;
	background-image: url(images/spacer.gif);
}
.navitem1 a {
	width: 72px;
}
.navitem2 a {
	width: 152px;
}
.navitem3 a {
	width: 146px;
}
.navitem4 a {
	width: 103px;
}
.navitem5 a {
	width: 98px;
}
#nav ul.primary > li div.subnav {
	display: block;
	background-color: #fff;
	position: absolute;
	min-width: 300px;
	background-image: url(images/subnavBg.png);
	background-repeat: repeat-x;
	background-position: -173px -25px;
	border-collapse:collapse;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ffffff;
	border-left-color: #ccc;
	height: 0px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	overflow: hidden;
	padding: 0 20px;
}
#nav ul.primary > li:hover div.subnav {
	display: block;
	border-bottom-color: #1e41a1;
	border-bottom-width: 5px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#nav ul.primary > li.navitem1:hover div.subnav {
	background-position: -85px 0px;
	height: 300px;
}
#nav ul.primary > li.navitem2:hover div.subnav {
	background-position: -53px 0px;
	height: 300px;
}
#nav ul.primary > li.navitem3:hover div.subnav {
	background-position: -56px 0px;
	height: 350px;
}
#nav ul.primary > li.navitem4:hover div.subnav {
	background-position: -78px 0px;
	height: 95px;
}
#nav ul.primary > li.navitem5:hover div.subnav {
	background-position: -80px 0px;
	height: 220px;
}
div.subnav a {
	height: auto;
	text-indent: 0;
	text-transform:none;
	text-align: left;
	color: #2045aa;
	padding: 3px 0;
	line-height: 14px;
}
div.subnav a:hover {
	color: #a49964;
}
div.subnav h3 {
	text-indent: 0;
	text-transform:none;
	text-align: left;
	color: #a99d67;
	padding: 3px 0;
	margin: 3px 0;
	line-height: 14px;
	border-bottom: 1px #e5d48c solid;
	font-weight:bold;
}
div.subnav table {
	margin: 15px 0;
	background-image: url(images/logoScreened.png);
	background-repeat:no-repeat;
	background-position: center;
}
div.subnav ul {
	width: auto;
	overflow: auto;
}
div.subnav ul li {
	padding: 0 0 0 0;
	color:#9F0;
	float: none;
	background-image: url(images/arrow.png);
	background-repeat:no-repeat;
	background-position: 0 6px;
	padding: 0 5px 0 15px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
div.subnav ul li:hover {
	padding: 0 0 0 20px;
	background-position: 5px 6px;
}
.clearfloat {
	clear: both;
	height: 0px;
}
#onlineBankingFrame {
	background-image: url(images/onlineBankingXYBg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 83px 78px 23px 30px;
	float: left;
	height: 221px;
	width: 207px;
	overflow: hidden;
}
#onlineBanking {
	background-image: url(images/onlineBankingBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 136px;
	width: 208px;
	margin-bottom: 12px;
	font-size: 10px;
	text-align:center;
}
#obPersonalLink,
#obBusinessLink {
	color: #5372c4;
	text-decoration: none;
	font-size: 12px;
	display:block;
	float:left;
	height: 21px;
	padding: 13px 0 0 0;
	text-align:center;
}
#obPersonalLink.active,
#obBusinessLink.active {
	color: #2149b5;
}
#obPersonalLink {
	width: 105px;
	margin: 0 1px 0 0;
}
#obBusinessLink {
	width: 102px;
	margin: 0;
}
#obBox {
	clear: both;
	height: 87px;
	width: 184px;
	padding: 15px 10px 0 13px;
}
a.linkArrow,
a.linkQuestion {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 5px 3px 20px;
	display: block;
	color:#19388a;
	text-decoration: none;
	float: left;
}
a.linkQuestion.ecorpitems {
	display: none;
}

a.linkArrow {
	background-image: url(images/bulletQuestion.png);
}
a.linkQuestion {
	background-image: url(images/bulletArrow.png);
}
a.linkArrow:hover,
a.linkQuestion:hover {
	color: #2149b5;
	text-decoration: underline;
}
.obAccessIDField {
	padding: 0 0 15px 0;
	margin: 0 auto;
	overflow: auto;
}
.obAccessIDFieldLeft {
	background-image: url(images/obLoginLeftBg.png);
	height: 28px;
	width: 22px;
	float:left;
}
.obAccessIDFieldMid {
	background-image: url(images/obLoginMidBg.png);
	height: 23px;
	min-width: 22px;
	float:left;
	padding: 5px 0 0 0;
}
.obAccessIDFieldMid input {
	background: none;
	outline: none;
	border: none;
	width: 111px;
	color: #666;
	font-size:11px;
}
.obAccessIDFieldMid input:focus {
	color: #000;
}
.obAccessIDFieldBtn {
	display: block;
	float:left;
	background: none;
	background-image: url(images/obLoginBtn.png);
	background-position: 0 0;
	height: 28px;
	width: 47px;
	text-indent: -500px;
	cursor: pointer;
	border-width: 0px;
	border: none;
	border-style: none;
}
.obAccessIDFieldBtn:hover {
	background-position: 0 -28px;
}
a.obLoginBusinessBtn{
	display: block;
	float:left;
	background: none;
	background-image: url(images/obLoginBusinessBtn.png);
	background-position: 0 0;
	height: 28px;
	width: 180px;
	text-indent: -500px;
	cursor: pointer;
	border-width: 0px;
	border: none;
	border-style: none;
	margin: 0 0 15px 0;
}
a.obLoginBusinessBtn:hover {
	background-position: 0 -28px;
}
a.obLoginBusinessBtn.ecorpitems,
.ecorpitems {
	display: none;
}

.styledtable {
	font-size: 11px;
	color:#474747;
	border: 1px solid #c5c5c5;
	margin: 10px 0px 20px 0px;
	border-collapse:collapse;
}
.styledtable caption, .content caption {
	padding: 7px;
	font-size: 20px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	background-color: #19388a;
	border: 1px solid #19388a;
	caption-side: top;
}
.styledtable caption a, .content caption a {
	color: #7a90c9;
	text-decoration:none;
}
.styledtable caption a:hover, .content caption a:hover {
	color: #fff;
}

.styledtable th, .content th {
	padding: 5px;
	border-right: 1px solid #c5c5c5;
	background-color: #dcdcdc;
	text-align: center;
	color:#153a7c;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
}
.styledtable th:first-child {
	text-align: right;
	padding-left: 10px;
	border-left: 1px solid #c5c5c5;
}
table.styledtable tr.odd td:first-child  {
	text-align: right;
	color: #153a7c;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1f1f1;
}
table.styledtable tr.even td:first-child  {
	text-align: right;
	color: #153a7c;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1f1f1;
}

.styledtable th:last-child {
	border-right: 1px solid #c5c5c5;
}
.styledtable th a {
	color:#2045aa;
}
.styledtable th a:hover {
	color:#ff0000;
}
.styledtable td {
	border-collapse:collapse;
	padding: 10px;
	border-right: 1px solid #c5c5c5;
	text-align: center;
	border-bottom: 1px solid #c5c5c5;
}
.styledtable td:first-child {
	text-align: left;
	border-left: 1px solid #c5c5c5;
}
.styledtable td:last-child {
	border-right: none;
	border-right: 1px solid #c5c5c5;
}
.styledtable tr:hover {
	color: #4a4a4a;
	background-color: #d7e0e7;
}
.styledtable tr:last-child td{
	border-bottom: 1px solid #c5c5c5;
}
.styledtable img {
	border: 1px solid #c5c5c5;
}
.styledtable p {
	color:#d2e7df;
	font-size: 11px;
	color:#474747;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}








.quicklinks{
	font-size: 11px;
	color:#474747;
	border: 1px solid #c5c5c5;
	margin: 10px 0px 20px 0px;
	border-collapse:collapse;
}
.quicklinks caption, .content caption {
	padding: 7px;
	font-size: 20px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	background-color: #19388a;
	border: 1px solid #19388a;
	caption-side: top;
}
.quicklinks th, .content th {
	padding: 5px;
	border-right: 1px solid #c5c5c5;
	background-color: #dcdcdc;
	text-align: center;
	color:#153a7c;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
}
.quicklinks th:first-child {
	text-align: right;
	padding-left: 10px;
	border-left: 1px solid #c5c5c5;
}
table.quicklinks tr.odd td:first-child  {
	/*text-align: right;*/
	color: #153a7c;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1f1f1;
}
table.quicklinks tr.even td:first-child  {
	text-align: right;
	color: #153a7c;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1f1f1;
}

.quicklinks th:last-child {
	border-right: 1px solid #c5c5c5;
}
.quicklinks th a {
	color:#d2e7df;
}
.quicklinks th a:hover {
	color:#FFFFFF;
}
.quicklinks td {
	border-collapse:collapse;
	padding: 10px;
	border-right: 1px solid #c5c5c5;
	text-align: center;
	border-bottom: 1px solid #c5c5c5;
}
.quicklinks td:first-child {
	text-align: left;
	border-left: 1px solid #c5c5c5;
}
.quicklinks td:last-child {
	border-right: none;
	border-right: 1px solid #c5c5c5;
}
/*.quicklinks tr:hover {
	color: #4a4a4a;
	background-color: #d7e0e7;
}*/
*/
.quicklinks tr:last-child td{
	border-bottom: 1px solid #c5c5c5;
}
.quicklinks img {
	border: 1px solid #c5c5c5;
}
.quicklinks p {
	color:#d2e7df;
	font-size: 11px;
	color:#474747;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}



.contactform {
	font-size: 11px;
	color:#474747;
	border: 1px solid #c5c5c5;
	margin: 10px 0px 20px 0px;
	border-collapse:collapse;
}
.contactform caption, .content caption {
	padding: 7px;
	font-size: 20px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	background-color: #19388a;
	border: 1px solid #19388a;
	caption-side: top;
}
.contactform th, .content th {
	padding: 5px;
	border-right: 1px solid #c5c5c5;
	background-color: #dcdcdc;
	text-align: center;
	color:#153a7c;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
}
.contactform th:first-child {
	text-align: right;
	padding-left: 10px;
	border-left: 1px solid #c5c5c5;
}
table.contactform tr.odd td:first-child  {
	text-align: right;
	color: #153a7c;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1f1f1;
}
table.contactform tr.even td:first-child  {
	text-align: right;
	color: #153a7c;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1f1f1;
}

.contactform th:last-child {
	border-right: 1px solid #c5c5c5;
}
.contactform th a {
	color:#d2e7df;
}
.contactform th a:hover {
	color:#FFFFFF;
}
.contactform td {
	border-collapse:collapse;
	padding: 10px;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}
.contactform td:first-child {
	text-align: right;
	border-left: 1px solid #c5c5c5;
}
.contactform td:last-child {
	border-right: none;
	border-right: 1px solid #c5c5c5;
}
.contactform tr:hover {
	color: #4a4a4a;
	background-color: #d7e0e7;
}
.contactform tr:last-child td{
	border-bottom: 1px solid #c5c5c5;
}
.contactform img {
	border: 1px solid #c5c5c5;
}
.contactform p {
	color:#d2e7df;
	font-size: 11px;
	color:#474747;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}


.odd {
	background-color: #ffffff;
}
.even {
	background-color: #ffffff;
}

.logos {
	display:inline;
}

body.nologos .logos {
	display:none;
}
p.smallgrey {
	font-size: 10px;
	color: #666; 
}
a.btn1 {
	margin: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	line-height: 1em;
	letter-spacing: 0px;
	vertical-align:middle;
	-webkit-border-radius: 5px; /* all corners */
	background-color: #f1f1f1;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	text-shadow: #fff 0 1px 0;
    color: #666;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#f1f1f1), color-stop(.5,#E1E1E1), color-stop(.6,#D6D6D6));
	}
a.btn1:hover {
	background: rgb(37,78,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(37,78,153,1) 0%, rgba(73,153,255,1) 49%, rgba(40,84,164,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,78,153,1)), color-stop(49%,rgba(73,153,255,1)), color-stop(100%,rgba(40,84,164,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(37,78,153,1) 0%,rgba(73,153,255,1) 49%,rgba(40,84,164,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(37,78,153,1) 0%,rgba(73,153,255,1) 49%,rgba(40,84,164,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(37,78,153,1) 0%,rgba(73,153,255,1) 49%,rgba(40,84,164,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254e99', endColorstr='#2854a4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(37,78,153,1) 0%,rgba(73,153,255,1) 49%,rgba(40,84,164,1) 100%); /* W3C */	border-top-width: 1px;
	color: #FFFFFF;
	text-shadow:1px 1px 2px rgba(37,78,153,1);
	}
a.btn1 + a.btn1 {
	margin-left: 5px;
}
a.btn2 {
	color: #FFFFFF;
	margin: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-image: url(images/navBg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-shadow:1px 1px 2px #092C41;	
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	line-height: 1em;
	letter-spacing: 0px;
	vertical-align: middle;
	-webkit-box-shadow:1px 1px 2px #9E9E9E;
	-webkit-border-radius: 5px; /* all corners */
	}
a.btn2:hover {
	background: rgb(37,78,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(37,78,153,1) 0%, rgba(73,153,255,1) 49%, rgba(40,84,164,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,78,153,1)), color-stop(49%,rgba(73,153,255,1)), color-stop(100%,rgba(40,84,164,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(37,78,153,1) 0%,rgba(73,153,255,1) 49%,rgba(40,84,164,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(37,78,153,1) 0%,rgba(73,153,255,1) 49%,rgba(40,84,164,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(37,78,153,1) 0%,rgba(73,153,255,1) 49%,rgba(40,84,164,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254e99', endColorstr='#2854a4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(37,78,153,1) 0%,rgba(73,153,255,1) 49%,rgba(40,84,164,1) 100%); /* W3C */	border-top-width: 1px;
	color: #FFFFFF;
	-webkit-box-shadow:1px 1px 1px #9E9E9E;
}
a.btn2 + a.btn2 {
	margin-left: 5px;
}
@media print{
#nav, #slogan, #mainImgXY, #mainImgMask {
	display: none;
}
#page {
	width: 100%;
}
#content1  {
	padding: 0;
}

}
