@import "reset.css";

/* General */

html {
	overflow-y: scroll;
}

body {
	background: #eaeaea url('../images/containerBG.jpg') center repeat-y;
	
}

#container {
	width: 1015px;
	margin: 0 auto;
}

/* Header */

#banner {
	width: 964px;
	height: 150px;
	background: url('../images/banner.jpg') center no-repeat;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Menu */

#menu {
	background: #e4e4e4;
	border: 1px solid #ccc;
	width: 945px;
	height: 32px;
	margin: 0 0 0 36px;
}

#menu ul {
	margin: 5px 0 0 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 14px;
	color: #141414;
	margin: -6px 0 0 0;
	padding: 8px 30px 9px 30px;
	display: block;
	float: left;
}

#menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li a:hover {
	background: #488647;
	color: #f0f0f0;
	height: 17px;
}

/* Submenu */

.subMenu {
	background: #e4e4e4 url('../images/subMenuBG.jpg') bottom no-repeat;
	border: 1px solid #ccc;
	width: 243px;
	margin: 0 0 15px 3px;
}

.subMenu ul {
	margin: 10px 0 10px 0;
}

.subMenu ul li {
	min-height: 35px;
}	

.subMenu ul li a {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 14px;
	color: #141414;
	padding: 8px 0 9px 29px;
	margin: 0 0 0 -1px;
	width: 216px;
	display: block;
}

.subMenu ul li.current_page_item a, .subMenu ul li a:hover {
	background: #488647;
	color: #f0f0f0;
}

.bflLogo {
	margin: 10px 0 0 45px;
}

/* Content */

#content {
	margin: 20px 0 0 35px;

}

#contentLeft {
	width: 260px;
	float: left;
}

#contentRight {
	width: 668px;
	padding: 0 0 0 20px;
	float: left;
}



/* Headings, lists & text */

h1 {
	text-indent: -9999px;
}

h1 a {
	display: block;
	width: 250px;
	height: 70px;
	margin: 30px 0 0 5px;
}

h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 16px;
	color: #488647;
	line-height: 2;
}

h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #141414;
	line-height: 2;
}

p {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #141414;
	margin: 0 0 10px 0;
	line-height: 1.7;
}

address {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #141414;
	margin: 10px 0 10px 30px;
}

address a {
	color: #488647;
	text-decoration: underline;
}

#contentRight ul li {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #141414;
	list-style-type: disc;
	line-height: 1.7;
	margin: 0 0 0 30px;
}

#contentRight a {
	color: #488657;
	text-decoration: underline;
}

/* Forms */

form p {
	width: 688px;
	float: left;
}

input {
	width: 20px;
}

input.field {
	width: 200px;
	float: left;
	height: 20px;
}

input.radio {
	width: 20px;
	background: #000;
}

label {
	width: 140px;
	float: left;
}

p.submit input {
	width: 100px;
	height: 25px;
	background: #EAEAEA;
	border: 1px solid #ccc;
	font-family: Lucida Grande, Lucida Sans Unicode;
	cursor: pointer;
}


/* Overig */

#contentRight img {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 5px;
}

#contentRight img.alignleft {
	float: left;
}

#contentRight img.alignright {
	float: right;
}

.ngg-gallery-thumbnail-box {
	width: 120px;
	float: left; 
}
