/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #fff;
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #0d0000;
font-size: 80%;
line-height: 1.5em;
letter-spacing: 0.03em;
}

/* -- General Link Styling -- */

a:link {
color:#0000ee;
text-decoration:underline;
}

a:hover {
color:#3377e6;  
text-decoration:underline;
}

a:visited {
color:#000062;
text-decoration:underline;
}

/* -- Breadcrumbs -- */



.Breadcrumb{
font: 9px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #9e9898;
margin: 10px 0 10px 5px;
}

.Breadcrumb a{
text-decoration: none;
padding-right: 1px;
color: #9e9898;
}

.Breadcrumb a:visited, .breadcrumb a:active{
color: #9e9898;
}

.Breadcrumb a:hover{
color: #3377e6;	
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 980px;
}

#Header {
position: relative;
height: 201px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */  /* 0 190px 250px */
}

#NavColumn {
float: left;
width: 220px;               /* STEP 2: to set left column at 180, set 1 less than 180 here - 200px */
margin-left: -1010px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign) -980px */
}

#ExtraColumn {
float: left;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0; 
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin-top: 310px;
margin-left: 30px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;
background: url(../image-files/liner.jpg) top left repeat-y;
}

#Header {
position:relative;
margin: 0 auto;
background: url(../image-files/header.jpg) top left no-repeat;
}

#ContentColumn .Liner {
padding: 0px 30px 0;
margin-top: 150px; 
margin-left: 10px;
}

#ExtraColumn .Liner {
padding-top: 60px; /* 80px */
color: #0d0000; /* fontkleur rechterkolom */
}

#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
margin-top: -145px;  /* -120 */
margin-bottom: -100px; 
z-index: 100;
}

#NavColumn {
margin-top:-310px; 
}

#Footer {
position:relative;
background: url(../image-files/footer.jpg) bottom right no-repeat;
height: 250px; 
z-index:1;
}

#Footer .Liner {
margin-left: 0px;
margin-right: 20px;
padding-top: 110px; 
}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: transparent;
padding-bottom: 5px;
}

/* -- Nav Headers -- */

.Navigation h3 { 
padding: 15px 0 0;
font-size: 150%;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:18px;
color: #660000;
margin: 10px 0;
}

.Navigation ul {
list-style-type: none;
/* background: url(../image-files/navicon.png) top left no-repeat; */
position: relative;
top: -35px; 
margin: 0;
padding: 0;
padding-top: 30px;
margin-bottom: -30px;
}

.Navigation ul,
.Navigation h3 {
padding-left: 10px; 
}

.Navigation li {
padding: 0; 
margin: 1px; /* 5px */
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
    background-image:url("../image-files/li-icon-link.png");
	background-repeat:no-repeat;
	color: #660000;
	display: block; 
	padding: 1px 0px 1px 20px;
	text-decoration: none;
}

.Navigation a:visited {
	background-image:url("../image-files/li-icon-link.png");
	background-repeat:no-repeat;
	color: #660000;
	display: block;  
	padding: 1px 0px 1px 20px;
	text-decoration: none;
}

.Navigation a:hover {
	background-image:url("../image-files/li-icon-hoover.png");
	background-repeat:no-repeat;
	color: #5a7324;
	display: block; 
	padding: 1px 0 1px 20px;
	background-color: transparent;  
	text-decoration: none;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
color: #5a7324;
text-decoration: none;
}

.ThumbnailLink a:hover {
text-decoration: none;
border: none; 
}

.ThumbnailLink .Caption {
color: #5a7324;
font-weight: bold;
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: none;
color: #84a63c;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#Header {
position:relative;
}

#Header .ExtraNav {
font-size: 90%;
position: absolute;
top: 0;
right: 0px;
background:#transparant;
}

#Footer .ExtraNav {
margin: 25px 150px 20px 200px;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #bebaba;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}

.ExtraNav a {
text-align: center;
padding: 0 4px;
}

.ExtraNav a:link  {
color: #0d0000;
font-weight: bold;
text-decoration:none;
padding:3px;
}

.ExtraNav a:hover  {
color: #84a63c;
font-weight: bold;
padding:3px;
background-color:#none;
}

.ExtraNav a:visited  {
color: #0d0000;
font-weight: bold;
padding:3px;
text-decoration:none;
}


/* ------ Section 6 - Specific Font Styles ------ */

#NavColumn {
font-size: 100%;
}

#ExtraColumn {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
text-align:left;
background-color: transparent;
line-height:normal;
color: #5a7324;
clear: both;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
letter-spacing:0px;
}

h2, h3, h4, h5, h6 {
margin-top: 25px;
}

h1, h2, h3 {
text-transform: capitalize;
}

h1 {
text-align:center;
color: #0d0000;
font-size:24px;
font-weight:bold;
line-height: 32px;
}

h2 {
text-align:center;
border-bottom:1px solid #5a7324;
margin-top: 28px;
font-size:21px;
line-height: 26px;
}

h3 {
color: #84a63c;
font-weight: bold;
font-size:18px;
line-height: 24px;
}

h4 {
text-transform:uppercase;
text-align:left;
font-size:14px;
line-height: 20px;
}

.Caption {
font-size: 85%;
font-weight: bold;
display: block;
}

#ContentColumn .Caption {
  color: #0d0000;
}


/* ------ Section 7 - Boxes ------ */

.Blockquote {
margin-left: 18px;
width: 90%;
padding: 4px;
color: #0d0000;
font-size: 90%;
/*font-family: 'Courier New', Courier, monospace;*/
}

.BioBox {
background-color: #ffffff;
width: 100%;
border: 3px solid #f2bf67;;
margin: 18px auto 24px auto;
padding: 4px;
color: #0d0000;
font-size: 88%;
}

div.BioBox p {
margin: 3px;
}

p.BioBox {
padding: 13px;
}

.AlertBox {
background-color: #f2f2f2;
width: 85%;
border: 2px solid #5a7324;;
margin: 18px auto 24px auto;
padding: 4px;
color: #0d0000;
}

div.AlertBox p {
margin: 3px;
}

p.AlertBox {
padding: 13px;
}

.CalloutBox {
background-color: #fff;
width: 85%;
border-bottom: 1px solid #84a63c;
border-top: 1px solid #84a63c;
margin: 18px auto 24px auto;
padding: 4px;
color: #0d0000;
}

div.CalloutBox p {
margin: 3px;
font-style:italic;
text-align: center;
}

p.CalloutBox {
padding: 13px;
}

.QuoteBox {
background-color: #ffffcc;
width: 85%;
border: 1px solid #84a63c;
margin: 18px auto 24px auto;
padding: 4px;
color: #0d0000;
}

.QuoteBox p {
margin: 6px;
font-size: 100%;
text-align: center;
font-style:italic;
}

.ReminderBox {          
background-color: #f2f2f2;
width: 27%;
border: 2px solid #84a63c;
margin: 0 0 12px 18px;
float: right;             
color: #0d0000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
color: #fff;
background-color: #84a63c;
}

.ReminderBox p {
text-align: center;
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBox a:link {
color:#blue;
}

.ReminderBox a:visited {
color:#purple;
}

.ReminderBox a:hover {
color:#3377e6;
}

.ReturnToNavBox {
background-color: #f2f2f2;
border-top: 1px solid #84a63c;
border-bottom: 1px solid #84a63c;
margin: 40px auto 0;
padding: 0 2px;
}

/* -- RSS Box -- */

#RSSbox {
border: 1px solid #bebaba;
background-color: #f2f2f2;
width: 115px;
margin: 8px auto;
padding: 2px 2px 10px 2px;
font-size: 80%;
color: #0d0000;
line-height: 14px;
text-align: center;
}

/* -- Ad Boxes -- */

.Advertorial {
border: 3px solid #F2BF57;
border-style:ridge;
background: #ffffff url(../image-files/background-advertorial.jpg) top left no-repeat;
width: 85%;
margin: 18px auto 24px auto;
padding: 4px;
color: #0D0000;
}

.Advertorial h4 {
text-transform:capitalize;
text-align:center;
font-size:23px;
line-height: 20px;
color: #A6823C;
}

.Advertorial img {
border: 0px solid #000;
}

.AdvertisementSmall, .AdvertisementMedium {
border: 3px solid #d45c47;
border-style:ridge;
background: #ffffff url(../image-files/background-advertisement.jpg) top right no-repeat;
padding: 4px;
color: #0D0000;
font-size: 88%;
}

.AdvertisementSmall {
float: right; 
width: 40%;
margin: 2px auto 10px 4px;
}

.AdvertisementMedium {
width: 85%;
margin: 18px auto 24px auto;
}

.AdvertisementSmall h4, .AdvertisementMedium h4 {
text-transform:capitalize;
text-align:center;
font-size:20px;
line-height: 5px;
color: #9f1b04;
}

.AdvertisementSmall img, .AdvertisementMedium img {
border: 0px solid #000;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 8px 18px 12px 18px;
float: left;
}

.AdSenseBoxLeft img {
border: none;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
text-align: center;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
float: right;
clear: both;
}

.AdSenseBoxExtraColumn img{
border: none;
}

/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0px solid #000;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

#ContentColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.Center { 
text-align: center;
}

/* footer link */


.FooterLink a:link {
text-align: center;
color: #0d0000;
text-decoration:none;
}
 
.FooterLink a:visited {
text-align: center;
color: #0d0000;
text-decoration:none;
}

.FooterLink a:hover {
text-align: center;
color: #0d0000;
background-color:#fff;
text-decoration:underline;
}

/* table styling */

#box-table-a th {
background:none repeat scroll 0 0 #87a114;
border-bottom:1px solid #ffffff;
border-top:4px solid #e7e9e9;
color:#ffffff;
font-size:11px;
font-weight:normal;
padding:8px;
}

#box-table-a td {
background:none repeat scroll 0 0 #e7e9e9;
border-bottom:1px solid #ffffff;
border-top:1px solid transparent;
color:#004f5c;
padding:8px;
vertical-align:text-top;
}

#box-table-a {
border-collapse:collapse;
font-size:10px;
text-align:left;
vertical-align:text-top;
}
