﻿/* RESET CSS | v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	background: transparent;
	font-size: 100%;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
}

*
{
	font-family: Georgia, Times New Roman, Times;
}

body 
{
	margin-bottom: 20px;
	font-size: .75em;
	color: #666;
}

a.logo
{
	background-repeat: no-repeat;
	display: block;
	margin: 20px 0 0 20px;
	height: 26px;
	width: 32px;
}

	a.logo span
	{
		display: none;
	}
	
a, .hyperlinks
{
	text-decoration: none;
	color: #000;
}

.hyperlinks
{
	cursor: pointer;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

p
{
	margin-bottom: 20px;
}

h1
{
	font-weight: normal;
	font-size: 1.15em;
}

h2
{
	margin-bottom: 20px;
	font-weight: normal;
	font-style: italic;
}

ul
{
	padding-left: 15px;
	margin-bottom: 20px;
}

li
{
	margin-bottom: 20px;
}

input[type=text]:focus, /* bad webkit, bad! */
input[type=password]:focus 
{
  outline: 0 none;
}

/**/

.gigantic-region h1
{
	margin-bottom: .4em;
	font-size: 2em;
}

.gigantic-region p
{
	line-height: 1.2em;
	font-size: 1.7em;
}

.gigantic-region a
{
	font-size: .6em;
}


.generic-region h1
{
	color: #444;
}

.generic-region p
{
	color: #888;
}


/* Primatives */

.highlight
{
	color: #000;
}

.clr
{
	clear: both;
}

div.hr
{
	border-bottom: dashed 1px #aaa;
	margin: 20px 0;
}

/* Home section */

/*
.defaultElement a.logo
{
	background-image: url(images/default_logo.gif);
}

.defaultElement h1, 
.defaultElement .highlight, 
.defaultElement a:hover, 
.defaultElement a.active, 
.defaultElement .active a,
.defaultElement .hyperlinks:hover
{
	color: #a91717;
}

.defaultElement .mediumThumbnail,
.defaultElement .largeThumbnail
{
	border-color: #a91717;
}
*/
a.logo
{
	background-image: url(images/default_logo.gif);
}

h1, 
.highlight, 
a:hover, 
a.active, 
.active a,
.hyperlinks:hover
{
	color: #a91717;
}

.mediumThumbnail,
.largeThumbnail
{
	border-color: #a91717;
}

/* Projects section */

.projects-region a.logo
{
	background-image: url(images/projects_logo.gif);
}

.projects-region h1, 
.projects-region .highlight, 
.projects-region a:hover, 
.projects-region a.active, 
.projects-region .active a,
.projects-region .hyperlinks:hover
{
	color: #BFD73B;
}

.projects-region .mediumThumbnail,
.projects-region .largeThumbnail
{
	border-color: #BFD73B;
}

/* News section */

.news-region a.logo
{
	background-image: url(images/news_logo.gif);
}

.news-region h1, 
.news-region .highlight, 
.news-region a:hover, 
.news-region a.active, 
.news-region .active a,
.news-region .hyperlinks:hover
{
	color: #00B0D8;
}

.news-region .mediumThumbnail,
.news-region .largeThumbnail
{
	border-color: #00B0D8;
}

/* Links section */

.links-region a.logo
{
	background-image: url(images/links_logo.gif);
}

.links-region h1, 
.links-region .highlight, 
.links-region a:hover, 
.links-region a.active, 
.links-region .active a,
.links-region .hyperlinks:hover
{
	color: #F78F1E;
}

/**/

#documentPanel
{
	width: 796px;
	padding: 20px 32px 20px 32px;
}

#contentPanel
{
	line-height: 1.5;
}

#header
{
	
}

	div.temp
	{
		font-size: 1.2em;
	}

	#header .companyAddress
	{
		margin-right: 20px;
		width: 184px;
	}
	
	#header #primaryMenu
	{
		padding: 0;
		margin: 0;
	}
	
	#header #searchPanel
	{
		margin-top: 70px;
		width: 184px;
	}
	
	.searchField
	{
		background-color: #fff;
		padding: 3px;
		border: solid 1px #ccc;
		color: #000;
	}
	
button#searchButton, div.magnifyIcon
{
	background: #fff url(images/search.gif) no-repeat center center;
	border: 0;
	display: block;
	width: 18px;
	height: 18px;
	float: right;
}

	button#searchButton {
		cursor: pointer;
	}

	div.clearIcon
	{
		background: #fff url(images/search_close.gif) no-repeat center center;
		cursor: pointer; 
		border: 0;
		display: block;
		width: 18px;
		height: 18px;
		float: right;
	}

	button#searchButton span
	{
		display: none;
	}
	
input.searchInput
{
	border: 0;
	display: block;
	float: left;
	width: 150px;
}

	input.defaulted
	{
		color: #888;
	}
		
#primaryMenu
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	#primaryMenu li
	{
		padding: 0;
		margin: 0;
	}
	
	#primaryMenu a
	{
	}
	
	#primaryMenu #homeMenuItem
	{
		margin-bottom: 1.2em;
	}
	
div.sectionBar
{
	/*ie 7 and under don't like margin here, the margin magically jumps to its siblings instead. */
	padding-bottom: 20px;
}

div.sectionFooter
{
	margin-top: 20px;
}

a.mediumThumbnail
{
	background-color: #fff;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	display: block;
	height: 136px;
	width: 182px;
}

	a.mediumThumbnail img
	{
		display: block;
	}
	
a.largeThumbnail
{
	background-color: #fff;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	display: block;
	height: 188px;
	width: 251px;
}
	
	a.largeThumbnail img
	{
		display: block;
	}
	
div.singleColumn
{
	width: 184px;
}
	
div.doubleColumn
{
	width: 388px;
}

div.tripleColumn
{
	width: 592px;
}

div.hoogeMedia
{
	width: 592px;
	height: 444px;
}

	div.hoogeMedia img
	{
		display: block;
	}
	
div.summaryBlock
{
}

	div.summaryBlock p
	{
		margin-bottom: 0;
	}
	
div.summaryRow
{
	margin-bottom: 20px;
}

div.summaryColumn
{
	margin-right: 20px;
}

div.lastSummaryColumn
{
}

div.summaryPage
{
	margin-right: 20px;
	width: 796px;
	float: left;
}

div.notice
{
	background-color: #fbfbbb;
	margin-bottom: 20px;
	padding: 10px;
}

div.inlineSearchPanel
{
	background-color: #fff;
	line-height: 1.5;
	position: absolute;
	padding: 10px;
	margin: -1px 0 0 -204px;
	width: 368px;
}

	div.inlineSearchPanel ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0 0 1em 0;
	}
	
	div.inlineSearchPanel ul.last
	{
		margin-bottom: 0;
	}
	
	div.inlineSearchPanel ul li
	{
		padding: 0;
		margin: 0;
	}

div.firstInlineSearchResult
{
	margin: 0;
}

div.inlineSearchText
{
	margin-top: 7px;
	float: right;
	width: 295px;
}

div#searchFadeCover
{
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

div.mediaSummaryPanel
{
	margin-bottom: -20px;
	overflow: hidden;
	width: 796px;
}

div.group-listings
{
	margin-bottom: -1em;
}

	ul.listing,
	div.group-listings ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0 0 1em 0;
	}
	
	ul.listing li,
	div.group-listings li
	{
		padding: 0;
		margin: 0;
	}
	
div.inline-preview
{
	margin-bottom: 20px;
}

.last,
ul.last,
div.last
{
	margin-bottom: 0;
}

div#scrollTainer
{
	overflow: hidden;
}