@charset "utf-8";
/* CSS Document */
h1 {
}
h2 {
}
h3 {
}
p {
}
a {
}
a:hover {
}
#wrapper {
	width: 100%;
}
#header {
	width: 956px;
	margin: 0 auto -21px;
}
.body-content {
	width: 918px;
	margin: auto;
	background: white;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.44);
	box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.44);
	border-top: none;
	border: solid thin;
}
.title {
	padding-left: 30px;
	width:92%;
}
.left {
	width:66%;
}
.content-left {
	width: 100%;
	float: left;
	padding-left: 30px;
}
.right  {
  float: right;
  width: 30%;
}
.content-right {
	width:100%;
}
.content-left-home {
	width: 538px;
	float: left;
	padding-left: 30px;
}
.content-right-home {
	width: 350px;
	float: right;
}
.footer {
	width: 100%;
}
.footer-wrap {
	width: 918px;
	margin: auto;
}
.footer-content {
	text-align: center;
}
.contact-title  {
  background: #E0E0E0;
  width: 220px;
  font-size: 1.5em;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}
#contactform {
  background: #E0E0E0;
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 200px;
  margin: auto;
}
.fb {
  width: 200px;
  margin: auto;
  padding-top: 20px;
}
.first {margin-top:0}
ul .3colfirst {width:33%; float:left}
ul .3col {width:33%; float:left}
ul .3collast {width:33%; float:left}