@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
Title: Midland Survey

version:   1.0
author:    Jonathan Lewis
email:     jon.lewis@globalgraphics.co.uk
website:   http://www.globalgraphics.co.uk/
-----------------------------------------------------------------------------*/

/* =Services
-----------------------------------------------------------------------------*/
.service img{
	float:left;
	margin:5px 35px;
}
.service-list{
	float:left;
	width:200px;
	border:1px solid #CCC;
	margin:5px 0 10px;
	padding:3px;
	min-height:140px;
	_height:140px; /*IE 6*/
}

.service-list ul{
	padding-left:15px;
}

.service-description{
	clear:both;
	margin-bottom:15px;
}

/* =Meet the team
-----------------------------------------------------------------------------*/

.team-member{
	float:left;
	width:250px;
	height:100px;
	margin:5px 0;
}
.team-member img{
	float:left;
	margin: 3px 5px 0 0;
}
#meet-the-team .sub-title{
	clear:both;
	display:block;
	padding-top:15px;
}

/* =Links
-----------------------------------------------------------------------------*/
#links ul{
	padding-left:10px;
}
#links ul li{
	padding:5px 0 5px;
}

/* =Survey Examples
-----------------------------------------------------------------------------*/

#survey-examples .sub-title{
	clear:both;
	display:block;
	padding-top:15px;
}
.example{
	float:left;
	width:250px;
	margin:5px 0;
	text-align:center;
	padding:10px 0;
}
.example span.title{
	font-size:11px;
}
.example img{
	border:2px solid #CCC;
}

/* =Policies and Certificates
-----------------------------------------------------------------------------*/
#policies-and-certificates{
	padding-top:25px;
}
#policies-and-certificates .sub-title{
	clear:both;
	display:block;
	padding-top:25px;
}
.policy{
	float:left;
	width:80px;
	text-align:center;
	padding:0 3px;
}

/* =Contact Us
-----------------------------------------------------------------------------*/
#contact{
	padding-top:25px;
	width:350px;
	margin:auto;
}
#contact address{
	float:left;
	font-style:normal;
	line-height:130%;
	width:125px;
}
#contact address + address{
	width:175px;
}
#contact .sub-title{
	clear:both;
	display:block;
	padding-top:25px;
}
#contact-form-wrap{
	clear:both; 
}
#contact-form-wrap form label{
	display:block;
}
input, textarea, select{
	width:320px;
	background-color:#F9F9F9;
	border:1px solid #7CC2D8;
}
#button-wrap{
	padding-top:20px;
}
#button-wrap input{
	width:auto;
}
#contact-form-wrap span, #radio-group strong{
	font-size:1em; 
	font-weight:bold; 
	margin:10px 0 3px 0; 
	display:block;
}
#radio-group{
	padding-top:10px;
}
#radio-group span{
	display:inline;
	padding-left:15px;	
}
#radio-group input{
	display:inline;	
	width:15px;
}

/* =Sitemap
-----------------------------------------------------------------------------*/
#sitemap ul{
	padding-left:40px;
	padding-top:30px;
	color:#003;
}
#sitemap ul li a{
	color:#003;
}