﻿/* CSS Document */

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

body {
font-size:12px;
font-family:Geneva, Arial, Helvetica, Verdana, sans-serif;
color:#666666;
}

#outer_container{
background-image:url(../images/site/container.jpg);
margin:auto;
width:766px;
margin-top:50px;
margin-bottom:50px;
}

#content{
margin:auto;
width:766px;
}

#header{
background-image:url(../images/site/header.jpg);
background-repeat:no-repeat;
height:131px;
width:766px;
}

#header a:link, #header a:visited, #header a:active, #header a:hover {
text-decoration:none;
color:#999999;
}

.navigation_links{
padding:8px 0px;
text-align:center;
background-image:url(../images/site/btn_background.jpg);
background-position:bottom left;
}

.navigation_links li{
display:inline;
font-size:13px;
padding:8px 0px;
width:760px;
}

#panel {
padding-right:3px;
padding-bottom:3px;
}

/*.navigation_links li.btn_home {
background-image:url(../images/site/btn_up_home.jpg);
width:65px;
height:38px;
}

.navigation_links li.btn_about {
background-image:url(../images/site/btn_up_about_us.jpg);
width:80px;
height:38px;
}

.navigation_links li.btn_software {
background-image:url(../images/site/btn_up_software_training.jpg);
width:139px;
height:38px;
}

.navigation_links li.btn_bespoke {
background-image:url(../images/site/btn_down_bespoke_training.jpg);
width:141px;
height:38px;
}

.navigation_links li.btn_costs {
background-image:url(../images/site/btn_up_costs_and_bookings.jpg);
width:153px;
height:38px;
}

.navigation_links li.btn_testimonials {
background-image:url(../images/site/btn_up_testimonials.jpg);
width:98px;
height:38px;
}

.navigation_links li.btn_contact {
background-image:url(../images/site/btn_up_contact_us.jpg);
width:84px;
height:38px;
}*/

.navigation_links li a{
color:#000000;
margin:0px -2px;
padding:8px 1.2em;
text-decoration:none;
}

.navigation_links li a:hover{
/*background-image:url(../images/site/btn_down.jpg);*/
/*color:#000000;*/
color:#666666;
padding:9px 1.2em 5px;
text-decoration:none;
width:90%;
}

.navigation_links li a.active {
background-image:url(../images/site/btn_down.jpg);
color:#000000;
/*color:#FF9900;*/
padding:9px 1.2em 5px;
text-decoration:none;
width:90%;
}

#main_content{
background-repeat:repeat-y;
width:400px;
padding:20px;
line-height:1.5em;
float:left;
}

#main_content_courses{
background-repeat:repeat-y;
width:280px;
padding:20px;
line-height:1.5em;
float:left;
}

#main_content_course_outline{
width:330px;
padding:5px 20px 20px;
line-height:1.5em;
float:left;
}

#main_content_course_outline h1{
line-height:1.5em;
padding-top:10px;
}

#main_content_full{
background-repeat:repeat-y;
width:720px;
padding:20px;
line-height:1.5em;
float:left;
}

.course_option {
width:205px;
float:left;
padding:15px;
margin-left:15px;
background-color:#F6F6F6;
border-bottom:4px solid #E1E1E1;
border-top:4px solid #E1E1E1;
display:table-cell;
vertical-align:middle;
}

.logo {
margin-top:20px;
margin-left:20px;
width:295px;
height:78px; 
}

.sub_content{
float:right;
width:304px;
background-color:#FEE8C4;
margin-top:20px;
margin-bottom:20px;
border-top:4px solid #FCBC58;
border-bottom:4px solid #FCBC58;
padding:10px 10px;
clear:right;
}

.sub_content_2{
float:right;
width:180px;
background-color:#FEE8C4;
margin-top:20px;
margin-bottom:20px;
border-top:4px solid #FCBC58;
border-bottom:4px solid #FCBC58;
padding:10px 10px;
clear:right;
}

.sub_content_testimonials{
float:right;
width:300px;
background-color:#FEE8C4;
margin-top:20px;
margin-bottom:20px;
border-top:4px solid #FCBC58;
border-bottom:4px solid #FCBC58;
padding:10px 10px;
clear:right;
height:510px;
}

.sub_content_testimonials a {
text-align:right;
}

#course_outline{
float:right;
width:160px;
background-color:#F6F6F6;
margin-top:20px;
margin-bottom:20px;
border-top:4px solid #E1E1E1;
border-bottom:4px solid #E1E1E1;
padding:10px 10px;
}

#course_outline_dark{
float:right;
width:160px;
background-color:#FEE8C4;
margin-top:20px;
margin-bottom:20px;
border-top:4px solid #FCBC58;
border-bottom:4px solid #FCBC58;
padding:10px 10px;
}

#course_outline_dark img{
height:60px;
padding-top:10px;
width:60px;
}

#course_outline_dark a{
text-decoration:none;
}

#footer{
background-image:url(../images/site/footer.jpg);
width:766px;
height:123px;
background-repeat:no-repeat;
clear:both;
line-height:0.8em;
z-index:1 !important;
}

h1 {
line-height:2em;
font-size:25px;
font-weight:normal;
}

h2 {
line-height:1.5em;
font-size:20px;
font-weight:normal;
margin-bottom:5px;
color:#FF9900;
}

.sub_content h2 {
font-size:25px;
color:#666666;
}

h3 {
font-size:18px;
font-weight:normal;
margin-bottom:7px;
margin-top:10px;
color:#FF9900;
}

h4 {
font-size:16px;
font-weight:normal;
line-height:1.2em;
margin-bottom:8px;
margin-top:10px;
color:#FF9900;
}

h5 {
font-size:12px;
font-weight:bold;
line-height:1em;
margin-bottom:3px;
color:#FF9900;
}

blockquote {
}

ul {
padding-left:20px;
}

#main_content ul{
margin-bottom:20px;
}

p {
margin:10px 0px;
}

a, a img {
border:none;
color:#FF9900;
}

h1.company_name {
font-size:8px;
margin-left:-9999px;
}

.tagline {
font-size:13px;
text-align:right;
margin-top:-20px;
margin-right:20px;
color:#999999;
font-weight:bold;
}



#footer ul li {
display:inline;
list-style:none;
margin-right:4px;
}

#footer ul {
margin-left:55px;
padding-bottom:5px;
padding-top:10px;
text-align:center;
}

#footer p {
text-align:center;
line-height:0.5em;
margin-left:55px;
font-size:10px;
}

.qualification {
float:right;
margin:25px 15px 0px 0px;
}

table{
border-spacing:0px;
margin-bottom:20px;
border-left:1px dotted #E1E1E1;
border-top:1px dotted #E1E1E1;
text-align:center;
margin:auto;
width:100%;
margin-bottom:20px;
}

table th img {
margin:0px 10px -8px;
}

th {
background-color:#F6F6F6;
border-right:1px dotted #E1E1E1;
border-bottom:1px dotted #E1E1E1;
text-align:center;
font-size:11px;
margin-bottom:0px;
}

tr:hover {
background-color:#F6F6F6;
}

table th a {
text-align:left;
float:left;
display:block;
font-size:11px;
text-decoration:none;
width:100%;
font-weight:normal;
}

td {
border-right:1px dotted #E1E1E1;
border-bottom:1px dotted #E1E1E1;
text-align:center;
font-size:12px;
}

tr {
border-right:1px dotted #E1E1E1;
height:35px;
}

#course_list {
background-color:#FFFFFF;
border-bottom:4px solid #E1E1E1;
border-top:4px solid #E1E1E1;
float:left;
margin-bottom:20px;
margin-top:20px;
width:210px;
}

#course_list ul li {
background-color:#FFFFFF;
border-top:1px dotted #E1E1E1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#course_list ul li.software, #course_list ul li.software:hover  {
background-color:#F6F6F6;
}

#course_list ul li.software h2:hover {
background-color:#EFEFEF;
}

#course_list ul li:hover {
background-color:#EFEFEF;
cursor:pointer;
}

#course_list ul {
padding-left:0px;
margin-bottom:0px;
}

#course_list ul ul{
clear:both;
display:block;
}

#course_list ul ul li{
padding:6px;
}

#course_list img {
clear:left;
float:left;
margin:-2px 8px -2px 5px;
padding:0;
}

#course_list h2, #course_list_col_1 h2, #course_list_col_2 h2 {
font-size:11px;
margin-bottom:0px;
padding:10px 4px 8px;
}


#course_list ul li a {
text-decoration:none;
font-size:11px;
display: block;
width:100%;
}


#course_outline ul li a {
text-decoration:none;
font-size:11px;
display: block;
width:100%;
}

#course_outline ul li {
background-color:#FFFFFF;
border-bottom:1px dotted #E1E1E1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
height:30px;
margin-left:-30px;
margin-right:-10px;
}

#course_outline ul li a img {
padding:5px 5px 0px 5px;
text-decoration:none;
}


#course_outline ul li:hover {
background-color:#EFEFEF;
}

#course_outline ul{
margin-top:5px;
margin-bottom:20px;
}

hr {
color:#FF9900;
margin:30px 0px;
}

.phone {
display:inline;
border-right: 1px solid #999999;
padding-right:10px;
font-size:15px;
color:#999999;
font-weight:bold;
/*font-size:13px;
margin-left:450px;
margin-top:-120px;
position:absolute;
*/
}

#header h3.email {
display:inline;
font-size:15px;
color:#999999;
margin-left:10px;
font-weight:bold;
text-decoration:none;
/*font-size:13px;
margin-left:580px;
margin-top:-120px;
position:absolute;*/
}

.contact_details {
margin-top:-110px;
float:right;
margin-right:20px;
}

.hidden{
margin-left:-9999px;
}

.tap_logo{
margin-left:580px;
margin-top:-55px;
}

#course_list_col_1 {
width:50%;
float:left;
}

#course_list_col_2 {
width:50%;
float:left;
}

.heading_image {
float:right;
margin-right:-20px;
margin-top:-70px;
}

.team img {
border:1px solid #CCCCCC;
margin-right:8px;
padding:4px;
width:150px;
height:150px;
margin-bottom:20px;
}

.team h2 {
clear:left;
}

.team h1 {
margin-bottom:10px;
}
.outline { background-color:#CCCCCC; padding:10px; }


/* FL1Group CSS Tweaks */
.homepage-banner { width:756px; margin:0 auto; background:url(../images/image_banner.jpg) right no-repeat; height:240px; border-bottom:2px #e6e6e6 solid; }
.homepage-banner div  { width:400px; margin:0 0 0 1em; }
.homepage-banner div h1 { color:#f5880f; } 
.homepage-banner div p { font-size:12px; }

.homepage-teaser { width:756px; margin:0 auto; border-top:6px #a5a5a5 solid; margin-top:3px; margin-bottom:1em; }
.homepage-teaser .first { width:217px; float:left; min-height:295px; margin:0; background:url(../images/site/bg_first_teaser.jpg) 0px 50px no-repeat; }
.homepage-teaser .first h2 { width:207px; height:31px; background:url(../images/site/bg_teaser_heading.jpg) right no-repeat; padding:5px; font-size:17px; font-weight:bold; }
.homepage-teaser .first p { height:207px; margin:0.8em; color:#5b5b5b; font-size:12px; line-height:18px; }
.homepage-teaser .first a { color:#fff; text-decoration:none; text-align:center; padding:10px; margin:-0.5em 0 0 0; }
.homepage-teaser a.referrals { color:#dc7400; text-decoration:none; padding:10px; padding-left: 5px; background:url(../images/site/bullet.gif) right no-repeat; }

.homepage-teaser .second { width:310px; height:380px; float:left; margin:0; background:url(../images/site/bg_second_teaser.jpg) bottom right no-repeat; }
.homepage-teaser .second h2 { width:301px; height:31px; background:url(../images/site/bg_teaser_heading.jpg) right no-repeat; padding:5px; font-size:17px; font-weight:bold; }
.homepage-teaser .second h2 a { color:#353535; margin-left:1em; padding:15px; background:url(../images/site/bullet.gif) right no-repeat; text-decoration:none; font-size:13px !important; font-weight:bold; }

#course_list_col_1 { border-right:1px #f5f5f5 solid; }
#course_list_col_1, #course_list_col_2 { float:left; width:154px; }
#course_list_col_1 img, #course_list_col_2 img { clear:left; float:left; vertical-align:middle; padding:0; padding-right: 2px; margin:0.1em; }
#course_list_col_1 a, #course_list_col_2 a { text-decoration:none; font-size:11px; display: block; padding:3px 0 0 2px; line-height:26px; width:100%; color:#353535; }
#course_list_col_1 ul li:hover, #course_list_col_2 ul li:hover{ background-color:#EFEFEF; cursor:pointer; }
#course_list_col_1 ul, #course_list_col_2 ul { padding-left:0px; margin-bottom:0px; list-style:none; }
#course_list_col_1 ul li, #course_list_col_2 ul li { background:url(../images/site/bg_icons) bottom repeat-x; list-style-image:none; list-style-position:outside; height:38px; } 

.homepage-teaser .third { width:229px; float:left; height:295px; margin:0; background:url(../images/site/bg_third_teaser2.jpg) bottom right no-repeat; }
.homepage-teaser .third h2 { width:219px; height:31px; background:url(../images/site/bg_teaser_heading.jpg) right no-repeat; padding:5px; font-size:17px; font-weight:bold; }
.homepage-teaser .third h2 a { color:#353535; margin-left:1em; padding:15px; background:url(../images/site/bullet.gif) right no-repeat; text-decoration:none; font-size:13px !important; font-weight:bold; }
.homepage-teaser .third a { color:#dc7400; text-decoration:none; text-align:center; padding:10px; background:url(../images/site/bullet.gif) right no-repeat; }
.homepage-teaser .third .top-third { height:267px; }
.homepage-teaser .third .brochure a { color: white; padding-left: 40px; background:url(none); }

.referral-text 		{ height: 12px; font-weight: bold; line-height: 12px; padding-left: 24px; }
.big-orange-button 	{ line-height: 38px; background: url(../images/site/bg_button.jpg); color: #fefefe; }
.twitter 			{ text-align: center; padding-top: 32px; }
.homepage-teaser .third .twitter a.twitterlink { background: url(none); }

blockquote.testimonial { font-family:Georgia, "Times New Roman", Times, serif; line-height:1.5em; margin-bottom:15px; padding:10px; border:none; }
blockquote.testimonial strong { display:block; padding-bottom:10px; } 
.testimonial { border:1px #f1f1f1 solid; }

.third .testimonial { border:none; }
.testimonial blockquote.testimonial{ font-family:Geneva, Arial, Helvetica, sans-serif; }

p.author { font-size:14px; text-align:right; }
p.jobtitle { font-size:12px; margin-top:-10px; margin-bottom:3px; text-align:right; }
p.website { font-size:12px; text-align:right; }
.testimonial { margin-bottom:5px; padding:10px; height:auto; }
.homepage-teaser .third a { color:#dc7400; text-decoration:none; text-align:center; padding:10px; background:url(../images/site/bullet.gif) right no-repeat; }


.course-details { width:346px; border-bottom:1px #d2d2d2 solid; padding-bottom:10px; }
.course-details p { clear:both; }
.course-details label { display:block; width:90px; float:left; font-weight:bold; }
.course-details span { float:left; display:block; width:220px; }
.course-details span strong { font-weight:bold; color:#eb8000; }

.sliding-box { background:url(../images/site/bg_slider.jpg) repeat-x bottom; border-bottom:2px #d2d2d2 solid; padding:0 10px 0 10px; width:335px; }
.sliding-box a { display:block; margin:0.2em 0 0.2em 21em; text-decoration:none; }

.course-buttons { float:right; width:166px; margin:11em 0.5em 0 0; }
.course-buttons .orange-button { display:block; width:144px; height:17px; color:#fff; font-weight:bold; text-decoration:none; padding:17px 10px; font-size:14px; background:url(../images/site/orange-button.jpg) no-repeat; margin-bottom:2em; }
.course-buttons .grey-button { display:block; width:161px; height:31px; color:#454545; font-weight:bold; text-decoration:none; padding:10px 2px; font-size:11px; background:url(../images/site/grey_button.jpg) no-repeat; margin-top:0.5em; }
.course-buttons .blank-button { display:block; width:161px; height:39px; color:#454545; font-weight:bold; text-decoration:none; padding:10px 2px 2px 9px; font-size:11px; background:url(../images/site/grey_button_arrow.jpg) no-repeat; margin-top:0.5em; }

.subscribe-form { padding:10px; background:#fff; margin:0 auto; clear:both; margin-top:0.9em; background:url(../images/site/bg_form.jpg) top no-repeat; }
.subscribe-form form { margin:0; padding:0; }
.subscribe-form form label { float:left; width:40px; padding:3px; text-align:right; display:block; color:#656565; font-size:13px; }
.subscribe-form form p { clear:both; height:20px !important; }
.subscribe-form form input { width:120px; border:1px #a5a5a5 solid; height:20px; font-size:12px; }
.subscribe-form form .submit { background:url(../images/site/glass-button2.jpg) no-repeat; border:0; width:109px; height:34px; padding-bottom:3px; margin:0 0 0 5em; font-weight:bold; font-size:12px; color:#fff; cursor:hand; cursor:pointer; }

.thank-you-top { width:337px; height:130px; margin:0 auto; background:url(../images/site/thank_you_header.jpg) no-repeat; margin-top:3em; }
.thank-you-footer { width:317px; background:url(../images/site/thank_you_footer.jpg) bottom no-repeat; margin:0 auto; padding:10px; } 
.thank-you-footer p { padding-top:0; margin-top:0; }