body {
	margin-top: 60px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: white;
	background-color: #f1eee1; /* the background colour around the central boxes */
	scrollbar-base-color:       #CDCED6 !important;
	scrollbar-arrow-color:      #555555 !important;
	scrollbar-track-color:      #555555 !important;
	scrollbar-3dlight-color:    #CDCED6 !important;
	scrollbar-highlight-color:  #CDCED6 !important;
	scrollbar-face-color:       #CDCED6 !important;
	scrollbar-shadow-color:     #CDCED6 !important;
	scrollbar-darkshadow-color: #CDCED6 !important;
}

#header, #content, #offices {
	background-color: #7f7f7f; /* the background colour within the central boxes */
	width: 894px;
	margin: 0 auto;
	margin-bottom: 7px;
}

#header {
	display: block;
}

#header a {
	text-decoration: none;
	color: white;
}
#officelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
}


#content {
	height: 460px;
}

#offices {
	padding: 0px;
}

#offices img {
	border: 0px;
}

#offices .london 	{ width: 119px; }
#offices .bath	 	{ width: 91px; }
#offices .cambridge { width: 141px; }
#offices .canterbury{ width: 154px; }
#offices .chester   { width: 123px; }
#offices .conwy     { width: 93px; }
#offices .shrewsbury{ width: 173px; }

#footer {
	background-color: #f1eee1;
	color: #822725;
	width: 894px;
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
	font-size: 70%;
}

#footer a {
	color: #cd3e3b;
}

#prototype {
	color: #816156;
	font-size: 14px;
	padding-bottom: 5px;
}

label {
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #ffb200; /* the generic link colour. Most links are actually coloured according to other CSS rules. */
}

ul.orangelinks {
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.orangelinks li {
	list-style: disc outside url(/img/bullet-white.gif);
	padding-bottom: 5px;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}

ul.orangelinks li.linked,
ul.orangelinks.alllinked li {
	list-style: disc outside url(/img/bullet-orange.gif);
}

ul.orangelinks li a {
	color: white; /* the colour of link text next when it is shown next to an orange bullet point */
	text-decoration: none; /* bullet pointed links are not underlined until you hover over them. */
}

ul.orangelinks li a:hover {
	color: #ffb200; /* bullet pointed links go orange when you hover over them */
	text-decoration: underline; /* they are also underlined */
}
ul.orangelinksred {
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.orangelinksred li {
	list-style: disc outside url(/img/bullet-white.gif);
	padding-bottom: 5px;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}

ul.orangelinksred li.linked,
ul.orangelinksred.alllinked li {
	list-style: disc outside url(/img/bullet-orange.gif);
}

ul.orangelinksred li a {
	color: red; /* the colour of link text next when it is shown next to an orange bullet point */
	text-decoration: none; /* bullet pointed links are not underlined until you hover over them. */
}

ul.orangelinksred li a:hover {
	color: #ffb200; /* bullet pointed links go orange when you hover over them */
	text-decoration: underline; /* they are also underlined */
}
ul.orangelinkssmall {
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.orangelinkssmall li {
	list-style: disc outside url(/img/bullet-white.gif);
	padding-bottom: 5px;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1em;
}

ul.orangelinkssmall li.linked,
ul.orangelinksred.alllinked li {
	list-style: disc outside url(/img/bullet-orange.gif);
}

ul.orangelinkssmall li a {
	color: white; /* the colour of link text next when it is shown next to an orange bullet point */
	text-decoration: none; /* bullet pointed links are not underlined until you hover over them. */
	font-size: 9px;
}

ul.orangelinkssmall li a:hover {
	color: #ffb200; /* bullet pointed links go orange when you hover over them */
	text-decoration: underline; /* they are also underlined */
}

img.thumb {
	border: 0px;
}

#print {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	font-size: 10px;
	line-height: 1.1em;
	text-align: right;	
}

#print a {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#print a img {
	border: 0px;
}

#print .bullet {
    padding-right: 4px;
}

#ident {
	padding-top: 20px;
	padding-left: 20px;
	color: white; /* the colour of the text in the banner */
	font-weight: bold;
}

#ident h1, #ident h2 {
	margin: 0px;
	padding: 0px;
	letter-spacing: .3em;
}

#ident h1 {
	font-size: 23px;
	font-family: Georgia, Times, serif;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#ident h2 {
	font-size: 13px;
	font-family: Georgia, Times, serif;
	padding-bottom: 20px;
}

#navigationframe {
	width: 130px;
	height: 450px;
	padding: 10px 20px;
	padding-top: 0px;
	float: left;
	position: relative;
}

ul#navigation {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 10px;
	list-style-type: none;
}

ul#navigation li {
	/* these styles control the presentation of the text of the main links on the left of the page */
	list-style-type: none;
	line-height: 2.45em;
	letter-spacing: 0.14em;
	font-size: 13px;
	padding-left: 0px;
	margin-left: 0px;
}

ul#navigation a {
	text-decoration: none; /* the main links are not underlined until you hover over them */
	color: white; /* the colour of the main links on the left side of the page */
}

ul#navigation a.selected {
	/* the link corresponding to the page you are on is bolded and shown in grey */
	color: #333;
    font-weight: bold;
}

ul#navigation a:hover {
	/* an underline appears when you hover over a main link on the left of the page */
	text-decoration: underline;
}

form#navigationsearch {
	position: absolute;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	height: 70px;
	bottom: 0px;
}

form#navigationsearch label#searchlabel {
	display: block;
	padding-bottom: 10px;
	color: white; /* the colour of the instructions above the search box */
}

form#navigationsearch #search {
	position: absolute; 
	left: 0px;
	top: 45px;
	height: 18px;
}

form input.search, form select.search {
	font-size: 14px;
	width: 110px;
	background-color: #ece4c6; /* background colour of the search box in the bottom left */
	border-width: 0px;
}

form input {
	height: 17px;
}

form input#go,
form input.go {
	padding: 2px;
	height: 5px;
	background-color: #7f7f7f;
	color: #7f7f7f;
	border-color: #7f7f7f;
	border-width: 0px;
}

#officeaddress {
	font-size: 9px;
	color: #ffb200;
	margin-top: 10px;
	line-height: 1.4em;
}



#projectframe {
	width: 720px;
	float: right;
	height: 460px;
	overflow: hidden;
	font-size: 13px;
	position: relative;
}

#projectframe h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	letter-spacing: 0.08em;
	color: black;
}

#projectframe #description h3 {
	width: 280px;
}

#projectframe h3.fixedheight {
    height: 52px;
}

#projectframe h3 a {
	color: #cecabb; /* colour of headings when they are also links */
	text-decoration: none;
}

#projectframe h3 a.edit {
	color: #ffb200; /* colour of the "edit" link when it appears in a project heading */
	font-size: 10px;
	font-weight: bold;
}

/* section titles (ie. "experience", "service" on the about page) */
#projectframe h4 {
	margin-top: 16px;
	margin-bottom: 1px;
	color: #000000; /* text colour */
	font-size: 15px; /* text size */
	letter-spacing: 0.08em;
}


#projectframe #staticphoto {
	width: 320px;
	height: 412px;
	margin-left: 2px;
	margin-right: 18px;
	float: left;
	background-color: #444444; /* the colour that appears behind large images before they load */
	font-size: 0px;
	line-height: 0px;
}


#projectframe #staticphotoimage {
	position: relative;
	top: -2px;
	left: -2px;
	width: 320px;
	height: 412px;
	margin: 0px;
	padding: 0px;
}

#projectframe #staticcaption {
	margin-left: 20px;
	text-align: left;
	font-size: 10px;
	color: #000; /* colour of photo caption text */
	margin-top: 5px;
}
#projectframe #staticcaptionhigh {
	margin-left: 20px;
	text-align: left;
	font-size: 10px;
	color: #000; /* colour of photo caption text */
	margin-top: 0px;
}
#projectframe #homephoto {
	width: 698px;
	height: 420px;
	margin-left: 2px;
	padding-left: 0px;
	float: left;
	background-color: #444444; /* background colour behind front page image before it loads */
	font-size: 0px;
	line-height: 0px;
	position: relative;
}

#projectframe #homephoto img {
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 200;
}

#projectframe #homephotoimage {
	position: relative;
	top: -2px;
	left: 2px;
	width: 690px;
	height: 418px;
	margin: 0px;
	padding: 0px;

}

#projectframe #mainphoto {
	width: 321px;
	height: 320px;
	padding-left: 0px;
	margin-right: 18px;
	margin-left: 2px;
	float: left;
	background-color: #444444; /* background colour behind project photos before they load */
	font-size: 0px;
	line-height: 0px;
}

#projectframe #mainphoto img {
	border: 0px;
}

/* STYLE-009 */
.office #mainphoto img {
    cursor: pointer;
}

#projectframe #mainphotoloading {
	text-align: center;
	padding-top: 120px;
	font-size: 12px;
	line-height: 1.2em;
}

#projectframe #mainphotoloading img {
	margin-top: 20px;
}

#projectframe #mainphotoimage {
	position: relative;
	top: -2px;
	left: -2px;
	width: 321px;
	height: 320px;
	margin: 0px;
	padding: 0px;
}

#projectframe #mainphoto p {
	margin-top: 4px;
	font-size: 90%;
}

#projectframe #description {
	padding-right: 10px;
	overflow: hidden;
	/* If this height changes the JavaScript will need to be updated. */
	height: 285px;
	width: 320px;
	margin-bottom: 10px;
	font-size: 10px;
}

#projectframe #description.tall {
	height: 375px;
}



#projectframe #description.tallplus {
	height: 400px;
}

#projectframe #description.tallminus {
	height: 365px;
}

#projectframe #description.medium {
	height: 375px;
}

#projectframe #description p {
	margin-top: 0px;
	margin-bottom: 8px;
}

#projectframe #description h2 {
	font-size: 15px;
}

#projectframe #description blockquote {
	margin-top: 0px;
	margin-left: 20px;
	font-style: italic;
}

#projectframe #description #doscroll {
	height: 1000px;
	overflow: hidden;
	padding-bottom: 20px;
}

#projectframe #description #descriptiontextinner {
	padding-bottom: 20px;
}

#projectframe #thumbnails {
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 363px;
	white-space: nowrap;
	margin-left: 0px;
	clear: both;
}

#projectframe #thumbnails a,
#projectframe #thumbnails div.dummy {
	display: block;
	float: left;
	height: 69px;
	width: 69px;
	background-color: #444444; /* background colour behind thumbnails, and in thumbnail placeholders */
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 13px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}

#projectframe #thumbnails img {
	width: 69px;
	height: 69px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#projectframe #thumbnails a:hover img {
	position: relative;
	top: -2px;
	left: -2px;
}

#projectframe #caption {
	margin-left: 346px;
	text-align: left;
	font-size: 10px;
	color: #000;
}

#projectframe #caption #copyright {
	font-size: 9px;
}

#projectframe #scrollbuttons {
	position: absolute;
	left: 670px;
	top: 225px;
	overflow: visible;
}

#projectframe #scrollbuttons img {
	border-width: 0px;
	padding-top: 10px;
}

#projectframe table#metadata {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	width: 100%;
}

#projectframe table#metadata td:first-child {
	padding-bottom: 2px;
	padding-right: 10px;
}

#projectframe table#metadata td {
	padding-top: 2px;
	margin-top: 0px;
	color: #303d33; /* colour of metadata beneath the project name on project pages */
	font-size: 11px;
	letter-spacing: 0.08em;
	vertical-align: top;
}

#projectframe table#metadata td img {
	border: 0px;
}

#projectframe table#metadata td.browser {
	text-align: right;
	color: white;
	font-size: 10px;
}

#projectframe table#metadata a {
	color: #333;
}

/* layouts */

/* vertical - two column, one tall photo in left column */

#projectframe .layout.vertical {
	padding-top: 20px;
	padding-right: 20px;
	height: 420px;
}

/* message - good for small amounts of text on a page */

#projectframe .layout.message {
	padding: 100px 100px;
	overflow: auto;
	height: 420px;
}

/* onecolumn - good for project lists */

#projectframe .layout.onecolumn {
	padding: 20px;
	overflow: auto;
	height: 420px;
	
}

/* project lists */

div.projectlist div.projectsummary {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ffb200;
	clear: left;
}

div.projectlist div.projectsummary img.thumb {
	width: 69px;
	height: 69px;
	margin-right: 10px;
	float: left;
	background-color: white;
	
}

div.projectlist div.projectsummary h3 { 
	padding-top: 2px;
}

div.projectlist div.projectsummary h4 {
	margin-bottom: 5px;
}

div.projectlist div.projectsummary div.description {
	font-size: 12px;
}

p.resultmessage {
	color: white;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

	div#scrollbar { 
	  position:relative;
	  width:11px; 
	  height:260px; 
	  font-size:1px;
	  }
	div#track { 
	  position:absolute; 
	  left:0px; 
	  top:0px;
	  width:11px; 
	  height:250px;
	  background-color: #555; /* colour of the scrollbar background */
	  }
	div#dragBar {
	  position:absolute; 
	  left:0px; 
	  top:0px;
	  width:11px; 
	  height:250px;
	  background-color:#ceced6; /* colour of the scrollbar shuttle */
	  }  
	#description.long div#scrollbar,
	#description.long div#track {
		height: 340px;
	}
	
	#description.tall.miniscroll div#scrollbar,
	#description.tall.miniscroll div#track {
		height: 115px;
	}
	
	
	div#up { position:absolute; left:0; top:0; }  
	div#down { position:absolute; left:0; bottom:0; }
	
	/* for safari, to prevent selection problem  */
	div#scrollbar, div#track, div#dragBar, div#up, div#down {
		-moz-user-select: none;
		-khtml-user-select: none;
	}
	
	/* so no gap or misplacement due to image vertical alignment [2]*/
	div#scrollbar img {
		display:block; 
	}

/* 
 * styles beyond this point relate to project creation pages 
 */

h3.step {
	padding-top: 50px;

}

div.clear {
	border-bottom: 1px solid #8ae164;
	margin-bottom: 20px;
	font-size: 3px;
}

h3.step span.action {
	font-size: 120%;
	color: #8ae164;
}


#projectframe .layout.create form {
	padding-bottom: 20px;
}

#projectframe .layout.create #stepjumper {
	float: right;
	font-size: 9px;
	padding-right: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#projectframe .layout.create #stepjumper a {
	color: black;
	text-decoration: none;
}

#projectframe .layout.create #stepjumper a:hover,
#projectframe .layout.create #stepjumper a.current {
	color: #8ae164;
}

#projectframe .layout.create label {
	display: block;
	padding-bottom: 5px;
	margin-top: 10px;
}

#projectframe .layout.create label span {
	color: #8ae164;
}

#projectframe .layout.create #nextstep {
	text-align: right;
	clear: left;
}

#projectframe .layout.create #nextstep input {
	height: 25px;
}

#projectframe .layout.create .fields input,
#projectframe .layout.create .fields textarea {
	width: 420px;
	border-width: 0px;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 3px;
}

#projectframe .layout.create .fields select {
	border-width: 0px;
	font-size: 15px;
	padding: 2px;					
}

#projectframe .layout.create input.caption {
	width: 380px;
	border-width: 0px;
}

#projectframe .layout.create input.copyright {
	width: 250px;
	border-width: 0px;
}

#projectframe .layout.create div.imagechoice {
	border-width: 0px;
	vertical-align: middle;
	float: left;
}

#projectframe .layout.create .fields textarea {
	height: 200px;
	font-family: sans-serif;
} 

#projectframe .layout.create img.thumb {
	width: 69px;
	height: 69px;
	margin-right: 5px;
	float: left;
}
.buttontext {
text-align: centre;
}

#projectframe .layout.create .fields.upload input {
	height: 25px;
	width: 400px;
}

#projectframe .layout.create .photodetails {
	margin-left: 76px;
	padding-left: 10px;
	border-left: 1px dotted #ffb200;
	margin-bottom: 20px;
}

#projectframe .layout.create .radiobuttons,
#projectframe .layout.create .checkboxes {
	margin-top: 20px;
	padding-left: 40px;
	margin-bottom: 20px;
}

#projectframe .layout.create .radiobuttons input,
#projectframe .layout.create .checkboxes input {
	float: left;
	clear: both;
	width: 10px;
	height: 10px;
	margin-bottom: 0px;
}

#projectframe .layout.create .radiobuttons input {
	display: inline;
}


#projectframe .layout.create .radiobuttons hr,
#projectframe .layout.create .checkboxes hr {
	border-width: 0px;
	border-top: 1px solid white;
	clear: both;
}





/* On the screen, we don't display anything that's hidden or that's only for printing. */

.hidden, .printonly {
	display: none;
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0px;
	left: -1000px;
}
