@CHARSET "UTF-8";

html {
    overflow-y: scroll;
}

body {
	margin: 0;
    background-image: url(./img/bg_blue.png);
    background-repeat: repeat-x;
    background-color: #281fa5;
    color: #fff;
    font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
    font-size: 14pt;
}

#evoluum_header {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 812px;
	text-align: left;
	left: -1px;
	top: -1px;
	position: relative;
}

#evoluum_body {
	margin-left: 40px;
}

#tabs {
	width:856px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
}

#tabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

#tabs li a {
	background: url(./img/panes.png) no-repeat;
	display:block;
	height: 31px;   
	/*width: 132px;*/
	width: 135px; 	
	padding:0px;
	margin-right:2px;
	color:#281fa5;
	font-size:14px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
}

#tabs #t1 			{ background-position: 0 0; }
#tabs #t2 			{ background-position: -136px 0; }
#tabs #t3 			{ background-position: -272px 0; }
#tabs #t4 			{ background-position: -408px 0; }
#tabs #t5 			{ background-position: -544px 0; }
#tabs #t6 			{ background-position: -680px 0; }

#tabs a:hover 		{ color:#dae8fa; }
#tabs #t1:hover 	{ background-position:      0 -37px; }
#tabs #t2:hover 	{ background-position: -136px -37px; }
#tabs #t3:hover 	{ background-position: -272px -37px; }
#tabs #t4:hover 	{ background-position: -408px -37px; }
#tabs #t5:hover 	{ background-position: -544px -37px; }
#tabs #t6:hover 	{ background-position: -680px -37px; }

#tabs a.current { 
	height: 32px; 
	cursor:default; 
	color:#fff; 
	line-height:34px; 
	font-weight: bold; 
	font-size: 15px;
}
#tabs #t1.current { background-position:      0 -73px; }
#tabs #t2.current { background-position: -136px -73px; }
#tabs #t3.current { background-position: -272px -73px; }
#tabs #t4.current { background-position: -408px -73px; }
#tabs #t5.current { background-position: -544px -73px; }
#tabs #t6.current { background-position: -680px -73px; }

#panes_bg {
	background: url(./img/panes.png) no-repeat 0 -102px;
	width:    857px;
	height:   594px;
	top:      -2px;
	z-index:  -1;
	position: relative;
}

#panes {
	background: none;
	position:   absolute; 
    overflow:   hidden;
    top:        121px;
    left:       45px;
    clear:      both;
    width:      830px;
    height:     544px;
}

#panes div {
    float:   left;
	display: block;
    width:   830px; 
    font-size: 14px;
    overflow: hidden;
    margin-left: 10px;
    font-weight: bold;
}

#panes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;

}

td.header {
	color:#6bc0f9;
	font-size: 12pt;
	font-weight: bold;
}

h1.home, h1.home a {
	color:#6bc0f9;
	text-align: center;
}

h2.home, h2.subtitle, h2.home a {
	color:#6bc0f9;
	font-weight: bold;
}

h2.home {
	text-align: center;
}

ul.content {
	font-size: 14px;
	margin-top: 0px;
}

ul.content li {
	margin-bottom: 5px;
	margin-left: 0px;
}

#evoluum_copyright {
	color:#281fa5;
	font-size: 8pt;
	font-weight: bold;
	position: absolute;
	top: 683px;
	width: 835px;
}

.illustration {
	border: 2px solid #281fa5;
	width: 220px;
}

.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    /*background-color:#333;*/
    background-image:url(./img/overlay_transparent_bg.png);  
     
    width:550px;
    padding: 25px;
    
    /*min-height:350px;*/ 
    /*border:1px solid #92182b;*/
     
    /* CSS3 styling for latest browsers */ 
    /*-moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;*/
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(./img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.overlay #map {
	margin-left: 20px;
	margin-top: 20px;
}

.scroll {
	border: 2px solid #281fa5;
	display: block;
	position:relative;
	overflow:hidden;
	height:170px;
	width:456px;
	margin: 0px;
	padding: 0px;
}

.scroll .pics {
	height: 20000em;
	position:absolute;
	clear:both;
	margin: 0px;
	padding: 0px;
}

.pics img {
	float: left;
	cursor: pointer;
	width:456px;
	margin:0px;
	padding: 0px;
}

.button, .mapButton {
	background-color: #88c6ef;
	border: 1px solid #281fa5;
	color:#281fa5;
	cursor: pointer;
	
	display:block;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 130px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.button:hover, .mapButton:hover {
	background-color: #281fa5;
	color: #fff;
}

a {
	text-decoration:none;
	outline: none;
}

