/* CSS Open Lab */


body {
	background-color:#BE0000; /*  #BE0000   #C00000  #bf0000  c10001  ce0000 */
 	background-image:url(../media/bgnd5.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
	text-align:center;
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:14px;
}

#ol{
	text-align:left;
	width:830px;
}

/*site header*/


#header{
	background-image:url(../media/top.png);
	height:147px;
	background-position:top left;
	background-repeat:no-repeat;	
	vertical-align:top;
}

#header #logo{
	position:absolute; 

}

#header #menu{
	position:relative; 
	left:250px; 
	top:80px; 
	width:515px; 
	z-index:1; 
	border: 0;
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:14px;
	color:#FFFFFF;
}

#header #menu td{
	text-align:right;
	padding-left:35px;
}

#header #util{
	position:relative; 
	left:80px; 
	top:-20px; 
	width:500px; 
	z-index:1; 
	border: 0;
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:14px;
	color:#FFFFFF;
}

#header #lang{
	position:relative; 
	left:215px; 
	top:-20px; 
	width:550px; 
	z-index:1; 
	border: 0;
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:14px;
	color:#FFFFFF;
}


#header a{
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover{
	color:#FD993B;
}

#header a.sel{
	color:#FD993B;
}

#header a.selected{
	color:#FD993B;
}


/*site content*/

#content{
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	height:300px;
	padding:10px;
}

#content a{
	color:#FFFFFF;
	text-decoration:none;
}
#content a:hover{
	color:#FD993B;
}


#content h3{
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;

}


#content #whatWeDo{
	border-right:1px dotted white;
	margin-left:10px;
	padding-right:5px;
/*	opacity:.7;
	filter: alpha(opacity = 70);*/
	font-size:12px;
	width:170px;
	height:350px;
	float:left;
}
#content #whatWeDoStaff{
	border-right:1px dotted white;
	margin-left:10px;
	padding-right:5px;
/*	opacity:.7;
	filter: alpha(opacity = 70);*/
	font-size:12px;
	width:170px;
	height:1150px;
	float:left;
}

#content #navigation{
	width:600px;
	height:330px;	
	position:relative;
	font-size:12px;
	overflow:hidden;
}
#content #navigationStaff{
	width:600px;
	height:1150px;	
	position:relative;
	font-size:12px;
	overflow:hidden;
	margin-left:10px;
}

#navigation .navigationTable{
	width:2500px;
}
#navigationStaff .navigationTable{
	width:800px;
}
#navigationStaff .navigationTable ul{
	margin:0;
	padding:0
}

#navigation .navigationTable li.container{
	position:relative;
	padding-left:10px;
	padding-top:3px;
	margin:0;
	list-style:none;
	float:left;
	overflow:hidden;
	width:590px;
	height:330px;
}
#navigationStaff .navigationTable li.containerStaff {
	position:relative;
	padding-left:10px;
	padding-top:3px;
	margin:0;
	list-style:none;
	float:left;
	overflow:hidden;
}

#content #staff a{
	color:#FD993B;
	text-decoration:underline;
}
#content #staff a:hover{
	color:#fff;
	text-decoration:underline;
}
#content #staff div {
padding: 10px 2px 0 0px;
height:125px;
width:295px

}
#navigation .container {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:17px;
	font-size:14px;
	text-align:justify;
}

#navigation .container img, #navigation .container span {
	float:left;
	margin-right:10px;
}


#navigation .container .links {
	padding:10px;
	text-align:right;
}

#navigation .container .links a{
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
}
#navigation .container .links a:hover{
	color:#FD993B;
}


#navigation .container a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}


#navigation .container h1 {
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:25px;
	font-weight:normal;
}
#navigationStaff .containerStaff h1 {
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:25px;
	font-weight:normal;
}
#navigationStaff .containerStaff h2 {
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:17px;
	font-weight:normal;
	padding-top:3px;
	margin:0 0 0 98px;
}
#navigationStaff .containerStaff p {
	margin:5px 0 0 98px;
	width:180px;
}
#navigation .container h2 {
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	line-height:22px;
}

 #webworkExamples.container a{
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	line-height:22px;
}


.googleMap{
	border:6px solid white;
	 width:575px;
	 height:300px;
	 
}

/*site footer*/


#footer{
	vertical-align:top;
	height:100px;
	padding-top:0;
	text-align: left;
}
#footer #logo img{
	cursor:pointer;
	margin: 0 -10px 0 0;
	padding:0
}

#footer #copyright{
	text-align: left;
	font-size:10px;
	color:#000000;
}

#footer h3{
	font-family: "trebuchet MT", Arial, Helvetica, Sans;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	padding-bottom:6px;
	margin-right:20px;
	border-bottom:1px solid white;
	margin-bottom:2px;
}
