@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0167AC;	
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../_img/background-strategy.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
}

h1
{
 	color: #00467F;
	font-size: 15px;
}

h2
{
	padding: 5px 0px 0px 0px;
}

p
{
	margin: 10px 0px 10px 0px;
}

a
{
	text-decoration: underline;
	color: #00467F;
}

img
{
	border: none;
}

#wrapper, #wrapper-home, #wrapper-projects, #wrapper-contact
{
	width: 836px;
	margin: 0px auto;	
}

/* Align the heading to the right */
#wrapper-contact h1
{
	position: relative;
	left: 290px;
	top: 20px;
	width: 450px;
}

#logo
{
	float: left;
	width: 265px;
	margin: 0px 0px 0px 30px;	
}

#content
{
	clear: both;
	line-height: 16px;	
}

#content-full
{
	float: left;
	margin: 35px 0px 0px 35px;
	width: 700px;
}

#content-left
{	
	float: left;
	margin: 35px 0px 0px 35px;
	width: 495px;
}

#content-right
{
	float: right;
	margin: 35px 0px;
	width: 300px;
}

	#flashContent
	{
		position:relative;
		top: -120px;
		left: 50px;
	}

#content-highlight
{
	width: 463px;	
}

#content-highlight ul
{
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

#map-highlight-box
{
	margin: -65px 0px 0px 0px;
	height: 120px;
}

#image-top
{
	position:relative;
	top: -65px;
}

#image-project
{
	position:relative;
	top:20px;
}

#footer
{
	clear: both;
	font-size: 9px;
	color: #999999;
	padding: 10px 0px;
	margin: 0px 0px 0px 35px;
}

#footer a
{
	text-decoration: none;
	color: #999999;
}

#footer a:hover
{
	color: #00467F;
}


#read-more, #read-less
{
	text-align: right;
	width:470px;
	height:40px;
	visibility:hidden;
}

#button-read-more
{
	cursor: pointer;
	width: 91px;
	height: 33px;
}


#button-read-less
{
	visibility:hidden;
	cursor: pointer;
	width: 55px;
	height: 32px;
}

#click-images-text
{
	float: right;
	padding: 10px 0px 0px 10px;
}

a.cookie
{
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

.highlightBox
{	
	background-image: url(../_img/background-content-highlight.jpg);
	background-repeat: repeat-x;
	border: 1px solid #E1F5F8;
	background-color: #E1F5F8;
	padding: 7px;
	margin: 0px 0px 0px -7px;
}

.more
{
	display: block;
	background-image: url(../_img/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	width: 90px;
}

.blue-text
{
	color: #00467F;
	font-weight: bold;
}

.popup
{
    background-image: url(../_img/mouseover.png);
    width: 252px;
    height: 75px;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    line-height: 1.3em;
}

.popup a
{
	color:#FFFFFF;
}