@charset "utf-8";
/* LMT Core Styles
// Revision: 01
// Date: 21/01/09
// Author: Sam Hill
// Details: First build of core LMT styles
*/
/********* Start General Styles *****************/
html,body{
	margin:0;
	padding:0;
	height:100%;
}
body{
	font:0.8em/1.45em Arial, Helvetica, sans-serif;
	background:url(../images/body_bg.gif);
	text-align:center;
	color:#666;
}
*html body table{
	font:1em/1.45em Arial, Helvetica, sans-serif; /* Set correct font size in tables for IE6 */
}
/* Start define margins and list styles */
p,h1,h2,h3,h4,table{
	margin:1em 0;
}
div,form{
	margin:0;
	padding:0;
}
ol,ul{
	padding:0; /* remove padding from FF */
	margin-top:1em;
	margin-bottom:1em;
	margin-left:40px; /* Assign margin left for consistent treatements */
}
ol ul,ul ol,ul ul,ol ol{
	margin-top:0;
	margin-bottom:0;	
}
/* Redefine list-style-types */
/* Comment out to use default */
ul li{
	list-style-image:url(../images/list-style-image/ul.gif)
}
ul ul li{
	list-style-image:url(../images/list-style-image/ul-ul.gif)
}
ul ul ul li{
	list-style-image:url(../images/list-style-image/ul-ul-ul.gif)
}
/* End define margins and list styles */
/* Start define header sizes */
h1{font-size:1.2em;color:#000;}
h1.page_heading{font-size:0.9em;color:#CC0000;text-transform:capitalize;letter-spacing:3px;}
h2,h3,h4{font-weight:normal;color:#000;}
h2{font-size:1.2em}
h3{font-size:1.1em}
h4{font-size:1em;font-weight:bold;}
/* End define header sizes */
/* Unique style to lead a sentance */
.lead{
	font-weight:bold !important;
	color:#000 !important;
}
/* Start define link styles */
a img{
	border:none;
}
a:link{
	color:#F93737;
}
a:visited{
	color:#CC0000;
}
a:hover{
	color:#9D0000;
}
a:visited:hover{
	color:#9D0000;
}
a:active{
	color:#CC0000;
}
a.pdf{
	background:url(../images/icons/pdf.gif) top left no-repeat;
	padding-left:20px;
}
a.email{
	background:url(../images/icons/email.gif) 100% 75% no-repeat;
	padding-right:20px;
}
a.weblink{
	background:url(../images/icons/weblink.gif) 100% 0 no-repeat;
	padding-right:20px;
}
img.imgleft{
	border:0;
	float:left;
	padding:0 8px 0 0;
}
img.imgright{
	border:0;
	float:right;
	padding:0 0 0 8px;
}
hr{
	border:none;
	border-bottom:1px dotted #CCC;
}
div.shadebox{
	background:url(../images/boxes/shadebox_slice.jpg) repeat-x top left #F4F4F4;
	padding:0 10px 5px 10px;
	margin-bottom:1px;
	border-bottom:1px solid #EAEAEA;
}
div.shadebox table{
margin:0;
}
div.quote,div.soundbite{
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.1em;
	background:url(../images/boxes/quote_slice.gif) repeat-x top left #9A9A9A;
	margin-bottom:1em;
}
div.soundbite{
	background:url(../images/boxes/soundbite_slice.gif) repeat-x top left #CC0000;
	padding:5px;
	font-size:1em;
}
div.quote span,div.soundbite span{
	display:block;
}
div.quote span.icon img{
	background:url(../images/icons/quote.gif) no-repeat top left;
	width:61px;
	margin:5px 10px;
	height:25px;
}
div.quote span.text,div.quote span.name,div.soundbite span.text,div.soundbite span.name{
	padding:5px 10px;
}
div.quote span.name{
	text-align:right;
}
/* End define link styles */
/* tabs */
div.tabs{
	background:url(../images/tabs/tabs_slice.gif) repeat-x top left #F4F4F4;
	margin-bottom:10px;	
}
div.tabs div.tab h2{
	float:left;
	font-weight:normal;
	margin:0 1px 0 0;
	padding:0;
	font-size:1em;
}
div.tabs div.tab h2 a{
	color:#000;
	text-decoration:none;
	background:url(../images/tabs/tab_up.jpg) no-repeat #CCC;
	padding:6px 8px 4px 14px;
	margin:0;
	display:block;
}
div.tabs div.tab h2 a:hover{
	background:url(../images/tabs/tab_over.jpg) no-repeat #999;
}
div.tabs div.tab h2 a.active,div.tabs div.tab h2 a.active:hover{
	color:#fff;
	background:url(../images/tabs/tab_down.jpg) no-repeat #CC0000;
}
div.tabs div.tab div.content{
	display:none;
}
div.tabs div#displayContainer{
	padding:25px 10px 10px 10px;
}
div.tabs div#displayContainer h2{
	clear:both;
	float:none;
	display:block;
}
/* Divider used to seperate navigation */
.v-divider{
	display:inline;
	background:url(../images/icons/v-divider.gif) no-repeat center;
	margin:0 0.5em;
}
/* horizontal divider */
.h-divider{
	display:block;
	height:1px;
	margin:10px 0;
	background:url(../images/icons/h-divider.gif) repeat-x;
}

/********* End General Styles *****************/
/********* Start Define Table styles  *****************/
h2.table_heading{
	font-style:normal;
	font-size:1em;
	padding:3px 0 0 10px;
	margin-bottom:0;
	color:#000;
	height:20px;
	background:url(../images/table-images/table_heading_background.jpg) no-repeat;
}
h2.table_heading a.arrow{
	font-size:0.85em;
	margin-left:10px;
}
/* Start Define data_navigation styles */
span.data_navigation{
	float:right;
	margin-top:-15px;
	font-size:0.9em;
	color:#999;
}
span.data_navigation a{
	padding:0 2px;
	text-decoration:none;
}
span.data_navigation a:hover{
	text-decoration:underline
}
span.data_navigation span{
	padding:0 2px;
}
span.data_navigation a.previous,span.data_navigation a.next{
 /* */
}
/* End Define data_navigation styles */
/* Table Icons Mandatory Span */
span.mandatory,span.mandatory img{
	display:block;
	width:25px;
	height:20px;
}
span.mandatory{
	background:url(../images/icons/mandatory.gif) no-repeat 0 50%;;
}
/* ------------------------------------------------------- Start define data table styles */
/* Unfortunately have to use and absolute width as 100% is not implemented correctly in IE. Table overlaps container */
table.data{
	margin-top:0;
	width:950px;
}

table.data a.closed{
	padding-right:20px;
	background:url(../images/icons/toggle_closed.gif) 100% 50% no-repeat;
}
table.data a.opened{
	padding-right:20px;
	background:url(../images/icons/toggle_opened.gif) 100% 50% no-repeat;
}
table.data td{
	vertical-align:top;
	padding:5px;
}
table.data td.sub_heading{
	font-weight:bold;
}
table.data th{
	padding:5px;
	font-size:0.85em;
	text-align:left;
	background:url(../images/table-images/data_table_header_slice.gif) repeat-x;
}
table.data th a{
	text-decoration:underline;
}
table.data th a:hover{
	text-decoration:underline;
}
table.data th.left{
	background:url(../images/table-images/data_table_header_left.gif) left top no-repeat;
}
table.data th.right{
	background:url(../images/table-images/data_table_header_right.gif) right top no-repeat;
}
table.data div.hidden{
	display:none;
}
table.data div.shown{
	border:1px dotted #CCC;
	margin:5px;
	padding:5px;
	display:block;
}
table.data tr.odd {
	background:#FFFFFF;
}
table.data tr.even {
	background:#F2F2F2;
}
table.data tr.odd td.left{
	background:url(../images/table-images/data_table_row_border_left.gif) left top repeat-y #FFFFFF;
}
table.data tr.even td.left{
	background:url(../images/table-images/data_table_row_border_left.gif) left top repeat-y #F2F2F2;
}
table.data tr.odd td.right{
	background:url(../images/table-images/data_table_row_border_right.gif) right top repeat-y #FFFFFF;
}
table.data tr.even td.right{
	background:url(../images/table-images/data_table_row_border_right.gif) right top repeat-y #F2F2F2;
}
table.data tr.footer td.left{
	background:url(../images/table-images/data_table_footer_left.gif) no-repeat left bottom;
}
table.data tr.footer td.right{
	background:url(../images/table-images/data_table_footer_right.gif) no-repeat right bottom;
}
table.data tr.footer td{
	padding:7px 0 0 0;
}
/* ------------------------------------------------------- End Define data table styles */
/* ------------------------------------------------------- Start define search table styles */
table.search th{
	background:url(../images/table-images/search_table_header_slice.gif) repeat-x;
}
table.search th.left{
	background:url(../images/table-images/search_table_header_left.gif) left top no-repeat;
}
table.search th.right{
	background:url(../images/table-images/search_table_header_right.gif) right top no-repeat;
}
table.search tr.even,table.search tr.odd {
	background:#FFFFFF;
}

table.search tr.odd td.left{
	background:url(../images/table-images/search_table_row_border_left.gif) left top repeat-y #FFFFFF;
}
table.search tr.even td.left{
	background:url(../images/table-images/search_table_row_border_left.gif) left top repeat-y #FFFFFF;
}
table.search tr.odd td.right{
	background:url(../images/table-images/search_table_row_border_right.gif) right top repeat-y #FFFFFF;
}
table.search tr.even td.right{
	background:url(../images/table-images/search_table_row_border_right.gif) right top repeat-y #FFFFFF;
}
table.search tr.footer td.left{
	background:url(../images/table-images/search_table_footer_left.gif) no-repeat left bottom;

}
table.search tr.footer td.right{
	background:url(../images/table-images/search_table_footer_right.gif) no-repeat right bottom;
}
table.search tr.footer td.left,table.search tr.footer td.right{
	padding:7px 0 0 0;
}
/* ------------------------------------------------------- End define search table styles */
/* ------------------------------------------------------- division class for a break in the table */
table.data tr.division td{
	background:none;
	background:url(../images/table-images/table_division_slice.gif) repeat-x top;
	
}
table.data tr.division td.left{
	background:url(../images/table-images/table_division_left.gif) left top no-repeat;
}
table.data tr.division td.right{
	background:url(../images/table-images/table_division_right.gif) right top no-repeat;
	
}
/* ------------------------------------------------------- Special style for multi header table */
table.multi tr.section td{
	color:#000;
	padding:20px 5px 5px 5px;
	font-style:italic;
}
/********* End Define Table styles  *****************/
/********* Start Define GUI styles  *****************/
/* ------------------------------------------------------- Start container styles */
#container{
	width:985px;
	padding:0;
	text-align:left;
	min-height:100%;
	position:relative;
	margin:0 auto;
	background:url(../images/body_shadow.gif) repeat-y;
}
/* Start IE6 style */
*html #container {
    height:100%; /* Specific for IE6 to allow footer to sit on base of page or base of content when scrolling is required */
	
}
/* ------------------------------------------------------- End container styles */
/* ------------------------------------------------------- Start header styles */
#header{
	padding:0 20px 0 20px;
	height:100px;
	background:url(../images/header.gif) no-repeat;
}
/* ------------------------------------------------------- End header styles */
/* ------------------------------------------------------- Start bodycontent styles */
/* 	#bodycontent bottom padding MUST match the height of the footer */
#bodycontent{
	clear:left;
	padding-bottom:40px;
}
/* 
	#body content_inner helps achieve the footer always at base layout
	Not sure why but padding-right has to be 5px or it throws out the footer in IE?
*/
#bodycontent_inner{
	padding:0 15px 0 20px;
}
/* -------------------------------------------------------  End bodycontent styles */
/* -------------------------------------------------------  Start Footer Styles */
/* If changing the footer height, make sure you update #bodycontent padding-bottom */
#footer{
	color:#FFF;
	padding:9px 0 6px 0;
	width:985px;
	height:15px;
	text-align:center;
	background:url(../images/footer.gif) no-repeat;
	position:absolute;
	bottom:0;
	clear:both;
	font-size:0.85em;
}
#footer a{
	color:#FFF;
}
#footer div{
	display:inline;
}
#footer_links{
	margin-right:30px;
}
#footer_copyright{}
/* -------------------------------------------------------  End Footer Styles */
/* -------------------------------------------------------  Start logo syles */
/* Change height and width to suite. Also choose whether to use a logo image as a background. Sometimes easier to include as part of header */
#logo img{
	margin-top:5px;
	width:210px;
	height:50px;
	/* background:url(../images/logo.jpg) no-repeat;   Doesn't necassarily need this image as it can be part of the header graphic. */
}
#logo, #logo img{
	float:left
}
/* ------------------------------------------------------- End logo styles */
/* ------------------------------------------------------- Start login details styles */
#login_details{
	height:48px;
	white-space:nowrap;
	clear:right; /* clear secondary_navigation only */
	float:right;
	text-align:right;
	font-size:0.9em;
}
#login_details span{
	font-weight:bold;
}
/* ------------------------------------------------------- End login details styles */
/* ------------------------------------------------------- Start "breadcrumb" style */
/* 	#breadcrumb is in the #bodycontent_inner and therefore padding effects it. */
/* 	To acheive a flush layout with the header just specify an absolute width and use a negative left margin */
#breadcrumb{
	font-size:0.9em;
	padding:5px 0;
	margin:5px 0 5px 0;
}
#breadcrumb div{
	display:inline;
	margin-right:5px;
	padding-left:10px;
	background:url(../images/icons/breadcrumb-divider.gif) no-repeat 0 50%;
}
#breadcrumb div.first{
	padding-left:0;
	background-image:none;
}
/* ------------------------------------------------------- End "breadcrumb" styles */
/* ------------------------------------------------------- Start column definition (left and right columns) */
#col_left,#col_right{
	float:left;
}
#col_left, #col_left table.data{
	width:710px; /* We also set the data table width to match */
}
#col_right{
	width:225px;
}
#col_left{
	margin-right:10px;
}
/* ------------------------------------------------------- End column definition (left and right columns) */
/* ------------------------------------------------------- Start "secondary_navigation" styles */
#secondary_navigation{
	font-size:0.9em;
	float:right;
}
#secondary_navigation a{
	line-height:26px;
	color:#666;
	float:left;
	text-align:center;
	margin:0;
	text-decoration:none;
	background:url(../images/navigation/secondary_up.gif) bottom left no-repeat;
}
#secondary_navigation a span{
	cursor:pointer;
	float:left;
	width:70px;
	margin-left:5px;
	padding:0 15px 0 0;
	background:url(../images/navigation/secondary_up.gif) bottom right no-repeat;
}
#secondary_navigation a:hover{
	color:#CC0000;
	background:url(../images/navigation/secondary_over.gif) left bottom no-repeat;
}
#secondary_navigation a:hover span{
	background:url(../images/navigation/secondary_over.gif) right bottom no-repeat;
}
#secondary_navigation a.current{
	
	background:url(../images/navigation/secondary_down.gif) left bottom no-repeat;
}
#secondary_navigation a.current span{
	background:url(../images/navigation/secondary_down.gif) right bottom no-repeat;
}
/* Remove background image from first element if using a divider */
#secondary_navigation a.first{}
/* ------------------------------------------------------- End "secondary_navigation" styles */
/* ------------------------------------------------------- Start "primary_navigation" styles */
#primary_navigation{
	margin:0;
	position:relative;
	z-index:2;
}
*html #primary_navigation{
	position:static;
}
#primary_navigation ul{
	margin: 18px 0 0 30px;
	padding:0 1px 0 0;
	clear:both;
	list-style-type: none;
	float:left;
	background:white;
}
*html #primary_navigation ul{
	margin-left:15px;
}
#primary_navigation ul li{
	position: relative;
	display: inline;
	float: left;
}
#primary_navigation ul li a{
	font-weight:bold;
	font-size:0.9em;
	color:#FFF;
	float:left;
	text-align:center;
	margin:0 0 0 1px;
	text-decoration:none;
	background:url(../images/navigation/primary.gif) left 0 no-repeat;
}
#primary_navigation ul li a span{
	height:20px;
	cursor:pointer;
	float:left;
	margin-left:15px;
	padding:5px 15px 2px 0;
	background:url(../images/navigation/primary.gif) right 0 no-repeat;
}
#primary_navigation ul li a.active,#primary_navigation ul li a:hover{
	background-position:left -35px;
}
#primary_navigation ul li a.active span,#primary_navigation ul li a:hover span{
	background-position:right -35px;
}
#primary_navigation ul li.current a,#primary_navigation ul li.current a:hover{
	color:#CC0000;
	background-position:left -75px;
}
#primary_navigation ul li.current a span,#primary_navigation ul li.current a:hover span{
	background-position:right -75px;
}
#primary_navigation ul li div{
	display:none;
	position:absolute;
	width:200px;
	top:27px;
	left:0;
}
#primary_navigation ul li div a,#primary_navigation ul li.current div a{
	color:#FFF;
	font-weight:normal;
	font-size:0.9em;
	text-align:left;
	display:block;
	width:100%;
	padding:5px 10px;
	background:none;
	background:#B5B5B5;
	border-top:1px solid #FFF;
}
#primary_navigation ul li div a:hover,#primary_navigation ul li.current div a:hover{
	color:#FFF;
	background:none;
	background:#999;
}
#store_dd div{
	display:none;
}
/* ------------------------------------------------------- End "primary_navigation" styles */
/* ------------------------------------------------------- Sart defining .column_box style */
div.column_box p,div.column_box ul,div.column_box ol{
	margin-top:0;
}
div.column_box{
	font-size:0.9em;
}
div.column_box, div.column_box a,div.column_box a:visited,div.column_box a:visited:hover{
	color:#FFF;
}
div.column_box h3{
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:1em;
	font-style:normal;
	padding:5px 10px 0 10px;
	height:25px;
	margin-bottom:0;
	background:url(../images/boxes/column_box_top.gif) repeat-x top left;
}
div.column_box.plain h3{
	background:url(../images/boxes/column_box_top_plain.gif) repeat-x top left;
	margin-bottom:-15px;
	margin-top:0;
}
div.column_box h4{
	color:#FFF;
	letter-spacing:1px;
	text-transform:uppercase;
	font-style:normal;
}
div.column_box.plain{
	font-size:0.85em;
	margin-top:0;
}

div.column_box ul{
	margin:0;
	padding:0;
}
div.column_box li,li.pdf,li.service,li.tel{
	list-style-type:none;
	list-style-image:none;
	background:url(../images/icons/link_arrow.gif) no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
}
li.pdf,div.column_box li.pdf{
	background:url(../images/icons/pdf.gif) no-repeat;
}
div.column_box li.tel{
	background:url(../images/icons/tel.gif) no-repeat;
}
li.service{
	background:url(../images/icons/service-dark.gif) no-repeat;
}
div.column_box li.service{
	background:url(../images/icons/service.gif) no-repeat;
}
div.news li{
	font-size:0.95em;
	line-height:1.2em;
	background:url(../images/icons/news_item.gif) no-repeat;
}

div.news li span{
	font-weight:bold;
	text-transform:uppercase;
}
div.column_box div{
	padding:10px 10px 10px 10px;
	background:url(../images/boxes/column_box_base.gif) repeat-x bottom left;
}
/* Start column box headers */
div.column_box h3 span{
	padding-left:20px;
	text-transform:uppercase;
}
div.case_studies h3 span{
	background:url(../images/icons/magnify.gif) no-repeat 0 50%;
}
div.news h3 span{
	padding-bottom:1px;
	background:url(../images/icons/news.gif) no-repeat 0 50%;
}
div.products h3 span{
	background:url(../images/icons/products.gif) no-repeat 0 50%;
}
/* end column box headers */
/* ------------------------------------------------------- End defining .column_box style */
/* ------------------------------------------------------- Start Course details page */
div.details_box{
	background:url(../images/boxes/details_box_slice.gif) repeat-y;
	margin-bottom:10px;
}
div.details_box div.top{
	background:url(../images/boxes/details_box_top.gif) no-repeat;
	height:15px;
}
div.details_box div.base{
	background:url(../images/boxes/details_box_base.gif) no-repeat;
	height:15px;
	clear:both;
}
/* ------------------------------------------------------- End Course details page */
/* ------------------------------------------------------- Start buttons */
a.action{
	float:left;
	text-transform:capitalize;
	text-decoration:none;
	background:url(../images/buttons/action_btn_large_left_up.gif) no-repeat;
	height:25px;
	text-align:left;
	margin-left:5px;
}
a.action span{
	cursor:pointer;
	float:left;
	padding:3px 10px 3px 20px;
	background:url(../images/buttons/action_btn_large_right_up.gif) no-repeat right;
	height:19px;
}
a.action:hover span{
	background:url(../images/buttons/action_btn_large_right_over.gif) no-repeat right;
}
a.action:hover{
	background:url(../images/buttons/action_btn_large_left_over.gif) no-repeat;
}
/* Smaller version of the same button */
a.action.small{
	font-size:0.85em;
	background:url(../images/buttons/action_btn_small_left_up.gif) no-repeat;
	height:21px;
	margin-left:0;
}
a.action.small span{
	padding:1px 8px 1px 14px;
	background:url(../images/buttons/action_btn_small_right_up.gif) no-repeat right;

}
a.action.small:hover{
	background:url(../images/buttons/action_btn_small_left_over.gif) no-repeat;
}
a.action.small:hover span{
	background:url(../images/buttons/action_btn_small_right_over.gif) no-repeat right;
}

/* Plain (no arrow) version of the same button */
a.action.plain{
	font-size:0.85em;
	background:url(../images/buttons/action_btn_plain_left_up.gif) no-repeat;
	height:21px;
	margin-left:0;
}
a.action.plain span{
	padding:1px 8px 1px 8px;
	background:url(../images/buttons/action_btn_plain_right_up.gif) no-repeat right;

}
a.action.plain:hover{
	background:url(../images/buttons/action_btn_plain_left_over.gif) no-repeat;
}
a.action.plain:hover span{
	background:url(../images/buttons/action_btn_plain_right_over.gif) no-repeat right;
}
/* ------------------------------------------------------- End buttons */
/* #floatfix forces the footer to sit below content if it is floated in */
/* #bodycontent div - Without #floatfix footer and bodycontent may overlap */
/* when sitting the footer at the base of the page */
.floatfix{
	font-size:0px;
	margin:0;
	padding:0;
	width:100%;
	clear:both;
}
/********* End Define GUI styles  *****************/