/**************************
 SilverStripe NatureWeb4 Theme
 http://www.silverstripe.com

 adapted to SilverStripe by Jeff Chan
 http://jeffchan.org

 based on Aybabtu's layout
 http://www.openwebdesign.org/viewdesign.phtml?id=4030
 http://www.openwebdesign.org/userinfo.phtml?user=aybabtu
 
 photo from
 http://www.openstockphotography.org/image-licensing/lightbox/Transantarctic_mountain_hg.jpg
**************************/

body {
	border-top:5px solid #000;
	background:url(../images/background.jpg);
	font-family:arial;
   
	margin:0;
}
a{
	text-decoration:none;
	color:#286ea0;
}

	a:hover{
		text-decoration:none;
	}

a img {
	border: none;
}
#Container {

	width:830px;
	min-height:400px;
	border:10px solid #ffffff;
	background:#fff;
	margin:10px auto auto auto;
	padding:0;
}

#logo{
width:830px;
	height:175px;
	margin:20px 0 0 0;
	line-height:11px;
}

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

#logo a:hover{
text-decoration:none;
	color:#ffffff;
}

	#logo h1{
		color:#303030;
		margin:0 0 20px 0;
		font-size:12px;
		font-weight:normal;
		
	}

#Header {
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	text-transform:uppercase;
	/* background:url(../images/bg.jpg);*/
	height:188px;
	padding: 0;
	margin: 0 0 10px;
}
	#Header h1 {
		margin:0px;
		margin-top:-3px;
		font-size:52px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:-10px;
		color:#fff;
		font-weight:heavy;
		height:40px;
	}
		#Header h1 a {
			color:white;
			text-decoration: none;
		}

#Columns {
	border-top:1px solid #333;
}

#Sidebar {
	float:left;
	width:150px;
	padding: 0 0 20px;
    margin:10px auto auto auto;

}
	#Sidebar h3 {
		font-size:12px;
		text-transform: uppercase;
		letter-spacing: -3px;
		color: #666;
	}
	#Sidebar p {
		line-height:130%;
		color:#333;
	}
	#Sidebar ul {
		list-style:none;
		margin:0 0 0 5px;
		padding:0;
	}
	#Sidebar li {
		list-style:none;
		margin:0;
		padding:0;
		font-size: 0.95em;
	}
	ul#Navigation {
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		list-style:none;
		margin:0;
		padding:0;
	}
		ul#Navigation li {
			display:inline;
			margin:0;
			padding: 6px 0 0 0;
		}
		ul#Navigation li a {
			letter-spacing: -1px;
			text-transform: uppercase;
			text-decoration:none;
			display:block;
			padding:5px;
			margin-bottom:1px;
			border-left:10px solid #04BC4C;
			background:#1F784C;
			color:#fff;
		}
			ul#Navigation li a:hover {
				            letter-spacing: +1px;
			text-transform: uppercase;
			text-decoration:none;
			display:block;
			padding:5px;
			margin-bottom:1px;
			border-left:10px solid #2B6247;
			background:#19AB63;
			color:#7FF6B7;
			}
		ul#Navigation li a.current {
			border-left:10px solid #17D376;
			background:#19AB63;
			color:#fff;
			letter-spacing: 0px;
		}
		ul li ul {
			margin: 0 0 0 10px;
			padding: 0;
		}
	
#Main {
	float:right;
	width:650px;
	height:auto;
	border-left:1px solid #333;
 font:11px tahoma, verdana, sans-serif;
	padding: 10px 0 20px 10px;
}
.Main:hover{
	
    color:#ff0000;
	text-decoration: none;
	
}
#Main h1 {
		margin:0px;
		margin-top:-3px;
		font-size:12px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:1px;
		color:#000000;
		font-weight:heavy;
		height:40px;
	}
#Main h2 {
		margin:0px;
		margin-top:-3px;
		font-size:12px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:1px;
		color:#0000FF;
		font-weight:heavy;
		height:40px;
	}

#Main h3 {
		margin:0px;
		font-size:10px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:1px;
		color:#996633;
		font-weight:heavy;
		height:40px;
	}
#Main h4 {
		margin:0px;
		margin-top:-3px;
		font-size:9px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:1px;
		color:#FF0000;
		font-weight:heavy;
		height:40px;
	}
#Main h5 {
		margin:0px;
		margin-top:-3px;
		font-size:9px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:1px;
		color:#000000;
		font-weight:heavy;
		height:40px;
	}

#Main h6 {
		margin:0px;
		margin-top:-3px;
		font-size:9px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:1px;
		color:#000000;
		font-weight:heavy;
		height:40px;
	}
		



#Footer {
height:50px;
width:830px;
	 background: url(../images/Scientific-Equipment.jpg) ; 
	font-size:10px;
font-weight: bold;
	border-top:5px solid #000;
	
	color:#ffffff;
	margin-top:10px auto auto;
	clear: both;
}
	#Footer a {
		color:#000;
		text-decoration:none;
	}
#Breadcrumbs p {
	line-height: 1.1em;
	text-align: left;
	font-size:0.8em;
	margin: 0 0 5px 0;
	padding: 0;
}