@charset "UTF-8";
/* CSS Document */


/*site colours:
purple: #511356
grads: #4D1556 #623D6D #755D81 #867290 #9889A3 #ADA1B6
bullets:#d2bed8
*/

*{
	margin: 0; /* it's good practice to zero the margin and padding of the everything to account for differing browser defaults */
	padding: 0;
}


body{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

.floatFix{
	clear:both;
	float:none;
}	

img.floatLeft{
	float:left;
	margin: 0px 8px 2px 0px;
}

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

a:hover{
	color: #623D6D;
}	

/* layout------------------------------------------ */

#mainContainer{
	width:800px;
	border:#511356 1px solid;
	margin: 0 auto;	
}	

#header{
	width: 800px;
	height: 135px;
	background:url(images/header.jpg) no-repeat;
}	

#callUs{
	float:right;
	width:195px;
	margin: 57px 15px 0px 0px;
	text-align:right;
	font-size: 1em;
	color: #c6accd;
	line-height: 1.3em;
}

#navHolder{
	width: 158px;
	float:left;
	clear:both;
	margin-top: 4px;
	
}	

#contentHolder{
	float:left;
	width: 642px;
	background:url(images/services.jpg) no-repeat top right;
}

#copyHolder{
	width: 417px;
	margin: 24px 20px 0px 20px;
	float:left;
}

ul.lists{
	width: 150px;
	float:left;
	padding-right: 40px;
	list-style: url(images/custom_bullet2.jpg) outside;
	font-size:.7em;
	padding-left: 16px;
	margin: 0px;
}

ul.lists li{
	margin-bottom: 8px;
}

ul.listsWide{
	padding-right: 40px;
	list-style: url(images/custom_bullet2.jpg) outside;
	font-size:.7em;
	padding-left: 16px;
	margin: 0px;
}

ul.listsWide li{
	margin-bottom: 8px;
}

.ourPeople{
	padding-left: 73px;
	padding-bottom: 12px;
}


#quote{
	width: 151px;
	_width: 120px;
	float:left;
	margin: 34px 12px 0px 0px;
	border-left:#CCCCCC 2px solid;
	padding-left: 20px;
}

#quoteLower{
	width: 151px;
	_width: 110px;
	float:left;
	margin: 160px 12px 0px 0px;
	border-left:#CCCCCC 2px solid;
	padding-left: 20px;
}

#rhPicture{
	/*width: 183px;*/
	float:left;
}

#footer{
	width: 642px;
	height: 70px;
	clear:both;
	font-size:.55em;
	line-height:1.3em;
}

#addressLondon{
	float:left;
	margin: 20px 0px 0px 20px;
	/*width: 300px;*/
}

#addressSussex{
	float:left;
	margin: 30px 0px 0px 20px;
	/*width: 300px;*/
}

.addressPurple{
	color:#7a1c7c;
}

/* nav --------------------------------------------*/

#navHolder ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

#navHolder li{
	list-style-type: none;
	margin-bottom: 2px;
	font-size: .7em;
}

.home a, .services a, .people a, .mission a, .plant a, .contact a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height: 22px;
	padding: 8px 0px 0px 30px;
}


.home a, .home a:visited{
	/*background-color: #4D1556;*/
	background:url(images/navHover.jpg) no-repeat;
	color:#FFFFFF;
}

.services a, .services a:visited{
	/*background-color: #623D6D;*/
	background:url(images/navServices.jpg) no-repeat;
	color:#FFFFFF;
}

.people a, .people a:visited{
	/*background-color: #755D81;*/
	background:url(images/navPeople.jpg) no-repeat;
	color:#FFFFFF;
}

.mission a, .mission a:visited{
	/*background-color: #867290;*/
	background:url(images/navMission.jpg) no-repeat;
	color:#FFFFFF;
}

.plant a, .plant a:visited{
	/*background-color: #9889A3;*/
	background:url(images/navPlant.jpg) no-repeat;
	color:#FFFFFF;
}

.contact a, .contact a:visited{
	/*background-color: #ADA1B6;*/
	background:url(images/navContact.jpg) no-repeat;
	color:#FFFFFF;
}

.contact a:hover, .plant a:hover, .mission a:hover, .people a:hover, .services a:hover{
	background:url(images/navHover.jpg) no-repeat;
	color:#FFFFFF;
}

/* form styling --------------------------------*/	

fieldset#contactForm{
	width: 400px;
	border: none;
	
}

label{
	clear:left;
	display:block;
	float:left;
	text-align:left;
	line-height:1.6em;
	font-size:.7em;
	font-weight: bold;
	color:#999999;
	margin-bottom: 10px;

}

label.address{
	margin-bottom: 50px;
}

input{
	background-color:#CCCCCC;
	margin-bottom: 5px;
	height: 16px;
	width: 70%;
	float:right;
}
		
textarea{
	background-color:#CCCCCC;
	width: 70%;
	float:right;
}	

.button{
	width: 60px;
	height: 25px;
	clear:both;
	float:left;
	margin-left: 114px;
}		

/* text styling --------------------------------*/	

p{
	font-size:.7em;
	line-height:1.35em;
	margin-bottom: 9px;
}

.intro{
	color:#333333;
}

h1{
	font-size: 1.9em;
	color:#CCCCCC;
	font-weight: normal;
	margin-bottom: 15px;
}

h2{
	font-size: 1.6em;
	font-weight: normal;
	color:#666666;
	margin-bottom: 15px;
}

h3{	
	font-size:.6em;
	line-height: 2.2em;
	font-weight: normal;
	color:#333333;
}

.subHead{
	font-size: .8em;
	margin-bottom: 10px;
}

.largeSubhead{
	font-size: 1em;
	margin-bottom: 10px;
}

.call{
	color: #ab82b3;
}	

#callUs a{
	color: #c6accd;
	text-decoration:none;
}

.purple{
	color:#511356;
}

.missionStatement{
	font-size: .65em;
	font-weight: bold;
	color: #511356;
	line-height: 2em;
	background:url(images/quoteMarks.jpg) no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	margin-bottom: 40px;
}