@charset "UTF-8";
/*Main colour: #29ABE2*/
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
img {
	border: 0px;
}
.clearBoth{
	clear:both;
}
.contactBulletForm {
	padding-left: 35px;
	background: url(images/contactBulletForm.gif)  no-repeat;
}
.contactBulletEmail {
	background: url(images/contactBulletEmail.gif) no-repeat;
	padding-left: 35px;
}
.contactBulletTelephone {
	background: url(images/contactBulletTelephone.gif) no-repeat;
	padding-left: 35px;
}
.generalBulletArrow {
	background: url(images/generalBulletArrow.gif) no-repeat;
	padding-left: 35px;
}
.listBulletTitle {
	padding-left: 8px;
	font-size: 1.3em;
	font-weight:bolder;
}
.listNoBullet {
	list-style-type:none;
	padding-left:0;
	line-height: 30px;
	font-size: 0.9em;
}
.pad10{
	padding:10px;
}
.projectBox{
	border: #EEE 1px dotted;
	width:320px;
	float:left;
	margin-right:35px;
}
#footer{
	border-top: 2px #29ABE2 solid;
	background-image: url(images/footerGradient.jpg);
	background-repeat: repeat-x;
	position: relative;
	height:50px;
	margin-top:30px;
}
#contactBox, #siteBox, #legalBox {
	border-left: #EEE 2px dotted;
	padding-left: 5px;
	padding-right:25px;
	float:left;
}
#footerValidation {
	border-top: #CCCCCC 2px solid;
	padding-top: 0.3em;
}
h1{
	color: #FFF;
}
h3{
	background:#29ABE2;
	color:#FFFFFF;
	font-size:1.8em;
	margin:0 0 10px 0;
	padding:5px;
}
h5{
	padding:0;
	margin:0;
}
#header{
	border-bottom: #29ABE2 2px solid;
	background:url(images/headerBackgrouns.jpg) repeat-x;
	height: 150px;
}
