/* --------------------------------------- */
/* GENERAL */
/* --------------------------------------- */

html,body				{ margin: 0px; padding: 0px; }

body
	{
	background-color: #e1e1e1;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.85em;
	color: #6f7173;
	}

div#wrapper
	{
	background: transparent url(/grfx/bg-wrapper.gif) top left repeat-y;
	position: relative;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	}

.button					{ cursor: hand; cursor: pointer; }
.clear					{ clear: both; }
.picright				{ margin-left: 10px; }
.picleft				{ margin-right: 10px; }

a						{ font-weight: bold; color: #2F5291; text-decoration: underline; }
a:hover					{ font-weight: bold; color: #ffaa00; text-decoration: underline; }

#formtbl				{ width: 100%; margin-top: 10px; }
.formdesc				{ width: 28%; font-weight: bold; text-transform: uppercase; vertical-align: top; padding-top: 2px; }

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

div#header
	{
	background-position: top left;
	background-repeat: no-repeat;
	height: 275px;
	margin: 0px 3px;
	}

#overlay_header
	{
	background: transparent url(/grfx/overlay_photo.gif) no-repeat bottom right;
	z-index: 1;
	position: absolute;
	left: 882px;
	top: 255px;
	width: 21px;
	height: 21px;
	}

#langsearch
	{
	position: relative;
	width: 260px;
	padding-top: 10px;
	margin: 0px;
	margin-left: 16px;
	}

#languages
	{
	float: left;
	width: 250px;
	height: 22px;
	margin:0px 4px;
	}

#ttlbar					{ width: 744px; height: 160px; margin: 0px; }

h1
	{
	font-style: italic;
	font-size: 2.4em;
	color: #FFAA00;
	width: 640px;
	height: 40px;
	margin: 0px;
	margin-left: 20px;
	}

#logo
	{
	background: url(/grfx/logo.gif) no-repeat;
	position: relative;
	width: 145px;
	height: 188px;
	margin: auto;
	cursor: pointer;
	}

#sidebartop
	{
	background-color: #ffb246;
	position: absolute;
	top: 0px;
	right: 3px;
	width: 198px;
	height: 205px;
	}

#regionbar				{ padding: 10px; }

#fillnavbar
	{
	background: #ffb246 url(/grfx/bg-navigation.gif) no-repeat top right;
	width: 28px;
	height: 28px;
	float: right;
	}

/* ======================================= */

/* --------------------------------------- */
/* NAVIGATION */
/* --------------------------------------- */

ul#nav {
	padding-top: 4px;
	}

#nav, #nav ul { /* all lists */
	float: left;
	width: 820px;
	list-style: none;
	line-height: 1;
	background: #ffb246;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8  {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	background: url(/grfx/menubarstripe.gif) no-repeat right 2px;
	}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0.25em 0.75em;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 215px; /* width */
	font-weight: normal;
	border:1px solid #f3cf53;
	margin: 0;
}

#nav li li {
	width: 100%;
}

#nav li ul a {
	height: 20px;
	padding-top:9px;
	padding-bottom:1px;
	padding-right:0.25em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
	margin: -1.7em 0 0 13.95em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul li a:hover { /* lists nested under hovered list items */
	color: #fff;
	background: #ffb246;
	}

/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

/* ---------------------------- */

#navigation
	{
	background: #ffb246 url(/grfx/bg-topnav.gif) no-repeat top left;
	font-size: 0.9em;
	text-align:left;
	position:relative;
	height:28px;
	margin:0;
	padding:0;
	list-style-type:none;
	z-index: 2;
	}

#nav li#m2 #highlight, #nav li#m3 #highlight, #nav li#m4 #highlight, #nav li#m5 #highlight,
#nav li#m6 #highlight, #nav li#m7 #highlight, #nav li#m8 #highlight
	{
	color: #244994;
	text-decoration:none;
	}

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#main
	{
	position:relative;
	width: 100%;
	min-height:600px;
	height:auto;
	_height:600px;
	margin-top: 10px;
	}

div#content
	{
	font-size: 0.85em;
	float:left;
	width: 724px;
	_width: 718px;
	min-height: 600px;
   	height: auto;
   	_height: 1000px;
	/* http://wellstyled.com/css-underscore-hack.html */
	background: transparent;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
	}


div#content_popup
	{
	font-size: 0.85em;
	position:relative;
	width: 576px;
	/* http://wellstyled.com/css-underscore-hack.html */
	background: transparent;
	text-align: left;
	margin-top: 0px;
	margin-left: 4px;
	padding: 10px;
	}

h3
	{
	font-size: 1.4em;
	font-weight: bold;
	color: #ffaa00;
	text-transform: uppercase;
	}

h5
	{
	font-size: 1.2em;
	font-weight: bold;
	}

#sitemap li
	{
	list-style-image: url(/grfx/bullet-sitemap.gif);
	list-style-type: circle;
	line-height: 1.8em;
	}

#sitemap-highlight
	{
	font-weight: bold;
	}

.columns
	{
	min-height:80px;
	height:auto;
	_height:80px;
	}

.columnone
	{
	min-height:100px;
	height:auto;
	_height:100px;
	display: block;
	float: left;
	width: 352px;
	padding-right: 5px;
	}

.columntwo
	{
	min-height:148px;
	height:auto;

	_height:148px;
	display: block;
	width: 352px;
	margin-left: 362px;
	padding-left: 5px;
	}

.columnone h3, .columntwo h3
	{
	font-weight: bold;
	font-size: 1em;
	color: #ffb346;
	margin: 0px;
	margin-bottom: 5px;
	}

.columnimg
	{
	border: 1px solid #000;
	width: 96px;
	margin-right:10px;
	margin-bottom: 5px;
	}



/* ======================================= */

/* --------------------------------------- */
/* SIDEBLOCKS */
/* --------------------------------------- */

#sidebar
	{
	float:right;
	display:block;
	color: #000;
	width:180px;
	padding: 10px;
	min-height:600px;
	height:auto;
	}

.special
	{
	display: block;

	}

.special h3
	{
	background-color: #000;
	border-bottom: 1px solid #fff;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
	padding: 4px;
	margin:0px;
	}

.block
	{
	float:left;
	display:block;
	font-size: 0.8em;
	width: 170px;
	padding-left: 2px;
	margin-bottom: 15px;
	}

.block a
	{
	color:#00f;
	}

.sideline
	{
	display: block;
	border-top: 1px dotted #ccc;
	height:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* ======================================= */

/* --------------------------------------- */
/* BREADCRUMB */
/* --------------------------------------- */

#breadcrumb				{ font-size:0.95em; color: #000; }
#breadcrumb a			{ font-weight: normal; color: #000; text-decoration: none; }
#breadcrumb a:hover		{ font-weight: normal; color: #000; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* CITYGUIDE */
/* --------------------------------------- */

#cityguide				{ display:block; position:relative; }

.cityttl				{ font-weight: bold; color: #d27b27; text-transform: uppercase; }

.citycolumn-one
	{
	display: block;
	float: left;
	width: 282px;
	padding-right: 5px;
	}

.citycolumn-two
	{
	display: block;
	width: 276px;
	margin-left: 290px;
	padding-left: 5px;
	}

#citybar				{ display: block; }
#citybar select			{ width: 200px; }

/* ======================================= */

/* --------------------------------------- */
/* NEWS */
/* --------------------------------------- */

.message
	{
	display: block;
	padding-top: 5px;
	}

.message a				{ text-decoration: underline; }
.message a:hover		{ text-decoration: underline; }

.moreinfo				{ text-transform: none; margin-top: 10px; }
.moreinfo a				{ text-decoration: underline; color:#74b6cc; }
.moreinfo a:hover		{ text-decoration: underline; color:#000; }

.meerinfo				{ font-size: 1.2em;	font-weight: bold;}

.dotline
	{
	display: block;
	background: #fff url(/grfx/column-dot.gif) repeat-x 0px 7px;
	height:14px;
	margin-top: 5px;
	margin-bottom: 5px;
	}


/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#footer
	{
	position: relative;
	background-color: #ffb246;
	clear:both;
	font-weight: bold;
	font-size: 0.9em;
	color:#000;
	height:30px;
	margin: 0px;
	margin-left:3px;
	margin-right: 3px;
	}

#footer p				{ position: relative; padding: 4px 0px; width: 760px; margin: 5px 0px 0px 40px; }
#footer a 				{ color: #000; text-decoration: none; }
#footer a:hover 		{ color: #fff; text-decoration: none; }

#vvvlogo
	{
	background: transparent url(/grfx/vvvlogo_small.gif) no-repeat center;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px;
	margin-left: 4px;
	}

/* ======================================= */

/* --------------------------------------- */
/* POP UP */
/* --------------------------------------- */

body.cntpopup
	{
	background-color: #fff;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.8em;
	color: #7b7a7b;
	}

/* ======================================= */

/* --------------------------------------- */
/* PHOTO GALLERY */
/* --------------------------------------- */

#gallery { width:100%; }
#gallery ul
	{
	list-style:none;
	padding:0;
	margin:0;
	width:180px;
	position:relative;
	float:left;
	}

#gallery ul li
	{
	display:inline;
	width:52px;
	height:52px;
	float:left;
	margin:0 0 5px 5px;
	}

#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; left:185px; top:0; width:auto; height:auto; border:1px solid #000;}

/* ======================================= */
