@charset "utf-8";
/* CSS Document */

* {box-sizing: border-box}

.content {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
p {
	color: black;
	text-align:justify;
	cursor: default;
}
.h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #369;
	margin-top: 5px;
	padding-bottom: 10px;
}
.h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#990000;
}
.bullet {
	padding-right: 0px;
	padding-top: 2px;
}
h1 {
	font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
	font-size: 27px;
	font-weight: bold;
}

.active_page {
	font-weight: bold;
	cursor: default;
}

#subcontent {
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;
}
#content img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pg_footer {
	width: 98%;
	margin: 0 auto 20px;
	padding: 10px 15px;
	color: white;
	font-size: 12px;
	text-align: right;
	background-color: #32549D;
}
hr {
	color: #993300;
}



ol, ul {
	list-style-image: none;
	list-style-type: circle;
}
.fltrgt {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}


blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	color: #EB6637;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000000;
	text-decoration: underline;
}

h2 {
	/*font-size: 1.23077em;*/
	font-size: 17px;
}

.viewmore {
	font-size: 1em;
	color: #98998b;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

.rightbaraddressh1 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

.rightbaraddressh1 p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:right;
}

.gallery_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery_flex > div {
	margin: 8px;
	width: 98px;
	height: 94px;
}

.welcome_box {
	width: 100%;
	height: 64px;
	font-family: "Raleway", sans-serif;
	font-size: 27px;
	text-align: right;
	color: #375A26;
	background-color: #F1F1E5;
	border: 2px solid #E0DBAE;
	border-radius: 8px;
	padding: 19.5px 10px;
}

@media (max-width: 700px) {
	.welcome_box {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.pg_footer {
		border-radius: 8px;
		font-size: 9px;
	}
	.gallery_flex > div {
		margin: 4px;
	}
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.92308em;	/* 12px / 13px = 0.92308em */
}

dt,
h2,
h3,
h4,
h5,
h6,
legend {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0.8em;
}
#equipments img {
	border: 1px dashed #333333;
}

body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	background-color: white;
	}

