@import url("./structure.css");
@import url("./boxes.css");

@import url("./sitemap.css");
@import url("./gallery.css");
@import url("./lightbox.css");
@import url("./contactform.css");
@import url("./contracts.css");
@import url("./news.css");
@media print {
	body,p,div,td,span {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	a {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;font-weight:bold;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }
	table { page-break-inside: avoid }
}
body {
	margin: 0;
	padding: 0;
	background:#ffffff;
	color:#353535;
	font: 13px/18px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	/*background:url(../../../i/body-top-bg.png) top repeat-x;*/
}
.clearMe {
	clear:both;
}
.clear-me{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	font-size:0;
}
hr {
	border:0;
	border-top: 1px dotted #AAA;
	margin:15px 0;
	font-size:0;
	line-height:0;
	padding:0;
}

/*** Header Styles ***/

#masthead div {
	position: absolute;
}
#logo {
	top:15px;
	left:17px;
}
#strapline {
	top: 50px;
	right: 24px;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	background: url('../../../i/strapline.gif');
}
#topnavigation {
	top:7px;
	right:10px;
	background: #ffffff;
	border: 1px solid red;
	display:none;
}

/*** Main Navigation ***/

#mainnavigation {
	text-align:center;
	border:0 solid red;
	width:994px;
	padding:0 0 0 0;
	height:39px;
	position:relative;
	z-index:999;
}
#mainnavigation ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	height:39px;
}
#mainnavigation li {
	display: inline;
	margin:0;
	padding:0;
	float:left;
	list-style-type: none;
}
#mainnavigation a {
	text-decoration:none;
	display: inline;
	margin: 0 0 0 0;
	color: #ffffff;
	padding:12px 44px 0 43px;
	height:27px;
	font-size:13px;
	font-weight:bold;
	display:block;
}
#mainnavigation li a:hover,
#mainnavigation li a.mainNavOn{
	color: #d4d4d4;
}

/*** Sub navigation ***/

#subnavigation{
	padding:0 0 10px 0;
	float: left;
	width: 198px;
	margin: 0px;
	margin-bottom: 10px;
	background:#ffffff;
	border:1px solid #dddddd;
	border-radius:3px;
}
#subnavigation ul {
	padding:0px;
	margin: 8px;
	width:180px;
	background: #F5F6F1;
	color: red;
}
#subnavigation ul li {
	display: block;
	float: left;
	width: 180px;
	margin:0;
	padding: 0px;
	list-style-type: none;
	min-height: 26px;
	border-bottom: 1px solid #dddddd;
}
#subnavigation ul li a {
	display: block;
	float: left;
	width: 170px;
	height: 24x;
	text-decoration:none;
	font: 13px/18px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 4px 5px;
	color: #444;
	vertical-align: middle;
}
#subnavigation ul li a:hover,
#subnavigation ul li a.subOn {
	background:#a80127 url(../../../i/sub-nav-bg.gif) repeat-x;
	color: #ffffff;
}
#subNavContent{
	float: left;
	width: 198px;
}
#subNavContent h2 {
	padding: 5px 0 0 13px;
	margin: 0;
}

/* ******************  Standard text styles  ************** */
a {
	color: #336600;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}
a.button {
	font-weight: bold;
	color: #FFF;
	background: url(../../../i/themes/1/button-small-bg.gif) no-repeat;
	display: block;
	width: 120px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 0 0 10px;
}
h1, h2, h3 {
	font-family:  Arial, Verdana, Helvetica,sans-serif;
	color:#A80027;
}
h1 {
	color:#a80027;
	font-size:24px;
	line-height:24px;
	font-weight:normal;	
	margin: 0 0 10px 0;
}
h2 {
	font-size:18px;
	margin: 0 0 10px 0;
	color:#A80027;
	font-weight:normal;
}
h3 {
	font-size:14px;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 13px 0;
}

/* ******************  Standard site image styles ************** */
img {
	border:none;
}

/* ******************  Forms ************** */
fieldset {
	border:1px solid #C4130D;
	margin:2em 20px;
	padding:10px;
}
fieldset.parent {
	padding-top:0;
	width:680px;
	margin:0 auto;
}

:root legend {
	margin-bottom:0pt;
}

legend {
	background:#C4130D none repeat scroll 0%;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:20px;
	padding:2px 6px;
}
#homepage-contact-box-content{
	height:280px;
}
#homepage-contact-box-content ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

form li label {
	display:block;
	float:left;
	margin-right:0.5em;
	text-align:right;
}
form ul li {
	background:transparent none repeat scroll 0%;
	clear:left;
	margin:0pt 0pt 1em;
	padding:0pt;
}
form label {
	width:9.5em;
}
li, dt, dd {
	line-height:130%;
}
input, select, textarea {
	font-family:verdana,"trebuchet MS",helvetica,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
form .check span.name {
	margin-left:0pt;
	text-align:right;
	width:9.5em;
}
form .check span {
	display:block;
	margin-left:10em;
}
li.check
	li, dt, dd {
	line-height:130%;
}
form li.check label {
	display:inline;
	float:none;
	margin:0pt;
	text-align:left;
	width:auto !important;
}

/* ******************  Case Study Files ************** */
#caseStudyResults ul {
	list-style: none;
	margin:0 auto;
	padding:0;
	width:700px;
	height:auto;
	background: none;
}
#caseStudyResults ul li {
	display: block;
	margin:0;
	padding:0;
	list-style-type: none;
	width:220px;
	height:150px;
	float:left;
	margin: 0 0 20px 0;
	background:#e7e7df;
}
#caseStudyResults ul li.first {
	margin-right:20px;
}
#caseStudyResults ul li.second {
	margin-right:20px;
}
#caseStudyResults ul li a {
	display:block;
	width:200px;
	height:20px;
	margin:0;
	padding:130px 10px 0 10px;
	text-decoration:underline;
	font: 12px/10px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	text-align:center;
}
#caseStudyResults ul li a:hover {
	/*background:#f3f3ed;*/
}
#caseStudyResults ul li a.mainOn {
	background:#333739;
	font-weight:bold;
	border:solid 1px #42474A;
}
#caseStudyResults ul li a.mainOn:hover{
	color: #FFFFFF;
}

.caseStudyImgPrim {
	float:right;
	margin:0 0 15px 15px;
	border:solid 1px black;
}
.caseStudyImgLogo {
	float:right;
}
#caseStudyImgsSupp {
	clear:both;
	margin:0 auto;
	margin-top:20px;
	width:100%;
	text-align:center;
}
#caseStudyImgsSupp div {
	display:inline;
	margin: 0 5px 0 5px;
}
.cant-find-the-case-study {
	margin-top:15px;
	border:1px solid #95a486 !important;
    color:#3d6611 !important;
    background:#eff5ea;
    padding:15px;
    text-align:center;
    font-weight:bold;
}



/* ****************** Paginate styles  ************** */

.listPaginate {
	padding:0;
	background: #D9E8EA url(../../i/iconHeadings.gif);
	border-top:solid 1px #BDBDBD;
	border-bottom:solid 1px #BDBDBD;
	font-size:11px;
	width:100%;
}

.listPaginate table tr td {
	margin:0;
	padding:0;
}

.listPaginate .listPaginateLinkNext {
	padding-right:20px;
	padding-left:20px;
}

.listPaginate .listPaginateLinkPrev {
	padding-left:20px;
	padding-right:20px;
}
.listPaginateLinkJump {
	text-align:center;

}
.listPaginate .paginateOn {
	padding:0 5px 0 5px;
	display:inline;
	margin:0 auto;
}

.listPaginate .paginateOff {
	padding:0 5px 0 5px;
	display:inline;
	margin:0 auto;
}

.listPaginate a {
	color:#2D444F;
	font-weight:bold;
}
.listPaginate a:hover {
	color:#D85909;
}
.listPaginate .paginateOn {
	color:#D85909;
	font-weight:bold;
}
.listPaginateSpacer {
	font-size:0;
	line-height:1px;
	padding:0;
	margin:0;
	height:0;
	background:none;
	height:5px;
}

.spacerOne {
	height:10px;
	margin: 0;
    padding: 0;
}


/************* Document Styles ***************/

.document-category{
	border:1px solid #c4c4c4;
	padding:10px;
	margin:0 0 10px 0;
}
.document-document{
	border:1px solid #ebebeb;
	padding:10px;
	margin:0 0 10px 0;
}
.document-back{

}
.document-back a{
	border:1px solid #ebebeb;
	padding:5px;
}
.document-back a:hover{
	background:#ebebeb;
	text-decoration:none;
}
.document-document a{
	padding:5px 0 0 3px;
}
.document-document img{
	margin:0 0 0 0;
	float:left;
}
/* Slug styles */
.slug {
	background:#EDEEED;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #D8D2BD;
	color:#7F7C73;
	padding-left:4px;
	padding-right:4px;
	height:22px;
	text-align:left;
	clear:both;
}
.slugTitle {
	color:#7F7C73;
	width:33px;
	float:left;
	height:22px;
	margin-top:2px;
}
.slugTrail {
	float:left;
	height:20px;
	line-height:auto;
	font-size:0.8em;
	background: #FFFFFF;
	border:solid 1px #c4c4c4;
	padding:1px 2px 0 10px;
	width:80%; /* 80% to fit 800x600 res */
}
span.noSlug {
	color:#C6C7C8;
}
#slugOn {
	background:#FFFECE;
	color:#000000;
}

/* content on Verde needs placing in a rounder rectangle */

#contentBox{
	float: left;
	width: 752px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
/*
#contentBoxHeading{
	float: left;
	width: 763px;
	height: 7px;
	background: url('../../../i/themes/1/contract-details-box2-heading.gif') top left no-repeat;
	margin: 0px;
}
*/
#contentBoxContent{
	float: left;
	width: 703px;
	padding: 15px 30px;
	font-weight: normal;
	margin: 0px;
	min-height: 460px;
	background:#ffffff;
	border:1px solid #dddddd;
	border-radius:3px;
}

#contentBoxContent img {
	margin: 5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #FFF;
}
#contentBoxContent .contractsImage img{
	margin:0 0 0 0;
}
/*
#contentBoxFooter{
	float: left;
	width: 763px;
	height: 7px;
	background: url('../../../i/themes/1/contract-details-box2-footer.gif') bottom left no-repeat;
	margin: 0px;
}
*/
sup {
	position: relative;
	top: 0px;
	font-size: 70%;
	_ font-size: 80%;
	* font-size: 80%;
}
/*
#columnTwoFooter {
	height: 10px;
	width: 763px;
	background: url(../../../i/themes/1/column-main-footer.gif) no-repeat;
}*/

/*** Carousel Styles ***/

.carousel{
	width:970px;
	height:292px;
	background:#373a43;
	margin:0 0 12px 0;
	overflow:hidden;
}
.carousel ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.carousel li{
	width:970px;
	height:292px;
	position:relative;
}
.carousel img{
	position:absolute;
	top:0;
	left:0;
}
.carousel-description{
	padding:24px 10px 25px 28px;
	width:277px;
	height:243px;
	top:0;
	right:0;
	position:absolute;
	overflow:hidden;
	background:url(../../../i/carousel-content-bg.jpg) top right no-repeat;
	color:#ffffff;
	overflow:hidden;
	font-size:15px;
	line-height:18px;
}
.carousel-description h2{
	color:#ffffff;
	font-size:24px;
	line-height:28px;
}
.carousel-description p{
	margin:0 0 10px 0;
}

/*** Box Styles ***/

.box{
	width:605px;
	height:278px;
	padding:20px 18px 0 18px;
	margin:0 0 12px 0;
	background:#ffffff;
	border:1px solid #dddddd;
	border-radius:3px;
	background:#ffffff url(../../../i/box-title-bg.gif) 0 13px repeat-x;
	float:right;
	position:relative;
}
.box.small{
	width:277px;
	float:left;
	height:auto;
	min-height:325px;
}
.box.min-height{
	min-height:290px;	
}
.lower-home .box{
	min-height:325px;	
}
.box h2{
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
}
.box.small h2{
	margin-bottom:24px;
}
.box.small p{
	margin:0 0 5px 0;
}
.box.small img{
	margin:0 0 11px 0;
}
.box-photo{
	background:url(../../../i/photo-bg.png) no-repeat;
	width:255px;
	height:239px;
	padding:27px 0 0 33px;
	float:right;
	position:absolute;
	right:25px;
	top:20px;
}
.photo-box-content{
	width:310px;
	float:left;
	padding:20px 0 0 0;
}
.box h3 a,
.box h3{
	color:#a80027;
	font-size:18px;
	font-weight:normal;
	margin:0 0 12px 0;
}
.box.small h3{
	font-size:14px;
}
.button-link{
	display:block;
	background:#a80027;
	float:right;
	color:#ffffff;
	padding:2px 10px 2px 10px;
	font-size:12px;
	border-radius:4px;
	text-align:center;
}
.button-link.left{
	float:left;
}
.button-link:hover,
.button-link-large:hover{
	background:#591d26;
	text-decoration:none;
}
.button-link-large{
	font-size:18px;
	display:block;
	background:#a80027;
	float:left;
	color:#ffffff;
	padding:4px 15px 4px 15px;
	border-radius:4px;
	text-align:center;
}
.home-news-image{
	text-align:center;
}

/*** Home Content ***/

.home-content{
	width:315px;
	float:left;
	padding:12px 0 0 0;
}
.home-content h1{
	color:#a80027;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
}
.client-box{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	height:230px;
	padding:12px 0 12px 0;
	background:#ffffff;
	position:relative;
}
.client-box .box{
	height:207px;
}
.quote-wrapper{
	float:left;
	width:315px;
	background:url(../../../i/quote.jpg) no-repeat;
}
.quote{
	float:left;
	width:285px;
	height:145px;
	padding:26px 15px 0 15px;
	color:#ffffff;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	font-style:italic;
	overflow:hidden;
}
.testifier{
	float:right;
	background:url(../../../i/quote-point.png) top left no-repeat;
	padding:10px 0 0 40px;
	line-height:18px;
	color:#353535;
}
.home-left-side{
	width:27px;
	height:271px;
	background:url(../../../i/home-left-side.gif) top left no-repeat;
	position:absolute;
	left:-27px;
	top:-16px;
}
.home-right-side{
	width:27px;
	height:271px;
	background:url(../../../i/home-right-side.gif) top left no-repeat;
	position:absolute;
	right:-27px;
	top:-16px;
}
.lower-home{
	background:#ebebeb url(../../../i/lower-home-bg.gif) top repeat-x;
	padding:20px 12px 0 12px;
}
.accreditations{
	background:#ebebeb;
	height:92px;
}
.accreditations a:hover{
	text-decoration:none;
	opacity:0.8;
}
.our-clients-home{
	margin:6px 0 0 0;
}
