body 
{ 
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
/*  font-family: 'Metrophobic', sans-serif;*/
  font-size:14px; 
  background-color: #fff;/*#e4e5e1; */
  background-color: #ccd2d8;
  background-color: #F4F4F4;
  margin: 0px;
  padding: 0px;
/*
  background: url('../img/background.png');
*/
  color: #111;
}

a
{ 
  text-decoration:none; 
  color: #3541da;
}


#body
{
  margin-left: 20px;
  margin-right: 20px;
}

#footer
{
/*  margin-top: 50px;*/
  clear: both;
  margin-bottom: 50px;
}

.line
{
  width: 100%;
  height: 5px;
  background-color: #676f88;
}


#header
{
  border-top: 5px solid #676f88;
  background-color: #ccd2d8;
  background-color: transparent;
  float: left;
  color: #676f77;
  width: 100%;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

 a
{
  color: #5b82a4;
}

#header .title
{
  font-size:42px;
  float: left;
  margin-left: 30px;
}

#header .links
{
  float: right;
  margin-top: 25px;
  margin-right: 20px;
}

#header .links .link
{
  display: inline;
  margin-right: 10px;
}

#body
{
  clear: both;
}

.boxline
{
  clear: both;
  float: left;
}

.boxblock
{
  float: left;
  width: 250px;
  margin-right: 20px;
}

.box
{
  float: left;
  width: 200px;
  height: 150px;
/*  height: 250px;*/
  overflow: hidden;
  margin: 0px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
  font-size:14px;   
  position: relative;

}

.box.border
{
  background-color: #F4F4F4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}




.box.withextendedcontent:hover
{
  background-color: #FAFAFA;/*#f5f8fb;*/
  cursor: pointer;
  cursor: hand;
}

.box:last-child
{
  margin-right: 0px;
}



.box .title, .extendedcontent .title
{
  margin: 0px;
  font-size:24px;
  margin-bottom: 10px;
}

.box .subtitle, .extendedcontent  .subtitle
{
  font-size:16px; 
}

.box .date, .extendedcontent .date
{
  font-size:14px; 
}

.box .content, .extendedContent
{
/*
	text-align: justify;
*/
}


.box.header
{
  color: #c00;
  line-height:150px;

/* background-color: #fee;*/
/* text-align: center;*/
}



.box.header .title:after
{
  content: "+";
}


.extendedcontent
{
  display: none;
  width: 600px;
  
  font-size:14px;
	background-color:#fff; 
}

.color
{
  background-color: #F4F4F4; /*#78D6D0;*/
}

ul
{
  list-style-type: square;
  margin: 0px;
  padding:5px;
  padding-left: 20px;
}

li
{
  padding: 0px;
	
}

dl
{
margin:0px;
padding: 0px;
}




.customers
{
	font-style: italic;
}


.twocolumns
{
	clear: both;
	float: left;
	width: 80%;
}

.twocolumns div
{
	float: left;
	width: 45%;
	margin-right: 5px;
}

.twocolumns div:last
{
	margin-right: 0px;
}




.illustration
{
  position: absolute;
	z-index:3200;
  top: -30px;
  right: -30px;
}


#simplemodal-container a.modalCloseImg 
{
	background:url(../img/close.png) no-repeat; /* adjust url as required */
	width:30px;
	height:30px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	left:-18px;
	cursor:pointer;
}

#simplemodal-overlay 
{
	background-color:#000;
}
#simplemodal-container 
{
	background-color:#fff; 
/*	border:4px solid #eee; */
	padding:12px;
  font-size:14px; 
  width: 600px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: -5px 5px 10px rgba(68,68,68,0.6); /* Firefox */
  -webkit-box-shadow: -5px 5px 10px rgba(68,68,68,0.6); /* Safari, Chrome */
  box-shadow: -5px 5px 10px rgba(68,68,68,0.6); /* CSS3 */  
position: relative;
  
}

.simplemodal-data, #simplemodal-data
{
  height: auto;
}





