@charset "utf-8";

/* reset css */
/* http://meyerweb.com/eric/tools/css/reset/ */ /* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
/*	background: transparent;*/
}

body {
	line-height: 1;
}

ol, ul {
	margin-left:150px;
}
ul 2 {
	margin-left:25px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset css */


/* start default css */

.updateinput {
	width:99%;
}

.largeinput {
	font-size:20px;
}

.leftcell {
	width:150px;
}

.fifth {
	float:left;
	width:19.5%;
}

.quarter {
	float:left;
	width:24.8%;
}

.third {
	float:left;
	width:33%;
}

.twothirds {
	width:67%;
	float:left;
}

.half {
	float:left;
	width:49%;
}

.threequarter {
	float:left;
	width:75%;
}

.message {
	color:#00BB00;
	font-weight:bold;
}

.error {
	color:#BB0000;
	font-weight:bold;
}

.aligncenter {
	text-align:center;
}

.alignright {
	text-align:right;
}

.normal {
	font-weight:normal;
}

.light {
	color:#667c92;
}

.lighter {
	color:#b2bdc8;
}

.spacer {
	height:20px;
}

.showthis {
	display:block;
}

.hidethis {
	display:none;
}

.indent {
	margin-left:20px;
}

.orange {
	color:#EF6D18;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

div.vertspacer {
	width:5px;
	height:5px;
}

span.vertspacer {
	padding-left:9px !important;
	padding-left:10px;
	height:5px;
}

.clearboth {
	clear:both;
	height:0;
}

.clearwrapper {
	overflow: hidden;
	width: 100%;
}


.nopadding {
	padding:0px;
}

.nomargin {
	margin:0px;
}

.displayblock {
	display:block;
	width:100%;
}

.paddingtop {
	padding-top:5px;
}

.paddingbottom {
	padding-bottom:5px;
}

.margintop {
	margin-top:5px;
}


.marginright {
	margin-right:5px;
}

.marginbottom {
	margin-bottom:5px;
}

.marginleft {
	margin-left:5px;
}

.dblmarginleft {
	margin-left:10px;
}

.dblmarginbottom {
	margin-bottom:10px;
}

.strikethrough, .linethrough {
	text-decoration:line-through;
}

.strong {
	font-weight:bold;
}

.movethis, .movethis span {
	cursor:move;
}

.absolute {
	position:absolute;
}

.topline {
	border-top:1px solid #DFE6E7;
}

.bottomline {
	border-bottom:1px solid #DFE6E7;
}

.last-left {
	margin-right:-3px;
}

.last-right {
	margin-left:-3px;
}

/* end default css */



/* start main css */

html, body {
	height:400px;
}

body {
	background-color:#301346;
	text-align:center;
	color:#555555;
}

body, input, select, textarea {
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size:13px;
}

input, select, textarea {
	border:1px solid #00244A;
}

h3 {
	color:#736e6e;
	font-weight:normal;
}

h1, h2, h4 {
	color:#8781bd;
	font-weight:normal;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:10px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:12px;
}

a {
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#EC3A06;
}

p {
	margin-top:8px;
}


small {
	font-size:10px;
}

#wrapper {
	text-align:left;
	width:950px;
	margin:0 auto;
}

#logo {
	padding:20px 0px;
}

#logo a {
	display:block;
	background:transparent url("css-map.png") no-repeat;
	height:54px;
}

#menu {
	width:100%;
	overflow:hidden;
	background:transparent url("css-map.png") no-repeat 0px -54px;
}

#menu a {
	display:block;
	float:left;
	height:38px;
}

a#menu_home {
	width:103px;
}

a#menu_home.active,
a#menu_home:hover {
	background:transparent url("css-map.png") no-repeat -0px -92px;
}

a#menu_services {
	width:120px;
}

a#menu_services.active,
a#menu_services:hover {
	background:transparent url("css-map.png") no-repeat -103px -92px;
}

a#menu_team {
	width:90px;
}

a#menu_team.active,
a#menu_team:hover {
	background:transparent url("css-map.png") no-repeat -223px -92px;
}
a#menu_news {
	width:65px;
}

a#menu_news.active,
a#menu_news:hover {
	background:transparent url("css-map.png") no-repeat -313px -92px;
}
a#menu_library {
	width:85px;
}

a#menu_library.active,
a#menu_library:hover {
	background:transparent url("css-map.png") no-repeat -378px -92px;
}

a#menu_affiliations {
	width:141px;
}

a#menu_affiliations.active,
a#menu_affiliations:hover {
	background:transparent url("css-map.png") no-repeat -463px -92px;
}

a#menu_working {
	width:157px;
}

a#menu_working.active,
a#menu_working:hover {
	background:transparent url("css-map.png") no-repeat -604px -92px;
}

a#menu_contact {
	width:129px;
}

a#menu_contact.active,
a#menu_contact:hover {
	background:transparent url("css-map.png") no-repeat -761px -92px;
}

#content-wrapper {
	
	/* background:transparent url("css-map.png") repeat-y -950px 0px; */
	background-color:#FFFFFF;
}

/* white backgrounds for IE 8 */

#content, #left-col-outer, #content-wrapper, #content-outer {
background-color:#FFFFFF;

}

#content-wrapper.right-col {
	background-position:-1900px 0px;
}

#left-col-outer {
	width:200px;
	float:left;
	margin-right:3px;
}

#right-col-outer {
	width:250px;
	float:right;
	margin-left:3px;
}

#left-col, #right-col {
	padding:15px;
}

#left-col h1 {
	border-bottom:2px solid #2b0649;
	padding:5px 5px 10px;
	margin:0px;
}

#left-col h1 a {
	color:#8781bd;
}

#left-col h2 {
	text-transform:uppercase;
	padding:10px 5px;
	line-height:1.25;
}

#left-col h2 a {
	color:#8781bd;
}

#left-col h2 a small {
	font-size:12px;
	color:#555555;
	display:block;
	text-transform:none;
}

#left-col ul {
	list-style-type:none;
	margin:0px;
	margin-bottom:0px !important;
	margin-bottom:-1px;
	padding:0px;
	border-bottom:1px solid #2b0649;
}

#left-col ul ul {
	border-bottom:none;
}

#left-col li {
	text-transform:uppercase;
	margin-bottom:0px;
	letter-spacing:1px;
	color:#8781bd;
}

#left-col li a, #left-col li span {
	display:block;
	width:160px;
	padding:10px 5px;
	border-bottom:1px solid #2b0649;
}

#left-col li a {
	color:#555555;
}

#left-col li a:hover {
	color:#000000;
}

#left-col li li, #left-col li li a {
	text-transform:none;
	color:#8781bd;
}

#left-col li li a {
	color:#8781bd;
}

#content-outer {
	margin-left:200px;
	border-left:3px solid #301346;
}

#content-wrapper.right-col #content-outer {
	margin-right:253px;
}

#content, #rightcol {
	padding:15px;
	line-height:1.6;
}

#left-col, #content, #right-col, #content-wrapper {
	/* height:0%; */
}

#content h1, #content h2, #content h3, #content h4,
#rightcol h1, #rightcol h2, #rightcol h3, #rightcol h4 {
	margin:0px;
}

#content h1, #rightcol h1 {
	font-size:18px;
	padding-bottom:10px;
}

#content h2, #rightcol h2 {
	color:#555555;
	border-bottom:1px solid #555555;
}

#content li, #rightcol li {
	margin-left:20px;
}


#slideshow {
	padding-bottom:3px;
}

/* end main css */map