@charset "UTF-8";
/* CSS Document */

body {
	background: #5a5c5e;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

a, a:link, a:visited {
	color: #216faa;
}

a:hover {
	
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #808386;
	margin: 0 ;
	



}

#header {
	height: 110px;
	width: 100%;
	background: #fff;
	
}



#headerspace {
	float: left;
	width: 90px;
	background: #464748 repeat -15px -15px;
	height: 110px;
}

#logo {
	background: url(images/VDK-logo76px.jpg) no-repeat 6px 20px;
	height: 110px;
	float:  left;
	width: 300px;

}

#logocontent {
	height: 110px;
	float: left;

	background: white;
	
}

#menu {
	width: 100%;
	height: 25px;
	background-color: #ea7f1e;
	position: relative;
}

#greyspacer {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 25px;
	background: #aeafb3;
	
	clear: right;
}

#links {
	float: left;
	padding: 5px 20px 0 328px;
	color: white;
	font-size: 11px;
	
	width: 580px;


}

#links a {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0 7px 0 7px;
	
	
	
}

#links a:hover {
	color: black;
}

#mainbody {
	width: 1000px;
	background: #464748 url(images/808386-1x90.gif) repeat-y 0 0;
	padding: 0;
	margin: 0;

}



#mediabar {
	
	width: 220px;
	float: left;
	margin-left: 0;
	padding: 5px 0 0 90px;
	text-align: left;

}

#mediabar img {
	width: 220px;
	padding: 5px 0 5px 0;
	margin: 0;
	display: block; /*removes weird padding*/
}



#pagecontent {

	background: white;
	float: right;
	width: 650px;
	padding: 10px 15px 0 25px;
	position: relative;
}



#arrows {
	position: absolute;
	bottom: 10px;
	right: 20px;
	
}
#arrows img { 
	border: none;
	width: 14px;

}
#backtoprojects {
	position: absolute;
	bottom: 10px;
	left: 25px;
	
}

#backtoprojects a{
	font-size: 9px;
	text-transform: uppercase;
}

h1 {
	font-size: 14px;
	margin: 0 0 18px 0;
	letter-spacing: 1px;
	font-family: tahoma;
	font-weight: bold;
}

.h1 {
	font-size: 14px;
	margin: 0;
	letter-spacing: 1px;
	font-family: tahoma;
	font-weight: bold;
	
}

h2, .h2 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 0 0;
	letter-spacing: 1px;
	font-family: tahoma;
	color: #444;
}

h6 {
	font-size: 11px;
	margin: 0 0 0 5px;
	padding: 0px 0 20px 25px;
	font-family: tahoma;
	color: #bbb;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	
}

p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 18px 0;
	color: #444;
}
#pagecontent, #mediabar {
	min-height: 350px;
}

#clearspace {
	height: 0;
	background: transparent;
	clear: both;
	visibility: hidden;
}
#bottombar {
	height: 50px;
	background: #5a5c5e;
	clear: both;
	
	
}

#mediabar a.leadership, #mediabar a.leadership:link, #mediabar a.leadership:visited {
	font-size: 12px;
	
	font-weight: bold;

	margin: 0 0 0 5px;
	letter-spacing: 1px;
	font-family: tahoma;
	text-decoration: none;
	color: #fff;
	padding: 0px 0 0px 25px;
	line-height: 18px;
background: url(images/right-orange-arrow2.png) no-repeat 0 0;
}

#mediabar a.leadership:hover {
	font-style: normal;
	color: #808386;
}


