@charset "UTF-8";
/* CSS Document */

/*
COLOURS
Text Hover Light Grey: #C8C8C8
Background Rectangle Work Hover: #F8F8F8
Selected Black: #000000
Blue Not Selected: #0296ce
*/

/* Work Title */
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: black;
	background-image: url(../_img/work/about/mountains2.jpg);
	background-repeat: repeat;
	}

/* WAC Links */	
a {
	border: none;
	outline: none;
	text-decoration: none;
	color: black;
	}	
	
#navcontainer {
	margin-right: 20px;
	width: 200px;
	position: fixed;
	top: 55px;
	left: 0;
	}
	
#header {
	position: relative;
	left: 0px;
}

#navcontainer ul {
	margin-top: 6px;
	padding-left: 0;
	list-style-type: none;
	text-decoration: none;
	font-family: Helvetica Neue, Heveltica, sans-serif;
	font-weight: lighter;
	font-size: 11px;
	text-align: right;
	}

/* Work/About/Contact */
#WAC {
	margin: 6px 0 6px 0;
	position: relative;
	display: block;
	padding: 6px;
	width: 192px;
	color: black;
	text-decoration: none;	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}

/* WAC Text Hover */
#navcontainer a:hover {
	color: #C8C8C8;
}

#navcontainer ul ul a {
	margin: 0;
	display: block;
	padding: 3px 5px 3px 30px;
	width: 169px;
	font-family: Helvetica Neue, Heveltica, sans-serif;
	font-size: 9px;
	color: #42429c;
	background-color: #fff;
	text-decoration: none;
	}

#navcontainer ul ul a:hover {
	color: #707070;
	background-color: #F8F8F8;
	text-decoration: none;
	}
	
#aboutinfo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 43px;
	left: 187px;
	width: 410px;
	}
	
#aboutinfo ul {
	list-style-type: none;
	font-size: 11px;
	color: #000000;
	}
	
#aboutinfo a:hover {
	color: #C8C8C8;
	}
	
h5 {
	margin: 0;
	padding-top: 30px;
	position: relative;
	color: #000000;
	font-weight: bolder;
	font-size: 11px;
	}
	
hr {
	margin: 2px 0 4px 0;
	padding: 0;
	background: #000000;
	height: 1px;
	border: none;
	}
	
#download {
	position: absolute;
	top: 30px;
	left: 610px;
	width: 365px;
	}
	
#download ul {
	list-style-type: none;
	font-size: 11px;
	color: #000000;
	}
	
#download a {
	text-decoration: none;
	color: #000000;
	}
	
#download a:hover {
	color: #C8C8C8;
	}