@charset "utf-8";

body,td,th {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:77%;
	background:#fff;
}

#container{
	width:861px;
	margin:140px auto 0 auto;
}

#header{
	width:100px; 
	height:200px;
	float:left;
	font-size:77%;
}


#map
{
	width: 95%; 
	height: 250px;
	border:1px #A2A2A2 solid;
}

h1{
	margin-bottom:10px;
	margin-top:10px;
}

h2
{
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
}

#header .type{display:none;}

#navigation {
	width:710px;
	margin-left:140px;
	border-bottom:1px solid #00A0C6;
	border-left:1px solid #00A0C6;
	height:18px;
}

#navigation ul
{
	width:710px;
}

#navigation ul, #navigation li {
	/*display: inline;*/

	text-transform:lowercase;
	float:left;
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: bold;
	}
	
#navigation li{
	padding:0 30px 0 10px;
	font-weight:bold;
	font-size:123.1%;
}	

#navigation li a{
	text-decoration:none;
	color:#000;
	}
	
#navigation li a:hover, #navigation li a.selected{
	color:#00A0C6;
	}

#content{
	color:#333;
	width:669px;
	min-height:300px;
	margin:0 0 0 140px;
	padding:10px 0 10px 10px;
	line-height:140%;
	border-left:1px solid #00A0C6;
}

#content p{
	margin-bottom:5px;
}

#content h1{
	font-weight:bold;
	font-size:153.9%;
	margin-bottom:5px;
}

#footer{
	color:#333;
	border-top:1px solid #00A0C6;
	font-size:77%;
	padding-top:10px;
	}
	
#footer a{
	color:#333;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
	}
	
.vcard
{
	width:145px;
}

#casestudies
{
	padding:1.2em 0 0 1.2em;
	height:370px;
}

#casestudies li
{
	padding:0 1.2em 1.2em 1.2em;
	float:left;
	width:27%;
	text-align:center;
}

#casestudies li h2
{
	font-size:1.2em;
}

#casestudies li h2 a, #casestudies li h2 a:visited
{ 
	color:#333333;
	text-decoration:none;
}

#casestudies li h2 a:hover
{
	text-decoration:underline;
}

.alignbottom
{
	position:relative;
	margin-top:auto;
}

.bigger
{
	height:480px;
}