/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";

@font-face {
	font-family: 'VegurRegular';
	src: url('/Vegur-R_0500.eot');
	src: local('Vegur'), local('Vegur-Regular'), url('/Vegur-R_0500.woff') format('woff'), url('/Vegur-R_0500.ttf') format('truetype'), url('/Vegur-R_0500.svg#Vegur-Regular') format('svg');
}

@font-face {
	font-family: 'VegurExtraLight';
	src: url('/Vegur-EL_0500.eot');
	src: local('Vegur'), local('Vegur-ExtraLight'), url('Vegur-EL_0500.woff') format('woff'), url('/Vegur-EL_0500.ttf') format('truetype'), url('/Vegur-EL_0500.svg#Vegur-ExtraLight') format('svg');
}

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 *
 *
 */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('/League_Gothic.ttf') format('truetype');
}


/* Page
-------------------------------------------------------------- */

body { background-color: #fff; color: #39368E; }

.wrap { margin: 0 auto; width: 950px; position: relative; }


/* Header
-------------------------------------------------------------- */

#header { background-color: #39368E; color: #fff; height: 63px; }

#header #logo { 
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 145px;
	-webkit-box-shadow: 0 0 15px rgba(170, 178, 192, 1);
	-moz-box-shadow: 0 0 15px rgba(170, 178, 192, 1);	
}

#header #logo a {
	background-image: url(/images/interface/logocol.gif);
	display: block;
	text-indent: -9999px;
	width: 110px;
	height: 145px;
}

#header .tabs {position: absolute;}

#header .tabs li { margin-right: 2px; }
#header .tabs a {
	padding: 5px 10px;
	font-size: 1.2em;
	background: #4DAFEF;
	color: #fff;
	font-family: 'VegurRegular', Arial, Helvetica, sans-serif;	
	text-decoration: none;
	border-top: 5px solid #5149AE;
	/*border-bottom-left-radius: 6px;	
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;	
	-moz-border-radius-bottomright: 6px;		
	-webkit-border-bottom-left-radius: 6px;	
	-webkit-border-bottom-right-radius: 6px;*/
}

#header .tabs a:hover {
	padding-top: 7px;
}

#header .tabs li.selected a { background: #39368E; border-color: #39368E; }

#header .tabs a acronym { border-bottom: none; }

#header p { padding-top: 1.5em; margin-right: 110px; }

#header p a { color: #FF4DAD; border-bottom: 1px dotted #FF4DAD; }
#header p a:hover {text-decoration: none; border-bottom-style: solid;}

/* Homepage
-------------------------------------------------------------- */

#slider {
height: 150px; width:380px; float:right; margin-top: 20px; margin-right: 60px; position: relative;
}

#slider div.panel {
	padding: 10px;
	color: #fff;
	background-color: #FF00A6; 	
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;  
}

#slider div.panel h3 {
	margin: 0; padding: 0;
	color: #fff;
	font-family: 'VegurRegular', Arial, Helvetica, sans-serif;
}

#slider div.panel p {
	margin-bottom: 0;
}

/* Training Navigation
-------------------------------------------------------------- */
#trainingnav { background-color: #574FAA; padding: 20px 0; }
#trainingnav ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
#trainingnav ul li { float: left; margin: 0; padding: 0; text-align: center; 
font-family: 'VegurRegular', Arial, sans-serif; font-weight: normal; letter-spacing: -0.03em;  font-size: 22px;
}
#trainingnav ul li a {display: block; color: #00aeef; padding: 0 0 6px; }

#trainingnav ul ul li { 
	margin-right: 1px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	border-right: 1px solid #fff;
	width: 156px;
}

#trainingnav ul ul li a { padding: 15px 0; color: #fff;}

/* Body
-------------------------------------------------------------- */

#introduction { float: left; width: 580px; }

#resources { float: right; width: 340px; padding-top: 2px; }

h1 { font-family: 'VegurExtraLight', Arial, sans-serif; font-weight: normal; letter-spacing: -0.03em; }

h2, h3, h4 { color: #3a2291; font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif; font-weight: normal; }

h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}

div#section_header {  background-color: #DFF0CC; color: #443E3F; overflow:hidden; padding-top: 20px;  }
div#section_header h1 { color: #00aeef; font-weight: normal; }
div#section { background-image: url(/images/interface/sectionbg2.jpg); background-position: center top ; background-repeat: repeat-x; background-color: #f6f9ef /*e0e9d2*/; color: #443E3F; overflow:hidden; padding: 20px 0; }

#body p.lead { color: #4DAFEF; }
#body h2, #body h3 a { color: #231f20;}
#body p a, #body ul a, #body table a { color: #DCE400; }


#resources table.booking tr { line-height: 2.5em; }
#resources table.booking td.button { text-align: right; } 
#resources table.booking td a { background-color: #39368E; -webkit-border-radius: 10px; color: #fff; padding: 6px 8px; } 

div.paypal-button {
	margin-bottom: 20px;
}

#introduction .col {
width: 245px;
float:left;
margin-right: 18px;
margin-bottom: 20px;
/*border: 1px solid #958274;*/
background-color: #83C345;color: #fff;
padding: 14px 14px 0 14px;
}

#introduction .col h2 {color:;}

#introduction .col p {font-size: 12px;}

#introduction .col p a {/*background-color: #E39743; color: #fff; padding: 4px 5px;*/ font-size: 14px; }

#introduction .col.box {
	background-color: #4DAFEF;
	color: #fff;
border: none;
margin-right: 0;	
}

#resources p.button { margin-top: 20px; }

#resources p.button a { background-color: #39368E; -webkit-border-radius: 10px; color: #fff; padding: 6px 8px; } 

#resources ul.subnav {
font-size: 1.2em; line-height: 2.5em;
margin-left: 0;
}

#resources ul.subnav li {
	list-style-type: none;
	border-top: 1px solid #958274;
}

#resources ul.subnav li a {
	display: block;
	padding-left: 10px;
	color: #363430; 
}

#resources ul.subnav li.selected { }



#resources p.testimonial_author { position: relative; margin-left: 40px; }
#resources p.testimonial_author span { position: absolute; margin-left: -30px; }

#resources ul.course-dates-list {
	margin: 0 0 1em 0; padding: 0;
}

#resources ul.course-dates-list li {
	list-style-type: none;
	border-bottom: 1px solid #8F8375;
	padding: 14px 0;
}

#resources ul.course-dates-list li h4 {
	margin-bottom: 0;
}

#resources ul.course-dates-list li p {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	font-size: 12px;
} 

#resources ul.course-dates-list li p em { font-style: normal; color: #000;}

#resources h3 { color: #000; }

/* Course sidebar list*/

#resources ul.course-sidebar-list {
	margin: 0 0 1em 0; padding: 0;
}

#resources ul.course-sidebar-list li {
	list-style-type: none;
	padding: 14px 0;
}

#resources ul.course-sidebar-list li h4 {
	margin-bottom: 0;
}

#resources ul.course-sidebar-list li p {
	font-size: 12px;
	margin-bottom: 0;
} 

/* Specific styles
-------------------------------------------------------------- */

body.our-trainers #introduction img {margin-left: 20px;}

p.breadcrumb, p.breadcrumb a {
	color: #9AA68D;
	font-size: 12px;
	margin-bottom: 0;
}
p.breadcrumb {
	margin-bottom: 1em;
}

#introduction ul {
	margin-left: 0;
}

#introduction ul li {
	list-style-type: disc;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	padding: 20px 0;
	background-color: #fff;
	font-size: 0.9em;
	color: #9AA68D;
}

#footer a {
	color: #4CAFF0;
}

#footer .col {
width: 200px;
float:left;
margin-right: 40px;
margin-bottom: 20px;
}

#footer .wide {
width: 460px;
float:right;
margin-bottom: 20px;
text-align: right;
}

#footer .wide img {
	margin-left: 10px;
}

#footer div.vcard {
	width: 120px;
}

#footer ul li {
	list-style-type: none;
}

#footer p.credits {
	clear:both;
	color: #9AA68D;
	font-size: 12px;
}




