@font-face {
    font-family: Museo300;
    src: url(../fonts/Museo/Museo300-Regular.otf) format("otf");
}
 
* {
	margin: 0;
	padding: 0;
}

/*
Inspired by:
http://matthewjamestaylor.com/blog/perfect-3-column.htm
*/

body {
	    font-family: Museo300, Verdana, Times, Times New Roman, serif;
	    min-width: 600px;
	    color: #000;
}

span.blue {
	color: #016194;
}

.mainitem {
	font-size: 12px;
	padding-right: 25px;
	padding-left: 25px;
}

p {
		margin-bottom: 1em;
}

h2 {
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 20px;
	border-bottom: 1px solid #a3d447;
	width: 33%;
	color: #016194;
}

h3 {
	margin-bottom: 2px;
	color:  #016194;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.header {
	clear:both;
	float:left;
    height: 220px;
    width:  100%;
	background: #e8eee9 url(../images/header2.jpg) no-repeat scroll 50% -16px;
}

#sfeer {
	background: url(../images/sfeer/imaging.png) no-repeat 100% 50%;
	height:  400px;
}

#people {
	background: #fff url(../images/sfeer/imaging%20human.jpg) no-repeat right bottom;
}

.righttext {
	font-size: 90%;
	text-align: right;
	margin: 20px;
}

.lefttext {
	font-size: 90%;
	text-align: left;
	margin: 20px;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}

	/* 3 Column settings */
	.threecol {
		background: url(../images/rightcircle.png) no-repeat right bottom;
	}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
	.threecol .colleft {
		right:60%;			/* width of the middle column */
			/* left column background colour */
	}
	.threecol .col1 {
		width:60%;			/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
		height: 450px;
	    background: url(../images/coda/bubble-5-trans.png) repeat-y -10px;
}
	.threecol .col2 {
		width:20%;			/* Width of left column content (column width minus padding on either side) */
		left:20%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:20%;			/* Width of right column content (column width minus padding on either side) */
		left:80%;
}

.silvergreen {
	background-color: #e8eee9; /* #a3d447; */
	height:  2px;
	margin-bottom: 1px;
}

.center {
	text-align: center;
}

.menu {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	font-variant: small-caps;
	background-color: #a3d447;
}

.menu li {
	list-style-type: none;
	list-style-position: inside;
	padding-right: 24px;
	display:inline;
}

.menu li.last {
		padding-right: 0px;
}

.menuitem {
	cursor: pointer;
}

#main {
	text-align: left;
	margin: 20px;
}

#blc {
	background: url(../images/toprightcircle.png) no-repeat 100% 0%;
	height:  400px;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	color: #cad0cc;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#footer a {
	color: #cad0cc;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
