body {
	font-size: 16px;
	letter-spacing: 0.035em;
	line-height: 1.75em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
	margin-bottom: 0.75em;
}

.button {
	font-size: 1.25em;
	padding: 0.65em 2.25em 0.65em 2.25em;
}

header {}

/*slider*/
#slider {
	height: 400px;
	width: 100%;
}

.slides{
	height: 400px;
	position: relative;
	top: -30px;
}

.slides img {
	margin-top: 10px;
}

.slides .s1 {	
	top: 150px;
	left: 10px;
}

.slides .s1 {
	font-size: 3em;
	font-weight: 500;
	line-height: 1em;
}

.logo {
	display: block;
	width: 320px;
	height: 70px;
	margin-top: 1.75em;
}

#soc {
	text-align: right; 
	margin-top: 2.8em;
	}
	#soc a {
	display: inline-block;
	margin: 0 0.1em;
	}
	#soc a.tel {
		background: #657173;
		padding: 0.2em 0.3em;
		border: 1px solid #657173;
		border-radius: 0.5em;
		color: white;
		text-decoration: none;
		font-weight: 600;
		font-size: 1.5em;
		margin-right: 1.5em;
		position: relative;
		top: -0.4em;
	}
	
#nav {
	margin-left: 35em;
	height: 1.8em;
}

#master {
 	display: table;
 	height: 2.4em;
 	line-height: 2.4em;
 	position: relative;
 	top: 15px;
 	background: #62bb46;
 	box-shadow: 0px 9px 11px 0px rgba(50, 50, 50, 0.75);
 	border-bottom-right-radius: 15px;
 	border-bottom-left-radius: 15px;
}

#master li {
 	display: table-cell;
 	background: #62bb46;
 	padding: 0 1em;
 	text-align: center;	
}

#master li:last-child {
	border-bottom-right-radius: 15px;
}

#master li:first-child {
	border-bottom-left-radius: 15px;
}

#master li a {
	color: white;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	z-index: 9999 !important;
}

#hnav {
	position: relative;
	top: -15px;
	margin-left: 35em;
	height: 1.8em;
	z-index: 9999 !important;
}

#hnav ul#master {
	top:0;
}

/*main*/
.main {
	margin: 2.5em 0 1.5em;
	min-height: 300px;
}
.news_sep_p {
	border-right: 1px solid #bebebe;
	padding-right: 50px;
}

#date {
	font-size: 0.5em;
}

.more, .pds_more_link {
	font-size: 0.75em;
	font-weight: 400;
}



#footer {}