body{
	width: 70%;
	min-width: 1000px;
	font-family:sans-serif;
	margin: 0 auto;
	position: relative;
}
.navbar{
	margin-top: 5px;
	width: 100%;
	margin: 0 auto;
}
.navbar > .menu{
	display: inline-block;
	vertical-align: bottom;
	width: auto;
}
.navbar > img{
	display: inline-block;
	height: 80px;
	margin-top: 10px;
}
.navbar > .menu > a{
	text-decoration:none;
	color:black;
	padding: 10px 5px;
	line-height:32px;
	font-size: 15px;
	white-space: nowrap;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	
}
.navbar > .menu > a:hover{
	background-color: #f0f0f0;
}

.imageslider{
	margin: 0 auto;
	margin-top:20px;
	width: 100%;
	background-color: rgb(255,196,138);
	position: relative;
}

.imageslider > img{
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.imageslider:after{
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0px;
		border-bottom: 150px solid white;
		border-right: 150px solid rgba(0,0,0,0);
	}
	.imageslider:before{
		content: '';
		position:absolute;
		top: -1px;
		right: 0px;
		border-top: 150px solid white;
		border-left: 150px solid rgba(0,0,0,0);
	}
}



.info img{
	width: 100%;
}

.border{
	border: 2px solid black;
}
.info{
	min-height:250px;
	width:100%;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.noTopPad{
	padding-top:0px !important;
}
.info > .box{
	width:30%;
	margin: 0px;
	margin-bottom: 30px;
	vertical-align: top;
	text-align:left;
	float:left;
	height: 180px;
	background-color:#BDE374;
	text-overflow: ellipsis;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
.info > .box:hover>p, .info > .box:hover>table, .info > .box:hover>.b{
	background-color: #EDFFCB;
}


.info > .box .b{
	width:100%;
	font-weight: bold;
	padding-left:12px;
}
.info > .line
{
	width:5%;
	height: 150px;
	margin:0px;
	float:left;
}
.info p, .info table {
	text-align: left;
	width: 100%;
	min-height:100px;
	margin: 0px;
	padding: 10px;
	box-sizing: border-box;
}
table{
	font-size: 14px;
}
h1{
	text-align:left;
	background-color:#87B135;
	color:white;

	padding:2px 10px;
}
a{
	text-decoration: none;
	color: black;
	
}
.info h2{
	color:white;
	background-color:#87B135;
	margin: 0px;
	padding: 5px 0px;
	padding-left:10px;
}

.info> .left{
	position: relative;
	float: left;
	text-align:left;
	width: 35%;
}

.wide{
	width:98%;
	margin-bottom: 2%;
	max-height: 200px;
	overflow: hidden;
}
.half{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	float:left;
	overflow: hidden;
}
.hover{
	cursor: pointer;
	position: relative;
	background-color: rgb(255,196,138);
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.hover:before{
	content: '';
	position:absolute;
	top: 0px;
	right: 0px;
	border-top: 40px solid white;
	border-left: 40px solid rgba(0,0,0,0);
}
.hover:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 40px solid white;
	border-right: 40px solid rgba(0,0,0,0);
}
.hover:hover{
	opacity: 0.8;
}

.wide > img{
	width: 100%;
}
.half > img{
	width: 100%;
}

.info> .right{
	float: right;
	text-align:left;
	position: relative;
	width: 60%;
	padding: 1%;
	overflow: hidden;
	background-color:#DEF7AE;
	line-height: 20px;
}

.footSpace{
	width:100%;
	text-align:center;
}
.footerbar{
	width:100%;
	height: 38px;
	text-align:center;
	background-repeat:repeat-x;
	background-image:url('images/bottomline.png');
    position: absolute;
    left:0;
    right:0;
}
.footSpace img{
	width:80%;
}
.footerbar > p{
	line-height: 10px;
	color: white;
	font-size: 15px;
}