/* CSS Document */
*{
	padding:0;
	margin:0;
	text-decoration:none;
	outline:none;
}

img{
	border:none;
}

.clear{
	clear:both;
	height:0;
	font-size:0;
}

body{
	background:url(/images/header_bgr.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#262626;
}

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2C8BED;
	padding-bottom:8px;
	border-bottom:1px solid #a8a8a8;
}

h2{
	font-size:14px;
	font-weight:normal;
	color:#2c8bed;
}

h3{
	font-size:14px;
	color:#262626;
	padding-top:8px;
}

h4{
	font-size:14px;
	color:#262626;
	padding-top:20px;	
}

p{
	text-align:justify;
	line-height:18px;
}

a{
	color:#4F7DAD;
}

.container{
	width:960px;
	margin:0 auto;
}

#header_container{
	background:url(/images/header_bg.jpg) top center no-repeat;
}

#header{
	height:110px;
}

#logo{
	width:224px;
	height:83px;
	padding-top:9px;
	float:left;
}

#tag_line{
	width:371px;
	height:19px;
	margin:40px 1px 0 0;
	float:right;
	background:url(/images/tag_line.jpg) no-repeat;
}

#top_menu_container{
	float:right;
	position:relative;
	top:31px;
}

#top_menu_left{
	width:5px;
	height:29px;
	background:url(/images/top_menu_left.jpg) no-repeat;
	margin-top:5px;
	float:left;
}

#top_menu_right{
	width:5px;
	height:29px;
	background:url(/images/top_menu_right.jpg) no-repeat;
	margin-top:5px;
	float:left;
}

#top_menu{
	height:40px;
	background:url(/images/top_menu_bgr.jpg) 0 5px repeat-x;
	float:left;
	width:630px;
}

#menu_item_sel{
	font-size:12px;
	float:left;
	color:#fff;
}

#menu_item_sel_left{
	width:5px;
	height:40px;
	background:url(/images/menu_item_sel_left.png) no-repeat;
	float:left;
}

#menu_item_sel_main{
	height:28px;
	background:url(/images/menu_item_sel_bgr.png) repeat-x;
	float:left;
	padding:12px 13px 0 15px;
}

#menu_item_sel_right{
	width:7px;
	height:40px;
	background:url(/images/menu_item_sel_right.png) no-repeat;
	float:left;
}

.menu_item{
	float:left;
	font-size:12px;
}

.menu_item a{
	height:27px;
	padding:12px 20px 0 20px;
	display:block;
	color:#3b3b3b;
	float:left;
}

#content_container{
	background:url(/images/content_bgr.jpg) top center repeat-y #dddddd;
	padding:31px 0 0 0;
}

#content{
	padding:0 0 30px 0;
}

#content_left{
	width:611px;
	float:left;
}

#content_left ul{
	margin:0;
	padding:10px 0;
}

#content_left li{
	list-style:none;
	background:url(/images/list_style.png) no-repeat top left;
	padding:3px 0 10px 38px;

}

#content_right{
	width:320px;
	padding-left:29px;
	float:left;	
}

.content_right_top{
	width:319px;
	height:7px;
	background:url(/images/content_right_top.jpg) no-repeat;
	font-size:0px;
}

.content_right_section{
	width:317px;
	border-left:1px solid #a8a8a8;
	border-right:1px solid #a8a8a8;
	background:#e9e9e9;
	padding:8px 0 10px 0;
}

.content_right_bottom{
	width:319px;
	height:6px;
	background:url(/images/content_right_footer.jpg) no-repeat;
	font-size:0px;
	margin-bottom:10px;
}

.content_right_section_input_left{
	width:39px;
	height:28px;
	background:url(/images/input_left.jpg) no-repeat;
	margin:10px 0 0 5px;
	float:left;
	clear:left;
}

.content_right_section_input{
	width:252px;
	height:26px;
	float:left;
	background:url(/images/input_bgr.jpg) repeat-x;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	overflow:hidden;
	margin-top:10px;
}

.content_right_section_input_right{
	width:5px;
	height:28px;
	background:url(/images/input_right.jpg) no-repeat;
	float:left;
	margin-top:10px;
}

.content_right_input{
	width:252px;
	border:none;
	background:url(/images/input_bgr.jpg) repeat-x;
	font-size:12px;
	color:#999999;
	padding-bottom:5px;
	padding-top:5px;
}

.staff_login_submit{
	width:77px;
	height:29px;
	background:url(/images/button_login.png) no-repeat;
	float:right;
	border:none;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	padding-bottom:9px;
	margin:10px 14px 0 0;
}

.staff_login_submit:hover{
	background:url(/images/button_login_hover.png) no-repeat;
}

.staff_login_submit:active{
	background:url(/images/button_login_click.png) no-repeat;
}

.content_right_section_header{
	width:156px;
	height:18px;
	margin-left:13px;
}

#staff_login_password_link{
	width:100px;
	float:left;
	font-size:10px;
	margin:18px 0 0 25px;
}

#staff_login_password_link a{
	color:#999999;
}

#latest_news_link{
	float:right;
	font-size:10px;
	text-align:center;
	margin-right:14px;
}

#latest_news_link a{
	width:61px;
	height:16px;
	background:url(/images/button_see_all.png) no-repeat;
	display:block;
	color:#517FAF;
	padding-top:5px;
}

#latest_news_link a:hover{
	background:url(/images/button_see_all_hover.png) no-repeat;
}

.latest_news{
	padding-top:14px;
	clear:both;
}

.latest_news_cal{
	width:51px;
	height:42px;
	background:url(/images/home_latest_news_cal_bg.jpg) no-repeat;
	float:left;
	color:#fff;
	padding-top:2px;
	position:relative;
	left:-6px;
	text-align:center;
}

.latest_news_cal_day{
	font-size:18px;
	font-weight:bold;
}

.latest_news_cal_month{
	font-size:11px;
}

.latest_news_detail{
	width:240px;
	padding-left:10px;
	float:left;
}

.latest_news_detail h2{
	padding:0 0 2px 0;
}

.latest_news_detail p{
	padding:0 0 2px 0;	
}

.latest_news_detail a{
	font-size:12px;
	color:#4F7DAD;
}

.latest_news_divider{
	clear:both;
	height:0;
	font-size:0;
	padding-bottom:14px;
	border-top:1px solid #bbbbbb;
	width:286px;
	margin:0 auto;
}

.newsletter_submit{
	width:92px;
	height:29px;
	background:url(/images/button_signup.png) no-repeat;
	float:right;
	border:none;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	padding-bottom:9px;
	margin:10px 14px 0 0;
}

.newsletter_submit:hover{
	background:url(/images/button_signup_hover.png) no-repeat;
}

.newsletter_submit:active{
	background:url(/images/button_signup_click.png) no-repeat;
}

#footer_container{
	background:url(/images/footer_bgr.jpg) top center repeat-x #4c4c4c;
}

#footer_top{
	height:260px;
}

.footer_section{
	width:350px;
	padding-top:30px;
	margin-right:38px;
	float:left;
	background:url(/images/footer_section_divider.jpg) no-repeat right 21px;
	line-height:30px;
}

.footer_section_header{
	width:100%;
	height:15px;
	padding-bottom:10px;
}

.footer_section ul{
	list-style:none;
	font-size:12px;
	color:#797979;
	float:left;
	padding:0 40px 0 2px;
}

.footer_section li a{
	color:#797979;	
}

.footer_section li a:hover{
	color:#fff;	
}

.footer_section .sub_list li{
	background:url(/images/sub_list_style.jpg) no-repeat 0 15px;
	padding-left:10px;
	margin:0 0 0 12px;
}

#footer_right{
	width:184px;
	float:left;
}

#footer_back_to_top{
	width:100px;
	height:21px;
	background:url(/images/button_back_to_top.jpg) no-repeat;
	font-size:12px;
	float:right;
	text-align:center;
	padding-top:6px;
}

#footer_back_to_top a{
	color:#3b3b3b;
}

#footer_back_to_top a:hover{
	color:#2185ED;
}

#footer_pdf_download{
	font-size:12px;
	line-height:18px;
	clear:both;
	float:right;
	margin:20px 0;
}

#footer_pdf_download a{
	width:123px;
	height:42px;
	padding:5px 0 0 60px;
	display:block;
	background:url(/images/button_pdf_download.png) no-repeat;
	color:#fff;
	
}

#footer_pdf_download a:hover{
	background:url(/images/button_pdf_download_hover.png) no-repeat;
}

#footer_accred{
	font-size:10px;
	color:#797979;
}

#footer_accred img{
	margin-bottom:10px;
}

#footer_bottom{
	padding-bottom:40px;
	font-size:10px;
	color:#797979;
}

#footer_bottom a{
	color:#797979;
}

#footer_bottom a:hover{
	color:#fff;
}

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

#footer_bottom_right{
	width:50%;
	float:left;
	text-align:right;
}

/*Home*/

#content_left_welcome{
	padding:15px 0 	25px 0;
}

#content_left_jobs_link{
	font-size:14px;
}

#content_left_jobs_link a{
	width:112px;
	height:25px;
	padding:4px 0 0 17px;
	background:url(/images/button_apply.png) no-repeat;
	display:block;
	color:#fff;
}

#content_left_jobs_link a:hover{
	background:url(/images/button_apply_hover.png) no-repeat;
}

#content_left_jobs_link a:active{
	background:url(/images/button_apply_click.png) no-repeat;
}

.content_left_col{
	width:290px;
	float:left;
}

.home_courses{
	padding:6px 0;
	border-bottom:1px solid #CDCDCD;
}

.home_courses_cal{
	width:51px;
	min-height:41px;
	margin-top:3px;
	background:url(/images/home_cal_bg.jpg) no-repeat;
	float:left;
	text-align:center;
	color:#fff;
}

.home_courses_cal_month{
	font-size:11px;
	padding-top:2px;
}

.home_courses_cal_day{
	font-size:18px;
	font-weight:bold;
}

.home_courses_detail{
	width:220px;
	padding-left:19px;
	float:left;
	line-height:18px;
	font-size:12px;
	color:#262626;
}

/*Company*/

#company_list{
	height:35px;
	font-size:12px;
	border-bottom:1px solid #a8a8a8;
}

.company_list_item{
	width:144px;
	padding-top:10px;
	text-align:center;
	float:left;
	color:#2C8BED;
}

.company_list_item a{
	color:#4b4b4b;
}

.company_list_item_sel{
	width:144px;
	padding-top:10px;
	text-align:center;
	float:left;
	color:#2C8BED;
}

.company_list_item_sel a{
	color:#2C8BED;
}

#company_cat_img{
	width:177px;
	height:201px;
	float:right;
	padding:10px 0 0 10px;
}

/*Accreditations*/

.accreditation{
	padding:20px 0;
	border-bottom:1px solid #a8a8a8;
}

.accreditation_image{
	width:145px;
	padding-top:2px;
	margin:0 10px;
	float:left;
}

.accreditation_detail{
	width:440px;
	float:left;
}

.accreditation_title{
	font-size:14px;
	color:#262626;
	font-weight:bold;
	
}

.accreditation_desc{
	line-height:18px;
	padding:10px 0 14px 0;
}

.accreditation_link{
	font-size:12px;
	
}

.accreditation_link a{
	color:#1881ED;
	text-decoration:underline;
}

/*Policy Documents*/

.document_container{
	background:url(/images/document_img.jpg) no-repeat left 16px;
	padding:12px 0 10px 30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #a8a8a8;
}

.document_title{
	width:380px;
	height:24px;
	padding-top:6px;
	float:left;
}

.document_link{
	font-size:12px;
	float:right;
}

.document_link a{
	width:144px;
	height:22px;
	color:#1881ED;
	padding:6px 0 0 30px;
	background:url(/images/button_download_document.png) no-repeat;
	display:block;
}

.document_link a:hover{
	background:url(/images/button_download_document_hover.png) no-repeat;
}

.document_link a:active{
	background:url(/images/button_download_document_click.png) no-repeat;
}

/*News Archive*/ 

.news_item{
	padding-bottom:12px;
	border-top:1px solid #a8a8a8;
	margin-top:20px;
}

.news_item_cal{
	width:56px;
	height:39px;
	float:left;
	padding-top:2px;
	margin-left:6px;
	background:url(/images/news_cal_bg.jpg) no-repeat;
	color:#fff;
	text-align:center;
	position:relative;
	top:-8px;
}

.news_item_cal_month{
	font-size:11px;
}

.news_item_cal_day{
	font-size:18px;
	font-weight:bold;
}

.news_item_title{
	width:536px;
	padding-top:16px;
	float:right;
	color:#1881ED;
	font-size:14px;
}

.news_item_detail{
	clear:both;	
}

/*NewsLetters*/

.newsletter_date_span{
	font-style:italic;
}

.newsletter_date{
	float:left;
	width:120px;
	padding:6px 0 0 0;
}

.newsletter_link{
	font-size:12px;
}

.newsletter_link a{
	display:block;
	float:left;
	width:450px;
	height:22px;
	color:#1881ED;
	padding:6px 0 0 0;
	background:url(/images/button_download_newsletter.png) no-repeat right;
}

.newsletter_link a:hover{
	background:url(/images/button_download_newsletter_hover.png) no-repeat right;
}

.newsletter_link a:active{
	background:url(/images/button_download_newsletter_click.png) no-repeat right;
}

/*Services*/

.service_img{
	width:166px;
	margin:10px 14px 8px 0;
	float:left;
}

.img_padding{
	padding:10px 20px 10px 0;	
}

/*Training*/

#course_date_header{
	height:22px;
	padding-top:11px;
	font-size:12px;
	color:#535353;
	border-bottom:1px solid #a8a8a8;
	clear:both;
}

.course_date{
	padding:11px 0 8px 0;
	font-size:12px;
	color:#262626;
	border-bottom:1px solid #a8a8a8;
}

.course_date_col1{
	width:188px;
	float:left;
	padding-top:5px;
}

.course_date_col2{
	width:166px;
	float:left;
	padding-top:5px;
}

.course_date_col3{
	width:94px;
	float:left;
	padding-top:5px;
}

.course_book_button{
	width:84px;
	height:21px;
	float:left;
	background:url(/images/button_book_course.png) no-repeat;
	padding:5px 0 0 70px;
	color:#1881ED;
}

.course_book_button input{
	background:none;
	border:none;
	color:#1881ED;
	cursor:pointer;
	height:14px;
	padding:0;
}

.course_book_button input:hover{
	color:#333;
}

/*Booking Form*/

#booking_content{
	padding:14px 0 10px 0;
	border-bottom:1px solid #a8a8a8;
}

.booking_content_section{
	width:300px;
	float:left;
}

.booking_content_section td{
	padding:0 20px 10px 0;
}

#booking_content_section_price{
	font-size:18px;
	color:#1781ED;
}

#booking_content_section_edit_course{
	margin-top:18px;	
}

#booking_content_section_edit_course a{
	width:144px;
	height:20px;
	background:url(/images/button_edit_course.png) no-repeat;
	padding:6px 0 0 30px;
	color:#1881ED;
	display:block;
}

#booking_content_section_edit_course a:hover{
	background:url(/images/button_edit_course_hover.png) no-repeat;
}

#booking_content_section_edit_course a:active{
	background:url(/images/button_edit_course_click.png) no-repeat;
}

#booking_header{
	padding:0 13px 18px 10px;	
}

.booking-form{
	font-size:12px;
	color:#262626;
}

.booking-form td{
	padding:0 20px;
}

.booking-submit{
	width:177px;
	height:29px;
	background:url(/images/button_pay.png) no-repeat;
	color:#fff;
	border:none;
	cursor:pointer;
	font-size:14px;
	padding-bottom:4px;
	float:right;
	margin-top:15px;
}

.booking-submit:hover{
	background:url(/images/button_pay_hover.png) no-repeat;
}

.booking-submit:active{
	background:url(/images/button_pay_click.png) no-repeat;
}

/*Clients and Case Studies*/

.client_container{
	padding:2px 0 12px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #a8a8a8;
	clear:both;
}

.client_img{
	width:166px;
	margin:10px 20px 0 0;
	float:left;
	border:1px solid #a8a8a8;
}

.client_detail{
	width:420px;
	padding-top:10px;
	float:left;
}

.client_title{
	font-weight:bold;
}

.client_link a{
	color:#1881ED;
	text-decoration:underline;
}

/*Jobs*/

#job_pdf_download{
	font-size:12px;
	line-height:18px;
	float:right;
	margin:14px 0 14px 14px;
}

#job_pdf_download a{
	width:127px;
	height:47px;
	padding:9px 0 0 60px;
	display:block;
	background:url(/images/button_pdf_download_light.png) no-repeat;
	color:#1881ED;
	
}

#job_pdf_download a:hover{
	background:url(/images/button_pdf_download_light_hover.png) no-repeat;
}

#job_pdf_download a:active{
	background:url(/images/button_pdf_download_light_click.png) no-repeat;
}

.job_detail{
	border-top:1px solid #a8a8a8;
	padding:8px 0;
}

.job_detail_description{
	height:70px;
	overflow:hidden;
}

.job_detail_description_full{
	
}

.job_detail_reveal{
	height:20px;
	background:url(/images/jobs_arrow_down.jpg) no-repeat 0 1px;
	padding:0 0 0 20px;
	margin-top:10px;
	color:#1881ED;
	cursor:pointer;
}
/*Job Application*/

.job-application{
	font-size:11px;
	color:#262626;
	width:100%;
}

.job_application_div{
	width:50%;
	float:left;
}

.job-application .note{
	padding:8px 0 0 0;
	font-style:italic;
	font-size:10px;
}

.job_application_float{
	float:left;
	padding:0 10px 10px 0;
}

.job_application_radio{
	width:52px;
	float:left;	
}

#eu_national{
	float:left;	
}

.drop_down{
	width:80px;
	margin:10px 20px 0 0;
	height:26px;
	padding:2px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.date_selection{
	width:60px;
	margin:10px 0 0 0;
	height:26px;
	padding:2px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#job_application td{
	width:50%;
	padding:0 10px 25px 10px;
}

#job_application .text_input{
	width:248px;
	height:18px;
	margin:10px 20px 0 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#job_application .text_input_large{
	width:548px;
	height:18px;
	margin:10px 20px 0 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#job_application .text_input_small{
	width:111px;
	height:18px;
	margin:10px 20px 0 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#job_application .text_area{
	width:248px;
	height:90px;
	margin:10px 20px 0 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#job_application .text_area_large{
	width:548px;
	height:138px;
	margin:10px 20px 0 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.job-application-submit{
	width:177px;
	height:29px;
	background:url(/images/button_pay.png) no-repeat;
	color:#fff;
	border:none;
	cursor:pointer;
	font-size:14px;
	padding-bottom:4px;
	float:right;
	margin-top:15px;
}

.job-application-submit:hover{
	background:url(/images/button_pay_hover.png) no-repeat;
}

.job-application-submit:active{
	background:url(/images/button_pay_click.png) no-repeat;
}

.job-application h1{
	background:#ddd;
	padding:4px 0 3px 10px;
	margin:12px 0 4px 0;
	font-size:15px;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}

.add_record{
	cursor:pointer;
	padding:10px 0 0 0;
}

#job_application .form_err, #course_booking .form_err{
	border:1px solid #a00;
}

.required-field{
	color:#a00;
}

/*Contact Us*/

#contact_left{
	width:357px;
	float:left;
	font-size:12px;
	padding:24px 0 10px 0;
}

#contact_left td{
	line-height:17px;
	padding-right:24px;	
}

#contact_right{
	width:253px;
	float:left;
	padding:24px 1px 10px 0;
}

#contact_form_top{
	width:610px;
	height:6px;
	font-size:0px;
	margin-top:20px;
	background:url(/images/contact_form_top.jpg) no-repeat;
	clear:both;
}

#contact_form{
	width:600px;
	padding:8px 5px;
	background:url(/images/contact_form_bgr.jpg) repeat-y;
	font-size:11px;
	color:#9b9b9b;
}

#contact_form_bottom{
	width:610px;
	height:6px;
	font-size:0px;
	background:url(/images/contact_form_bottom.jpg) no-repeat;
}

.contact-form{
	width:298px;
	float:left;
	font-size:12px;
	color:#262626;
}

.contact-form td{
	padding:0 20px;
}

.text_input{
	width:254px;
	height:18px;
	margin:10px 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.text_area{
	width:254px;
	height:138px;
	margin:10px 0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.form-submit{
	width:147px;
	height:29px;
	background:url(/images/button_send.png) no-repeat;
	border:none;
	cursor:pointer;
	font-size:14px;
	padding-bottom:4px;
	color:#fff;
	float:right;
	margin-right:18px;
}

.form-submit:hover{
	background:url(/images/button_send_hover.png) no-repeat;
}

.form-submit:active{
	background:url(/images/button_send_click.png) no-repeat;
}

.error-message{
	background:#ffe8e8;
	clear:both;
	border:1px solid #e39292;
	color:#812828;
	padding:4px;
	margin:5px 0;
	font-size:11px;
}

.message-sent{
	background:#f0ffe8;
	clear:both;
	border:1px solid #b2e392;
	color:#478128;
	padding:4px;
	margin:5px 0;
	font-size:11px;
}

/*Sitemap*/

#sitemap_content{
	padding:10px 0;
}

#sitemap_content ul{
	margin:0;
	padding:4px 0;
}

#sitemap_content li{
	list-style:none;
	background:url(/images/list_style.png) no-repeat top left;
	padding:3px 0 10px 38px;

}

.add_underline{
	text-decoration:underline;
	color:#444;
}