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

body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.4em;
	background-color:rgb(240,240,240);
}
h1 {
	font-size:1.3em;
	font-weight:bold;
	color:rgb(146,138,125);
}
h2 {
	font-size:1.1em;
	font-weight:bold;
	color:rgb(1,0,1);
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:rgb(255,255,255);
}
a.second:link {color: rgb(255,255,255); text-decoration:none;}
a.second:visited {color: rgb(255,255,255); }
a.second:hover {color: rgb(255,255,255); }
a.second:active {color: rgb(255,255,255); }
.container {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.header {
	position: relative;
	width: 100%;
	height: auto;
	text-align:center;
	background:rgb(146,138,125);
	border-bottom: 4px solid rgb(112,31,26);
	clear:both;
	z-index: 2;
}
.responsivelogo {
	width:100%;
	max-width:285px;
	height:auto;
}
.responsiveimage {
	width:100%;
	max-width:640px;
	height:auto;
}
.responsivecards {
	width:100%;
	max-width:176px;
	height:auto;
}
.content {
	position: relative;
	width: 100%;
	max-width:1152px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	z-index: 2;
}
.admincontent {
	position: relative;
	width: 100%;
	max-width:900px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	z-index: 2;
}
.aside {
	position: relative;
	display:inline-block;
	width: 18%;
	height: auto;
	float:left;
	padding:1%;
	margin-top:1%;
	border-bottom: 3px solid rgb(112,31,26);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:rgb(255,255,255);
	background:rgb(146,138,125);
	z-index: 3;
}
.article {
	position: relative;
	display:inline-block;
	width: 38%;
	height: auto;
	float:left;
	padding:1%;
	z-index: 3;
}
.contactbox {
	position: relative;
	display:inline-block;
	width: 20%;
	height: auto;
	float:left;
	padding:1%;
	z-index: 3;
}
.mapbox {
	position: relative;
	display:inline-block;
	width: 70%;
	height: auto;
	float:left;
	padding:1%;
	z-index: 3;
}
.footer {
	position: relative;
	width: 100%;
	height: 25px;
	line-height:25px;
	text-align:center;
	background:rgb(146,138,125);
	clear:both;
	z-index: 2;
}
.footertext {
	font-size:.7em;
}
img.center {
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}
img.left {
	float:left;
}
.mainimage {
	border-bottom: 3px solid rgb(112,31,26);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.spacer {
	width:100%;
	height:2px;
	clear:both;
}
.shadow {
	-webkit-box-shadow: 4px 4px 5px #999;
	box-shadow: 4px 4px 5px #999;
}
.phonebox {
	position:relative;
	width:100%;
	height:auto;
	z-index:3;
	color:rgb(255,255,255);
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
}
.headerlogo {
	width:100%;
	max-width:300px;
}	
/*Styles for screen 768px and lower*/
@media only screen and (max-width : 768px) {
.article {
	width:48%;
}
.aside {
	width:100%;
}
}

/*Styles for screen 640px and lower*/
@media only screen and (max-width : 640px) {
.article {
	width:98%;
}
.aside {
	width:100%;
	box-shadow:none;
}
.contactbox {
	width:98%;
}
.mapbox {
	width:98%;
}
.headerlogo {
	width:100%;
	max-width:250px;
}	
}