body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
}
/* BASIC */
/* This rule is only here to fix an odd bug/problem in Safari. NOTE THAT THIS RULE MUST BE PLACED BEFORE OTHER LINK COLOUR RULES.*/
a, a:visited, #object_area_inner a, #object_area_inner a:visited, td.first_line a, td.first_line a:visited {
	
}
a:hover, span a:hover, a:hover .link_direction, a:hover .link_title, a:hover .link_page, a:hover .link_image, #object_area_inner a:hover, td.first_line a:hover, .item a:hover {
	text-decoration: none;
}
#selections_so_far a.delete_button, #selections_so_far a.delete_button:visited, #mktree a.delete_button, #mktree a.delete_button:visited, #object_area_inner .facet .selection_item a, #object_area_inner .facet .selection_item a:visited {
	border-width: 1px;
	border-style: solid;
}
a.delete_button {
	text-decoration: none;
}
h1, h2, h3, h4 {
	margin: 1em 0;
}

h1, * html #object_area_outer #spare1 {
	font-size: 125%;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 105%;
}

h4 {
	font-size: 100%;
}

p {
	margin: 1em 0;
}
img {
	border: none;
}
ul {
	list-style-type: square;	
}

/* HEADER */
#header {
	display: block;
	position: relative;
	max-width: 1280px;
	min-height: 73px;
	margin: 0 auto;
	padding: 0;
}

#skipToContent {
	padding: 4px 6px;
	position: absolute;
	top: -50px;
	left: 0;
	outline: 0;	
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    z-index: 1000;
}
#skipToContent:focus {
	left: 0;
	top: 0;
}
#hamburgerMenu {
	display: none;
}
#responsiveDesignIndicator:after {
		display: none;
}
#header-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 43px;
	width: 291px;
	margin: 0;
	padding: 15px;
}
#header-site-title {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	margin: 0;
	font-size: 21px;
}
#header-site-title a, #header-site-title a:hover, #header-site-title a:visited {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	padding: 2px 12px 0 12px;
}
#header-site-title a  {
	border-top: 4px solid white;
}
#header-site-title a:hover  {
	border-top: 4px solid;
}
#da_menu {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	font-weight: bolder;
}
#da_menu li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
}
#da_menu li a, #da_menu li span {
	display: block;
	position: relative;
	padding: 0 12px 2px 12px;
	margin: 0;
	border-bottom: solid 4px;
	text-decoration: none;
}

/* main content layout */
#maincontent-outer {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px;
	min-height: 640px;
	background-repeat: no-repeat;
	background-position: center top;
}
#maincontent {
	display: block;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}

/* HEADER */
#footer {
	display: block;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* BLOCKS WITH FLOATED CONTENT FIX */
/* These declarations make sure that the containers that contain nothing 
but floated elements expand to contain those floated elements */
#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #header {
	height: 1%;
}

@media only screen and (max-width: 40em) {
	#header {
		display: block;
		position: relative;
		max-width: none;
		min-height: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#da_menu{
		display: none;
	}
	#responsiveDesignIndicator:after {
		content: "40em";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 70%;
		color: red;
	}
	#hamburgerMenu {
		display: block; 
		height: 20px;
		width: 20px;
		background-image: url(../img/hamburger-menu-dark-blue.png);
		background-repeat: no-repeat;
		position: absolute;
		bottom: 4px;
		right: 4px;
		cursor: pointer;
		z-index: 1;
	}
	#header-logo {
		display: block; 
		position: relative;
		height: 43px;
		width: 291px;
		margin: 0;
		padding: 5px;
	}
	#header-site-title {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		padding: 0;
		margin: 3px 10px;
		font-size: 18px;
	}
	#da_menu {
		position: relative;
		font-weight: normal;
	}
	#da_menu li {
		display: block;
		position: relative;
		padding: 0;
		margin: 0;
	}
	#da_menu li a, #da_menu li span {
		display: block;
		position: relative;
		padding: 0 0 0 8px;
		margin: 0;
		border-bottom: none;
		border-left: white solid 4px;
		color: #333;
	}
	#da_menu li a:hover {
		border-left-color: #0070B9;
	}
	#da_menu li a, #da_menu li a:hover, #da_menu li a:visited {
		color: #333;
	}

	#maincontent-outer {
		display: block;
		position: relative;
		margin: 0;
		padding: 15px 0 0 0;
		background-color: #999;
	}
	#maincontent {
		display: block;
		position: relative;
		max-width: none;
		margin: 0;
		padding: 0;
	}
	h1, * html #object_area_outer #spare1 {
		font-size: 110%;
	}
	
	h2 {
		font-size: 107%;
	}
	
	h3 {
		font-size: 103%;
	}
	
	h4 {
		font-size: 100%;
	}
}

/* ADJUSTMENTS - PRINT */
@media print {
	#responsiveDesignIndicator, 
	#skipToContent,
	#hamburgerMenu,
	#headerMenus,
	#footer {
		display: none;
	}
    * {
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    #header a[href]:after,
	abbr[title]:after  {
        content: "" !important;
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }


}