/**************************
 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 {
	font-family: Verdana;
	font-size: 0.9em;
	margin:0;
	background:#EEE;
}
a {
	color:#003;
	text-decoration: none;
}
a img {
	border: none;
}

.typography a {
	 border-bottom-style: solid !important;
	 border-bottom-color: #0400ff !important;
	 color: #0400ff;
}
#ImageGallery a {
   border-bottom-style: none !important;
}

.typography a {
	 border-bottom-style: solid !important;
	 border-bottom-color: #0400ff !important;
	 color: #0400ff;
}

#Container {
	width:800px;
	min-height:400px;
	height: 1%;
	overflow: hidden;
	border:10px solid #ffffff;
	background:#fff;
	margin:5px auto auto auto;
	padding:0;
}
#Header {
	border-bottom:0px solid #ffffff;
	border-top:1px solid #ffffff;
	text-transform:uppercase;
	background:url(../images/bg.jpg);
	height:181px;
	padding: 0;
	margin: 0 0 0;
}
	#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:140px;
	padding: 0 0 20px;
}
	#Sidebar h3 {
		font-size:125%;
		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:90%;
		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;
			background:#9A9600;
			color:#fff;
		}
			ul#Navigation li a:hover {
				letter-spacing: 1px;
				background:#BAB501;
				color:#000;
			}
		ul#Navigation li a.current {
			background:#9A9600;
			color:#fff;
			letter-spacing: 0px;
		}
		ul li ul {
			margin: 0 0 0 10px;
			padding: 0;
		}
	
#Main {
	float:right;
	width:650px;
	height:100%;
	border-left:0px solid #333;
	padding: 15px 0 20px 10px;
}
#Footer {
	font-size:80%;
	text-align:center;
	color:#000;
	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 20px 0;
	padding: 0;
}
	table.awards {
		margin-top: 12px;
	}
	
#pdfLink {
	
}

	a.pdfLink {
		padding-bottom: 2px;
		padding-top: 2px;
	}
