@charset "utf-8";
/* CSS Document */
body{
	font-family: Verdana, Geneva, sans-serif;
}
#breadCrumb{
	display:none;}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 77%;
	z-index:99999;
}
#page-top a {
	background-color: #3F3121;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


h1 {
    margin-bottom: 0!important;
}

.headerMail{}

.headerMail img{
	height: 40px;
}

.headerNav {
    width: 100%;
	padding-right: 15px;
    vertical-align: middle;
    margin-bottom: 3px!important;
}

.top1 {
}

.top1-copy {
    display: none;
}

.contentBody {
    width: 100%;
}

.contentBody h2{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 10%;
}
.contentBody h3{
	font-family: Verdana, Geneva, sans-serif;
	margin-top:20px
}
	

.contentBody h2 img{
	border-top: 15px solid #51311F;
	border-bottom: 5px solid #51311F;
}
.contentBody h4{
	padding-top:20px;
	font-size:1.4em;
}


.sec1, .sec2, .sec3, .sec4, .sec5{
	float:none;
	clear:both;
}
.photo-l{
	float:left;
	margin-right:8px;
}
.photo-r{
	float:right;
	margin-left:8px;
	margin-right:0px;
}

.cont-w p{
	margin: 4px;
}
.pictures {
	float:none;
	clear:both;
	padding-top:4px;
}
.pictures img{
	margin-left:1px;
	margin-right:1px;
}

.tx-hd{
	font-size: 1.6em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding-bottom: 20px;
	padding-top: 20px;
}
.tx1{
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	margin: 0px;
	padding-top:10px;
}
.tx2{
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	margin:0px;
	padding-bottom:10px;
}
.tx3{
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	margin: 0px;
	padding-top: 30px;
}
.tx4 {
	padding-top: 30px;
}
.facility-img{
	max-width:931px;
	margin-left:auto;
	margin-right:auto;
	}
.facility-img img{
	width:100%;
}

dl{}
dt{
	background-color: #735D48;
	font-size: 1.2em;
	color: #fff;
	padding: 5px;
	margin-top: 20px;
}
dd{
	border-bottom: 1px dotted #735D48;
	margin: 8px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:28px;
}

/*googlemap*/
.maps{
}
#map_canvas {
	height: 350px;
	max-width: 980px;
	width: 100%;
	border-radius: 10px;
    }


.footer-inner {
    margin-top: 5%!important;
}

.logo-text {
    margin-top: 0px!important;
}

/*Responsive*/
@media screen and (max-width: 768px) {
.photo-l{
	float:none;
	clear:both;
	margin:0px;
}
.photo-r{
	float:none;
	margin:0px;
	clear:both;
}

}


@media screen and (max-width: 600px) {

.contentBody {
    width: 100%;
    font-size: 80%;
    letter-spacing: 0;
    line-height: 180%;
}
	
}