/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;

}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #999;
	background-color: #585858;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}
/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Fix IE. Hide from IE Mac \*/
* html div#left-column ul li { float: left; }
* html div#left-column ul li a { height: 1%; }
/* End */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div#content p {
	color: #fff;
	font-size: 1.1em;
	margin: 1em 0;
	text-align: justify;
}

h1 {
	color: #f8991d;
	font-weight: normal;
	font-size: 1.4em;
	text-align: justify;
	background: #323232;
	padding: 5px;
}

h1.news {
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	background: none;
	padding: 0px;
}

h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 5px;
}

h2.project {
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	text-align: justify;
	background: #323232;
	padding: 5px;
}

h3 {
	color: #f8991d;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 10px;
}


a.read-more {
	color: #fff;
}
a.read-more:hover {
	color: #9d9d9d;
}

img.page-banner {
	display: block;
	margin-bottom: 20px;
}

span.red {
	color: #FF0000;
}

div#content p.orange {
	color: #f7981d;
}

a.page-link {
	color: #f8991d;
	text-decoration: underline;
}
a.page-link-project {
	color: #f8991d;
	text-decoration: underline;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
a.page-link:hover {
	color: #fff;
}
img.news-image {
	float: right;
	margin-top: 17px;
	margin-left: 10px;
	clear: right;
	border: solid 1px #f8991d;	
}
span.orange {
	color: #f7981d;
}
a.active {
	color: #f7981d;
	font-size: 1.2em;
}
div#content div.content-text h1 a.pdf {
	color: #f7981d;
	padding-left: 25px;
	background: url(../i/icons/pdf.gif) left no-repeat;
	text-decoration: underline;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 0.7em;
}
a.pdf:hover {
	color: #fff;
	text-decoration:none;
}

div.image-box {
	float: right;
	margin-left: 10px;
	font-size: .9em;
	width: 150px;
	font-style: italic;
}

img.right {
	float: left;
	border: solid 1px #f7981d;
}
img.rightimg {
	float: right;
	border: solid 1px #f7981d;
	margin-top: 15px;
	margin-left: 20px;
}

img.left {
	float: left;
	border: solid 1px #f7981d;
}

h2.personnel-name {
	margin-top: 10px;
	color: #f7981d;
	font-size: 1.4em;
}

span.personnel-title {
	color: #fff;
	font-size: .9em;
}

div.personnel-image-holder {
	float: left;
	margin-right: 10px;
	width: 170px;
}

div.personnel-text-holder {
	float: left;
	display: block;
	width: 567px;
	margin-top: -14px;
}

div.personnel-box {
	width: 747px;
	display: block;
}

div.personnel-email {
	display: block;
	margin-top: -15px;
}
/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}
div#main {
	float: left;
	width: 1000px;
	background: url(../i/layout/content-bg.gif) 230px bottom no-repeat;
}
div.content-text {
	padding: 5px;
}

div.news-archive {
	float: left;
	width: 727px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #323232;
	padding: 10px;
}

div.news-archive a {
	float: left;
	display: block;
	color: #f7981d;
	padding-left: 15px;
	margin-right: 10px;
	background: url(../i/icons/nav-arrow.gif) left center no-repeat;
}
div.news-item {
	float: left;
	width: 747px;
	margin-top: 10px;
}

div.content-text ul li {
	list-style: inside;
	color: #fff;
	margin-bottom: 8px;
	list-style-image: url(../i/icons/nav-arrow.gif)
}
div.tooltip{
	max-width: 300px;
	padding: 5px;
	font-size: 1.5em;
	border: 1px solid #231F20;
	background: #4B4949;
	color: #f7981d;
	z-index: 99999;
	margin-left: 15px;
}
	*html div.tooltip{
		width: 300px;
	}
span.tooltip {
	color: #f7981d;
	cursor: help;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 1000px;
	height: 84px;
	border-bottom: 13px solid #231f20;
}
a#header-logo {
	text-indent: -9999px;
	display: block;
	float: right;
	width: 463px;
	height: 47px;
	background: url(../i/layout/putney-wood-logo.gif) no-repeat;
	margin-top: 20px;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#left-column {
	float: left;
	width: 230px;
	color: #f7981d;
}
div#left-column-background {
	float: left;
	width: 1000px;
	background: url(../i/layout/left-column-bg.gif) left top repeat-y;
	border-bottom: 2px solid #585858;
}
div#content {
	float: left;
	width: 757px;
	margin-top: 10px;
	margin-left: 13px;
}
	*html div#content {
		margin-left: 5px;
	}
div#left-news {
	float: left;
	width: 210px;
	background: #231f20;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #585858;
}
div#left-news img {
	display: block;
	margin-bottom: 10px;
}
div#left-projects {
	float: left;
	width: 210px;
	background: #231f20;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #585858;
}
div#left-projects img {
	display: block;
	margin-bottom: 15px;
}
div.left-project-holder {
	width: 210px;
	float: left;
	margin-bottom: 10px;
}
a.left-project-image {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
div.left-project-text {
	float: left;
	width: 155px;
	margin-left: 5px;
}

div.project-box {
	float: left;
	width: 747px;
	margin-top: 10px;
	border-bottom: dashed 1px #f7981d;
	margin-bottom: 5px;
}
div.four-image-holder {
	display: block;
	float: right;
	width: 110px;
	height: 110px;
	margin-left: 5px;
	margin-top: 42px;
}
a.project-thumb-four {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	margin-left: 5px;
	margin-bottom: 5px;
}
	*html a.project-thumb-four {
		display: block;
		float: left;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		margin-left: 3px;
		margin-bottom: 4px;
	}

div#project-image-box {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-top: 15px;
}
a.project-mid {
	float: left;
	width: 180px;
	height: 180px;
	display: block;
	margin-bottom: 5px;
	text-indent: -9999px;
}
a.project-thumb {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 5px;
	text-indent: -9999px;
}

div#project-image-box p {
	float: left;
	width: 175px;
	margin-top: 5px;
	margin-left: 5px;
}

ul.project {
	float: left;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 557px;
}

div#project-text {
	float: left;
	width: 557px;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#side-nav {
	float: left;
	width: 230px;
	background: #231f20;
	border-bottom: 2px solid #585858;
}
div#side-nav ul {
	position: relative;
	display: block;
	float: left;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 230px;
}
div#side-nav ul li {
	display: block;
	float: left;
	width: 230px;
	margin-bottom: 2px;
	z-index: 90;
	position: relative;
}
div#side-nav ul li a {
	width: 200px;
/*	float: left;*/
	display: block;
	color: #f7981d;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #323232 url(../i/icons/nav-arrow.gif) 10px center no-repeat;
}
div#side-nav ul li a:hover,
div#side-nav ul li:hover a,
div#side-nav ul li.over a{
	background: #4b4949 url(../i/icons/nav-arrow.gif) 10px center no-repeat;
}
div#side-nav ul li ul {
	display: none;
}
div#side-nav ul li:hover ul,
div#side-nav ul li.over ul {
	display: block;
}
div#side-nav ul li.block ul {
	display: block;
}
div#side-nav ul li ul {
	position: absolute;
	background: #231F20;
	border-right: solid 1px #231F20;
	border-top: solid 2px #231F20;
	border-left: solid 1px #231F20;
	top: -27px;
	left: 230px;
}
	* html div#side-nav ul#nav li ul#sub {
		position: absolute;
		left: 230px;
		top: -27px;
	}

div#side-nav ul li ul#sub li {
	width: 230px;
	float: left;
/*	display: block;*/
	border-bottom: solid 2px #231F20;
	margin-bottom: 0px;
}
div#side-nav ul li ul#sub li a {
	width: 200px;
	float: left;
	display: block;
	color: #f7981d;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	background: #323232 url(../i/icons/nav-arrow.gif) 10px center no-repeat;
}

div#side-nav ul li ul#sub li a#nav-featured {
	background: #4b4949;
	font-weight: bold;
	padding-left: 30px;
	width: 200px;
}

div#side-nav ul li ul#sub li a:hover {
	background: #4b4949 url(../i/icons/nav-arrow.gif) 10px center no-repeat;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	float: left;
	width: 980px;
	background: #231F20;
	padding: 10px;
	font-size: .9em;
	color: #9d9d9d;
}
div#siteinfo-legal {
	float: left;
	width: 500px;
	margin-top: 5px;
}
div#contact-info {
	float: right;
	width: 480px;
	text-align: right;
}
div#footer a {
	color: #f7981d;
}
div#footer a:hover {
	color: #fff;
}
a.optix {
	font-size: .9em;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	color: #9d9d9d;
}
a.optix:hover {
	color: #000;
}
img#footer-logo {
	float: right;
}
img#footer-logo-two {
	float: right;
	margin-right: 35px;
}
/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

div#content p.quote{
	padding-left: 20px;
	padding-right: 20px;
	color: #F8991D;
}
div.home-box{
	float: left;
	width: 687px;
	background-color: #4F4F4F;
	border-style: double;
	border-color: #3a3a3a;
	padding: 10px;
	margin: 0px 20px 10px 20px;
}
	*html div.home-box{
		float: left;
		width: 687px;
		background-color: #4F4F4F;
		border-style: double;
		border-color: #3a3a3a;
		padding: 10px;
		margin: 0px 10px 10px 10px;
	}
div#content div.home-box p{
	text-align: center;
}
div#content div.home-box p a{
	color: #F8991D;
}
div#content div.home-box p a:hover{
	color: #ccc;
}
img.chas{
	float:left;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #f8991d;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	/*font-weight: bold;*/
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	float: left;
	width: 747px; 
}

.ddfmwrap p.fieldwrap {
	width: 700px;
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	width: 747px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 100px; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 20px; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 20px;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 550px;
	margin-bottom: 15px;
	padding: 3px;
	font-size: 1.1em;
	background: #231F20;
	color: #CCC;
	border: solid 1px #f8991d;
}
form.ddfm fieldset p.fieldwrap input {
	background: #231F20;
	color: #CCC;
	border: solid 1px #f8991d;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 60px;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 200px;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm fieldset div.submit input {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 120px;
	padding: 2px;
	border: 1px solid #333;
	font-weight: normal;
	color: #ccc;
	background: #231F20;
}
form.ddfm fieldset div.submit {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	float: left;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}
