@charset "utf-8";

body {
	font: 77% Calibri, Arial, Helvetica, sans-serif;
	background: #3e3f41;
	color: #3e3f41;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #3e3f41;	
}

div#wrapper {
}

div#header {
	padding-bottom: 1em;
	margin-bottom: 3em;
	border-bottom: 1px solid #d5d5d5;
}

div#header h1 {
	font-size: 3em;
}

div#header h1 #subline {
	display: block;
	float: none;
	font-size: 0.6em;
	font-weight: normal;
	margin-top: 1em;
	margin-left: 2em;
}

div#header ul {
	display: none;
}

div#content p a {
	border-bottom: 1px solid #d5d5d5;	
	text-decoration: none;
}

span#contentStart {
	display: none;
}

span#contentEnd, span#contentEndHome {
	width: 100%;
	clear: both;
}

div#content {
	width: 100%;
	height: auto;
	display: block;
	clear: both;
}

div.leftColContact {
	width: 35%;
	float: left;
	padding-right: 5%;
}

div.rightColContact {
	width: 45%;
	border-left: 1px solid #d5d5d5;
	padding-left: 5%;
	float: left;
}

div.rightCol {
	width: 45%;
	margin-left: 45%;
	padding-top: 0.2em;
	border-left: 1px solid #d5d5d5;
	padding-left: 5%;
	padding-bottom: 1em;	
}

div#content .claim {
	margin: 1.6em 0;
	font-size: 1.2em;
}

div#content .intro {
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px dotted #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;	
	line-height: 175%;
	padding: 0.5em 0;
	margin-bottom: 2em;
}

div#content h2 {
	margin: 1em 0;
	padding: 0;
	font-size: 2em;
	color: #26b4d5;
	font-weight: normal;
	text-transform: uppercase;
}

div#content h2.left {
	padding-left: 2em;
	display: block;
	float: left;
	padding-right: 5%;
	margin: 1em 0 0 0;
}

div#content h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.2em 0 2em 0;	
}

div#content h3.left {
	display: block;
	float: left;
	clear: both;
	padding: 25px 5% 0 2.5em;
	margin: 0 0 0 0;
}

div#content h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}

div#content p {
	margin: 0.5em 0;
}

div.leftCol {
	padding: 0;
	margin: 0;
	float: left;
}

div#content div.leftCol ul {
	clear: both;
	display: block;
	padding: 1em 0;
	margin: 0 0;
	list-style: none;
}

div#content div.leftCol ul li {
	width: 100%;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1em;
	padding-left: 3em;
}

a.chapterLink  {
	color: #3e3f41;
	text-decoration: none;
	display: block;
	margin: 0 0 0 -25px;
	padding: 10px 25px 10px 25px;
}

#content form {
	display: none;
}

div#footer { 
	float: none;
	clear: both;
	width: 100%;
	padding-top: 3em;
} 

div#footer .metaNavigation {
	display: none;
}

div#footer p {
	width: 100%;
	padding-top: 0.5em;
	border-top: 1px solid #d5d5d5;	
}