@charset "UTF-8";

/* CSS Reset **********************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:link {
	color:#a7b08c;
	text-decoration:none;
	}

a:visited {
	color:#a7b08c;
	text-decoration:none;
	}

a:hover {
	color:#c9da2a;
	text-decoration:none;
	}

h1 {
	font-size:24px;
	color:#a7b08c;
	float:left;
	padding-bottom:20px;
	}

h2 {
	font-size:18px;
	color:#a7b08c;
	padding: 0px;
	margin: 0px;
	}

p {
	font-size:85%;
	color:#333333;
	padding-bottom:10px;
	}

/* Homepage **********************************************************************/

#center {
	margin-right:auto;
	margin-left:auto;
	width:906px;
	padding-top:20px;
	}
	
#header {
	float:left;
	width:903px;
	height:101px;
	background-image:url(../img/header-bg.gif);
	background-repeat:no-repeat;
	}

#logo {
	float:left; 
	width:219px; 
	height:77px; 
	padding-top:10px;
	}

#main-image {
	float:left;
	width:903px;
	height:282px;
	background-repeat:no-repeat;
	}

#main-image-text {
	float:left;
	font-size:14px;
	color:#FFFFFF;
	width:230px;
	padding-top:65px;
	padding-left:20px;
	padding-right:20px;
	line-height:16px;
	}

#main-image-text a:link {
	color:#c9da2a;
	text-decoration:none;
	}

#main-image-text a:visited {
	color:#c9da2a;
	text-decoration:none;
	}

#main-image-text a:hover {
	color:#000000;
	text-decoration:none;
	}

#main-image-text ul {
	padding-top:8px;
	margin:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#main-image-text li {
	padding-left:8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

#lower-content {
	float:left;
	width:903px;
	padding-top:20px;
	}

#projects-contain {
	float:left;
	background-image:url(../img/projects-on-the-go.jpg);
	background-position:0px 22px;
	background-repeat:no-repeat;
	width:458px;
	padding-top:78px;
	padding-right:8px;
	}

.projects {
	float:left;
	width:219px;
	padding-right:10px;
	}

.projects-subpage {
	float:left;
	width:210px;
	padding-right:10px;
	}

.projects-images {
	float:left; 

	}

.projects-text {
	float:left; 
	width:100%; 
	font-size:12px; 
	color:#a7b08c;
	padding:10px;
	line-height:14px;
	}

.projects-read-more {
	float:left; 
	width:100%; 
	text-align:right; 
	font-size:12px; 
	color:#a7b08c; 
	font-weight:900;
	}

#clippings {
	float:left;
	background-image:url(../img/clippings.gif);
	width:176px;
	height:295px;
	background-repeat:no-repeat;
	padding-right:32px;
	padding-left:13px;
	padding-top:55px;
	font-size:12px;
	color:#a7b08c;
	}

#our-blog {
	float:left;
	width:100%;
	padding-bottom:6px;
	}

.clipping-title {
	float:left;
	width:178px;
	font-size:12px;
	line-height:15px;
	padding-bottom:1px;
	}

.clipping-title a:link {
	color:#000000;
	text-decoration:none;
	}

.clipping-title a:visited {
	color:#000000;
	text-decoration:none;
	}

.clipping-title a:hover {
	color:#a7b08c;
	text-decoration:none;
	}

.clipping-author {
	float:left;
	width:178px;
	font-size:12px;
	padding-bottom:6px;
	text-align:right;
	color:#c9da2a;
	}

#form {
	float:left;
	background-image:url(../img/form-bg.gif);
	width:175px;
	height:295px;
	background-repeat:no-repeat;
	text-align:left;
	
	padding-right:30px;
	padding-top:59px;
	}

#form input {
	color:#000000;
	border: 1px solid #a7b08c;
	margin-bottom:2px;;
	width:163px;
	padding:0px;
	}
	
#hate-spam {
	font-size:10px; 
	float:left; 
	width:108px; 
	text-align:center
	}
	
.submit {
	width:60px;
	float:left;
	}

#footer {
	float:left;
	width:906px;
	font-size:10px;
	text-align:center;
	line-height:12px;
	}
	
#made-by {
	float:left;
	width:906px;
	font-size:10px;
	text-align:right;
	line-height:12px;
	padding-bottom:20px;
	}

/* Subpage **********************************************************************/

#content-contain {
	float:left;
	width:906px;
	}

.img-pad {
	float:left;
	padding-bottom:30px;
	}

.small-img-pad {
	float:left;
	padding-bottom:5px;
	}

#view-case-study {
	float:left;
	width:100%;
	clear:both;
	font-size:12px;
	}

#content-left {
	float:left; 
	width:187px;
	}

#content-middle {
	float:left; 
	width:497px;
	padding-top:62px;
	}

#content-middle li {
	font-size:85%;
	color:#333333;
	list-style:disc;
	}
	
#content-right {
	float:left; 
	width:219px;
	}

#content-right img {
	float:left;
	padding-top:10px;
	}

.floatleft {
	float:left;
	}

#submit {
	float:left;
	display:block;
	}

#submit a:link {
	float:left;
	display:block;
	width:55px;
	height:24px;
	background-image:url(../img/submit-button.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	}

#submit a:visited {
	float:left;
	display:block;
	width:55px;
	height:24px;
	background-image:url(../img/submit-button.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	}

#submit a:hover {
	float:left;
	display:block;
	width:55px;
	height:24px;
	background-image:url(../img/submit-button.jpg);
	background-repeat:no-repeat;
	background-position:-56px;
	text-decoration:none;
	}
	
.black-text {
	color:#000000;
	}

.disc-colour {
	list-style: disc outside; 
	color:green;
	}

.ul-fix {
	float:left; font-size:12px; padding-right:10px; list-style: disc outside;
}


