@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,900);

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	background-color: #d0d0d0;
}

a{ text-decoration: none; }

#wrap{
	position: relative;
	margin: 0 auto;
	padding: 10px 0%;
	width: 100%;
	min-width: 360px;
	max-width: 1020px;
	background-color: #f0f0f0;
	outline: 1px solid #b0b0b0;
}
#wrap-in{
	width: 98%;
	margin: 0px 1%;
	padding-top: 20px;
	background-color: #ffffff;
	outline: 0px solid #b0b0b0;
}

h1{
	position: relative;
	display: block;
	margin: 0%;
	padding: 20px 0% 0px 0%;
	font-size: 240%;
	font-weight: 900;
	line-height: 1em;
}
h1 span{
	display: block;
}

h2{
	margin: 20px 0% 20px 2.5%;
	font-size: 130%;
}

h3{
	margin: 20px 0% 4px 2.5%;
	font-size: 120%;
}

h4{ /* used in data mamagement */
	margin: 20px 0px 0px 0px;
	font-size: 100%;
}

p{
	margin: 10px 5% 10px 2.5%;
	font-size: 120%;
	line-height: 130%;
}

.floatbox{
	float: left;
	margin-left: 2.5%;
	outline: 0px solid #990000;
}

.divid{
	clear: both;
	width: 100%;
	height: 0px;
}
.divis{
	clear: both;
	width: 100%;
	height: 3px;
	background-color: #b0b0b0;
}

.buttonrow{
	margin: 20px 0px 10px 0px;
	width: 100%;
	display: table;
}
.button{
	margin: 10px 0%;
	padding: 0px;
	width: 20%;
	height: 36px;
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #303030;
	text-align: center;
	vertical-align: middle;
	background: linear-gradient(to bottom, #ffffff 0%,#a2bfd8 50%,#006ab3 100%)
/*	background: linear-gradient(to bottom, #ffffff 0%,#006ab3 100%); */
}
.button:hover{
	background: linear-gradient(to top, #ffffff 0%,#a2bfd8 50%,#006ab3 100%)
}
.buttonspc{
	width: 2%;
	display: table-cell;
	background-color: transparent;
}
@media (max-width: 700px){
	.button{ font-size: 15px; line-height: 15px; }
}


.submenubox{
	float: right;
	padding-bottom: 30px;
	width: 35%;
	max-width: 200px;
	background-color: #e0e0e0;
}
.submenubox .but2{
	margin: 20px 0px 0px 20px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #303030;
	outline: 0px solid #990000;
}
.submenubox .but2:hover{
	background-color: #f0f0f0;
}

.foot{
	padding-top: 20px;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #b0b0b0;
}


/* opentime styles */
.otday{
	padding: 0px 10px 0px 0px;
	display: inline-block;
	width: 120px;
	font-size: 120%;
	text-align: right;
	line-height: 140%;
}
.ottime{
	padding: 0px 10px 0px 0px;
	display: inline-block;
	width: 60px;
	font-size: 120%;
	text-align: right;
	background-color: #e8e8e8;
	line-height: 140%;
}