/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #333;
	
	background-color: #dcdcdc;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}



#content {
	font-size: 1.2em
	}




h1, h2, h3 {
		margin: 0px;
		padding:0px;

	}

h2, h2 a {
	
        font: 18px Arial;
	margin: 0;
	padding: 0;
}



#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 770px;
	border: 1px solid #959596;
	}





hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

	/* Clear floats without structural markup
   courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

div.intouch {
	margin: 0px 0px 40px 0px;
}

div.intouch  form {
	float: left;
	width: 100%;
}

div.intouch div.inputfield { 
	padding: 4px 0px;
	position: relative;
}

div.intouch label { 
	display: block;
	float: left;
	clear: left;
	width: 10%; 
	text-align: right;
}

div.intouch div.inputfield input, div.intouch div.inputfield textarea {
	float: left;
	margin-left: 10px;
}

div.intouch div.inputfield input {
	width: 40%;
}

div.intouch div.inputfield textarea {
	width: 50%;
}

div.intouch div.inputfield input.submitbutton {
	width: auto !important;
	padding: 2px;
	margin-left: 10px;
	left: 10%;
	position: absolute;
}

div.intouch div#usermessage {
	margin-bottom: 10px;
	text-align: left;
}

div.intouch .error {
	border: 1px solid #FF0000 !important;
	padding: 1px;
}


/* NAVI */

a, h2 a:hover, h3 a:hover {
	color: #2f2d2e;
	text-decoration: underline;
	font-weight:bold;
	}

a:hover {
	color: #c87f03;
	text-decoration: underline;
	font-weight:bold;
	}

* html .page_item  ul  { margin-left: 1.6em; }

.page_item  ul { margin-left: -1.6em; }
.page_item  li  { margin-left: -1em; }

.page_item a             {font-family: arial; font-size:12px;	font-weight:bold;  color: #2f2d2e;	text-decoration: none;	font-weight:bold;}
.page_item a:hover {color: #c87f03;	text-decoration: underline;	font-weight:bold;}

.page_item  ul li ul li  a   {font-family: arial; font-size:10px;	font-weight:bold;  color: #646464;	text-decoration: none;	font-weight:bold;}
.page_item  ul li        a   {font-family: arial; font-size:10px;	font-weight:bold;  color: #c84403;	text-decoration: none;	font-weight:bold;}

.page_item li a             {color: #2f2d2e;	text-decoration: none;	font-weight:bold;}
.page_item li a:hover {color: #c87f03;	text-decoration: underline;	font-weight:bold;}

.current_page_item a,.current_page_item a:hover{
color: #c87f03; 
}
.page_item .current_page_item a{
color: #3f3fa5; 
}


#news a, h2 a:hover, h3 a:hover {
	color: #2f2d2e;
	text-decoration: none;
	font-weight:bold;
	}
	
#footer a:hover  {
	color: #c84403;
	text-decoration: underline;
	font-weight:bold;
	}











