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

html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	padding:0px;
	margin:0px;
	text-align: left;
	width:100%;
	height:100%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #11547E;
	margin: 0px;
	padding: 0px;


}
a, a:visited, a:active {
	text-decoration: none;
	

}
h1.green {
	color: #81AD1A;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding: 40px 0px 0px 50px;
	overflow:hidden;

}
#menubox {
	position: fixed;
	background:url(/assets/images/menubox.png);
	width: 266px;
	height: 582px;
	overflow: hidden;
}
#kwdescription {
	margin: 125px 10px 0px 10px;

}
#menu {
	margin-top: 30px;
	padding: 0px 10px 0px 10px;

}
.menuitemtop, .menuitemtop a, .menuitemtop a:visited  {
	color:#666666;
	padding: 0px 5px 4px 5px;
	margin: 0px;
	text-decoration: none;
	
}
.menuitemtop a.active {
	font-weight: bold;
	color:#666666; 
}

.projectsbox {
	color: #11547E;
}
.aboutbox {
	color: #999999;
}
.researchprocessbox {
	color: #A3C12D;
}

.bluebox,
.projectsbox .menuheader {
	background-color: #11547E;
}
.graybox,
.aboutbox .menuheader {
	background-color: #999999;
}
.whitebox,
.whitebox .menuheader {
	background-color: #fff;
}
.greenbox,
.researchprocessbox .menuheader {
	background-color: #A3C12D;
}

.left {
	float: left;
}
.right {
	float: right;
}
.button {
	cursor:pointer;
	cursor:hand;
	display:block;
}
.dotted240 {
	clear: both;
	background: url(../assets/images/dotted.png) repeat-x;
	height: 2px;
	width: 240px;
	display:block;
}
.menuselectbox {
	position: relative;
	padding: 0px;
}
.menuselectbox p {
	padding-left: 5px;
}
.menuselectbox h2 {
	text-transform: uppercase;
}

.menuheader {
	width: 230px;
	height: 14px;
	display:block;
	padding: 3px 5px;
	color: #FFFFFF;
	margin: 13px 0px 3px 0px;
}
.menuheader h2 {
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	width: 200px;
}

img.checkbox {
	position:absolute;
	right: 12px;
	top:6px;
	/*background:url(../assets/images/checked.png) no-repeat right;*/	
}


#maincontainer {
	margin-left: 285px;
	overflow: auto;
}
.contentbox170 {
	float: left;
	width: 170px;
	height: 154px;
	/*display: block;*/
	margin: 0px 10px 16px 0px;
}
.contentbox230 {
	float: left;
	width: 230px;
	height: 154px;
	display: block;
	margin: 0px 10px 16px 0px;
}
.contentbox290 {
	float: left;
	width: 290px;
	height: 154px;
	display: block;
	margin: 0px 10px 16px 0px;
}
.contentbox650 {
	width: 650px;
	/*height: 512px;*/
	display: block;
}

.bluecontent {
	border-top: #11547E 6px solid;
	background-color:#F3F6F9;
}	

.bluecontenthatched {
	border-top: #11547E 6px solid;
	background: #F3F6F9 url(../assets/images/bluehatch.png) no-repeat top;
}	

.graycontent {
	border-top: #999999 6px solid;
	background-color:#E6E6E6;
}	
.greencontent {
	border-top: #A3C12D 6px solid;
	background-color:#F6F9EA;
}	
h2.contentboxblue {
	color: #11547E;
	text-transform:uppercase;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	font-size: 10px;
	font-weight: 100;
}
h2.contentboxgray {
	color: #999999;
	text-transform:uppercase;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	font-size: 10px;
	font-weight: 100;
}
h2.contentboxgreen {
	color: #A3C12D;
	text-transform:uppercase;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	font-size: 10px;
	font-weight: 100;
}
p.contentbox {
	padding: 5px 5px 0px 5px;
	color:#999999;
	font-size: 9px;
	margin: 0px;
}
.image_block    {
    width: auto;
    height: 154px;
    position: relative;
}

img.contentbox {
	position: absolute; 
	bottom: 0;
}
div.dotted_blue {
	position: absolute; 
	bottom: 0;
	background: url(../assets/images/dotted_blue.png) repeat-x top;
	height: 100px;
	width: 100%;
	display: block;
	z-index: 99;
}
div.dotted_gray {
	position: absolute; 
	bottom: 0;
	background: url(../assets/images/dotted_gray.png) repeat-x top;
	height: 100px;
	width: 100%;
	display: block;
	z-index: 99;
}
div.dotted_green {
	position: absolute; 
	bottom: 0;
	background: url(../assets/images/dotted_green.png) repeat-x top;
	height: 100px;
	width: 100%;
	display: block;
	z-index: 99;
}

/* ---- OVERLAY ---- */
/* Effects are documented here: http://flowplayer.org/tools/index.html */

/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image: url(../assets/images/whiteback.png);
 
    /* dimensions after the growing animation finishes  */ 
    width:650px; 
    height:512px;         
     
    /* initially overlay is hidden */ 
    display:none; 

    padding:0px; 
	margin: 0px;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../assets/images/close.png); 
    position:absolute; 
    right:0px; 
    top:6px; 
    cursor:pointer; 
    height:12px; 
    width:11px; 
} 
p.detailboxtitle {
	padding: 0px 15px 10px 5px;
	color:#999999;
	font-size: 10px;
	margin: 0px;
}
p.detailboxcontent {
	padding: 5px 5px 0px 5px;
	color:#333333;
	font-size: 10px;
	margin: 0px;
}
h2.detailboxblue {
	color: #11547E;
	text-transform:uppercase;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	font-size: 10px;
	font-weight: 100;
}
div.detailtitleboxblue {
	height: 50px;
	padding-bottom: 5px;
	background: #F3F6F9 url(../assets/images/dotted_blue.png) repeat-x bottom;
	border-bottom: #F3F6F9 5px solid;
}
.blueborder {
	border-top: #11547E 6px solid;
	
}	
.image_block512    {
    width: auto;
    height: 512px;
    position: relative;
}
div.detailboxcontent {
	height: 100%;
	padding-bottom: 5px;
}
div.bluedottedbottom {
	background: #fff url(../assets/images/dotted_blue.png) repeat-x bottom;
	border-bottom: #fff 5px solid;
}

a.checkbox,
a.arrow {
	background: transparent url('/assets/images/unchecked.png') no-repeat top left;
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 6px;
	right: 12px;
}
a.arrow {
	background: transparent url('/assets/images/arrow.png') no-repeat top left;
}
a.checked {
	background: transparent url('/assets/images/checked.png') no-repeat top left;
}

.contentbox {
	border-top: 6px solid #999;
	position: relative;
	overflow: hidden;
}

a.contentbox {
	display: block;
	margin: 0px 10px 16px 0px;
	float: left;
	height: 154px;
	outline: none;
}
a.contentbox span.project_title {
	display: block;
	text-transform: uppercase;
}
a.contentbox span.project_info {
	display: block;
	padding: 5px 5px 0px;
}
a.contentbox img {
	display: block;
	/* width: 170px; */
	height: 95px;
	padding-top: 5px;
	border: none;
	position: absolute;
	bottom: 0px;
}

.aboutcontentbox {
	border-color: #999999;
	background: #E6E6E6;
}
a.aboutcontentbox, a.aboutcontentbox:active, a.aboutcontentbox:visited {
	color: #999999;
}
a.aboutcontentbox:hover {
	background-image: url('/assets/images/grayhatch.png');
	background-repeat: repeat-x;
	background-position: top left;
}
a.aboutcontentbox img {
	background: transparent url('/assets/images/dotted_gray.png') repeat-x top left;
}
.researchprocesscontentbox {
	border-color: #A3C12D;
	background: #F6F9EA;
}
a.researchprocesscontentbox, a.researchprocesscontentbox:active, a.researchprocesscontentbox:visited {
	color: #A3C12D;
}
a.researchprocesscontentbox:hover {
	background-image: url('/assets/images/greenhatch.png');
	background-repeat: repeat-x;
	background-position: top left;
}
a.researchprocesscontentbox img {
	background: transparent url('/assets/images/dotted_green.png') repeat-x top left;
}
.projectscontentbox {
	border-color: #11547E;
	background: #F3F6F9;
}
a.projectscontentbox, a.projectscontentbox:active, a.projectscontentbox:visited {
	color: #11547E;
}
a.projectscontentbox:hover {
	background-image: url('/assets/images/bluehatch.png');
	background-repeat: repeat-x;
	background-position: top left;
}
a.projectscontentbox img {
	background: transparent url('/assets/images/dotted_blue.png') repeat-x top left;
}

#control_overlay {
	background: #999999;
	filter: alpha(opacity=50);
}

.content_window {
	overflow: hidden;
	/*height: 512px;*/
}
.content_window .close { 
    background-image:url(../assets/images/close.png); 
    position:absolute; 
    right:0px; 
    top:0px; 
    cursor:pointer; 
    height:12px; 
    width:11px; 
}
.content_window .contentbox h2 {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font-size: 10px;
	font-weight: 100;
	text-transform: uppercase;
}
.content_window .contentbox .info {
	overflow: hidden;
	padding: 2px 5px;

}
.content_window .contentbox .info .left {
	width: 28%;
}
.content_window .contentbox .info .right {
	width: 70%;
}

.dottedbottom {
	background-position: bottom left;
	background-repeat: repeat-x;
}
.aboutcontentbox .dottedbottom {
	background-image: url('/assets/images/dotted_gray.png');
}
.projectscontentbox .dottedbottom {
	background-image: url('/assets/images/dotted_blue.png');
}
.researchprocesscontentbox .dottedbottom {
	background-image: url('/assets/images/dotted_green.png');
}
.aboutinfo {
	background: #FFFFFF url('/assets/images/dotted_gray.png') repeat-x scroll center bottom;
}
.projectsinfo {
	background: #FFFFFF url('/assets/images/dotted_blue.png') repeat-x scroll center bottom;
}
.researchprocessinfo {
	background: #FFFFFF url('/assets/images/dotted_green.png') repeat-x scroll center bottom;
}

.slideshow_controls {
	 opacity: 0.6; 
	 position: absolute; 
	 top: 0px; 
	 left: 0px; 
	 background: white; 
	 width: 100%;
}
.slideshow_controls div {
	padding: 5px 0px;
	overflow: hidden;
	text-align: center;
}
.slideshow_controls a {
	text-decoration: none;
	display: inline-block;
	margin: 0px 2px;
	width: 15px;
	height: 10px;
	outline: none;
}
.slideshow_controls a.block {
	border: 1px solid black;
}
.slideshow_controls a.block:hover,
.slideshow_controls a.block.active {
	background: #6388bf;
}
.slideshow_controls a.block span {
	visibility: hidden;
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: #999999 url('/assets/images/ajax-loader-white.gif') no-repeat center center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow {
	background: white;
}
.slideshow .panel {
	width: 650px;
}
.slideshow .panel img {
	display: block;
	margin: 0px auto;
}
.info a, info a:visited, .info a:active {
	color: #11547E;
}
.info a:hover {
	color: #000;
}