/*	Jim Hawes - 17/05/2010/
/*  -------------------------------------
	COLOURS
	Browser background	: 	#596674
	Page background		: 	#FFF
	Content area		: 	#332f62
	Text 				: 	#FFF
	Orange				:	#F08936
    --------------------------------------*/

/*Questionnaire*/
.checkbox {
	margin-right: 10px;
}
.form1 {
	margin: 0px 5px 3px 0px;
	padding: 2px 3px 1px 3px;
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	background-color: #F08936 !important;
	border: none;
	font-weight:bold;
}
.alert {
	margin-left: 10px;
	font-size: 12px;
	color:#F00;
	padding: 10px 0px;
}
/*THIS IS A WORKAROUND FOR THE IE8 SUBMIT (IMAGE) BUTTON*/
.submitButton {
	float: right;
	background-image:url(../images/submitBut.png);
	height: 25px;
	width: 110px;	
}
#submit{
	background-color: #F08936;
	color: #FFF;
	font-size:16px;
	padding: 3px;
	border: none;
	height: 25px;
	width: 86px;
	margin-left: 12px;
	cursor: pointer;
}
#floatField {
	float:left;
}
.required{
	font-size:18px;
	line-height: 12px;
	color: #F08936;
}
/*END WORKAROUND*/
/*End Questionnaire*/



.orange {
	color:#F08936;
}
.imgs_home {
	background-image: url(../images/imgs_home.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
.imgs_about {
	background-image: url(../images/imgs_about.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
.imgs_approach {
	background-image: url(../images/imgs_approach.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
.imgs_method {
	background-image: url(../images/imgs_method.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
.imgs_clients {
	background-image: url(../images/imgs_clients.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
.imgs_candidates {
	background-image: url(../images/imgs_candidates.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
.imgs_comment {
	background-image: url(../images/imgs_comment.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
.imgs_location {
	background-image: url(../images/imgs_location.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
.imgs_services {
	background-image: url(../images/imgs_services.jpg);
	background-repeat: no-repeat;
	height: 399px;
}

#quotation {
	margin: 40px 25px 10px 25px;
}
#quotation H2{
	margin: 0px 0px 10px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height: 19px;
	font-weight: normal;
	font-style: italic;
	color: #586471;
	text-indent: -10px;
	padding-left: 10px;
}
#quotation p{
	margin-top: 12px;
	font-size:11px;
	color: #586471;
	text-indent: 10px;
}

.address {
	margin-right: 20px;
	width: 230px;
	float: left;
}
.address a{
	color:#F48A34;
}
.address a:hover{
	color:#FFF;
}

.mapLink {
	margin: 5px 0px 0px 0px;
	width: 45px;
	height: 17px;
	float: left;
}
.mapLink a{
	width: 45px;
	height: 17px;
	background-image: url(../images/mapButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
}
.mapLink a:hover{
	width: 45px;
	height: 17px;
	background-image: url(../images/mapButton.gif);
	background-repeat: no-repeat;
	background-position: -46px 0px;
	display:block;
}

#emaillink {
	margin: 122px -30px 0px 0px;
	width: 96px;
	height: 28px;
	float: right;
}
#emaillink a{
	width: 96px;
	height: 28px;
	background-image: url(../images/emailButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
}
#emaillink a:hover{
	width: 96px;
	height: 28px;
	background-image: url(../images/emailButton.gif);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display:block;
}
#mapText{
	float:left;
}
