/* CSS For Nilsson Architects Website */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Box Model Fix */

.box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .box {height: 1%;}
.box {display: block;}
/* End hide from IE-mac */

/* Structure */

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 555px;
	margin: -277.5px 0 0 -450px;
}

/* Navigation */

#nav {
	position: relative;
	width: 900px;
	height: 25px;
	text-align: left;
}

#nav ul {
	margin: 0;
	list-style-type: none;
}

#topNav li {
	display: inline;
}

#topNav a {
	display: block;
	width: auto;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: right;
	padding: 10px 75px 0 15px;
}

#topNav a:hover {
	background: #002437;
	color: #F49B2A;
}

.top {
	z-index: 999;
}

.selected {
	color: #F8971C;
	/*background: #262324;*/
	background: #002437;
}

.subselected {
	color: #F8971C;
	background: #545A5D;
}

#menu1Content {
	/*background: #262324;*/
	background: #002437;
	color: #FFF;
}

#menu1Content a {
	width: 170px;
	height: 15px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding: 2px 2px 2px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu1Content a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu1Content a:hover {
	color: #F49B2A;
	text-decoration: none;
}

#menu2Content {
	/*background: #262324;*/
	background: #002437;
	color: #FFF;
}

#menu2Content a {
	width: 170px;
	height: 15px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding: 2px 2px 2px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu2Content a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu2Content a:hover {
	color: #F49B2A;
	text-decoration: none;
}

#menu3Content {
	/*background: #262324;*/
	background: #002437;
	color: #FFF;
}

#menu3Content a {
	width: 170px;
	height: 15px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding: 2px 2px 2px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu3Content a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu3Content a:hover {
	color: #F49B2A;
	text-decoration: none;
}

#menu4Content {
	/*background: #262324;*/
	background: #002437;
	color: #FFF;
}

#menu4Content a {
	width: 170px;
	height: 15px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding: 2px 2px 2px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu4Content a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu4Content a:hover {
	color: #F49B2A;
	text-decoration: none;
}

#menu5Content {
	/*background: #262324;*/
	background: #002437;
	color: #FFF;
}

#menu5Content a {
	width: 170px;
	height: 15px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding: 2px 2px 2px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu5Content a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu5Content a:hover {
	color: #F49B2A;
	text-decoration: none;
}

.header {
	font-size: 9px;
	color: #999999;
	margin: 20px 0 10px 10px;
}

/* Content */

#content {
	width: 900px;
	height: 450px;
	/*border-top: 5px solid #262324;*/
	border-top: 5px solid #002437;
	clear: both;
}

/* Single Column Layout */

#fullcol {
	width: 820px;
	height: 370px;
	padding: 40px;
	background: #EFEEED;
}

/* Profile Page */

.profilebox h3 {
	font-size: 10px;
	color: #FFF;
	background: #002437;
	padding: 5px;
	margin: 0;
	font-weight: lighter;
}

.profileboxFirst h3 {
	font-size: 10px;
	color: #FFF;
	background: #1C2134;
	padding: 5px;
	margin: 0;
	font-weight: lighter;
}

#fullcol a {
	color: #FFF;
	text-decoration: none;
}

#fullcol a:hover {
	color: #F8971C;
	text-decoration: none;
}

.profileboxFirst {
	width: 197px;
	height: 113px;
	float: left;
	clear: both;
	margin: 12px 0 0 0;
	background: red;
}

.profilebox {
	width: 197px;
	height: 113px;
	float: left;
	clear: none;
	margin: 12px 0 0 10px;
	background: red;
}

/* One Third Layout */

#col1 {
	width: 300px;
	height: 395px;
	padding: 25px 30px 30px 30px;
	background: #EFEEED;
	float: left;
	overflow: hidden;
}

#col1 li {
	margin: 0 0 10px 0;
}

#col2 {
	width: 540px;
	height: 450px;
	float: left;
	background: #EFEEED;
	text-align: right;
	overflow: hidden;
}

/* Two Thirds Layout */

#col3 {
	width: 520px;
	height: 395px;
	float: left;
	padding: 25px 30px 30px 30px;
	background: #EFEEED;
	overflow: hidden;
}

#col4 {
	width: 320px;
	height: 450px;
	float: left;
	overflow: hidden;
}

#upArrow {
	position: absolute;
	top: 400px;
	left: 315px;
}

#downArrow {
	position: absolute;
	top: 435px;
	left: 315px;
}

/* Footer */

#footer  {
	width: 855px;
	height: 65px;
	/*background: #424143;*/
	background: #002437;
	padding: 0 15px 0 30px;
}

/* Project Pages */

#infoWrapper {
	margin: 15px 0 0 0;
	color: #666;
}

.infoLeft {	
	width: 100px;
	border-right: 1px solid #B9B9BA;
	border-bottom: 1px solid #B9B9BA;
	clear: both;
	float: left;
	padding: 2px 2px 2px 8px;
}

.infoRight {
	width: 100px;
	border-bottom: 1px solid #B9B9BA;
	float: left;
	padding: 2px 2px 2px 8px;
}

.last {
	border-bottom: 0;
}

/* Thumbnails on page */

.thumb {
	width: 35px;
	height: 35px;
	float: left;
	margin: 13px 10px 0 0;
	border: 1px solid #FFF;
}

.border {
	border: 1px solid #FFF;
}

/* Set up the options to display none */

#desc {
	display: block;
}

#process {
	display: none;
}

#press {
	display: none;
}

/* History Page */

.subCol1 {
	width: 245px;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}

.subCol2 {
	width: 245px;
	height: auto;
	float: left;
	margin: 0 0 0 30px;
}

.subCol1 li {
	margin: 15px 0 0 0;
}

.subCol2 li {
	margin: 15px 0 0 0;
}

.firstPara {
	font-size: 14px;
	line-height: 18px;
}

/* Set the history sub-sections to display correctly */

#background {
	display: block;
}

#forward {
	display: none;
}

#aims {
	display: none;
}

/* Main Sub Menu For Page Items */

#subMenu {
	list-style-type: none;
}

#subMenu ul {
	margin: 0;
}

#subMenu li {
	display: inline;
}

#subMenu a {
	color: #6B6C6D;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 0 0 0 18px;
	background: transparent url("../images/submenu.gif") no-repeat center left;
}

#subMenu a:hover {
	color: #6B6C6D;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 0 0 0 18px;
	background: transparent url("../images/submenu-over.gif") no-repeat center left;
}

#submenu .doselect {
	background: transparent url("../images/submenu-over.gif") no-repeat center left;
}

#subMenu .noselect {
	background: transparent url("../images/submenu.gif") no-repeat center left;
}

/* Contact Page */

#address {
	font-size: 16px;
	list-style-type: none;
}

#address li {
	padding: 2px;
}

/* Senior Staff Profiles */

.subCol3 {
	width: 245px;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
}

.subCol4 {
	width: 245px;
	height: auto;
	float: left;
	margin: 0 0 0 30px;
}

.subCol5 {
	width: 245px;
	height: auto;
	float: left;
	margin: 20px 0 0 30px;
}

.spWrap {
	width: 100%;
	height: 75px;
	margin: 0 0 17px 0;
	background: #D0D7D6;
}

.spImage {
	width: 75px;
	height: 75px;
	float: left;
}

.spWrap h3 {
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
	font-weight: lighter;
}

.spWrap a {
	color: #6B6C6D;
	text-decoration: none;
}

.spWrap a:hover {
	text-decoration: none;
}

.spQuote {
	width: 245px;
	height: 165px;
	background: red;
}

.job {
	font-size: 10px;
}

.qual {
	font-size: 8px;
}

.clicked {
	background: #666;
}

.clicked a {
	color: #FFF;
}

/* What the Papers Say */

.articleLink {
	width: 235px;
	height: 17px;
	margin: 0 0 10px 0;
	background: #D0D7D6;
	padding: 5px;
}

h3 .papers {
	background: trasparent;
	font-size: 16px;
}

/* Input & Forms */

form {
	margin: 15px 0 0 0;
}

label {
	float: left;
	clear: left;
	text-align: left;
	width: 5em;
	margin: 0 0.5em 0.5em 0;
}

input {
	width: 237px;
	float: left;
	clear: right;
	text-align: left;
	border: 1px solid #424143;
	margin: 0 0 0.5em 0;
}

textarea {
	width: 237px;
	float: left;
	clear: right;
	text-align: left;
	border: 1px solid #424143;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	margin: 0 0 0.5em 0;
}

form br {
	clear: both;
}

.submit {
	clear: both;
	text-align: center;
	width: 100px;
	float: right;
}

/* Colour & Typography */

body  {
	/*background: #595A5C;*/
	background: #545A5D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474A47;
}

h1, h2 {
	letter-spacing: 2px;
	font-weight: lighter;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h3 {
	margin: 15px 0 0 0;
	font-size: 15px;
}

p {
	margin: 15px 0 0 0;
	line-height: 16px;
}

ul {
	list-style-type: disc;
	margin: 15px 0 0 0;
}

dl {
	margin: 15px 0 0 0;
}

dt {
	font-weight: bold;
}

dd {
	line-height: 18px;
}

a {
	color: #4D4E4E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 18px;
}

#content ul {
	list-style-position: inside;
}

/* Useful Classes */

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#info {
	list-style-type: none;
}

#info li .first {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}

#info li {
	display: inline;
	padding: 10px;
	border-left: 1px soild #999;
	background: transparent url("../images/bullet.gif") no-repeat center left;
}

/* Introduction Page */

#introCol {
	width: 820px;
	height: 370px;
	padding: 40px;
	background: #EFEEED url("../images/intro.jpg") no-repeat bottom left;
	color: #333;
}

#introLeft {
	width: 300px;
	height: 370px;
	float: left;
}

#introRight {
	width: 510px;
	float: left;
	float: left;
}

.introBoxFirst {
	width: 120px;
	height: 120px;
	background: #002437;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

.introBox {
	width: 120px;
	height: 120px;
	background: #002437;
	float: left;
	margin: 0 0 10px 10px;
	color: #FFF;
}

#introRight a {
	color: #FFF;
}

#introRight a:hover {
	color: #F49B2A;
	text-decoration: none;
}

#introRight h3 {
	font-size: 10px;
	font-weight: lighter;
	color: #FFF;
	padding: 3px;
	margin: 0;
}

.out {
	background: #E2E2E2;
}

.out a {
	color: #999;
}

/* Quick and dirty fix to change #myScrollContainer in opportunities.php */

.scrollFix {
	margin: -50px 0 0 0;
}
