/* ----- TFP.css

1 - Resets
2 - Main
3 - Links
4 - Divs
5 - Menus
6 - Nav
7 - Classes
8 - Clearfix

----- */

/*  -------------------- RESETS -------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
strong {
	font-weight: bold;	
}

/*  -------------------- MAIN -------------------- */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 13px;
	background:url(../images/bg101.jpg);
}
p {
	margin-bottom: 1em;
}
h1 {
	font-size: 200%;
	margin-bottom: 0.5em;
	font-weight: normal;
}
h1 span.sub {
	font-size: 25px;	
}
h2.landing {
	text-transform: uppercase; 
	font-size: 21px;
	line-height: 23px;
		
	background:url(../images/arrow-green.jpg) no-repeat 0 2px;
	padding-left: 25px;
	margin: 7px 0;
}
h2.landing2 {
	text-transform: uppercase; 
	font-size: 19px;
	background:url(../images/arrow-blue2.jpg) no-repeat 0 1px;
	padding-left: 25px;
	margin-bottom: 5px;
}
label {
	text-transform: uppercase;
}

/*  -------------------- LINKS -------------------- */

a, a:hover {
	text-decoration: none;
}
p a {	
	padding-bottom: 1px;
	border-bottom: 1px solid white;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
p a:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#main-copy p a, #main-landing-copy p a, #main-job-copy p a {
	color: #2A67B2;
	border-bottom: none;
	text-decoration:underline;
}
#main-copy p a:hover, #main-landing-copy p a:hover, #main-job-copy p a:hover {
	text-decoration:none;
}
#next p a {
	text-transform: uppercase;
	padding-bottom: 1px;
	border-bottom: 1px solid white;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#next p a:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
a.landing {
	color: #D4E0EF;
	border-bottom: 1px solid #D4E0EF;	
}
#cta p a, #cta2 p a, #cta-landing p a {	
	padding-bottom: 1px;
	border-bottom: 1px solid white;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#cta-landing p a {
	color: #2A67B2;
	border-bottom: 1px solid #2A67B2;	
}
#cta p a:hover, #cta2 p a:hover, , #cta-landing p a:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
a:hover.switch {
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
#contact-form .mBttn:hover, #download-form2 .mBttn:hover {
	filter:alpha(opacity=92);-moz-opacity:.92; opacity:.92; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
}
.vid-panel-heading a {
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #0066CC;		
}
.vid-panel-heading a:hover {
	text-decoration: none;	
	padding-bottom: 3px;
	border-bottom: none;	
}
#office-container a:link {
	border-bottom: 1px solid #0066CC;
}
#office-container a:hover {
	border-bottom: none;
	padding-bottom: 1px;
}

/*  -------------------- DIVS -------------------- */


#main  {
	width: 910px;  width: 920px;
	margin: 0 auto;
	padding: 25px;
	padding-top: 0;
	background: #E6E5D6;
}
#offices {
	padding: 6px 10px 5px 20px; 
    background: #fbfbf9;
    color: #2A67B2; 
	font-size: 12px; 
	margin: 0 10px 18px 10px; 
	width: 869px; 
	border: 2px solid white; 
	border-top: 0;
}
#offices a.region {
	background: 0;
	padding: 0;
	text-decoration: none;
	color: #D14256;	
	border-bottom: 1px solid #D14256;
	padding-bottom: 1px;
	text-transform: uppercase;
}
#offices a.region:hover {
	border-bottom: none;		
}
#banner, #container, #splash, #footer {
	margin: 0 auto;
	width: 884px; 	 
	padding: 13px;
}
#banner {
	background: #2A67B2;
	border: 2px solid white;
	position: relative;
	width: 893px;  width: 903px; 
	padding-right: 0;
	display: block; 
}
#banner, #nav {
	min-height: 35px; height: 35px;
}	
#logo {
	width: 247px; height: 61px;
	float: left;
	position: absolute;
	top: 0px; left: 0;		
}
#logo .tfp-logo a, #logo .tfp-logo a:hover {
	background: url(../images/TFP-logo-home.jpg) no-repeat;
	background-position: 0 -61px;
	float: left;
	width: 247px; height: 61px;
}
#logo .tfp-logo a:hover {
	background-position: 0 0;
}
#top-menu {
	background: #3889ED;
}
#splash, #splash-home{
	width: 906px;
	padding: 0;
	position: relative;
	border: 2px solid white;
	border-top: none;
	margin: 0 auto;
}
#splash-home{
	height: 400px;
	background-image:url(../images/02-mother-child.jpg);
}
#container {
	width: 910px; 
	padding: 0;
	Background: #ECE5D6;
}
#content, #content-home, #content-contact, #content-foster {
	width: 906px;
	background: #D14256;
	float: left;
	border-left: 2px solid white; 
	border-right: 2px solid white;
	position: relative;
}
#content-home {
	background: #EB7801;
}
#content-contact {
	background: #D14256;
}
#content-foster {
	background: #EB7801;
}
#footer {
	min-height: 36px; height: 36px; 
	border: 2px solid white;
	background: #2A67B2;
	padding-left: 26px;
	width: 867px;
	color: white;
}
#footer p {
	font-size: 0.9em;
	margin: 0;
}
#footer a {
	color: #D4E0EF;
	padding: 2px 4px 2px 4px;
	border: none;
}
#footer a:hover, #footer a.home {
	color: white;	
	background: #3889ED;
}
#footer a.offices {
	background: 0;
	padding: 0;
	text-decoration: none;	
	border-bottom: 1px solid #D4E0EF;
	padding-bottom: 1px;
	color: #D4E0EF;
}
#footer a.offices:hover {
	border-bottom: none;
	color: white;		
}
#cymru { 
   display:none; 
   position:absolute; 
   left:0; top:0; 
   background: #2A67B2;
   padding: 18px 25px;
   height: 230px;
   z-index: 100;
   width: 553px;
}

#intro, #intro-shdw {
	position: absolute;
	top: 27px; left: 25px;
	width: 400px;
	height: 228px;
	font-size: 50px;
	line-height: 50px;
	color: #FFFFFF;
}
#intro .sub-intro {
	font-size: 43px;
	line-height: 43px;
}
#intro-shdw {
	top: 28px;
	left: 26px;
	color: #666666;
}
#intro-jobs {position: absolute; top: 323px; left: 0px; width: 525px;}
#jobs-bg {width: 525px; 
	padding: 20px 20px 35px;
    background: #EFEFEF;  
    filter: alpha(opacity=82);
    opacity: 0.82;
}
#jobs-text {position: absolute; top: 0; left: 5px; 
	width: 525px;
    padding: 6px 20px 0; 
	z-index: 10; 
	font-size: 18px; 
	color: #193E6B; 
	line-height: 22px;
}
#feature, #feature-vid {
	position: absolute;
	bottom: 25px; right: 0;
	border: 2px solid white;
	border-right: none;
	height: 222px; height: 240px;
	color: white;
	width: 250px;
	padding: 18px 25px; 	
}
#feature-vid {
	height: 285px;
		height: 300px; height: 310px;
	padding: 18px 25px 27px;
	bottom: 20px; 	
}
#headline h1 {
	color: #FFFFFF;
	background: #2A67B2;
	padding: 20px 25px 13px;
	text-transform: uppercase;
	border-bottom: 2px solid white;
	margin-bottom: 0;
}
.main-image {
	margin-top: 45px; height: 216px;
	/* position: relative; */
}
.main-image-offset {
	left: 20px; top: 160px; 
	position: absolute;
}
#main-copy, #main-landing-copy, #main-job-copy {
	width: 533px;
	float: left; 
	background: #EFEFEF; 
	min-height: 650px;
	clear: both;
	padding: 22px 40px 18px 30px;
	border-right: 2px solid white;	
}
#main-copy.landing-bg, #main-landing-copy.landing-bg, #main-job-copy {
	background: white;
}
#main-job-copy {
	width: 838px;
	border-right: none;
}
#main-copy.error-page, #main-landing-copy.error-page {
	min-height: 600px;
}
#main-copy h1, #main-landing-copy h1, #main-job-copy h1 {
	color: #2A67B2;
	margin-bottom: 15px;	
	line-height: 27px;
	text-transform: uppercase;
	border-bottom: 2px dotted #2A67B2;
	padding-bottom: 8px;
	margin-right: -5px;	
}
#main-landing-copy h1 {
	margin-top: 15px;
}
#main-job-copy h1 { 
	border-bottom: 0;
}

#main-job-copy h2 {
	color: #2A67B2;
	line-height: 25px; 
	margin: 0.5em 0;
	text-transform: uppercase;
	color: #2A67B2;
	font-size: 22px;
	font-weight: bold;
}
#main-job-copy h2 span.job-sub {
	text-transform: none;
	font-size: 18px;	
}
#main-job-copy .job-subhdr, #main-job-copy .job-subhdr2 {
	font-weight: bold;	
	color: #21538F;
	text-transform: uppercase;
	margin-bottom: 0.5em;	
	font-weight: bold; 
}
#main-job-copy .job-subhdr2 {
	background: url(../images/blue-arrow.png) 0 -1px no-repeat;
	padding-left: 22px;	
}
#main-job-copy .job-dets {
	font-weight: bold;	
	color: #193E6B;
	text-transform: uppercase;
}
#main-landing-copy h1 {
	border-bottom: 0; 
	margin-bottom: 0.9em;
	padding-bottom: 13px;
}
#main-landing-copy h1.land {
	margin-bottom: 0;
	margin-left: 25px; 
	margin-top: 40px;	
}
#main-landing-copy h1.hdr-bdr {
	border-bottom: 2px dotted #2A67B2;
}
#side-panel, #contact-us {
	width: 273px; 
	padding: 10px; 
	float: left; 
	margin-left: 20px;
	margin-bottom: 1em;
	background: gold;
}
#good-stead {
	margin: 0.5em 0 1em 1em;
}
#next {
	margin-top: 2em;
	border: 1px solid white;
	color: white;
	margin-left: -1em; 
	padding: 1em;
	padding-bottom: 0;
	width: 284px;
}
#help {
	float: left;
	width: 200px;
}
#help-with {
	width: 285px;	
	border: 2px dotted #2A67B2;
	padding: 10px;
	width: 286px;
	background: white;
	background: #F7F7F7;
	float: left;
	margin: 2em 0 0.5em -1em;
}
#help-with a {
	text-transform: uppercase;
	text-decoration: none;
	color: #2A67B2;
	padding-bottom: 1px; 
	border-bottom: 1px solid #2A67B2;
	line-height: 28px;
	font-weight: bold;
}
#help-with a:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#help-with a.img  {
	border: none;	
}
#help-with h2 {
	font-size: 17px;
	color: #2A67B2;
	text-transform: uppercase;
	padding: 6px 0;
	font-weight: bold;	
}
h2.strands {
	font-size: 17px;
	color: #2A67B2;
	padding: 6px 0;
}
h2.more {
	font-size: 18px;
	color: #2A67B2;
	text-transform: uppercase;
	padding: 6px 0;
	margin: 0;
}
#contact-form {
	width: 251px;
	float: left; 
	color: #FFFFFF; 
	padding: 18px 25px 27px;
	background: #D14256;
}
#cta, #cta2, #home-cta {
	width: 505px; 
	padding: 1em; 
	color: white; 
	margin-bottom: 1em; 
	background:#93A900;
	clear: both;
	position: relative;
}
#cta .below {
	margin-bottom: 2em;	
}
#cta-landing {
	background: #F7F7F7;
	padding: 20px 35px 15px; 	
	margin: 0 -6px 18px -31px;
	border: 2px dotted #2A67B2; 
	border-left: 0; 
	position: relative;		
}
.cta-corner {
   content:"";
   position: absolute;
   top: 0;  right: 0;
   border-width: 0 16px 16px 0;
   border-style: solid;
   border-color: #fff #FFF #658E15 #658E15;
   background: #658E15;  
   
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   
   display: block; width: 0; /* Firefox 3.0 damage limitation */
   
   border-width: 8px;
   border-color: #fff #fff transparent transparent;
   
   -webkit-border-bottom-left-radius:5px;
   -moz-border-radius:0 0 0 5px;
   border-radius:0 0 0 5px;
}
#home-cta {
	background: none;
	width: 535px;
}
#cta, #cta2 {
	margin-left: -32px;
	padding-left: 32px;
	padding-right: 35px;
}
#cta2 {
	margin-bottom: 2.4em;
}
#landing-intro {
	width: 100%; 
	padding: 0.5em 1em 1em 0;
	background: white;	
	position: relative;
}
#landing-vid, #landing-vid2, #job-content .job {	
	background: #F7F7F7;
	padding: 55px 35px 15px 54px; 	
	margin: -19px -6px 18px -31px;
	border: 2px dotted #2A67B2; 
	border-left: 0; 	
}
#landing-vid {
	padding: 15px 35px 35px;	
}
#landing-vid2 {
	margin: -19px -6px 120px -31px;
}
#job-content .job {
	margin-top: 0;
	padding-top: 15px;
}
#landing-thanks {
	width: 505px; 
	padding: 1em; 
	background: white; 
	float: left; 
	margin-bottom: 1em;	
}
#home-thanks {
	width: 525px; 
	padding: 1em; 
	background: white; 
	float: left; 
	margin-left: -1px;
	margin-bottom: 1em;		
	background: #3889ED;
	border: 1px solid white;
}
#download-form {
	float: left;
	margin-left: 28px;	
}
#download-form2 {
	float: left;
}
.testimonials {
	margin: 23px -2px 0 -5px;
	padding: 15px;
	padding-bottom: 18px; 
	background: #A23064; 
	border: 1px solid white;	
	color: #FFFFFF;
}
.testimonials2 {
	margin: 17px -2px 0 -5px;
	padding: 15px 15px 18px 15px;
	background: #F7F7F7;
	color: #11263F;
		
		-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
		 border-radius: 5px; 
		 border: 1px solid #11263F;
		 
		 behavior: url(http://www.thefosteringpartnership.co.uk/css-java/PIE.htc);
		 behavior: url(PIE.htc);
}
.testimonials2 span.carer {
	color: #2A67B2;
}
.tail, .tail2, .tail3 {
	width: 25px; height: 25px; 
	background: url(../images/quote-tail.png) no-repeat;
	margin: -4px 0 0 190px;
}
.tail2 {
	background: url(../images/quote-tail2.png) no-repeat;
}
.tail3 {
	background: url(../images/quote-tail-3.png) no-repeat;
}
#contact-testimonials  {
	width: 250px; 
	float: left; 
	margin-left: 25px; 
	padding-top: 15px;
}
#download-panel {
	float: left; width: 100%; margin-bottom: 6px;
}
#download-cover {
	float: left; width: 104px; height: 154px; margin: 0 10px 10px 0;	
}
#download-text {
	float: right; width: 130px;	
}
#test-main {
	padding: 0 11px 0 14px; 
	margin: -15px 0 15px;
}
#lower-pic {
	margin: 30px 0 0 -5px; 
	float: left;
}
#office-container {
	width: 577px; float: left;
	background: #EFEFEF;
	color: #2A67B2;
	margin-top: 13px;
	margin-left: -25px;
	padding: 13px 0;
	padding-left: 25px;
}
#office-container .offices, #office-container .offices-last {
	padding-right: 40px; 
	padding-left: 15px; 
	float: left;  
	margin-right: 25px; 
	border-right: 2px dotted #2A67B2; 
	line-height: 14px; 
	color: #21538F;
}
#office-container .offices-last {
	margin-right: 0;
	border: 0;
	padding-right: 20px;
}
#office-container h2 {
	text-transform: uppercase;
	font-size: 18px;	
	margin-bottom: 5px;	
}
#job-content {
	width: 750px;	
}
#job-content p {
	padding-right: 50px;	
}
#job-content ul {
	margin: 0.5em 0 1em;		
}
#job-content li {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 0.5em;
	width: 500px;
}
#tfp-landing, #tfp-landing2 {
	float: left; 
	width: 112px; 
	margin-right: 15px; 
	padding-top: 2px;	
}
#tfp-landing2 {
	margin-left: 10px;	
}
#tfp-cta, #tfp-cta2 {
	float: left; 
	width: 350px;	
}
#tfp-cta2 {
	width: 330px;	
}
#prompt, #prompt2, #prompt3 {
	margin: 1.2em 0 1.5em 30px; 
	position: relative; 
	padding-left: 62px;
}
#prompt {
	margin: 1.5em 0 1.8em 30px; 
}
#prompt2 {
	position: absolute;
	left: 35px; top: 5px;	
}
#prompt3{
	float: left;
	margin: 0 0 7px 0;	
	padding: 0;
}
#test-panel {
	margin-top: 20px;
	float: left;	
}

/*  -------------------- MENUS -------------------- */

#side-menu {
	
}
#sub, #sub-homepg, #sub-landing  {
	margin-top: 13px; 
}
#sub li a, #sub-homepg li a, #sub-landing li a {
	text-transform: uppercase;
	color: #D4E0EF;
	font-weight: bold;
	padding: 4px 6px 3px 30px;
	width: 225px;
	float: left;
	border-bottom: none;
	font-size: 115%;
	margin-bottom: 3px;
	margin-left: -7px;
	background: url(../images/white-arrow-dulled.png) no-repeat 6px 5px;
}
#sub li a, #sub-landing li a  {
	color: #F4F6E5;
}
#sub li a:hover, #sub-homepg li a:hover, #sub-landing li a:hover {
	background: #BCBF01 url(../images/white-arrow.png) no-repeat 6px 5px;
	border-bottom: none;
	color: #FFF;
}
#sub li a.sub-home {
	color: white;
	background: #BCBF01 url(../images/white-arrow.png) no-repeat 6px 5px;

}
#sub-homepg li a:hover, #sub-homepg li a.sub-home {
	background: #BCBF01 url(../images/white-arrow.png) no-repeat 6px 5px;
	color: #FFF;	
}
#sub-landing li a:hover {
	color: #FFF;
	background: #EF9334 url(../images/white-arrow.png) no-repeat 6px 5px;
		
}
#sub-homepg li a {
	color: #F4F6E5;
}


/*  -------------------- NAV -------------------- */

#nav { 
	float: right; 
	margin-top: -13px;	
	background: #2A67B2;
	display: block; 
	} 
#nav a {
	border: none;
}
#nav li { 
	float: left; 
	position: relative; 
} 
#nav li a {
	text-transform: uppercase;
	line-height: 20px;
	color: #FFF;
	font-size: 140%;
	border-left: 2px solid #FFFFFF;	
	border-bottom: 2px solid #FFFFFF;
	background: #265CA0;	
	display: block; 		
	padding: 31px 23px 10px 24px;	
	margin-left: 2px;		
} 
#nav li a.about {
	padding-left: 19px;
}
#nav li a.home {
	background: #3889ED; 
	border-left: 2px solid #FFFFFF; 
	margin-left: 2px;
}
#nav li a:hover { 	
	background: #3889ED;
	border-left: 2px solid #FFFFFF;
}

/* Fostering section */
#nav li.arrow a, #nav li.arrow a:hover, nav li.arrow a.home {
	background: url(../images/arrow-white.png) no-repeat 205px 43px;
	padding-right: 32px;
	padding-left: 19px; 
}
#nav li.arrow a:hover, nav li.arrow a.home {
	background: #3889ED url(../images/arrow-white-2.png) no-repeat 205px 43px;
	padding-right: 32px;
}

/* Specialist section */
#nav li.arrow2 a, #nav li.arrow2 a:hover, nav li.arrow2 a.home {
	background: url(../images/arrow-white.png) no-repeat 125px 43px;
	padding-right: 32px;
}
#nav li.arrow2 a:hover, nav li.arrow2 a.home {
	background: #3889ED url(../images/arrow-white-2.png) no-repeat 125px 43px;
	padding-right: 32px;
}

#nav li ul { 
	display: none; 
	position: absolute; 
	top: 63px; left: 2px; 
	background: #265CA0;
	width: 227px; /* Nov 2011 */	
	padding: 0;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-bottom: none;
	} 
#nav li:hover ul { 
	display: block; 
	} 
#nav li ul li { 
	float: none;
	font-size: 12px;
	border-left: 0;
} 
#nav li ul li a { 
	display: inline-block; 
	padding: 8px 8px 8px 20px; 
	margin-left: 0;
	border-left: 0;
} 
#nav li ul li a.end {
	padding: 6px 9px 6px 20px;
}
#nav li a.end {
	padding-left: 16px;
	padding-right: 18px;
}
#nav li ul li a { 
	display: block; 
}
#nav li ul li a:hover {
	background: #3889ED; 
	border-left: 0;
}
#nav li.arrow ul li a, #nav li.arrow ul li a.home, #nav li.arrow ul li a:hover { 
	background-image: none;
	padding-right: 17px;
}
#nav li.arrow2 ul li a, #nav li.arrow2 ul li a.home, #nav li.arrow2 ul li a:hover { 
	background-image: none;
	padding-right: 17px;
}



/*  -------------------- CLASSES -------------------- */


.line-adjust {
	margin: -2px 0 2px;	
}
.chevron {
	font-size: 1.4em;
	/* for firefox, safari, chrome, etc. 
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	/* for ie 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);	*/
}
.clear {
	clear: both;
}
.tfp-headline {
	font-size: 29px; line-height: 35px;	
}
h2.tfp-headline, h2.tfp-headline2 {
	color: #2A67B2;
	margin-bottom: 10px;	
	font-size: 21px;
	line-height: 25px;
	text-transform: uppercase;
	margin-right: -5px;	
}
h2.tfp-headline2 {
	margin-left: 15px;	
}
.talk {
	margin-left: 90px;	
}
.video-home, .video-land {
	margin-bottom: 1em;
	background: white; 
	padding: 2px; 	
}
.video-home {
	width: 251px;
	height: 212px;
	margin-left: -3px;
	margin-bottom: 0;
		margin-top: 5px;
}
.caption-home {
	background: #C64012;
	padding: 7px 7px; 
	margin-left: -3px; 
	margin-right: -3px;	
	text-align: center;
	position: relative;
	margin-top: 12px;
		background: none;
		color: #21538F;
}
.video-cap-point-home {
   position: absolute;
   top: -11px;
   left: 108px;
   background: url(../images/pointer-home.png) no-repeat;	   
   width: 35px; height: 20px;
}
.video-land {
	width: 458px;
	height: 367px;
	background: #2A67B2; 
	padding: 0; 
	background: white;
	border: 1px solid #2A67B2;
	margin-bottom: 0.4em;
	margin-left: 19px;
	margin: 1.5em 0 0.4em 19px;
}
.video-cap {
	width: 445px;
	background: #93A900;	
	margin: 12px 0 1.3em;
	color: white;
	padding: 10px 5px 10px 10px;		
	font-weight: bold;
	position: relative;
	text-align: center;		
	/*
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;	
	*/	
}
.video-cap-point {
   position: absolute;
   top: -11px;
   left: 210px;
   background: url(../images/pointer.png) no-repeat;   
   width: 35px; height: 20px;
}
.vid-panel-heading {
	width: 100%; 
	text-align: left;
	position: absolute; 	
	top: 10px;
	left: -17px;		
}
.office {
	color: #D14256;
	text-transform: uppercase;
}
.bold-right {
	font-weight: bold;
	margin-right: 4px;
}
.bold {
	font-weight: bold;
}
.find-out, .find-out2, .find-out3, .get-in-touch {
	text-transform: uppercase; 
	font-size: 12px;
	color: #FFFFFF;	
	font-weight: bold;	
	margin-left: -20px;
	margin-right: 1em;		
	padding: 1em 30px 1em 10px;
	background:#EB7801 url(../images/arrow-orange-small.jpg) no-repeat 92% 12px;	
}
.find-out2, .find-out3, .get-in-touch {
	border: 1px dotted #EB7801;
	border-left: 0; 
	padding: 0.7em 10px;
}
.touch, .find-out2, .find-out3 {
	background:url(../images/ribbon.png) no-repeat 0px 0px;
	position: absolute; top: 0; left: 0;
	width: 150px;
	height: 68px;
}
.find-out2 {
	margin: 0 10px 10px -70px;	
	background:url(../images/ribbon2.png) no-repeat 0px 0px;
	padding: 8px 10px 11px 30px; 
	top: -8px; left: -12px;
	border: 0;
}
.find-out3 {
	margin: 0 0 0 -45px;	
	background:url(../images/ribbon2.png) no-repeat 0px 0px;
	padding: 8px 10px 11px 30px; 
	top: -8px; left: -2px;
	border: 0;
}
.touch {
	padding: 8px 10px 11px 30px; 
	text-transform: uppercase; 
	color: white;
	margin-left: -13px;
	margin-right: 7px;
}

.get-in-touch {
	width: 422px;	
	padding: 0.7em 10px 0.7em 140px;
	margin-left: 13px;
	border: 1px dotted white;
	border-left: 0;
	text-transform: none;
	border-color: #2A67B2;
	background: #F7F7F7;
	color: #666666;
}
.more {
	margin-left: 56px;
}
.help {
	float: left; 
	margin-right: 10px;
}
.mBttn {
	margin: 5px 0 3px;	
}
.lower {
	margin-left: 30px;	
}
.degas {
	float: right;
	margin-right: 15px;	
}
.member {
	margin: 0 20px 10px 0; 
	float: left;	
}
.member-right {
	margin-bottom: 10px; 
	float: left;	
}
.member-mid {
	margin-top: 10px; 
	margin-left: 50px;
	float: left;	
}
.hide {
	display: none;
	visibility: hidden;
}
.pic-border {
	border: 2px solid #F2F2F2;	
}
.frmA, frmB {
	width: 225px;
	padding: 3px 2px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	margin: 2px 0 8px;
}
.frmB, .frmB2 {
	width: 175px;
	border: 2px solid #CCCCCC;
	padding: 5px 4px;
}
.frmB2 {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 3px 2px;
	margin: 0 0 1px;
}
label.frmQ {
	width: 120px;
	margin-right: 5px;
}
label.frmQ2 {
	width: 120px;
	margin-right: 5px;
	color: #2A67B2;
	font-weight: bold;
}
.frm-title {
	font-size: 175%;
	text-transform: uppercase;
	padding: 0 0 10px;
	line-height: 120%;
	float: left;
	color: white;	
	width: 100%;
}
.check {
	background: url(../images/accept.png) no-repeat;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 5px;
}
.logo-pic {
	border-right: 90px solid transparent;	
}
.left-box, .double-left-box, .centre-box, .right-box, .right-box2, .right-box3 {
	width: 251px;
	float: left; 	
	background: #2A67B2;
	color: #FFFFFF; 
	padding: 18px 25px; 
	height: 230px;
	position: relative;
	border-top: 2px solid white;		
}
.double-left-box {
	border-right: 2px solid white;
	border-top: none;
	width: 553px;
	position: relative;
}
.centre-box {
	border-right: 2px solid white;
	border-left: 2px solid white;
	width: 250px;
}
.right-box {
	float: right;
}
.landing-box {
	width: 251px;
	float: right; 	
	background: #EB7801;
	color: #FFFFFF; 
	padding: 18px 25px; 
	position: relative;
	border-top: 2px solid white;		
}
.right-box2 {
	float: right;
	width: 301px;
	padding: 15px 0px;
	height: 310px;
}
.right-box3 {
	float: right;
	width: 301px;
	padding: 0px;
}
.orange {
	background: #EB7801 url(../images/grad-orange.jpg) repeat-x;	
	background: #EB7801;
}
.red {
	background: #D14256 url(../images/grad-red.jpg) repeat-x;
	background: #D14256;
}
.green {
	background: #93A900 url(../images/grad-green.jpg) repeat-x;
	background: #93A900;
}
.blue {
	background: #2A67B2 url(../images/grad-blue.jpg) repeat-x;
	background: #2A67B2;
}
.plum {
	background: #941028;	
}
.grey {
	background: #F7F7F7;
}
.white {
	background: #FFFFFF;	
}
.secondR {
	height: 287px;	
	height: 295px;
}
.contact-box, .contact-box-top,.contact-box2  {
	width: 251px;
	float: right;
	background: #EB7801;	
	color: #FFFFFF; 
	padding: 18px 25px; 
	border-top: 2px solid white;
}
.contact-box-top  {
	border-top: 0;
}
.contact-box2  {
	border-bottom: 2px solid white;
}
.box-title, .box-title-home, .box-title2, .box-title-none {
	font-size: 175%;
	text-transform: uppercase;
	padding: 0 0 10px;
	line-height: 120%;
}
.box-title-home {
	color: #21538F; 
	margin-right: -10px;
}
.box-title-none, .none {
	text-transform: none;
}
.box-title2 {
	padding: 0;
}
h2.box-title {
	font-size: 160%;	
	margin-bottom: 10px;
	padding-top: 10px;
}
#contact-testimonials h2.box-title {
	color: white;
	margin-bottom: -15px;	
}
.main-box-title {
	font-size: 190%;
	text-transform: uppercase;
	padding: 0 0 10px;
	line-height: 120%;
}
h1.box-title {
	padding: 0;
}
.under {
	border-bottom: 2px dotted white; 
	padding-bottom: 3px;
}
.new {
	background: gold; margin-left: -5px; padding: 5px; color: #2A67B2; margin-right: 3px;	
}
.intro-title {
	font-size: 175%;
	text-transform: uppercase;
	padding: 0 0 10px;
}
.flag {
	position: absolute;
	bottom: 19px;
	right: 22px;
}
.flag a {
	color: white;
}
a.img:hover {
	border-bottom: 1px solid transparent;
}
.bdr0 {
	border-top: 0;
}
.img-centre {
	vertical-align: middle;
}
.img-centre2 {
	vertical-align: middle;
	margin-bottom: 4px;
}
.picBdr {
	border: 1px solid white;
}
.upper {
	text-transform: uppercase;
}
.office-det {
	width: 550px; 
	margin: 20px 0;
}
.office-map {
	width: 250px; height: 250px;
	border: 1px solid silver;
}
.office-add {
	float: right; 
	width: 285px;
	margin-left: 15px;
}
.italic {
	font-style: italic;
}
.landing-main, .landing-thanks {
	border-top: 0; 
	padding-top: 21px; 
	padding-bottom: 10px;
	width: 251px;
	float: left;
}
.landing-thanks {
	height: 225px;
}
.quote {
	font-style: italic; 
	font-suze: 1.1em;
}
.dl-pic {
	float: left; 
	width: 100px; 
	margin-right: 15px;
	border: 2px solid #C0C0C0;	
}
.dl-text, .dl-text2 {
	float: left; 
	width: 505px;
	background: #F7F7F7;
	margin-left: -20px;
	padding: 20px 15px 15px 25px;
	
}
.dl-text2 {
	border: 2px dotted #2A67B2;
	border-left: 0;	
	width: 415px;			
	padding: 20px 100px 15px 55px;
	margin-left: -45px;
}
.landing-help {
	border-bottom: 0; 
	background: none;
}

.txt-normal {
	text-transform: none;
	color: #234C7F;
}
.txt-normal2 {
	color: #11263F;
}
.txt-sub, .txt-sub-land, .txt-sub-land2 {
	color: #234C7F;
	font-size: 20px; 
	line-height: 25px; 
	margin: 0.5em 0;
	text-transform: uppercase;
	color: #2A67B2;
}
.txt-sub-land, .txt-sub-land2 {
	font-size: 22px;
}
.txt-sub-land2 {
	margin-left: 20px;	
}
.manager {
	font-weight: bold;
	margin-left: 1.3em;
}
.offset1 {
	margin: 5px 0 19px;	
}
.offset2 {
	margin: 10px 0 0;	
}
.more-here {
	background:url(../images/arrow-blue2.jpg) no-repeat 5px 1px;
	padding-left: 25px;
}
.see-here {
	background:url(../images/arrow.png) no-repeat 5px 0px;
	padding-left: 25px;
}
.tabbed-body {
	padding: 10px 15px; 
	border: 1px solid white;
}
.previewL {
	float: left; width: 100px; 
	margin-right: 10px;
}
.previewR {
	float: left; width: 150px;
}
.preview-pic {
	border: 1px solid #CCCCCC;
}
.contact-sub {
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 
	padding-top: 21px; 
	padding-bottom: 35px;	
}
.and {
	font-size: 0.8em;
	text-transform: lowercase;
}
.vid-time {
	font-size: 12px;
	font-weight: normal;	
}
.thx-vid-london {
	margin-bottom: 50px;	
}


/*  -------------------- CLEARFIX -------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/*  -------------------- TABS -------------------- */


#tabs {
	margin-top: -15px; background: #EB7801; padding: 15px 0 20px;
}
#tabs-home {
	margin-top: -15px; background: #EB7801; padding: 12px 0 0;	
}

/* Style for Usual tabs */
.usual {
  	width: 281px;
}
#usual2 { 
	background: #EB7801; 		
	padding: 5px 10px 10px; 
}
#usual3 { 
	background: #EB7801; 		
	padding: 10px; 
}

.usual ul {
	margin-left: 6px;	
}

.usual li { list-style:none; float:left; margin-bottom: -1px; }

.usual ul a { /* tabbed headers */
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin: 0 0 0 4px;
  font-size: 12px;
  border: 1px solid white;
  color: white;
  background: #A23064;
}
.usual ul a:hover {
  color:#FFF;
  background: #D14256;		
  }
.usual ul a.selected {
     margin-bottom:0;
     cursor:default;  
     background: #D14256;	
     border-bottom: 0;
     padding-bottom: 7px;			 
  }
.usual div {
     clear:left;
}
.landing-first {
	font-weight: bold;
	color: #333333;	
	color: #234C7F;
	color: #2D3D51;
	color: #212121;
}
.panel-top {
	border-top: 2px solid #FFFFFF;	
}
p.ad {
	background:url(../images/arrow-green.jpg) no-repeat 0 2px;	
	padding-left: 25px;
	margin-top: 5px;
}
.pad-left {
	margin-left: 25px;	
}
.thanks-vid {
	margin: 0 0 25px -3px;	
}
p.follow {
	margin-left: 20px;	
}
p.follow2 {
	margin-left: 15px;	
}
