/* 
 * wfsholland.com
 * Sanmax Consultancy bvba
 */


/* Initial cleanup
----------------------------------------------- */
body
{
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-family: verdana, arial, sans-serif;
	background-color: #C8C8C8;
	background-image: url('../images/public/body_background.gif');
}

/* HTML
----------------------------------------------- */
h1
{
	margin: 0;
	padding: 0;
}

h2 { 
	margin-top: 1em;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0;
	vertical-align: top;
}

hr { 
	border: 1px solid #ccc;
	height: 2px;
}

img {
	border: 0;
}

span {
	font-size: 10px;
	color: #666;
}


/* Main structure
----------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 880px;
	background: #fff;
	background-image: url('../images/public/wrapper_background.gif');
}

#header
{
	height: 213px;
	border-bottom: 1px solid #999;
	background-color: #fff;
	background-image: url('../images/public/header.jpg');
}

#header img {
	border: 0;
	vertical-align: text-bottom;
}

#left
{
	float: left;
	width: 180px;
	margin-bottom: 1em;
	padding-right: 2%;
}

#left ul
{ 
	margin-top: 0.5em;
    margin-left: 3em;
    padding: .5em;
    list-style-type: none; 
	line-height: 2em;
}

#left a { 
	color: #003764;
	text-decoration: none; 
}

#center
{
	float: left;
	width: 460px;
	margin-bottom: 1em;
	/*
	border-left: 1px dotted red;
	border-right: 1px dotted red;
	*/
	padding-right: 2%;
}

div#map {
	width: 460px;
	height: 460px;
}

#right
{
	float: right;
	width: 186px;
	margin-bottom: 1em;
}

#footer
{
	clear: both;
	height: 30px;
	padding: .8em;
	text-align: right;
	color: #71685B;
}

/* Layer Formatting
----------------------------------------------- */
#nav {
	float: right;
	margin-top: 185px;
	padding-right: 30px;
}

#nav a, #nav a:hover {
	color: #990000;
	text-decoration: none;
}

#breadcrumbs {
	text-align: right;
	padding: 0.5em;
	color: #71685B;
}

#breadcrumbs a, #breadcrumbs a:hover {
	color: #71685B;
}

#news-title {
	background-color: #C8C2B7;
	padding: 0.5em 0.8em 0.5em 0.5em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #71685B;
	font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 14px; color: #333;
	text-align: right;
}

.news-block {
	margin-bottom: 1em;
}

.news-block h2 {
	font-size: 11px; font-weight: normal; color: #9C0202;
	text-align: right;
	padding: 0.8em 0.8em 0 0.8em;	
}

.news-block p {
	color: #0C122C;
	text-align: right;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.news-more {
	border-top: 1px dotted #71685B;
	border-bottom: 1px dotted #71685B;
	text-align: right;
	padding: 0.5em 0.8em 0.5em 0;
}

.news-more a, .news-more a:hover {
	color: #71685B;
	text-decoration: none;
}

.menu {
	width: 180px;
	line-height: 28px;
	background-image: url('../images/public/btn_background.gif');
	background-repeat: no-repeat;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

.more_less {
    cursor: pointer;
}

/* Content specific styles */
.content h1, h2 {
	font-size: 11px; color: #F83235;
}

.content ul {
	list-style: none;
	line-height: 1.3em;
	padding: 0;
}

.content a {
	color: #9C0202;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content table {
	border: 1px solid #ccc; 
	color: #333;
}

.content th {
	padding: .5em;
	border: 1px solid #ccc;
	background-color:#efefef;
	text-align:center;
	vertical-align:top;
}

.content td {
	padding: .5em;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.content img {
	border:1px solid #ccc; 
	padding: 2px;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}