@charset "utf-8";
html 
{
    overflow-y: scroll;
}
body {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5F5F5F;
}
img {
border: none;
}
.clear {
clear: both;
}
.frame {
	width: 900px;
	margin: auto;
}
.fleft {
	float: left;
}
.hide {
display: none;
}
p {
line-height: 17px;
}
a {
	color:#6E94C2;
	text-decoration: none;
}
a:hover {
	color:#1A427F;
	text-decoration: none;
}
/** Header **/

.header {
	width: 900px;
	height: 45px;
	float:left;
	border-bottom: solid 1px #6E94C2;
}
.header .logo {
	width: 389px;
	height: 33px;
	float:left;
}
.header .dateDisplay {
	float: right;
	width: 200px;
	margin-top: 15px;
	color: #374077;
	font-weight: bold;
	text-align: right;
	font-size: 14pt;
}
.header .dateDisplay .timeDisplay {
	color: #6F95C1;
}

.headerimage {
	width: 900px;
	/*height: 144px;*/
	float:left;
	/*margin-top: 10px;*/
}

/** Content **/

.contentwrapper {
	width: 900px;
	float:left;
	margin-top: 20px;
}
.contentwrapper .left_col {
	float: left;
	width: 210px;
	margin-right: 20px;
}
.contentwrapper .center_col {
	width: 450px;
	margin-right: 20px;
	float: left;
}
.contentwrapper .right_col {
	width: 200px;
	float: left;
}
.contentwrapper .colhead {
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #5191CE;
	width: 100%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5191CE;
	font-weight: normal;
	font-size: 12pt;
}
.contentwrapper .colheadContact {
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: -32px;
	padding: 0px;
	color: #5191CE;
	width: 100%;
	height: 20px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5191CE;
	font-weight: normal;
	font-size: 12pt;
}
.contentwrapper .bluetext {
	color: #1A427F;
}
.contentwrapper .contentbreak {
	height: 10px;
	border-bottom: solid 1px #5F5F5F;
}

/** Navigation **/

.menu {
	float:left;
	clear:both;
	width: 210px;
}
.menu ul {
	list-style-type: none;
	float:left;
	clear:both;
	padding: 0;
	margin: 0;
	width: 100%;
}
.menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8B8B8;
	color: #5191CE;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear:both;
	width: 100%;
}
.menu ul li a {
	color: #5191CE;
	text-decoration: none;
	display: block;
	width: 100%;
}
.menu ul li a:hover {
	color: #1A427F;
}
/*
.menu ul .active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5571A0;
	color: #1A427F;
	font-weight: bold;
	padding-top: 5px;
	float:left;
	clear:both;
}
.menu ul .active a {
	color: #1A427F;
	text-decoration: none;
	display: block;
	width: 100%;
}
*/
.linkSelected {
	color: #1A427F;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
}

.NolinkSelected  {
	color: #1A427F;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
}

/** Sub Nav **/

.noborder {
	border: none;
}

.menu ul li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float:left;
	clear:both;
	font-size: 9pt;
	border: none !important;
	padding-left: 10px;
}
.menu ul li ul li {
	padding-top: 5px;
	color: #5F5F5F;
	border: none !important;
	float:left;
	clear:both;
}

.menu ul li ul li a {
	color: #5191CE;
	text-decoration: none;
	display: block;
	width: 100%;
}
/*
.menu ul li ul li .active a {
	color: #1A427F;
	text-decoration: none;
	display: block;
	width: 100%;
	font-weight: bold;
}
*/
/** Sub Sub Nav **/

.menu ul li ul li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float:left;
	clear:both;
	border: none !important;
	padding-left: 10px;
}
.menu ul li ul li ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #5191CE;
	border: none !important;
	font-size: 8pt;
}

/** Menu Extras **/

.extranet {
	float:left;
	width: 100%;
	margin-top: 30px;
}
.extranet ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float:left;
	width: 100%;
}
.extranet ul li {
	color: #5F5F5F;	
	height: 17px;
	padding-bottom: 5px;
}
.extranet a {
	background-image:url(../images/Extranet_button_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 90px;
	height: 17px;
	display: block;
	float: left;
}
.extranet a:hover {
	background-image:url(../images/Extranet_button_on.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 17px;
}
.locations {
	float:left;
	width: 100%;
	margin-top: 30px;
}
.locations input {
	color: #b8b8b8;
	width: 204px;
	cursor: pointer;
}
.locations ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float:left;
	width: 100%;
}
.locations ul li {
	color: #5F5F5F;	
	height: 17px;
	padding-bottom: 5px;
}
.locations a {
	width: 90px;
	height: 17px;
	display: block;
	float: left;
}
.locations a:hover {
	width: 90px;
	height: 17px;
}
#divOfficeLocation {
	border: 1px solid #b8b8b8;
	padding: 3px;
	width: 207px;
}
#selLocation {
	background-image: url(../images/dropdown-bg.gif);
	background-repeat: no-repeat;
	border : 0px;
	height:20px;
	width: 210px;
}
.social {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.socialicons {
	float: left;
	width: 100%;
}
.socialicons img {
	margin-right: 4px;
}
.social ul {
	list-style-type: none;
	float:left;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	width: 100%;
}
.social ul li {
	color: #5F5F5F;
	height: 19px;
}
.social ul li a {
	color: #5F5F5F;
	text-decoration: none;
}
.SearchInput{
	width: 100%;
	border: solid 1px #b8b8b8;
	color: #b8b8b8;
		
}
.SearchBtn {
	margin-top: 3px;
	background-color: #5191ce;
	border: none;
	color: #fff;
}
.search-divider {
	color : #5191ce;
}
.Search-h1 {
	color : #5191ce !important;
	font-size: 1.2em !important;
}


/** Main Content ***/

.center_col h1 {
	margin: 0px;
	padding: 0px;
	color: #1A427F;
	font-weight: normal;
	font-size: 20pt;
}
.center_col h2 {
	margin: 0px;
	padding: 0px;
	color: #1A427F;
	font-weight: normal;
	font-size: 14pt;
}
.center_col h3 {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #5191CE;
	font-weight: normal;
	font-size: 12pt;
}
.center_col h4 {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	color: #5191CE;
	font-weight: normal;
	font-size: 8pt;
}

/** Right Col ***/

.infoitem {
	float:left;
	margin-bottom: 20px;
}
.infoitem .imagewrapper {
	padding: 0px;
}
.infoitem h1 {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 0px;
	color: #5191CE;
	font-weight: normal;
	font-size: 12pt;
	border: none !important;
	height:auto !important;
}
.infoitem h2 {
	margin: 0px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px !important;
	color: #5191CE;
	font-weight: normal;
	font-size: 7pt !important;
}
.infoitem p {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 9pt;
}
.infoitem a {
	color: #5191CE;
	font-size: 7pt;
}
.infoitem a:hover {
	color: #1A427F;
}
.infoitem a.sidebar 
{
    font-size: 9pt;
}

.infoitem .infobtn {
	background-color: #DCDCDC;
	padding: 5px;
	font-size: 7pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.brochure {
	float: left;
	height: 70px;
	padding-top: 10px;
	border-bottom: solid 1px #b8b8b8;
	width: 200px;
}
.first {
	border-top: solid 1px #b8b8b8;
	margin-top: 20px;
}
.brochure img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	border: none;
}
.brochure h1 {
	float: left;
	width: 130px !important;
	margin: 0 !important;
	margin-bottom: 5px !important;
	padding: 0 !important;
	font-size: 8pt !important;
	color: #5191CE;
	font-weight: normal;
	border: none !important;
	height:auto !important;
	
}
.brochure p {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
	font-size: 7pt;
}
.brochure a {
	color: #5F5F5F;
	font-size: 7pt;
}

.rightlist {
	float: left;
	width: 200px;
}
.rightlist h1 {
	float: left;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
	color: #5191CE;
	width: 100%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5191CE;
	font-weight: normal;
	font-size: 12pt;
}
.rightlist h2 {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	color: #5191CE;
	font-weight: normal;
	font-size: 10pt;
}
.rightlist ul {
	float: left;
	width: 200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.rightlist ul li {
	float: left;
	width: 185px;
	background-image: url(../images/listarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-bottom: 10px;
}


/** Footer **/

.footer {
	background-color: #A6AAAB;
	float: left;
	height: 62px;
	width: 100%;
	margin-top: 30px;
}
.footerdetails {
	color:#FFFFFF;
	font-size: 7pt;
	margin-top: -10px;
}
.footerdetails h1 {
	padding: 0;
	margin: 0;
	font-size: 7pt;
	color: #5F5F5F;
	margin-bottom: 5px;
	font-weight: normal;
}
.footerdetails h1 a {
	color: #5F5F5F;
}
.footerdetails p {
	padding: 0;
	margin: 0;
}
.footerdetails a {
	color:#FFFFFF;
	text-decoration: none;
}
.footerdetails a .underline {
	text-decoration: underline;
}
.footerdetails a:hover {
	text-decoration: underline;
}


.nopadding {
margin: 0px;
padding: 0px;
}

table {
margin: 0;
padding: 0px;
}

.NolinkSelected {
	color: #1A427F !important;
}
.NolinkSelected a {
	color: #1A427F !important;
}

.linkSelected {
	color: #1A427F !important;
}
.linkSelected a {
	color: #1A427F !important;
}

.small_dl {
	font-size: 8pt;
	color: #838383;
}
.small_dl a {
	font-size: 8pt;
	color: #838383;
}
.small_dl a:hover {
	font-size: 8pt;
	color: #838383;
}

/*** Contact Map ***/

#MainMap .mapDiv {
	width: 16px;
	height: 16px;
	position: absolute;
	display: block;
}
#MainMap .mapDiv a {
	/*background-image:url(../images/Extranet_button_off.gif);
	background-repeat: no-repeat;*/
	display:block;
}
#MainMap .mapDiv a:hover {
	background-image:url(../images/Extranet_button_on.gif);
	background-repeat: no-repeat;
	display:block;
}

#cardiff {
	margin-top: 448px;
	margin-left: 245px;
}
#london {
	margin-top: 439px;
	margin-left: 352px;
}
#southampton {
	margin-top: 474px;
	margin-left: 312px;
}
#bristol {
	margin-top: 449px;
	margin-left: 269px;
}
#birmingham {
	margin-top: 391px;
	margin-left: 286px;
}
#manchester {
	margin-top: 339px;
	margin-left: 275px;
}
#leeds {
	margin-top: 321px;
	margin-left: 297px;
}
#belfast {
	margin-top: 277px;
	margin-left: 157px;
}
#glasgow {
	margin-top: 205px;
	margin-left: 210px;
}
#edinburgh {
	margin-top: 201px;
	margin-left: 246px;
}
/*
.mapLoc {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	display: block;
}
*/
.mapDiv a {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	display: block;
}

.activeLoc {
	background-image:url(../images/Extranet_button_on.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

.mapPip {
	float: right;
	height: 123px;
	width: 128px;
	background-image:url(http://www.turleyassociates.co.uk/images/contact/tooltip-bg.jpg);
	background-repeat:no-repeat;
	margin-left: 312px;
	position: absolute;
	display: none;
	padding: 5px;
}

.mapPip a {
	color: #FFFFFF;
	background-image: none !important;
	cursor: pointer;
}
.mapPip a:hover {
	color:  #1A427F;
}

.mapPip .mapAddress {
	font-size: 7pt;
	color: #1A427F;
}
.mapPip .mapAreaUp {
	font-size: 7pt;
	color: #1A427F;
	margin-bottom: 5px;
	text-transform:uppercase;
}
.mapPip .mapArea {
	font-size: 7pt;
	color: #1A427F;
}
.mapPip .mapPostCode {
	font-size: 7pt;
	color: #1A427F;
}
.mapPip .mapTelephone {
	font-size: 7pt;
	color: #FFFFFF;
}
.mapPip .mapFax {
	font-size: 7pt;
	color: #FFFFFF;
}

.mapPip .mapLink {
	font-size: 6pt;
	color: #FFFFFF;
	margin-top: 5px;
}

.contactPip {
	width: 200px;
	float: left;
}
.contactPipRight {
	width: 200px;
	float: right;
}
.contactPip .contactPhoto {
	width: 95px;
	float:left;
}
.contactPip .contactDL {
	width: 57px;
	float:left;
}
.contactPip .contactText {
	width: 105px;
	float:left;
	font-size: 7pt;
	color: #5191CE;
}
.contactPip .contactName {
	width: 200px;
	float:left;
	color: #5191CE;
	font-size: 9pt;
	margin-top: 10px;
}
.contactPip .contactPosition {
	width: 200px;
	float:left;
	color: #838383;
	font-size: 9pt;
	height: 30px;
}
.contactPip .contactEmail {
	width: 200px;
	float:left;
	color: #5191CE;
	font-size: 9pt;
	padding-bottom: 20px;
}


/*** Gallery ***/

.imageGallery {
	width: 450px;
	margin-top: 20px;
}

.imageGallery a {
	display: block !important;
	opacity:0.4 !important;
	filter:alpha(opacity=40) !important;
}

.imageGallery a:hover {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}
.imageGallery .active {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}
.bcTrail {
	font-size: 8.5pt;
}


.footerdetails .right_col .left {
	float: left;
}

.footerdetails .right_col .right {
	float: left;
	margin-left: 40px;
}