html {
	background: none;
	background-color: #40546f;
}
@font-face {
	font-family: 'kaushan_scriptregular';
	src: url('/layout/font/kaushanscript-regular-webfont.woff2') format('woff2'), url('/layout/font/kaushanscript-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'didact_gothicregular';
	src: url('/layout/font/didactgothic-webfont.woff2') format('woff2'), url('/layout/font/didactgothic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font: 120%/1.4 'didact_gothicregular', sans-serif;
	color: #4f4f4f;
	margin: 0;
	padding: 0;
}
.pagewrap {
	width: 100%;
}
.content {
	width: 92%;
	margin: 0 2% 20px 2%;
	background: #fff;
	padding: 2%;
}
.content a:link, .content a:visited{
	color:#4f4f4f;
	}
.content a:hover{
	text-decoration:none;}	
.pic {
	width: 100%;
	height: auto;
}
.sidebar {
	width: auto;
	padding: 1px 2% 0 2%;
}
footer {
	display: none;
}
h1 {
	display:none;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	font: 130% 'kaushan_scriptregular', sans-serif;
	margin: 0 0 20px 0;
}
nav ul a:link, nav ul a:visited {
	color: #4f4f4f;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	background: #FFF;
}
nav ul a:hover {
	color: #000;
}
h2 {
	font: 130% 'kaushan_scriptregular', sans-serif;
}
.btn {
  background: #808080;
  background-image: -webkit-linear-gradient(top, #808080, #4f4f4f);
  background-image: -moz-linear-gradient(top, #808080, #4f4f4f);
  background-image: -ms-linear-gradient(top, #808080, #4f4f4f);
  background-image: -o-linear-gradient(top, #808080, #4f4f4f);
  background-image: linear-gradient(to bottom, #808080, #4f4f4f);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size:80%;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #808080;
  text-decoration: none;
}
a:link.btn, a:visited.btn{
	color: #ffffff;}
	
iframe, .screen, .top{
	display:none;}	
.contact{
	margin-bottom:40px;}	
 @media screen and (min-width: 758px) {
html {
	background: url(/layout/hg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pagewrap {
	padding: 0;
	width: 758px;
	background: none;
}
h1 {
	display:block;
	font: 200% 'kaushan_scriptregular', sans-serif;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
	padding: 0;
}
.content {
	width: 480px;
	background: rgba(255, 255, 255, 0.9);
	float: left;
	margin: 0;
	padding: 30px 30px 10px 30px;
}
.sidebar {
	width: 203px;
	padding: 0 0 0 15px;
	float: left;
}
nav li {
}
nav ul a:link, nav ul a:visited {
	background: rgba(255, 255, 255, 0.9);
}
footer {
	display: block;
}
footer a:link, footer a:visited {
	text-decoration: none;
	color: #FFF;
}
footer {
	clear: both;
	color: #FFF;
}
.footerleft {
	width: 400px;
	line-height: 30px;
	margin: 0;
	float: left;
}
.footerright {
	width: 140px;
	padding: 0;
	float: left;
	font-size: 60%;
	text-align: right;
	line-height: 30px;
}
iframe, .screen{
	display:block;}
.map, .mobile{
	display:none;}	
	
.top{
	display:block;
	text-align:right;}	
}
 @media screen and (min-height: 100px) and (min-width: 758px) {
.pagewrap {
	margin: 40px auto 0 auto;
}
 @media screen and (min-height: 400px) and (min-width: 758px) {
.pagewrap {
margin: 120px auto 0 auto;
}
 @media screen and (min-height: 600px) and (min-width: 758px) {
.pagewrap {
margin: 320px auto 0 auto;
}
