/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

h1 {
	padding-top: 6px; padding-bottom: 6px; 
	color: white; margin-bottom: 4px; 
	background: #1B3F94;
	text-align: center;
	font: normal 1.8em Tahoma,sans-serif;}

h2 {padding-top: 6px; color: #0000FF; margin-bottom: 4px;}
h2 {font: bold 1.4em sans-serif;}

h3 {padding-top: 6px; color: #0000FF; margin-bottom: 4px;}
h3 {font: bold 1em Tahoma,sans-serif;}


a {color: #0000FF;}
a:hover {color: #ff3333;}

a.image { border:none  }
a.image:visted { border:none  }
 
body {
/* KD	background: #E7E7E2 url('img/body.jpg') no-repeat center top; */
	background: #F8D8D9;
	background: #ffd69c;
	background: #BCBDC0;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif; 
	padding-top: 10px;
}

ul {padding-bottom: 1.2em;}

code {padding-bottom: 1.2em;}

p {padding-bottom: 1.2em;}

li {list-style: none;}


input {margin: 0; padding: 0; display: inline;}

form {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: white;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
/* KD	width: 780px; */
	width: 840px;
}

.outer-container {
/* KD 	background: url('img/container.jpg') no-repeat center bottom; */
	background: #BCBDC0;
	padding-bottom: 64px;
}

/* headere & title */
.header {
/* KD	background: #222 url('img/header.jpg') no-repeat; */
	background: #ffffff url(../../images/dfblogo-237x176.jpg) no-repeat;  
	background: white;  
/* KD	height: 160px; */
	height: 140px;
	margin-bottom: 10px;
	margin-top: 10px;
	
	text-align: center;
}
.header .title {
/* KD	color: #FFF; */
	color: #0000FF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
/* KD	color: #FFF; */
	color: #0000FF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
/* KD	background: #949490; */
	background: #0000FF;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 0px solid #FFF;
	padding: 4px 0px 0 0;
}

/* content */
.content {
	float: right;
/* KD	width: 538px; */
	width: 568px;
	min-height:500px;
	border-width:3px;
	border-color:fuchsia;
}
.content .descr {
	color: #664;
/* KD 	font-size: 0.9em; */
	font-size: 1.2em; 
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif; font-size: 1.2em; }

/* navigation */
.navigation {
	/* KD	float: left; */
	float: none; /* KD	width: 210px;  */ /* KD 	width: 237px; */;
	width: 235px;
}
.navigation h2 {
	color: #D89523;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
/* KD 	padding-left: 12px; */
	padding-left: 14px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em; /* KD 	color: #554; */;
	color: white;
	background: #1B3F94;
/* KD */	display: block; /*	padding: 8px 0 8px 5%; */;
	padding: 8px 0 8px 5%;
	text-decoration: none; /* KD	width: 95%; */;
	width: 96%;
}
.navigation li a:hover {
/* KD 	background: #F0F0EB; */
	background: #0000FF;
	color: #654;	
}
/* ---------------------- nav3 --------------------- */
.nav3 {
	/* KD	float: left; */
	float: right; /* KD	width: 210px;  */ /* KD 	width: 237px; */;
	width: 200px;
}
.nav3 ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	list-style: none;
}
.nav3 li {border-bottom: 1px solid #EAEADA; list-style: none;}
.nav3 li a {
	font-size: 1.1em; /* KD 	color: #554; */;
	color: white;
	background: #1B3F94;
/* KD */	display: block; /*	padding: 8px 0 8px 5%; */;
	padding: 3px 0 3px 5%;
	text-decoration: none; /* KD	width: 95%; */;
	width: 96%;
}
.nav3 li a:hover {
/* KD 	background: #F0F0EB; */
	background: #0000FF;
	color: #654;	
}
/* ---------------------- nav3 --------------------- */

/* footer */
.footer {
/* KD 	background: #949490; */
	background: #1B3F94;
	color: white;
	font: bold 1em sans-serif ;
	font-size:x-small;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
/* KD z-index: 500; */
z-index: 300;
}

/*
.thumbnail img{
position: relative;
top: 20px;
right: 30px;

z-index: 300;
}
 */


.thumbnail a{
z-index: 300;
}

.thumbnail:hover{
background-color: transparent;
z-index: 400;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
z-index: 300;
/* KD left: 500px; */
left: 300px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 400;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 150px; /*  300px; position where enlarged image should offset horizontally */
z-index: 300;

}

.thumbnail:hover img{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 150px; /*  300px; position where enlarged image should offset horizontally */
top: -200px;

z-index: 400;

}

.imagelink{
	padding-top: 0px; padding-bottom: 12px; 
	color: #797979; 
	/*margin-bottom: 4px; */
	text-align: center;
	font: normal .8em Tahoma,sans-serif;
	}
	
	
.centre1{
	padding-top: 6px; padding-bottom: 6px; 
	margin 0 auto 0 auto;
	color: #797979; 
	/*margin-bottom: 4px; */
	text-align: center;
	font: normal 1.0em Tahoma,sans-serif;
	}	

.kingfisher {
position:relative;
left: -230px;
}

.vantent {
    width: 376px;
/*    background-color: orange;
    background-color: white; */
    color: black;
    text-align:  left;
    padding: 0;
    border: 0;
    margin: 0;
}

.vantent h1 {
    background-color: #BCBEC0;
    color: #1B3F94;
    text-align:  center;
    font-size: 3em;
    margin: 0px;
    padding: 4px;
}

.vantent h2 {
    background-color: #1B3F94;
    color: white;
    text-align:  center;
    font-size: 3em;
    margin: 0px;
    padding: 18px;
    border: 0;
}

.vantent h3 {
    color: #1B3F94;
    font-style:  italic;
    font-size: 2em;
    margin: 0px;
    padding: 18px;
    border: 0;
}

.vantent p {
    color: black;
    font-size: 1.2em;
    margin: 0px;
    padding-left: 48px;
    padding-right: 48px;
    line-height: 1.5;
    
}
.vantent ul {
    color: black;
    
    font-size: 1.2em;
    margin: 0px;
    padding-left: 48px;
    padding-right: 48px;
    line-height: 1.5;
}

.vantent li {
    color: black;
    margin: 0px;
    line-height: 1.5;
    list-style-type:  disc;
    list-style-position:  inside ;
}


 * {padding:0;margin:0;border: 0;}
 
 img {
    
    border: 0px;
 }