@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&subset=latin-ext');

html, body {
width:100%;
height:100%;
font-family:'Roboto', sans-serif;
font-weight:300;
font-size:13pt;
line-height:1.5em;
margin:0px;
color:#5d5d5d;
}

a {
	color:#744a28;
	text-decoration:none;
	border-bottom:dotted 1px #744a28;
}

.no-border {
	border:0px;
}

img {
	border:0px;
}

h1 {
	font-size:19px;
}

input[type=submit] {
	background:#e6e6e6;
	border:solid 1px gray;
	padding:5px;
	cursor:pointer;
	font-family:arial;
	color:gray;
	margin-top:5px;
}

input[type=submit]:hover {
	color:black;
}

.clear {
	clear:both;
}

#main_div {
	width:100%;
	max-width:980px;
	margin:auto;
	padding:5px;
}

#header_div {
	height:120px;
	display:flex;
	align-items:flex-end;
	margin-bottom:5px;
}

#logo_div {
	float:left;
	margin-right:35px;
}

#menu_div {
	position:relative;
	margin:auto;
	margin-bottom:5px;
	line-height: 40px;
	float:left;
	width:100%;
	max-width:640px;
}

.menu_item {
	text-decoration:none;
	color:white;
	font-size:1.05em;
	margin-right:1px;
	margin-bottom:2px;
	background:#9b6539;
	text-align:center;
	display:inline-block;
	width:155px;
}

.menu_first {
	border-radius:4px 0px 0px 4px;	
}

.menu_last {
	border-radius:0px 4px 4px 0px;
}

@media only screen and (max-width: 980px) {
	.menu_item {
	width: 48%;
	float:left;
	}
	
	.menu_first, .menu_last {
	border-radius:0px;
	}
}


#content_div {
padding-bottom:10px;
}

#footer_div {
	background:#e6e6e6;
	padding:5px;
	margin:20px 0px;
	border-radius:4px;
}

.footer_subdiv {
	float:left;
	margin-right:2px;
	margin-bottom:10px;
	width:100%;
	max-width:314px;

}

.hr_div {
	background:#aaa;
	height:5px;
	border-radius:4px;
	width:100%;
	width:calc(100% - 10px);
}

.accordion h3 {
	font-weight:400;	
}

