/* 

AFL styles 	v.1
Author:		Ben Buchanan
Contact:	ben.buchanan@splinter.co.uk

 */


body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
	background: #fff url(../img/black/bg-main-black.gif) repeat-x 0 0;
}
		
#header {
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
	height: 58px;
}

#header h1 {
	float: left;
	margin: 0;
	margin-top: 14px;
	margin-left: 50px;
	padding: 0;
	width: 113px;
	height: 28px;
	text-indent: -9999em;
	background: url(../img/logo-afl.gif) no-repeat 0 0;
}

a {
	text-decoration: none;
	color: #09c;
	}

a.home-button {
	cursor: pointer;
	}
	
#content a {
	text-decoration: none;
	color: #09c;
	}

#content  a:hover {
	text-decoration: underline;
	background: #E9F6FB;
	}
	
#content a.buttons {
	background: none;
	}


/* top nav */


#topnav {
	float: right;
	margin: 0;
	margin-top: 26px;
	padding: 0;
	height: 32px;
	list-style: none;
	overflow: hidden;
}

#topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#topnav a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:32px; /* for IE5/Win only */
}

#topnav a:hover {
	background-position: 0 -32px;
}

#topnav a:active {
	background-position: 0 0;
}

#topnav a.selected {
	background-position: 0 -32px;
}

#nav-about a {
	width: 55px;
	background: url(../img/black/nav-about.gif) top left no-repeat;
}

#nav-services a {
	width: 66px;
	background: url(../img/black/nav-services.gif) top left no-repeat;
}

#nav-projects a {
	width: 68px;
	background: url(../img/black/nav-projects.gif) top left no-repeat;
}

#nav-downloads a {
	width: 86px;
	background: url(../img/black/nav-downloads.gif) top left no-repeat;
}	


#nav-jobs a {
	width: 44px;
	background: url(../img/black/nav-jobs.gif) top left no-repeat;
}

#nav-news a {
	width: 49px;
	background: url(../img/black/nav-news.gif) top left no-repeat;
}

#nav-contact a {
	width: 67px;
	background: url(../img/black/nav-contact.gif) top left no-repeat;
}	
	

/* end topnav */


#outer-wrap {
	width: 870px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg-login-strip.jpg) no-repeat center 58px;
}

#container {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	padding-right: 50px;
	padding-bottom: 20px;
}

#content-clear {
	clear: both;
	margin: 0 auto;
	}
		
#sub-level {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
	text-align: left;
}

#subnav {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	width: 240px;
	list-style: none;
	/*text-indent: 50px;*/
	}
	
#subnav li {
	width: 240px;
	list-style: none;
	background: #fff url(../img/bg-subnav-border.jpg) no-repeat bottom left;
	}
	
#subnav li a {
	display: block;
	padding-top: 8px;
	padding-left: 50px;
	padding-bottom: 8px;
	width: 190px;
	list-style: none;
	color: #746E5F;
	}
	
#subnav li a:hover {
	background: url(../img/bg-arrow-hover.gif) no-repeat 35px 12px;
	}
	
#subnav li a.selected {
	padding-left: 60px;
	color: #242020;
	background: url(../img/bg-arrow-on.gif) no-repeat 50px 12px;
	}
	
#subnav li a.selected-sub {
	padding-left: 60px;
	color: #242020;
	background: url(../img/bg-arrow-on.gif) no-repeat 50px 12px;
	}
	
#subnav li a span, #subnav li a.selected-sub span {
	color: #999;
	font-style: italic;
	}
	
#subnav li.core {
	margin-bottom: 1px;
	background: none;
	}

#subnav li.core a {
	display: block;
	padding-top: 8px;
	padding-left: 50px;
	padding-bottom: 8px;
	width: 190px;
	font-size: 13px;
	list-style: none;
	color: #43353C;
	background: #F6F4EE url(../img/bg-nav-end.jpg) repeat-y 0 50%;
	}

#subnav li.core a:hover {
	background: #F6F4EE url(../img/bg-core-arrow-hover.jpg) no-repeat 0 50%;
	}

#subnav li.core a.selected {
	color: #43353C;
	background: #E9E3D4 url(../img/bg-nav-end-on.jpg) repeat-y 0 50%;
	}
	
a.upload {
	margin-left: 50px;
	}
	
#content {
	padding: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 260px;
	background: #fff;
}

p#download {
	padding: 20px;
	padding-left: 32px;
	background: url(../img/icon-pdf.gif) no-repeat 0 50%;
	border-top: 1px dotted #666;
	}

#project-block {
	float: right;
	margin-bottom: 20px;
	width: 148px;
	}
	
#project-block img {
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	}
	
#side-header {
	margin-top: 3px;
	margin-bottom: 17px;
	font-size: 13px;
	color: #999;
	}
	
#body-text {
	padding-right: 168px;
	}

.wrap {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dotted #D1AF84;
	}
	
.wrap img.photo {
	float: right;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #D1C5A6;
	}  

h2 {
	margin-top: 0;
	padding-bottom: 20px;
	font-size: 21px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px dotted #999;
	}
	
h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: normal;
	color: #666;
	}
	
h5 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
	color: #999;
	border-bottom: 1px dotted #999;
	}
	
h2 span {
	max-width: 280px;
	background: #9999CC;
	}
	
h2 img {
	padding-bottom: 2px;
	}
	
h3 {
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	color: #D1AF84;
	}
	
p.news-date {
	margin-top: 0;
	text-align: center;
	}
	
span.posted {
	margin-right: 10px;
	font-size: 10px;
	font-style: italic;
	color: #666;
	}
	
span.month {
	margin-right: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	}
	
span.date {
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	}

/*h5 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: normal;
	color: #D1AF84;
	}*/
	
.right-image {
	margin-top: 20px;
	margin-bottom: 20px;
	}

	
#footer {
	clear: both;
	margin-left: 50px;
	/*margin-right: 50px;*/
	margin-bottom: 20px;
	padding-top: 0;
	font-size: 10px;
	color: #666;
	border-top: 1px solid #dbdbdb;
	}
	
#footer p {
	margin-top: 5px;
	}
	
#copyright {
	float: left;
	width: 190px;
	color: #82868E;
	}
	
#locations {
	float: left;
	margin-left: 20px;
	color: #000;
	}
	
#locations a.office {
	margin-right: 20px;
	padding-left: 17px;
	color: #000;
	background: url(../img/ftr-location.gif) no-repeat 0 50%;
	}
	
#locations a.office:hover {
	color: #c00;
	}
	
#madeby {
	float: right;
	width: 240px;
	text-align: right;
	color: #82868E;
	}
	
#madeby a {
	color: #333;
	}
	
#madeby a:hover {
	color: #c00;
	}
	
	
/* dropdown */


#nav, #nav ul {
	float: left;
	width: 240px;
	list-style: none;
	line-height: 1;
	background: #F6F4EE;
	font-weight: bold;
	padding: 0;
	/*border: solid #eda;
	border-width: 1px 0;*/
	margin: 0 0 20px 0;
}

#nav a {
	display: block;
	width: 240px;
	w\idth: 240px;
	color: #7C6240;
	text-decoration: none;
	background: none;
}

#nav a.daddy {
	background: url(../rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 240px;
}

#nav li ul {
	position: absolute;
	left: -9999em;
	height: auto;
	width: 240px;
	w\idth: 240px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	/*margin-top: 1px;*/
	padding: 0;
}

#nav li li {
	width: 240px;
	text-indent: 50px;
	border-bottom: 1px solid #fff;
}

#nav li ul a {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 240px;
	w\idth: 240px;
	background: #F6F4EE url(../img/bg-nav-end.jpg) repeat-y 0 50%;
}

/*#nav li ul ul {
	margin: -1.75em 0 0 14em;
}*/

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -9999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li a:hover, #nav li.sfhover {
	color: #43353C;
	background: #E9E3D4 url(../img/bg-nav-end-on.jpg) repeat-y 0 50%;
}


/* palette selector */


#palettes {
	clear: both;
	margin-bottom: 20px;
	padding-left: 50px;
	width: 190px;
	}
	
#palettes p {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 9px;
	color: #746E5F;
	text-transform: uppercase;
	}
	
#palettes img {
	margin-right: 4px;
	padding: 2px;
	border: 1px solid #dadada;
	}
	

/* strap */


#strap {
	clear: both;
	float: left;
	margin-left: 50px;
	padding: 0;
	width: 770px;
	font-size: 10px;
	color: #666;
	list-style: none;
	}
	
#strap li {
	margin: 0;
	padding-bottom: 2px;
	}
	
#searchengine {
	margin: 0;
	}
	
#search-box {
	float: left;
	margin-right: 5px;
	width: 130px;
	}
	
#copyright-2 {
	float: left;
	width: 210px;
	color: #82868E;
	}
	
#locations-2 {
	float: left;
	margin-left: 20px;
	color: #000;
	}
	
#locations-2 a.office {
	margin-right: 20px;
	padding-left: 17px;
	color: #000;
	background: url(../img/ftr-location.gif) no-repeat 0 50%;
	}
	
#locations-2 a.office:hover {
	color: #c00;
	}
	
#staff {
	float: right;
	padding-left: 10px;
	height: 15px;
	text-align: left;
	color: #82868E;
	border-left: 1px solid #999;
	}

#staff a {
	color: #666;
	/*margin-left: 10px;*/
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	}
	
#staff a:hover {
	color: #c00;
	}
	
#client {
	float: right;
	height: 15px;
	text-align: left;
	color: #82868E;
	}
	
#client a {
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	}
	
#staff a:hover, #client a:hover {
	color: #09c;
	border-bottom: 1px solid #09c;
	}
	
	
#staff a.selected {
	color: #333;
	text-decoration: none;
	border-bottom: none;
	}
	
	
/* project buttons */


#prj-buttons {
	margin-bottom: 10px;
	}
	
#prj-buttons img {
	margin-right: 5px;
	}
	
#prj-spec {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	}
	
#prj-spec dt {
	float: left;
	width: 100px;
	color: #666;
	}
	
#prj-spec dd {
	color: #333;
	}
	
	
/* offices */


#offices {
	padding-bottom: 20px;
	color: #999;
	border-bottom: 1px dotted #999;
	}
	
#offices span#manchester {
	margin-left: 50px;
	margin-right: 20px;
	}
	
#offices a {
	padding-left: 17px;
	color: #09c;
	background: url(../img/ftr-location.gif) no-repeat 0 50%;
	}
	
#offices a:hover {
	padding-left: 17px;
	color: #09c;
	text-decoration: underline;
	background: url(../img/ftr-location.gif) no-repeat 0 50%;
	}
	
	
/* downloads */


.download-image {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-image.gif) no-repeat 0 3px;
	}
.download-unknown {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-unknown.gif) no-repeat 0 3px;
	}	
.download-pdf {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-pdf.gif) no-repeat 0 3px;
	}
	
.download-word {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-word.gif) no-repeat 0 3px;
	}
	
.download-pdf img, .download-word img, .download-image img, .download-unknown img {
	float: right;
	margin-top: 3px;
	}
	
.download-date {
	font-style: italic;
	color: #999;
	}
	
.download-size {
	margin-left: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	}
	
	
/* jobs */


.job {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-job.gif) no-repeat 0 3px;
	}

.job img {
	float: right;
	margin-top: 3px;
	}
	
.job-date {
	font-style: italic;
	color: #999;
	}
	
#job-position {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.2em;
	color: #666;
	}
	
#job-posted {
	margin-top: 3px;
	font-size: 11px;
	font-style: italic;
	color: #999;
	}
	
#description {
	margin-bottom: 0;
	font-size: 15px;
	color: #333;
	}
	
#requirements {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 15px;
	color: #333;
	}
	
.jobs-buttons {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
	
	
/* news */


.news {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-news.gif) no-repeat 0 3px;
	}

.news img {
	float: right;
	margin-top: 3px;
	}
	
.news-date {
	font-style: italic;
	color: #999;
	}
	
#news-position {
	margin-bottom: 0;
	font-size: 17px;
	color: #666;
	}
	
#news-posted {
	margin-top: 3px;
	margin-bottom: 30px;
	font-size: 11px;
	font-style: italic;
	color: #999;
	}
	
#description {
	margin-bottom: 0;
	font-size: 15px;
	color: #333;
	}
	
#requirements {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 15px;
	color: #333;
	}
	
.news-buttons {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
	
img.news-logo {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
img.news-photo {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #dbdbdb;
	}
	
img.news-thumb {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #dbdbdb;
	}
	
	
/* contact */


#offices-wrap {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px dotted #dbdbdb;
	}

#office-manc {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	width: 250px;
	}
	
#office-liv {
	float: left;
	margin: 0;
	padding: 0;
	width: 260px;
	}
	
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: normal;
	color: #666;
	}
	
#enquiry-strap {
	margin-bottom: 20px;
	width: 400px;
	}
	
/* contact forms  */


form dt {
	float: left;
	width: 120px;
	margin: 0 0 2px 0;
	}

form dd {
	line-height: 1.5em;
	margin: 0 0 5px 0;
	}
	
form dd input {
	width: 300px;
	}
	
form dd input#browse {
	width: 124px;
	}
	
form input#upload {
	margin-top: 20px;
	width: 124px;
	}
	
form dd textarea {
	width: 300px;
	}
	
form dd.file-select {
	font-style: italic;
	color: #666;
	}
	
.apply {
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	}
	
span.star {
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	}
	
	
/* login */


#login-wrap {
	margin: 0;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: #F6F4EE;
	}
	
#login-form {
	margin: 0 auto;
	padding-left: 22px;
	width: 262px;
	text-align: left;
	background: url(../img/icon-padlock.gif) no-repeat 0 3px;
	}

.txt-input {
	width: 240px;
	}
	
.btn-login {
	margin-top: 20px;
	}
	
.forgot-password {
	margin-top: 20px;
	padding: 5px;
	padding-left: 20px;
	background: url(../img/bg-arrow-grey.gif) no-repeat 0 50%;
	}
	
	
/* about people */


.people-wrap {
	float: left;
	margin-bottom: 20px;
	}
	
.staff-col1 {
	float: left;
	width: 280px;
	}
	
.staff-col2 {
	float: left;
	width: 280px;
	}
	
.people-wrap img {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	}
	
.people-wrap p {
	margin-left: 98px;
	margin-right: 20px;
	}
	
.staff-name {
	margin-top: 0;
	margin-bottom: 0;
	}
	
.staff-position {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	color: #999;
	}
	
	
/* files */


#files {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	width: 240px;
	list-style: none;
	}
	
#files li {
	width: 240px;
	list-style: none;
	background: #fff url(../img/bg-subnav-border.jpg) no-repeat bottom left;
	}
	
#files li a {
	display: block;
	padding-top: 8px;
	padding-left: 50px;
	padding-bottom: 8px;
	width: 190px;
	list-style: none;
	color: #746E5F;
	}
	
#files li a:hover {
	background: url(../img/bg-arrow-hover.gif) no-repeat 35px 12px;
	}
	
#files li a.selected {
	padding-left: 60px;
	color: #242020;
	background: url(../img/bg-arrow-on.gif) no-repeat 50px 12px;
	}
	
#files li a.selected-sub {
	padding-left: 60px;
	color: #242020;
	background: url(../img/bg-arrow-on.gif) no-repeat 50px 12px;
	}
	
#files li a span, #files li a.selected-sub span {
	color: #999;
	}
	
#files li.core {
	margin-bottom: 1px;
	background: none;
	}

#files li.core a {
	display: block;
	padding-top: 8px;
	padding-left: 50px;
	padding-bottom: 8px;
	width: 190px;
	font-size: 13px;
	list-style: none;
	color: #43353C;
	background: #F6F4EE url(../img/bg-nav-end.jpg) repeat-y 0 50%;
	}

#files li.core a:hover {
	background: #F6F4EE url(../img/bg-core-arrow-hover.jpg) no-repeat 0 50%;
	}

#files li.core a.selected {
	color: #43353C;
	background: #E9E3D4 url(../img/bg-nav-end-on.jpg) repeat-y 0 50%;
	}
	
#files li a span.file-name {
	font-style: normal;
	text-transform: uppercase;
	color: #09c;
	}
	
#files li a span.file-from {
	margin-right: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #666;
	}
	
#files li a span.file-size {
	font-size: 9px;
	color: #666;
	}
	
	
/* BAZ ADDITIONS */
strong{
	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight:bold;
}
	

.search-pages {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-page.gif) no-repeat 0 3px;
	}	

.search-projects {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-project.gif) no-repeat 0 3px;
	}	

	
.search-people {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-people.gif) no-repeat 0 3px;
	}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

