@charset "utf-8";
/* COLORS 

chocolate brown #331916;  
h1 brick orange: #9a3d00
h2 #518da1
burgandy #990000
Main content beinge grey: #edeede;
light yellow: #FFFFCC
grey from flash bg: #CBCBB1
darker moss geen: #73733C;
*/

#collaps-triger, #collaps-triger2{
width:100%;
padding:5px;
}

#collaps-content, #collaps-content2{
width:100%;
display: none;
padding:5px;
}



body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) repeat-x top left #322213;
	margin: 0px;
	padding: 0px;
	text-align:center;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	padding: 5px;
	margin: 0px;
	color:#333333;
}

a, a:visited{		
	font-weight:bold;
	color: #0066FF; /*bright blue */
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a.more{
	background: url(images/nav_arrow.png) right center no-repeat;
	padding: 0px 15px 0px 0px;
	text-align: right;
	margin: auto;
	font-family:tahoma;
	font-size:10px;
	color: #333333;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

a.more:hover{
	color:#990000;
	text-decoration: underline;
}
		
h1, h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 22px;
	color:#9a3d00;
	text-align:left;
	padding: 0px;
	margin: 0px;
	text-transform:capitalize;
}
		
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	color:#990000;
	text-align:left;
	margin: 20px 5px;
	padding:0px;
}

h4{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 5px;
	color:#73733C;
	font-variant:small-caps;
}

h5{
	font-size: 13px;
	text-transform:none;
}

hr{
	border-top: 1px dotted #73733C; /*darker moss geen*/
	height: 1px;
	margin:10px 0px;
}

img, img a{
	border: none;
}

.grey-italic{
	color:#666666;
	font-style: italic;
}

ul, ol{
	list-style:decimal;
	line-height:20px;
	padding: 0px 15px 0px 30px;
	margin:0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color:#333333;
}

ul{
	list-style:square;
}

ol{
	padding-left: 50px;
}

li{
	margin: 10px 0px;
}

#wrapper{
	width:100%;
	padding:0px;
	margin:auto;
	height:auto;
	text-align:center;
}

#body{
	width: 735px;
	padding:0px;
	margin: 0px auto;
	background-color: none;
	border-left:#edeede 0px solid;
	border-right:#edeede 0px solid;
	border-bottom:#edeede 0px solid;
	height: auto;
}

#flash{
	width:735px; 
	height:271px; 
	z-index:0;
	margin-bottom: 15px;
}

#nav{
	width:100%;
	padding:0px;
	margin: 0px auto;
	height:55px;
	background: #FFFFFF;
}

#nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#331916; /*chocolate brown */
	text-decoration:none;
	text-align:center;
	padding:0px 10px;
	margin:0px;
	line-height:55px;
	display:block;
	white-space:nowrap;
	border-right: 1px dotted #d2d2d2; /*darker grey*/
}


#nav a.last{
	border: 0px;
}

#nav a:hover{
	color: #990000; /*burgandy */
	text-decoration: underline;
}

#nav a.youarehere{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding:0px;
	background: #990000;
	color: #ffffff;
	font-weight: bold;
}

#column-holder{
	width:735px;
	padding: 15px 0px 0px 0px;
	margin: 0px auto;
	background: #DBDBB9;
	height: auto;
	float:left;
}

#left-column{
	float:left;
	width:200px;
	padding:5px 15px;
	margin:0px 0px 0px 0px;
	border-right: 1px dotted #73733C; /*darker moss geen*/
	height: auto;
}

#left-column p{
	text-align: left;
}

#left-column ul a, #left-column ul a:visited{		
	color: #9a3d00; /*brick */
}

#left-column ul{
	line-height:20px;
	padding: 5px 10px;
	margin:0px 0px 0px 10px;
	list-style-type: square;
	text-align:left;
	color: #9a3d00;
	font-weight: bold;
}

#right-column{
	padding: 5px 20px 50px 10px;
	margin:0px 0px 0px 240px;
}

#donate{
	width:auto;
	height: auto;
	margin-top: 20px;
}


#single-column{
	padding: 5px 20px 50px 20px;
	margin:0px;
}

#special{
	background: #fff;
	border: #990000 2px solid;
	margin-bottom:30px;
	float:left;
	width:440px;
	padding:10px;
}

#special p, #special ol, #special ul{
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height:22px;
}

#footer{
	float:left;
	width: 715px;
	height: auto;
	padding:10px;
	margin:0px;
	background:#331916; /*chocolate*/
	border-top:2px #FFCCFF groove;
}		

#footer p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
	color: #edeede;
	padding:0px;
	margin:10px 0px;
	letter-spacing:0.03em;
	text-align:center;
}

#footer a, #footer a:visited{
	color: #9a3d00;
	font-weight: normal;
	font-size: 13px;
	margin: 5px;
	padding: 0px;
	text-decoration:none;
}

#footer a:hover{
	color: #edeede;
	text-decoration: underline;
}

#credits{
	width: 695px;
	padding: 0px 20px;
	margin:20px auto;
	background-color: none;
}

#credits p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
	color: #edeede;
	padding:0px;
	margin:5px 0px;
	text-align:center;
}

#credits a{
	color: #edeede;
	font-weight: bold;
}

<!-- Mailform -->
#error-div{
    padding:0px;
    margin: 0px;
	clear: left;
}

#error-div p.form_error{
float:left;
margin:auto;
	color: #FF0000;
	font-size: 0.8em;
	padding: 0px;
}

#error-div p.form_error_green{
	color: #009900;
float:left;
margin:auto;
	font-size: 0.8em;
	padding: 0px;
}

#thankyou{
	color: #666666;
	font-size: 1.2em;
	background: url(images/check_off.png) 20px center no-repeat;
	padding: 20px;
	border: 1px solid green;
	margin: 25px 0px;
}

input, select{
	float:left;
	padding:3px;
}

input.error, textarea.error{
	background-color: #FFFFCC;
        border: 1px solid #FF0000;
}

input.captcha{
	float:none;
}

#radio input{
	float:none;
}


<!-- Collaps jQuery plugin -->

