/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #fff;
}

h2{
	font-size: 150%;
	color: #334d55;
	text-indent: -20px;
	letter-spacing: 2px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.lijn {
	height: 1px;
	background: #CCC;
	width: 100%;
	margin-top: 10px;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	background-color: #FFFFFF;
	color: #666666;
	width: 100%;
	height: auto;
	background-image: url(../images/camera.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#header{
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	background-color: #669900;
	height: 30px;
}

#navcontainer {
	background-color: #ddd;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	font-size: 80%;
	height: 100%;
	width: 21%;
	clip: rect(auto,auto,auto,auto);
}


#navhead{
	font-size: 90%;
	color: #334d55;
	padding: 5px;
	font-weight: bolder;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	color: #334d55;
	padding-bottom: 30px;
	font-size: 150%;
	letter-spacing: 2px;
	text-indent: -20px;
	font-weight: bold;
}


/************** .feature styles ***************/

.content {
	font-size: 70%;
	text-align: justify;
	line-height: 18px;
	padding-left: 30%;
	padding-right: 10%;
	padding-top: 4%;
	padding-bottom: 4%;
}

.feature h3{
	padding: 30px 0px 5px;
	text-align: center;
	width: 100%;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/************* #siteInfo styles ***************/

#footer{
	clear: both;
	font-size: 100%;
	color: #fff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #669900;
	font-weight: normal;
	font-size: 65%;
	border-top: 1px solid #cccccc;
}

/*********** #nav link styles ***********/
#logo {
	margin: 5px;
	position: relative;
	z-index: 1;
}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #334d55;
	background: #fff;
	padding: 2px 12px;
	border-bottom: 0 solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 1px solid #ccc;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {background-color:#eee; text-decoration: none;} /* Hover Styles */
		
li ul li a { padding: 2px 12px; border-right: 1px solid #ccc;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.colour {
	color: #334d55;
	font-weight: bold;
}

.imagel {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 2px;
}

.imager{
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 2px;
}

hr {
	height: 0.5px;
	border: none;
}
.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.highlight {

	color: #669900;
	font-weight: bold;
}
#nav {
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#list {
	width: auto;
	list-style-type: square;
	font-weight:bold;
}
.small {
	font-size: 80%;
}

