* {
	padding: 0;
	margin: 0;
}

html,
body {
	height: 100%;
	overflow-y: scroll;
	background-color: #eee;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-attachment: fixed;
	background-image: url(../inc/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainwrapper {
	width: 910px;
	min-height: 100%;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main {
	width: 900px;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	/* h1 */
	font-size: 35px;
	line-height: 40px;
	font-family: Asap, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}

h2 {
	/* h3 */
	font-size: 25px;
	line-height: 30px;
	font-family: Asap, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	/* h4 */
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

a:link {
	color: #65b3ce;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #65b3ce;
	text-decoration: none;
}

a:active {
	color: #65b3ce;
	text-decoration: none;
}

a:hover {
	color: #4ac9f4;
	text-decoration: underline;
}

p+p {
	/* paragraphs */
	margin-top: 10px;
}

span.email {
	color: #65b3ce;
	text-decoration: none;
	cursor: pointer;
}

span.email:hover {
	color: #4ac9f4;
	text-decoration: underline;
	cursor: pointer;
}

#header {
	width: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#topimage {
	position: relative;
}

#topimage #headertitles {
	position: absolute;
	top: 40px;
	left: 40px;
}

#topimage #headercontact {
	position: absolute;
	bottom: 15px;
	left: 40px;
}

#topimage h1 {
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 3px;
	color: #fff;
}

#topimage h2 {
	font-size: 30px;
	line-height: 35px;
	margin-top: 0px;
	margin-left: 2px;
	color: #fff;
}

#topimage h3 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 40px;
	margin-left: 4px;
	font-family: Asap, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

#topimage h3 a {
	color: #fff;
}

#topmenu {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	margin: 0px;
	padding: 0px;
}

#topmenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#topmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	font-size: 12px;
}

#topmenu li a {
	float: left;
	margin: 0px;
	padding: 29px 12px 7px 12px;
}

#topmenu li a:hover {
	color: #124e13;
	background-color: #eee;
	text-decoration: none;
}

#topmenu li#currentpage a {
	color: #124e13;
	background-color: #ddd;
}

#content {
	background-color: #fff;
	margin: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 20px;
	overflow: hidden;
}

/*#content p {
	margin-left: 20px;
	margin-right: 60px;
}

#content h2 {
	margin-left: 10px;
}

#content h3 {
	margin-left: 10px;
}*/

#content img {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content img.leftimage {
	float: left;
	clear: both;
	margin-right: 30px;
}

#content img.rightimage {
	float: right;
	clear: both;
	margin-left: 30px;
	margin-right: 0px;
}

#content img.logo {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-top: 30px;
	height: 80px;
}

#content table {
	border: none;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content table td {
	padding: 10px 0px 0px 15px;
}

#content table td.headercol {
	font-weight: bold;
}

#map {
	float: right;
	clear: both;
	margin-left: 30px;
}

#footer {
	position: relative;
	width: 100%;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #eee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	clear: both;
}

address {
	font-style: normal;
}