* {
	margin: 0;
	padding: 0;
}
img
{
	border-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 62.5%;    /* !! DO NOT CHANGE !! */
	color: #000;
/*	padding-top: 15px;	*/
	padding-top: 0;
	padding-bottom: 15px;
	text-align: center;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
body
{
	background-image: url('../images/siteBackgroundTile.gif');
}
/* ================================================================= */
#content
{
	width: 800px;
/*	border: 1px solid black;	*/
	background: white;
}
/* ================================================================= */
/* ==={ Header }==================================================== */
/* ================================================================= */
div.masthead
{
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	width: 800px;
										background: yellow;
}
div.logoContainer
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
/*	background: #E95C0F;	*/
/*	background: yellow;	*/
/*		height: 84px;	*/
/*border-right: 1px dotted yellow;*/
										background: green;
}
div.flashNavContainer
{
	position: relative;
	margin: 0px;
	padding: 0px;
/*	padding-bottom: 2px;	*/
/*	background: #E95C0F;	*/
/*	background: dodgerblue;	*/
	
	height: 146px;
	border-bottom: 2px solid #E95C0F;	
	background: #E95C0F;
}
div.logoContainer img, div.flashNavContainer img
{
	display: block;
}
/* ================================================================= */
/* ==={ Main Body }================================================= */
/* ================================================================= */

#middleBody
{
	position: relative;
	height: 400px;
/*	border: 1px dashed dodgerblue;	*/
}
#middleBodyBigger
{
	position: relative;
	height: 610px;
/*	border: 1px dashed dodgerblue;	*/
}
/* ================================================================= */
/* ==={ Left Nav Container }======================================== */
/* ================================================================= */
	
div#leftNavContainer
{
	position: absolute;
	left: 0px;
	width: 150px;
	height: 100%;
	padding-top: 30px;
	padding-left: 30px;
/*	background: red;	*/
}
p.leftNavText
{	
	font-size: 1.3em;
	color: #E95C0F;
	margin-top: 30px;
}
/* ================================================================= */
/* ==={ Main Content Body }========================================= */
/* ================================================================= */
div#two
{
	position: absolute;
	margin-left: 150px;
	margin-right: 212px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 40px;
	height: 100%;
	background: white;
	width: 385px;
}
/*
div#greenContainer
{
	position: absolute;
	bottom: 28px;
	right: 0px;
}
*/
p.bodyPara
{
	margin-bottom: 10px;
	line-height: 1.8em;
}
span.kammannOrange
{
	color: #E95C0F;
}
a.kammannLinkOrange
{
	color: #E95C0F;
	text-decoration: none;
}
ul#lowerNavList
{
	list-style: none;
	margin-top: 8px;
	color: #E95C0F;	
}
ul#lowerNavList li
{
	margin-top: 8px;
	margin-bottom: 8px;
}
ul#lowerNavList a
{
	padding-top: 4px;
	padding-bottom: 4px;
	color: #E95C0F;	
	text-decoration: none;
}
ul#lowerNavList a:hover
{
	color: #ACA79C;
}
p.footnote
{
	font-size: 0.9em;
	line-height: 1.8em;	
}
p.italicText
{
	font-style: italic;
}

/* ================================================================= */
/* ==={ Right Content }============================================= */
/* ================================================================= */
div#rightContent
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 165px;
	height: 100%;
	margin-right: 10px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background: blue;
	background: #E7E6E3;
	font-size: 1.1em;
	line-height: 1.3em;
}
img.bullet
{
	margin-right: 7px;
}
p.rightContent_header
{
	font-weight: bold;
	margin-bottom: 5px;
}
p.rightContent_text
{
	margin-bottom: 8px;
}
a.readmore
{
	font-size: 0.8em;
	color: #E95C0F;
	text-decoration: none;
}
/* ================================================================= */
/* ==={ Footer }==================================================== */
/* ================================================================= */
div#footerContainer
{
	position: relative;
	height: 54px;
/*	background: dodgerblue;	*/
}
div#tagline
{
	height: 19px;
	background: #E95C0F;	
}
p.footerTagline
{
	font-size: 1.2em;
	color: white;
	margin-left: 30px;	
	padding-top: 3px;	
}
/*
div#greenImageBottom
{
	position: absolute;
	top: 0px;
	right: 255px;
}
*/
div#greenImageBottom
{
	display: none;
}
div#addressContainer
{
	
}
p.addressText
{
/*	color: #ACA79C;	*/
	color: #464540;
	font-size: 0.8em;
	margin-top:10px;
	margin-left: 30px;		
}
/*p.addressText a
{
	color: #DDDBD6;
	text-decoration: none;	
}*/
div#complyDesignContainer
{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 205px;
	height: 34px;
	margin-right: 10px;
	text-align:center;
	background: #E7E6E3;
}
a.link_designedBy
{
	margin-top: -5px;
	color: green;
	background: yellow;
	text-decoration: none;
}
img#complyLogo
{
		padding-top: 6px;	
}
span.span_bold_italic
{
	font-weight: bold;
	font-style: italic;
}
/* ================================================================= */
/* ==={ Site Map }================================================== */
/* ================================================================= */
ul.siteMapList
{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

