/* Contact Us Page */
#maincontent {
    padding-bottom: 50px;
	background: #fff;
}

#maincontent h1,
#maincontent strong {
	color: #060c3c;	
}

#bd {
	padding:0 0 2em 0;
}

#bd-inner {
	margin:0px auto;
	background:#fff;
}

#contact-container {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contact-container .box{
	width:33%;
	float:left;
	background:url("../images/background/item-box.png") right 50px no-repeat;
	height:240px;
	line-height:1.5;
}
#contact-container .last {background:none;}

#contact-container .box .inside {
	width:100%;
	padding:10px 0 0 40px;
}
#contact-container .box .corporate {
	
	
}
#contact-container .box .telephone .break {
	height:11px;
	display:block;
}

#contact-container .box .online .or-separator {
	width:191px;
	height:26px;
	display:block;
	background:url("../images/background/or-separator.png") 0 0 no-repeat;
	margin:1.3em 0;
}
#contact-container .box .online a {
	color:#03134d;
}

#banner-js-banner {
	background: url(../images/hero/contact-us-tm-hero.jpg) 0 0 no-repeat;
	background-size: contain;
	height: 277px;
	margin-bottom: 1.5em;
	background-position: center;
}

#maincontent .contact-us-title {
	text-align: center;
	font-size: 41px;
	display: none;	
}

.contact-hours {
	margin-top: 15px;	
}

.link-label {
	display: block;	
}

.link-label > a {
	display: inline-block;
	margin-bottom: 10px;	
}

#contact-container .contact-blk-title {
	color: #0c8ac5;
	font-size: 24px;
	font-weight: bold;	
}

.contact-blk-title img {
	display: block;	
	margin-bottom: 10px;
}

#contact-container .center-blk {
	display: inline-block;
	margin-left: 55px;
}

.center-blk img {
	margin-left: 15px;	
}

#contact-container .left-blk {
	margin-left: -30px;	
}

.left-blk img {
	margin-left: 102px;	
}

#contact-container .right-blk {
	margin-left: 65px;	
}

.right-blk img {
	margin-left: -15px;	
}

#maincontent .p {
	line-height: 1.5em;	
}

#pageft {
	min-width: 982px;	
}

/*@media (max-width: 1400px) {
	#banner-js-banner {
		background-size: contain;	
	}
}

@media (min-width: 1402px) {
	#banner-js-banner {
		background-size: 100% auto;
		height: 551px;	
	}
}*/