/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html{
	overflow-y:scroll;
	overflow-x: hidden;
}

body {
	min-width:1000px;
    margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background-color: #fff;
}


a {
	text-decoration:underline;
	color: #695548;
	font-size: 9pt;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
a:hover { color: #695548; font-size: 9pt; text-decoration:none; padding-right: 10px; }
a.on{color:#695548;	font-size: 9pt; font-weight: bold;}

a.readmore {font-size: 9pt; color: #695548; font-weight: normal; border: 0; text-decoration: underline; background-image:none; padding-right:0;}

/*------------------------------------------------------------*
**  the tabels
**------------------------------------------------------------*/	
#container{
width:1000px;
margin:0 auto 0 auto;
}

#topmenu{
	background-image: url(img/bg_topmenu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 10px auto 10px auto;
}

#topmenu a{background-image:none; padding-right:0;}

#header {
    margin: 0 auto 5px auto;
	
}	

#content{
	margin: 0 auto 0 auto;
}


#footer{
    margin: 0 auto 0 auto;
	
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#navContainer { margin:0 auto 5px auto; display:block;}
#navContainer a {background-image: none;}



/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#fff;}
#header_menu li {line-height: normal; list-style-image: none;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	background: #fff;
	border-top: 0;
	border-bottom: 0px solid #fff;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #695548; text-align: center; font-weight: bold;}
#nav ul li a {display: block; background: #fff; padding: 5px 10px; padding-bottom: 4px; border-left: 0px solid #000; border-right: 1px solid #000; color: #695548; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #fff; border-color: #000; color: #695548;}
#nav li a:active, #nav ul li a.active {background: #fff; border-color: #fff; color: #695548;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #fff; color: #695548; border-bottom: 0px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #fff; color: #695548; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #ebebeb; border: 0; color:#695548;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #fff; color: #695548; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}



/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */
/*------------------------------------------------------------*
** End Navigation
**------------------------------------------------------------*/



/*------------------------------------------------------------*
** dotted lines
**------------------------------------------------------------*/
.dots_botleftright{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #695548;
	border-bottom-color: #695548;
	border-left-color: #695548;
}

.dots_leftright{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #695548;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #695548;
}
.dots_right{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #695548;
}
.dots_left{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #695548;
}
.dots_bottom{
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #695548;
}
.dots_top{
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #695548;
}

/*------------------------------------------------------------*
** end dotted lines
**------------------------------------------------------------*/
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #695548;
	padding: 10px 0 0 15px;
	margin:0;
}
h2{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	padding:0 0 0 15px;
	margin:0;
}
h3{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding:0;
	margin:0;
}
h4{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	padding: 15px 0 15px 15px;
	margin:0;
}
h5{
    padding: 0 0 15px 15px;
	margin:0;
	font-weight: normal;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	padding: 0 15px 15px 15px;
	margin: 0;
}
	
.brown{
	color: #695548;
                font-size: 8pt;
	padding:10px 0 0 0;
}
.submit{
	background-color:#FFFFFF;
	border:1px solid #999999;
}
.searchresults{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	padding: 0 15px 15px 15px;
	margin:5px 0 0 0;
}
/*------------------------------------------------------------*
** news behavior
**------------------------------------------------------------*/

#mynews p { font-size:9pt; padding:0 15px 0 15px; margin-top:15px; }

#mynews strong { color:#666666; }

#mynews h1 { font-size: 16px;
	font-weight: bold;
	color: #695548;
	padding: 15px 0 0 15px;
	margin:0; }
	
#mynews h2 { font-size: 16px;
	font-weight: bold;
	color: #695548;
	padding: 10px 0 0 15px;
	margin:0;}

#mynews ul{ list-style-type:none; }

 
#mynews a {
	text-decoration: underline;
	padding-right:10px;
	color: #695548;
	font-size: 9pt;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
#mynews a:hover { text-decoration: none;color: #695548; font-size: 9pt; }

/*------------------------------------------------------------*
** listmargins
**------------------------------------------------------------*/
ul {
	margin-top: 0px;
}
li 
{
	list-style-image: url(http://www.lexexpatspecialist.com/media/website-afbeeldingen/bullet.jpg);
	list-style-position: outside;
	list-style-type: none;
}