@charset "UTF-8";
body {
	background-color: #EEEEEE;
	background-image: url(../_img/body-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	font-family: Calibri, Palatino, Georgia, "Times New Roman", Times, serif;
}
iframe {
	height: 260px;
	width: 480px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
}
.page {
	background-color: #FFFFFF;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.header {
	background-color: #006644;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	background-image: url(../_img/header-bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin-bottom: 0px;
}
#logo {
	padding: 25px;
}










.navigation {
	background-image: url(../_img/navigation-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0px;
	color: #CCCCCC;
	padding: 0px;
}
.navigation ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}
.navigation ul li {
	display: inline;
	font-size: small;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.navigation ul li a {
	color: #EEEEEE;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
}
.navigation ul li a:hover {
	background-color: #006644;
	color: #FFFFFF;
	background-image: url(../_img/navigation-link-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.navigation .on {
	color: #FFFFFF;
	background-color: #006644;
}












.latestprojects {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../_img/latestprojects-bg.gif);
	background-repeat: repeat-y;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height: 280px;
}
.mainimage {
	float: left;
	border: 10px solid #FFFFFF;
}
.latestprojects-right {
	float: right;
	width: 330px;
}
.project1#fullheight {
	height: 280px;
	background-color: #FFFFFF;
}
.project1#fullheight h1 {
	font-size: x-large;
}
.project1#fullheight  h2 {
	font-weight: normal;
	color: #666666;
	font-size: large;
	line-height: 1.5em;
	margin: 0px;
}
.project1 {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100px;
	background-image: url(../_img/project1-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.project1 h1 {
	margin: 0px 0px 10px;
	font-size: medium;
	color: #CC3366;
	padding-top: 10px;
	font-weight: normal;
}
.latestprojects-right h1 strong {
	color: #006644;
	font-weight: normal;
}
.project1 p {
	color: #666666;
	font-size: small;
	margin-right: 10px;
	line-height: 1.4em;
	margin-top: 0px;
	padding-bottom: 10px;
}







.projects-after {
}
.projects-after ul {
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin: 0px;
	list-style-position: outside;
	padding: 0px;
}
.projects-after ul li {
	list-style-type: none;
	display: block;
	list-style-position: outside;
	margin: 0px;
	text-align: left;
	font-size: medium;
}
.projects-after ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	list-style-type: none;
	background-image: url(../_img/projects-after-off.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 11px;
	padding-right: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC99;
}
.projects-after ul li a.on {
	color: #669900;
	background-image: url(../_img/subnav-arrow-on.gif);
}
.projects-after ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../_img/projects-after-on.png);
	border-bottom-color: #FFFFFF;
}











.main {
	margin-right: 10px;
	margin-left: 10px;
}
.pagetitle {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pagetitle h1 {
	font-size: x-large;
	color: #CC3366;
	font-weight: normal;
}
.main-left {
	float: left;
	width: 490px;
	color: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 10px;
	margin-bottom: 40px;
}
.main-left hr {
	color: #CCCC99;
	border-top: 1px dashed #CCCC66;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.main-left h1 {
	color: #CC3366;
	font-weight: normal;
	font-size: x-large;
	margin-top: 0px;
}
.main-left  h2 {
	color: #006633;
	font-weight: normal;
	font-size: large;
	line-height: 1.4em;
	margin-top: 0px;
}
.main-left h3 {
	color: #CC3366;
	font-size: medium;
	font-weight: normal;
}
.main-left h4 {
	color: #000000;
	font-size: small;
}
.main-left p {
	font-size: small;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.main-left p a {
	color: #006633;
	text-decoration: none;
}
.main-left p a:hover {
	color: #CC3366;
	text-decoration: underline;
}
.main-left ul {
	list-style-type: square;
	padding-left: 20px;
	list-style-position: outside;
}
.main-left  li {
	font-size: small;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #333333;
}
.main-left ul li a {
	color: #CC3366;
	text-decoration: none;
}
.main-left ul li a:hover {
	color: #336600;
	text-decoration: underline;
}














.project-listitem {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../_img/project-link-off.png);
	background-repeat: no-repeat;
	background-position: 455px 5px;
	background-color: #F6F9F9;
}
.project-listitem:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-color: #CC3366;
	border-right-color: #CC3366;
	border-bottom-color: #CC3366;
	border-left-color: #CC3366;
	background-image: url(../_img/project-link-on.png);
	background-color: #FFFFFF;
}
.project-listitem  img {
	float: left;
}
.project-listitem .description {
	float: right;
	margin-left: 10px;
	width: 305px;
}
.project-listitem .description h2 {
	margin: 0px 20px 5px 0px;
	font-size: medium;
}
.project-listitem:hover .description h2 {
	color: #CC3366;
}
.project-listitem .description p {
	margin: 0px 15px 0px 0px;
}






.casestudy-item {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../_img/project-link-off.png);
	background-repeat: no-repeat;
	background-position: 455px 5px;
	background-color: #F6F9F9;
}
.casestudy-item:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-color: #CC3366;
	border-right-color: #CC3366;
	border-bottom-color: #CC3366;
	border-left-color: #CC3366;
	background-image: url(../_img/project-link-on.png);
	background-color: #FFFFFF;
}
.casestudy-item h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.casestudy-item h2 a {
	color: #336600;
	text-decoration: none;
}
.casestudy-item:hover h2 a {
	color: #CC3366;
}
.casestudy-item p {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 5px;
}
.casestudy-item h3 {
	font-size: small;
	margin: 0px;
}
.casestudy-item a {
	color: #CC3366;
}
















.pagenumbers {
	font-size: small;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
	padding: 5px 5px 5px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../_img/pagenumbers-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	border: 1px solid #CCCCCC;
}
.pagenumbers:hover {
	border-top-color: #CC3366;
	border-right-color: #CC3366;
	border-bottom-color: #CC3366;
	border-left-color: #CC3366;
}
.pagenumbers a {
	padding: 0px 5px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
}
.pagenumbers a:hover {
	color: #CC3366;
	background-color: #FFFFFF;
}










.contact {
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: small;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contact form {
	margin: 0px;
}
form  table  td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC99;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lastrow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}














.main-right {
	float: right;
	width: 329px;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCC99;
	padding-left: 10px;
	margin-bottom: 40px;
}










.main-right p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: small;
	line-height: 1.4em;
	color: #666666;
}












.margin-links {
	border: 1px solid #CCCCCC;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.margin-links h2 {
	color: #006633;
	margin-top: 0px;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 10px;
}
.margin-links ul {
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin: 0px;
	list-style-position: outside;
	padding: 0px;
}
.margin-links ul li {
	list-style-type: none;
	display: block;
	list-style-position: outside;
	margin: 0px;
	text-align: left;
	font-size: small;
}
.margin-links ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCC99;
}
.margin-links ul li a:hover {
	color: #CC3366;
	text-decoration: none;
	background-image: url(../_img/project-link-on.png);
	background-position: right center;
	background-color: #FCFCFC;
}










.project-summary {
	background-color: #EEEEEE;
	padding: 10px;
	margin: 0px 0px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.project-summary h2 {
	color: #CC3366;
	margin-top: 0px;
	font-size: medium;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3366;
}
.project-summary h3 {
	margin-top: 0px;
	font-size: small;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: normal;
}
.project-summary p {
	color: #006633;
	font-size: small;
	margin-top: 0px;
	text-transform: uppercase;
}












.linkbox {
	background-color: #CCCCCC;
	height: 190px;
	width: 245px;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.linkbox#about {
	background-image: url(../_img/temp-about-link-off.jpg);
}
.linkbox#casestudies {
	background-image: url(../_img/temp-casestudies-link-off.jpg);
}
.linkbox h1  {
	font-size: small;
	padding: 10px 0px 0px 10px;
	margin: 0px;
	font-weight: normal;
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 50px;
}
.linkbox h1 strong {
	font-weight: bold;
}
.linkbox#about h1 {
	background-image: url(../_img/aboutbox-h1-bg.gif);
}
.linkbox#about:hover h1 {
	background-position: top;
}
.linkbox#casestudies h1 {
	background-image: url(../_img/casestudies-h1-bg.gif);
}
.linkbox#casestudies:hover h1 {
	background-position: top;
}
.welcome {
	height: 190px;
	float: right;
	width: 340px;
	background-image: url(../_img/latestprojects-bg.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.welcome p {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: small;
	line-height: 1.4em;
}
.footer {
	margin: 10px 10px 0px;
}
.footer p {
	margin: 0px;
	font-size: x-small;
	line-height: 1.5em;
	color: #333333;
}
.footer p strong {
	color: #006633;
	font-weight: normal;
}
.footer p a {
	color: #006633;
	text-decoration: none;
}
.footer p a:hover {
	color: #CC0066;
	text-decoration: underline;
}
.footer-left {
	float: left;
}
.footer-right {
	text-align: right;
	float: right;
}
.strapline {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../_img/strapline-bg.jpg);
	background-repeat: no-repeat;
	padding: 20px 10px 10px;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height: 30px;
	background-position: left top;
	text-align: center;
	color: #FFFFFF;
}







.margin-simon {
	border: 1px solid #CCCCCC;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.margin-simon h2 {
	color: #006633;
	margin-top: 0px;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 10px;
}
.margin-simon ul {
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px;
	list-style-position: inside;
	list-style-type: square;
}
.margin-simon ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	text-align: left;
	font-size: small;
	display: block;
	padding-bottom: 10px;
}
.bullet-simon {
	clear: right;
	float: left;
}
