@charset "utf-8";
/* CSS Document written by Cow XL webdevelopment */

*
{
	padding:0;
	margin:0;
	/*border:none;*/
}

html, body 
{
	height:100%;
	font:16px calibri, verdana, arial, sans-serif;
	color:#212721;
	background:#f3e6dd;
	text-align:center;
}

input, textarea
{
	font:16px calibri, arial, verdana, sans-serif;
	color:#212721;	
}

#container 
{
	width:990px;
	margin: 0 auto;
	text-align:left;
	background:transparent url(/images/container_bg.png) repeat-y;
	overflow:hidden;
}

#header
{
	width:950px;
	height:275px;
	margin-left:21px;
	overflow:hidden;
	line-height:0px;
}

#slideshow
{
	height:275px;
	width:950px;
	overflow:hidden;
}

#headerlogo
{
	position:relative;
	top:-273px;
	left:5px;
	z-index:100;
}

#navigation
{
	background-color:#67553d;
	width:950px;
	height:50px;
	margin-left:21px;	
	overflow:hidden;
}

#navigation #menuToggle
{
	line-height:50px;
	font-size:40px;
	display:none;
	cursor:pointer; 
	color:#fff;
}

#navigation #showMenuTxt a
{
	line-height:50px;
	font-size:19px;
	color:#fff;
	text-align:center;
	display:block;
}

#navigation ul
{
	list-style-type:none;
	width:935px;
	height:50px;
	padding-left:15px;
}

#navigation ul li
{
	float:left;
	height:50px;
	line-height:50px;
}

#navigation ul li a
{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:50px;
	padding:0px 10px;
	font-size:19px;
}

#navigation ul li a:hover
{
	color:#f3e6dd;
	text-decoration:none;
}

#navigation ul li.selected a
{
	color:#f3e6dd;
	text-decoration:none;
}

#content
{
	padding-top:20px;
	padding-bottom:20px;
	background:#fff url(images/bg-content.png) repeat-y;
	width:950px;
	height:auto;
	margin-left:21px;	
	overflow:hidden;
	line-height:160%;
}

#content_left
{
	float:left;
	width:625px;
	overflow:hidden;
	padding:0px 25px;
}

#content_left .subMenuOnPage
{
	font-style:italic;
	padding-bottom:10px;
}

#content_left .subMenuOnPage li
{
	display:inline;
}

#content_right
{
	float:right;
	width:225px;
	overflow:hidden;
	padding:0px 25px;
}

#content_left a
{
	color:#67553d;
	text-decoration:none;
}

#content_left a:hover
{
	color:#67553d;
	text-decoration:underline;
}

#content_left p
{
	margin:0px 0px 20px 0px;
}

#content h1, #content h6
{
	font-family:Cambria, verdana, Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#67553d;
	margin:0px 0px 20px 0px;
}

#content h1 a
{
	color:#67553d;	
}

#content h2
{
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	color:#67553d;
}

#content h3
{
	font-size:18px;
	margin:0px 0px 0px 0px;
	color:#67553d;
}

#content_right a
{
	color:#212721;
	text-decoration:underline;
}

#content_right a:hover
{
	text-decoration:none;	
}

.headline_link
{
	color:#67553d !important;
	text-decoration:none !important;
}

#content ul
{
	list-style-type:disc;
	list-style-position:inside;
}

#content ul ul
{
	margin-left:30px;
}

.rightItem
{
	margin-bottom:25px;
}

.callToAction
{
	background-color:#67553d;
	color:#fff !important;
	text-decoration:none !important;	
	padding:7px;
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	margin-bottom:15px;
}

.callToAction:hover
{
	background-color:#212721;	
}

#footer 
{
	margin:0px auto 0px auto;
	position:relative;
	width:910px;
	height:52px;
	background:transparent url(images/footer.png) no-repeat;
	padding:23px 40px 0px 40px;
	color:#fff;
	font-size:14px;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	color:#fff;
	text-decoration:underline;
}

#footer ul
{
	float:left;
	width:650px;
	list-style-type:none;
}

#footer li
{
	float:left;
	margin-right:5px;
}

#footer p
{
	float:right;
	text-align:right;
	width:260px;
}

address
{
	font-style:normal;
}

.clear
{
	clear:both;
}

.small
{
	font-size:9px;
}

hr
{
	border:none;
	height:1px;
	color:#67553d;
	background-color:#67553d;
	clear:both;
	margin:25px 0px;
}

/* Forms */	
label { display:block; width:200px; float:left; clear:both; font-weight:bold; }
.field , .capHolder{ display:block; width:300px; float:left; padding:3px; border:1px solid #212721; margin-bottom:20px; }
.fieldShort { width:50px; padding:3px; border:1px solid #212721; }
.fieldMedium { width:125px; padding:3px; border:1px solid #212721; }
.checkbox {width: 20px; height:20px; border:1px solid #212721;}
.textArea { display:block; width:300px; height:100px; float:left; padding:3px; border:1px solid #212721; margin-bottom:20px; }
.button { float:left; padding:8px 23px; border:none; color:#fff; background:#67553d; font-size:17px; font-weight:bold;}
.button:hover {border:none; background:#212721; } 
.formWebsite { display:none; }						
.error { padding:5px; margin:10px 0px; border:1px solid #F00; color:#F00; }
.succes { padding:20px; margin:40px 0px; border:1px solid #212721; color:#212721; text-align:center; }
.clearer{ clear:both;}
.formContainer{ margin-bottom:20px; overflow:hidden; }
.capHolder{ border:0;}

/* News & Gbook */
.more {border-top:1px solid #67553d; padding-top:20px; margin-top:20px;}
.list { list-style-type:none; }
.list li { list-style-type:none; border-bottom:1px solid #67553d; padding-bottom:20px; margin-bottom:20px;}
.list .title{ display:block; font-weight: bold; color:#67553d; font-size: 18px; padding-bottom:5px; }
.list .title a:hover{ text-decoration:none; }
.list .title .city {color: #212721; font-size: 13px;}
.list .date{ display:block; font-style:italic;}
.list .content{ display:block; }
.list2 { list-style-type:none; }
.list2 li { list-style-type:none; clear:both; border-bottom:1px solid #67553d; line-height:40px;}
.list2 .title{ display:block; float:left; width:400px;}			
.list2 .date{ display:block; float:left; width:105px;}
.pagNav{ font-size:14px; font-weight:bold;}	

.bgtje{ padding:5px; margin:10px 0; background:#f3e6dd; border:1px solid #67553d;}