@charset "UTF-8";
/* css file */

/* ------------------------------------------------------------------------- 
   Reset all page elements - Eric Meyer - v1.0 | 20080212 - DON'T TOUCH !!!
------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
	
ol, ul {
	list-style: none;
	}
	
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
	
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}

/* ------------------------------------------------------------------------- 
   General
------------------------------------------------------------------------- */

html, body {
	color: #333; 
	background-color: #ddd;
	background-image: url(../img/bg_pattern.jpg);
	background-repeat: repeat; 
	text-align: center;
	}
	

/* ------------------------------------------------------------------------- 
	Wrapper - centers and applys shadows
-----------------------------------------------------------------------------*/

div#shadow {
	width: 980px;
	margin:0 auto;
	background-image: url(../img/shadow_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	}

div#wrapper { 
	width:950px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px; 
	padding-bottom: 15px;
	background-color: #fff;
	} 

/* ------------------------------------------------------------------------- 
	Typography
-----------------------------------------------------------------------------*/
   
body { font: 62.5%/1.35 "Trebuchet MS", Verdana, Arial, sans-serif; }

/* ------------------------------------------------------------------------- 
	Typography - Headings
-----------------------------------------------------------------------------*/
 
h1, h2, h3, h4, h5, h6 { color: #332E27; }

h1 { font-size: 1.1em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
 
p, ul, ol, dl {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	color: #332E27;
	}

/* ------------------------------------------------------------------------- 
	Typography - Links
-----------------------------------------------------------------------------*/

a {
	font-size: 1.2em; /* 11px */
	color: #000;
	text-decoration: none;
	}

a:link 		{ color: #333; }
a:visited 	{ color: #333; }
a:hover 	{ color: #111;}
a:active 	{ color: #111; }
p a { font-size:1em; color: #394f4c; text-decoration:underline; }
p a:hover { text-decoration:none; }


/* ------------------------------------------------------------------------- 
	Header
-----------------------------------------------------------------------------*/

#header {
	float:left;
	display:inline;
	width: 210px;
	margin-left: 15px;
	margin-top:15px;
	background-color: #fff;
	}

#header  h1 { 
	display: none;
	}

#header  p {
	display: none;
	}

#header  a#aboutbreman {
	float:left;
	clear:left;
	width: 200px;
	text-align: left;
	line-height: 1.6em; 
	font-weight: bold;
	}

/* ------------------------------------------------------------------------- 
	Header - Main Navigation
-----------------------------------------------------------------------------*/

#header #navbox {
	float:left;
	width: 210px;
	}

#header #navbox a#museeumlogo {
	float: left;
	width: 195px; 
	margin-top:15px;
	margin-left: 5px;
	}

#header #navbox #navbar {
	clear: left;
	float: left;
	display:inline;
	margin-left:15px;
	margin-top:15px;
	width: 180px;
	}

#header #navbox #navbar ul#mainmenu {
	width: 180px;
	margin:0;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #D0CAC3;
	}

#header #navbox #navbar ul#mainmenu li {
	border-top:1px solid #D0CAC3;
	padding-top: 5px;
	padding-bottom: 5px;
	} 

#header #navbox #navbar ul#mainmenu li a {
	display:block; 
	color: #332E27;
	}

/* ------------------------------------------------------------------------- 
	Header - Sub Navigation
-----------------------------------------------------------------------------*/

#header #navbox #navbar ul#mainmenu li ul.submenu {
	margin:0;
	font-size: 1em;
	font-weight: bolder;
	}

#header #navbox #navbar ul#mainmenu li ul.submenu li {
	border:none;
	padding:0;
	}

#header #navbox #navbar ul#mainmenu li ul.submenu li a {
	display: inline;
	color: #7F8F4F;
	line-height: 1.5em;
	}
	
/* ------------------------------------------------------------------------- 
	Header - Sub Sub Navigation
-----------------------------------------------------------------------------*/

#header #navbox #navbar ul#mainmenu li ul.submenu li ul { 
	border:0;
	padding:0;
	margin:0;
	}

#header #navbox #navbar ul#mainmenu li ul.submenu li ul li a {
	border:0;
	padding:0;
	margin:0;
	color: #394F4C;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1em;
	font-variant: normal;
	font-weight: normal;
	font-style: italic;
	}
	
#header #navbox #navbar ul#mainmenu li ul.submenu li ul li a:hover {
	text-decoration: underline;
	}


/* ------------------------------------------------------------------------- 
	Header - subscriber formfield
-----------------------------------------------------------------------------*/

#inputAreaSubscribe.subscribe {
	float:left;
	clear:left;
	display:inline;
	width: 180px;
	margin: 20px 0 0 15px;
	padding:0;
	text-align: left;
	}

#inputAreaSubscribe.subscribe fieldset {
	float:left;
	display:inline;
	width: 180px;
	}

#inputAreaSubscribe.subscribe fieldset input#subscriberfield {
	float:left;
	display:inline;
	font-size:1.1em;
	width:138px;
	padding:4px 2px 4px 2px;
	border:1px solid #889A51;
	margin: 0 4px 0 0;
	}

#inputAreaSubscribe.subscribe fieldset input#subscribersubmit {
	float:left;
	display:inline;
	background:#889A51 none repeat scroll 0 0;
	border: none;
	cursor:pointer;
	font-size:1.1em;
	padding: 0;
	margin:0;
	width:27px;
	height:23px;
	color: #fff;
	}

.activeSubscriber {
	background-image: url(../img/subscriberbox_bg_blank.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	border: none;
	}

.idleSubscriber {
	background-image: url(../img/subscriberbox_bg.jpg );
	background-position: top left;
	background-repeat: no-repeat; 
	border: none;
	}

/* ------------------------------------------------------------------------- 
	Main Content
-----------------------------------------------------------------------------*/

#maincontent {
	float:left;
	width: 710px;
	border-left: 1px solid #D0CAC3;
	text-align: left;
	}

#maincontent #mediabox {
	float:left;
	display:inline;
	width: 680px;
	margin-left: 15px;
	text-align: right;
	}


/* ------------------------------------------------------------------------- 
	Main Content - search formfield
-----------------------------------------------------------------------------*/

#inputAreaSearch.search {
	float:right;
	clear:right;
	display:inline;
	width: 196px;
	margin:20px 0 0 0;
	padding:0;
	}

#inputAreaSearch.search fieldset {
	width: 196px;
	height:24px;
	float:left;
	display:inline;
	}

#inputAreaSearch.search fieldset input#searchfield {
	float:left;
	display:inline;
	font-size:1.1em;
	width:156px;
	padding:4px 2px 4px 2px;
	border:1px solid #c2c2c2;
	margin-right:3px;
	}

.activeSearch {
	background-image: url(../img/searchbox_bg_blank.gif );
	background-position: top left;
	background-repeat:repeat-x;
	border: none;
	}

.idleSearch {
	background-image: url(../img/searchbox_bg.gif );
	background-position: top left;
	background-repeat: no-repeat; 
	border: none;
	}

#inputAreaSearch.search fieldset input#searchsubmit {
	float:left;
	display:inline;
	background:#394F4C none repeat scroll 0 0;
	border: none;
	cursor:pointer;
	font-size:1.1em;
	margin:0;
	padding:0;
	width:27px;
	height:24px;
	color: #fff;
	}
	
/* ------------------------------------------------------------------------- 
	Main Content - Site Structure - actual position
-----------------------------------------------------------------------------*/

#maincontent #mediabox #breadcrumb {
	float: left;
	clear:left;
	display:inline;
	text-align: left;
	margin:25px 0 0 15px;
	}

#maincontent #mediabox #breadcrumb p {
	font-size: 1.1em;
	color: #889A51;
	font-weight: bold;
	}

#maincontent #mediabox #breadcrumb p a {
	padding:0 5px 0px 5px;
	cursor:pointer;
	color: #889A51;
	}

#maincontent #mediabox #breadcrumb p a.finalitem {font-weight: bold; }

/* ------------------------------------------------------------------------- 
	Main Content - 
-----------------------------------------------------------------------------*/

#maincontent #toppics {
	float:left;
	display:inline;
	width: 680px;
	margin-top: 20px;
	margin-left: 15px;
	padding-top: 30px;
	border-top:1px solid #D0CAC3;
	}

#maincontent #toppics h2,
#maincontent #toppics h3, 
#maincontent #toppics p, 
#maincontent #toppics a {
	padding-left: 20px;
	padding-right: 20px;
	}

#maincontent #toppics h2 {
	font-size: 2.4em;
	padding-bottom:8px;
	color: #394F4C;
	}

#maincontent #toppics h3 {
	font-size: 1.5em;
	padding-top:10px;
	padding-bottom:8px;
	font-weight: bold;
	}

#maincontent #toppics p {
	font-size: 1.1em;
	line-height: 1.55em; 
	padding-bottom: 10px;
	color: #332E27;
	}

#maincontent #toppics p.txtblock {  padding-right: 190px; }

#maincontent #toppics a {
	font-weight: bold;
	text-decoration: underline;
	}

#maincontent #mediabox #subhead {
    position:relative;
    height:138px;
    overflow:hidden;
}

#maincontent #mediabox #subhead p {
    position:absolute;
    bottom:0px;
    left:0px;
    padding:0 0 2px 15px;
    color:#fff;
    font-weight:bold;
}

/* --- --------------------------------------------------- --- */

#maincontent #toppics .horizontalign.upperbox {
	float:left;
	display:inline;
	clear:both;
	width: 660px;
	margin-top: 20px;
	margin-left:20px;
	background: #fff url(../img/upperbox_bg_ext.jpg) repeat-y 0 0;
	}

#maincontent #toppics .horizontalign.upperbox #tours {
	float:left;
	display:inline;
	width: 298px;
	min-height:315px;
	height:auto !important;
	height:315px;
	background-image: url(../img/lp_%20gd_tours.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

#maincontent #toppics .horizontalign.upperbox #presentations {
	float:left;
	display:inline;
	width: 298px;
	min-height:315px;
	height:auto !important;
	height:315px;
	margin-left:20px;
	background-image: url(../img/lp_%20gd_%20presentations.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

/* --- --------------------------------------------------- --- */

#maincontent #toppics .horizontalign.lowerbox {
	float:left;
	display:inline;
	clear: both;
	width: 660px;
	margin-top: 30px;
	margin-left:20px;
	background: #fff url(../img/lowerbox_bg_ext.jpg) repeat-y 0 0;
	}

#maincontent #toppics .horizontalign.lowerbox #materials {
	float:left;
	display:inline;
	width: 298px;
	min-height:315px;
	height:auto !important;
	height:315px;
	background-image: url(../img/lp_%20gd_%20materials.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

#maincontent #toppics .horizontalign.lowerbox #credit {
	float:left;
	display:inline;
	width: 298px;
	min-height:315px;
	height:auto !important;
	height:315px;
	margin-left:20px;
	background-image: url(../img/lp_%20gd_credit.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
	
#tours h3,
#tours a { color: #889A51; }

#presentations h3,
#presentations { color: #394F4C; }

#materials h3,
#materials { color: #332E27; }

#credit h3,
#credit a { color: #394F4C; }



/* ------------------------------------------------------------------------- 
	Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	float:left;
	display:inline;
	width: 890px;
	border-top: 1px solid #D0CAC3;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: right;
	background-color: #fff;
	}

#footer p {
	padding-top:18px;
	padding-bottom: 15px;
	margin-bottom: 0;
	color: #332E27;
	}

/* ------------------------------------------------------------------------- 
	Footer - Navigation
-----------------------------------------------------------------------------*/

#footer ul#footernavigation  { 
}

#footer ul#footernavigation  li {
	display: inline;
	padding:0 8px 0 0;
	border-right:1px solid #889A51;
	border-left:1px solid #fff;
	}

#footer ul#footernavigation  li.noline { border: none; padding:0; }

#footer ul#footernavigation  li a {
	color: #889A51;
	padding:0 0 0 5px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	}
	
.marginBottom10px {
                margin-bottom: 10px
                }

/* ------------------------------------------------------------------------- 
	Helpers
-----------------------------------------------------------------------------*/

.spaceafter { display:block; padding-bottom: 20px; }

.clear { clear:both; float:left; display:inline; }

/* =Clearfix (all browsers)--------------------------------*/

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* IE6 */ * html .clearfix {height: 1%;}
/* IE7 */ *:first-child+html .clearfix {min-height: 1px;}

ul.bulleted {
	list-style:disc outside;
	padding:0 0 0 30px;
	margin:0;
}

ul.bulleted li {
    padding-bottom:5px;
}
	
