@font-face {
	font-family: 'StMarieThin';
	src: url('/fonts/StMarie-Thin-webfont.eot');
	src: local('?'), url('/fonts/StMarie-Thin-webfont.woff') format('woff'), url('/fonts/StMarie-Thin-webfont.ttf') format('truetype'), url('/fonts/StMarie-Thin-webfont.svg#webfontX4pGz9fc') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* base
----------------------------------------------- */

html {
	background-color: #D1DDEF;
	}
 
body {
	padding: 0;
	font-family: Verdana, Arial, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #656365;
	background-color: #D1DDEF;
	margin:0px auto;
	}
 
blockquote, h3, li {
	padding-right: 10px;
    padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
	}
 
blockquote {
	margin-right: 0;
	margin-left: 20px;
	}
 
h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
	}
 
h1, h2 {
	font-family:  Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}
 
h1 {
	font-size: 1.4em;
	}
 
h2 {
	font-size: 1em;
	}
 
hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
	}
 
small, .small {
	font-size: 0.9em;
	}
 
/* links
----------------------------------------------- */
 
a img {
	border: none;
	}
 
h1 a, h2 a, h3 a {
	border: none;
	}
 
h3 a {
	font: 1.5em  Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}
 
#site-name a {
	border: none;
	}
 
#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
	}
 
/* layout
----------------------------------------------- */
 
#accessibility {
	position: absolute;
	top: -10000px;
	}
 
#head {
	height:122px;
	background-image:url(http://duboulay.co.uk/images/32.gif);
	background-repeat:repeat-x;
	margin-bottom:0px;
    margin-top:-20px;
	}
 
#head img {
	float:right;
	}
 
#head h1 {
	position: absolute;
    top:-10000px;
	}
 
#head .tagline {
    font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
    padding-top:40px;
    font-style:italic;
    font-weight:bold;
    font-size:1.4em;
	}
 
#site-name {
	margin: 15px 0;
	font: 3em  Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}
 
#site-slogan {
	font: italic 1em Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}
 
#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
	}
 
#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
	}
 
#sidebar-2 {
	margin-left: 5px;
	float: right;
	}
 
.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	}
 
.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
	}
 
#content {
	clear:both;
	font-size:0.8em;
	}
 
#content .leftimage {
    float:left;
    padding-right:15px;
    padding-top:20px;
	}
 
#content .rightimage {
    float:right;
    padding-left:15px;
    padding-top:20px;
	}
		
#content h4 {
	font-weight:bold;
	padding-left:0px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:1.3em;
	margin-bottom:5px;
	padding-left:5px;
}

#content .newsdate {
margin-top:5px;
}

.imagedescription {
font-size:0.5em;
color:#2259A9;
}
 
#clientlist img {
	margin:5px;
	border:1px solid #aaa;
	-webkit-transition: -webkit-box-shadow .1s ease;
	}
	
#clientlist .clientlogo {
	opacity:0.85;
	-webkit-transition: opacity .1s ease;
	}
	
#clientlist .clientlogo:hover {
	opacity:1;
	}
 
#clientlist a:hover img {
    border:1px solid #333;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.4);
	box-shadow: 0px 1px 5px rgba(0,0,0,.4s);
	}
 
#content .entry-title {
	font-size:1.2em;
	}
 
#content a {
	color: #333;
	text-decoration:none;
	}
 
#content p {
	font-size:0.9em;
	padding:3px;
	line-height:1.75em;
	}
 
#content p a{
	border-bottom:1px dashed #000;
	}
 
#content p a:hover{
	border-bottom:1px solid #1A5DAC;
	}
 
#content a:hover {
	color:#1A5DAC;
	}
	
#casestudylist {
	display:inline;
	list-style-type:none;
}
	
#casestudylist a li {
	font-size:1.7em;
	height:50px;
	-webkit-text-shadow:0px 4px 2px #fff;
	margin:1px 0px;
}

#casestudylist a li:hover {
	background-color:#ddd;
	}
	
#casestudylist a li:nth-child(2n+1) {
  	background-color:#eee;
}

#casestudylist li:nth-child(odd) {
	background-color:#eee;
}

#casestudylist li:nth-child(even) {
	background-color:#fff;
}
 
#foot {
	border-top:3px solid #aaa;
	margin-top:20px;
	height:75px;
	clear: both;
	font-size:0.6em;
	}
 
#foot .info {
	margin-left:280px;
	margin-top:-65px;
	}

#foot .info p a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #666;
	}
	
#foot .info p a:hover {
	color:#1A5DAC;
	}
 
/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */
 
#container {
    \width: 972px;
    w\idth: 962px;
	width: 962px;
	margin: 10px auto;
	padding: 10px;
    background-color:#fff;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	border-radius:10px;
	}
 
#sidebar-1, #sidebar-2 {
	\width: 150px;
	w\idth: 150px;
	}
 
/* overrides
----------------------------------------------- */
 
#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
	}
 
.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	}
 
div.divider {
	margin: 2em 0;
	text-align: center;
	}
 
/* articles
----------------------------------------------- */
 
.directory {
	list-style-type: circle;
	}
 
.author {
	font-style: normal;
	font-size: 0.8em;
	}
 
.published {
	font-size: 0.8em;
	}
 
/* comments
----------------------------------------------- */
 
.comments_error {
	color: #000;
	background-color: #fff4f4;
	}
 
ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
	}
 
div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
	}
 
form#txpCommentInputForm td {
	vertical-align: top;
	}
 
#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
	}
 
/* error page
----------------------------------------------- */
 
.error-status {
	font: 1.3em Georgia, Times, serif;
	}
 
#clientlist {
	padding: 0px 0px 15px 0px;
	margin:20px 0px;
    width:964px;
	}
 
#clientlist h3 {
	font-size:1.4em;
	padding:3px;
	margin:0px;
	font-weight:bold;
	font-family: Tahoma, Verdana, "Lucida Grande", Helvetica, sans-serif;
	}
 
#clientlist img {
	padding:3px 3px 3px 3px;
	margin:4px 4px 4px 4px;
	border:1px solid #999;
	height:75px;
	}
 
#clientlist span {
	font-weight:normal;
	font-size:.7em;
	}
 
#gallery {
	padding: 0px 0px 15px 0px;
	border-bottom:1px solid #aaa;
	margin:3px;
	}
 
#gallery h3 {
	font-size:1.4em;
	padding:3px;
	margin:0px;
	font-weight:bold;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}
 
#gallery img {
	padding:3px;
	margin:0px;
	border:1px solid #999;
	}
 
#topnavigation {
	padding-left:0px;
    padding-top:42px;
	}
 
#topnavigation li {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
    display:inline;
	padding:5px;
    list-style-type:none;
    font-size:0.90em;
	}
 
#topnavigation li:hover {
	}
 
#topnavigation li a {
	color:#000;
	text-decoration:none;
	}
 
#topnavigation li a:hover {
	color:#1A5DAC;
	border-bottom:2px solid #000;
	}
 
#map {
	margin:10px;
	border:1px solid #aaa;
	}
 
#content .latestnews {
	float:left;
	width:440px;
	}
 
#content #container #content img .noborder {
	border:0px;
	padding:0px;
	margin:0px;
	}
 
#strapline {
   float:left;
   margin-left:0px;
   padding-left:0px;
   margin-top:3px;
	}
 
#content .hfeed ul {
	width:200px;
	}
 
#projectmanagement ul {
	margin-left:300px;
	}
 
#projectmanagement ul li {
	margin:5px 20px;
	}
 
 
#content .hfeed ul li {
	}
 
#content .hfeed blockquote {
	float:right;
	width:400px;
	font-style:italic;
	font-size:1.4em;
	line-height:1em;
	font-family:Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	margin-top:-20px;
	}
 
#content h3 {
	font-size:1.4em;
	padding:3px;
	margin:0px;
	font-weight:bold;
	font-family:Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}
 
#content h2{
	font-size:1.4em;
	padding:7px;
	margin:0px;
	font-weight:bold;
	font-family:Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	border-bottom:1px solid #1B62A0;
	}
 
#pictures {
	float:right;
	width:354px;
	margin-right:-4px;
	margin-top:-33px;
	}
 
#pictures .note {
	margin:0 auto;
	display:block;
	background-color:#CADBEB;
	font-size:.8em;
	margin:4px;
	border:1px solid #b9cada;
	line-height:1.5em;
	text-align:center;
	}
 
.clear {
	clear:both;
	}
 
#clear {
    clear:both;
	}
 
#slides {
	width:962px;
	height:337px;
	overflow:hidden;
	}
 
#slides img{
	padding:0px;
	margin:0px 0px 0px 0px;
	border:1px solid #000;
	}
 
#slides p {
	background-image:url(http://duboulay.co.uk/images/87.png);
	padding:10px;
	line-height:20px;
	margin:0px 0px 0px 0px;
	font-size:2em;
	font-style:italic;
	font-family:Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color:#fff;
	margin-left:0px;
	font-weight:bold;
	}
 
span .jFlowControl{
	margin-top:-300px;
	}
 
#prevNext {
	background-color:transparent;
	}
 
#prevNext img{
	border:0px;
	}
 
#controller {
	display:none 
	}
 
.jFlowPrev, .jFlowNext {
	cursor:pointer; 
	display:block; 
	width:37px; 
	height:37px; 
	text-indent:-5000px; 
	position:absolute 
	}
 
.jFlowPrev {
	top:395px; 
	background:url('images/88.png') no-repeat; 
	border:0px; 
	}
 
.jFlowNext {
	top:350px; 
	background:url('images/89.png') no-repeat; 
	border:0px; 
	}
 
.jFlowPrev, .jFlowNext img {
	border:0px;
	}
 
#showcase {
	width:962px; 
	height:369px; 
	margin:0 auto;
	}
 
#whoweare {
	width:336px;
	float:right;
	}
 
#whoweare p {
	padding:8px 0px;
	line-height:1.4em;
	}
 
#whoweare h3 {
	border-bottom:1px solid #1B62A0;
	}
 
/* SLIDER SCRIPT ---------------------------- */
 
#slider { 
	width: 960px; /* important to be same as image width */ 
	height: 390px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px;
	padding:0px;
	}
 
#slider ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
 
#sliderContent {
	width: 960px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
	list-style-type:none;
	}
 
#sliderContent li {
	padding:0px;
	margin:0px;
	}
 
#sliderContent img {
	padding:0px;
	margin:0px;
	}
 
.sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	}
 
.sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 1.8em Tahoma,Arial,Helvetica,sans-serif;
	font-weight:normal;
	padding: 10px 13px;
	width: 960px;
	background-color: #165EAA;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;
 
    /*
         if you put
         top: 0; -> the box with text will be shown at the top of the image 
         if you put
         bottom: 0; -> the box with text will be shown at the bottom of the image
   	*/
	}
 
#clientnav {
    height:50px;
    padding:35px 0 0 0px;
    margin:10px 0px 0px 0px;
    display:none;
	}
 
#clientnavmoo {
    height:50px;
    padding:35px 0 0 0px;
    margin:10px 0px 0px 0px;
	}
 
#clientnav li, #clientnavmoo li {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
    display:inline;
	padding:5px 5px 5px 0px;
    list-style-type:none;
    margin:0px;
	}
 
#clientnav li a, #clientnavmoo li a {
    color:#165EAA;
    text-decoration:none;
    padding:5px;
	}
 
#clientnav li a:hover, #clientnavmoo li a:hover {
    border-bottom:3px solid #165EAA;
    color:#000;
	}
 
#clientnav-outer {
    overflow: hidden;
    height: 99px;
    margin: 20px;
	}
 
#bottomnavigation {
    margin:0px;
    padding:0px;
	}
 
#bottomnavigation li {
    display:inline;
    list-style-type:none;
    margin:0px;
    padding-left:0px;
	}
 
#bottomnavigation li a {
    color:#666;
    text-decoration:none;
    font-weight:bold;
	}
 
#bottomnavigation li a:hover {
    border-bottom:1px solid #165EAA;
	}
 
#contactstrap {
	width:960px;
	}
	
#contactstrap .rvpb {
	width:470px;
	padding-right:10px;
	float:left;
	}
 
#contactstrap .maps {
	width:470px;
	padding-left:10px;
	float:left;
	}
 
#contactdetails {
	width:470px;
	padding-right:10px;
	float:left;
	}
 
#contactdirections {
	width:470px;
	float:left;
	padding-left:10px;
	}
 
#contactdirections h3 {
	margin-top:0px;
	padding-top:0px;
	}
	 
#backbutton {
	background-color:#2259A9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:220px;
	padding:10px;
	float:right;
	margin-bottom:10px;
	opacity:0.85;
	-webkit-transition: opacity .1s ease;
	}
	
#backbutton:hover {
	opacity:1;
	}
 
#backbutton a {
	font-size:1.4em;
	color:#ffd;
	font-family:Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}
 
#backbutton a:hover{
	color:#fff;
	border-bottom:2px solid #fff;
	-webkit-transition: -webkit-box-shadow .1s ease;
	}

#projectimagecontainer {
	width:960px;
	padding:0px;
	margin:0px;
	}

#projectimagecontainer .mainimage {
	float:left;
	width:590px;
	}
	
#projectimagecontainer .thumbnailcontainer {
	float:left;
	width:360px;
	padding-left:10px;
	}

#projectimagecontainer .thumbnailcontainertitle {
	width:360px;
	height:93px;
	background-color: #2259A9;
	margin:0px 0px 00px 10px;
	float:left;
	}

#projectimagecontainer .thumbnailcontainertitle h3 {
	color:#fff;
	font-weight:normal;
	font-size:3em;
	line-height:100px;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	}

#projectimagecontainer .thumbnailcontainertitle h4 {
	color:#fff;
	font-weight:normal;
	font-size:2em;
	line-height:100px;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	}

#projectimagecontainer .thumbnote, #content .thumbnote {
	border-top:1px solid #2259A9;
	background-color:#D1DDEF;
	border-bottom:1px solid #2259A9;
	font-size:0.8em;
	margin-top:10px;
	text-align:center;
	display:block;
	}

#projectimagecontainer .thumbnote p{
	padding:2px;
	color:#000;
	text-align:center;
	}

#projectimagecontainer .thumb {
	padding:0px 0px 8px 0px;
	}

#projectimagecontainer  .thumbnailcontainer .thumbmid {
	padding:0px 24px 8px 25px;
	margin-top:-2px;
	}
	
#quote {
	float:left;
	width:360px;
	}

#quote .bubble {
	background-color:#2259a9;
	}
	
#quote .bubble p {
	color:#fff;
	margin:10px;
	}

#quote p {
	color:#666;
	}

#locations {
	width:340px;
	float:left;
	padding:10px;
	}

#locations ul {
	padding:0px;
	}
	
#locations ul li {
	margin:0px 0px 10px 16px;
	padding:0px;
	border-bottom:1px dotted #666;

	}
	
#locations ul li a span{
    border-bottom:1px dotted #fff;
	color:#eee;
	font-size:0.8em;
	}
	
	#locations ul li a span:hover {
	color:#f00;
	}

#description {
	width:590px;
	float:left;
	}

#projectimagecontainer  .mainimgtitle {
	background-color:#fff;
	opacity:0.75;
	font-size:1.4em;
	color:#333;
	position:absolute;
	top:380px;
	line-height:25px;
	}
	
/* NEWS
----------------------------------------------- */

.newsitemcontainer {
float:left;
width:223px;
Height:290px;
border:1px solid #1A5DAC;
margin:3px 3px 3px 2px;
padding:5px;
opacity:0.85;
color:#333;
-webkit-transition: all .25s ease;

}
.newsitemcontainer:hover {
opacity:1;
border:1px solid #000;
color:#1A5DAC;
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.4);
	box-shadow: 0px 1px 5px rgba(0,0,0,.4s);
}

.newsitem {
border:1px solid #000;
margin:2px;
padding:5px;
opacity:0.85;
-webkit-transition: opacity .1s ease;
}

.newsitem:hover {
opacity:1;
}

img.newspageimg {
margin-bottom:-15px;
}

.newsdate {
margin:-3px;
}

.newsitem img {
	padding:2px;
	-webkit-transition: -webkit-box-shadow .1s ease;
}

.newsitem a:hover img {
    border:1px solid #333;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.4);
	box-shadow: 0px 1px 5px rgba(0,0,0,.4s);
}
	
.newstitle {
	margin-left:-5px;
	font-family:"StMarieThin", Tahoma,Arial,Helvetica,sans-serif;
	font-size:1.7em;
	color:#2259A9;
}