
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/OpenSans-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/OpenSans-BoldItalic.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(../fonts/OpenSansLight-Italic.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/OpenSans-SemiboldItalic.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(../fonts/OpenSans-Extrabold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/OpenSans-Italic.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans.woff) format('woff');
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	color: #2c2c2c;
	background:#fff;
	min-width: 760px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:87.5%;
	overflow: auto;
}
a:link, a:active, a:focus, a:visited {
	color:#0D6ADC;
}
a:hover, a:visited:hover {
	text-decoration: none;
}

/* Wrap web links so on devices links do not go off the page */

.col1Content a:link, .col1Content a:active, .col1Content a:focus, .col1Content a:visited {
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */ 
}


.col1.nightModeBody a:link, .col1.nightModeBody a:active, .col1.nightModeBody a:focus, .col1.nightModeBody a:visited {
	color:#6DA5E9;
}
span.external {
	background: transparent right no-repeat url(../images/template/icons/extlink.gif);
	display: inline-block;
	width: 11px;
	height: 11px;
	overflow: hidden;
	text-indent: -1000px;
	padding-right: 2px;
}
#access {
	left: -999px;
	position:absolute;
	top:auto;
}

h1 {
	/* font-size: 3em; */
}

h1, h2, h3, h4, h5 {
	margin:.8em 0 .6em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
pre {
	font-size:100%;
}
img {
	margin:10px 0 5px;
}
th, td {
	vertical-align:top;
}

img.img400 {
	width: 400px;
	height: auto;
}

img.img350{
	width: 350px;
	height: auto;
}

img.img300 {
	width: 300px;
	height: auto;
}

img.img250 {
	width: 250px;
	height: auto;
}

.right {
	float: right;
	clear: both;
}

.left {
	float: left;
	clear: left;
}

.center {
	display : block; 
	margin: 0 auto;
	clear:both;
}

.noleftmargin { 
	margin-left: 0;
}

.noleftpadding {
	padding-left: 0em !important;
}

div.col1 img.center, div.col1 img.center-tablet-image {  /*Centers images for ipad portrait view*/
	display: block;
	float: none;
	margin: 0;
	margin: 0 auto;
	margin-bottom: 2em;
	margin-top: 2em;
	clear: both;
}

.clear {
	clear: both;
}

.notopmargin {
	margin-top: 0 !important;
}

.nobottommargin {
	margin-bottom: 0 !important;
}
/*Moves content off-screen but keeps it in the flow of the page unlike display:none*/
.screen_reader {
	position: fixed;
	right: -9999px;
	top: -9999px;
}


#header {
	color : #fff;
	clear:both;
	float:left;
	width:100%;
	box-shadow: inset 0px -1px 0px 0px #666;
	border-bottom:1px solid #1d022e;
	border-top: 1px solid #1d022e;
}

#header, #footer {
	color: #fff;
	text-shadow:0px -1px 0px #000;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #282828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#DDDDDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#DDDDD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#282828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#282828 100%); /* IE10+ */
	background: linear-gradient(top,  #666666 0%,#282828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
}

#header a {
	color: #fff;
}

#header button {
	border: 1px solid #1d022e;
	box-shadow: inset 0px 1px 0px 0px #b671e1;
	cursor: pointer;
	font-weight: 800;
	padding: .6em;
	margin: 0;
	color: #fff;
	text-shadow:0px 1px 0px #000;
	border-radius: 3px; 
	background: #975dbb; /* Old browsers */
	background: -moz-linear-gradient(top,  #975dbb 0%, #5b1786 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#5b1786)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #975dbb 0%,#5b1786 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #975dbb 0%,#5b1786 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #975dbb 0%,#5b1786 100%); /* IE10+ */
	background: linear-gradient(top,  #975dbb 0%,#5b1786 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#975dbb', endColorstr='#5b1786',GradientType=0 ); /* IE6-9 */
}

#header button:active {
	box-shadow: inset 0px 1px 0px 0px #7f47a1;
	background: #975dbb; /* Old browsers */
	background: -moz-linear-gradient(top,  #975dbb 0%, #5b1786 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#975dbb), color-stop(80%,#5b1786)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #975dbb 0%,#5b1786 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #975dbb 0%,#5b1786 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #975dbb 0%,#5b1786 100%); /* IE10+ */
	background: linear-gradient(top,  #975dbb 0%,#5b1786 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#975dbb', endColorstr='#5b1786',GradientType=0 ); /* IE6-9 */
}

#header button.active {
	box-shadow: inset 0px 1px 3px 0px #14051e;
	background: #370d50; /* Old browsers */
	background: -moz-linear-gradient(top,  #370d50 0%, #4b1d67 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#240835), color-stop(100%,#4b1d67)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #370d50 0%,#4b1d67 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #370d50 0%,#4b1d67 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #370d50 0%,#4b1d67 100%); /* IE10+ */
	background: linear-gradient(top,  #370d50 0%,#4b1d67 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#370d50', endColorstr='#4b1d67',GradientType=0 ); /* IE6-9 */
}

#header button.disabled {
	border: 1px solid #000;
	box-shadow: inset 0px 1px 0px 0px #b5b5b5;
	background: #979797; /* Old browsers */
	background: -moz-linear-gradient(top,  #979797 0%, #5c5c5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#5c5c5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #979797 0%,#5c5c5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #979797 0%,#5c5c5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #979797 0%,#5c5c5c 100%); /* IE10+ */
	background: linear-gradient(top,  #979797 0%,#5c5c5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */
}

#header button div.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	zoom:1;
	vertical-align: top;

}

#header button.disabled div.icon {
	opacity:0.7;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

@media all and (-webkit-min-device-pixel-ratio : 1.5) {

	#header button {
		font-size: 1em;
		padding-left: 1em;
		padding-right: 1em;
		line-height: 24px;
	}
	
	#header button div.icon {
		width: 24px;
		height: 24px;
	}
}

.nightModeBody {
	background-color : #393939;
	color: #fff;
}

.col1.nightModeBody div.activityMatching p {
	color:#2c2c2c;
}
.col1.nightModeBody table.matchingTable tbody tr td {
	color:#2c2c2c;
}
.col1.nightModeBody div.activityCloze p {
	color:#2c2c2c;
}
.col1.nightModeBody .activityWrapOuter p {
	color:#2c2c2c;
}
.col1.nightModeBody .activityWrapOuter .resultsWrap p {
	color:#fff;
}
.col1.nightModeBody .activityWrapOuter p.questionNumberIndicator {
	color:#fff;
}
.col1.nightModeBody #info {
	color:#2c2c2c;
}

.icon.decreaseTextSize {
	background: transparent no-repeat url(../images/template/icons/decreaseFontSize.png);
}

.icon.increaseTextSize {
	background: transparent no-repeat url(../images/template/icons/increaseFontSize.png);
}

.icon.nextPage { 
	background: transparent no-repeat url(../images/template/icons/nextPage.png);
}

.icon.prevPage {
	background: transparent no-repeat url(../images/template/icons/prevPage.png);
}

.icon.nightMode {
	background: transparent no-repeat url(../images/template/icons/nightMode2.png);
}

/*
@media all and (-webkit-min-device-pixel-ratio : 1.5) {
	
	div.icon {
		-webkit-background-size: 24px 24px;
	}
	
	.icon.decreaseTextSize {
		background-image: url(../images/template/icons/decreaseFontSize@2x.png);
	}

	.icon.increaseTextSize {
		background-image: url(../images/template/icons/increaseFontSize@2x.png);
	}
	
	.icon.nextPage { 
		background-image: url(../images/template/icons/nextPage@2x.png);
	}

	.icon.prevPage {
		background-image: url(../images/template/icons/prevPage@2x.png);
	}	
	
	.icon.nightMode {
		background-image: url(../images/template/icons/nightMode2@2x.png);
	}
}
*/

#pageTools .button_wrapper {
	border-radius: 3px; 
	box-shadow:  0px 1px 0px 0px #666;
	margin-right: .25em;
	display: inline-block;
	zoom:1;
	margin-top: .5em;
	margin-bottom: .3em;
}

#header .index_wrapper {
	float: left;
	margin-left: .5em;
}

#header div#pageNav {
	float: right;
	margin-left: 1em;
	margin-right: .5em;
} 

#pageTools {
	text-align:right;
	margin-right: 0;
	color : #fff;
	width:100%;
	box-shadow: inset 0px -1px 0px 0px #666;
	border-bottom:1px solid #1d022e;
	border-top: 1px solid #1d022e;
	text-shadow:0px -1px 0px #000;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #282828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#282828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#DDDDDD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#282828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#282828 100%); /* IE10+ */
	background: linear-gradient(top,  #666666 0%,#282828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
} 
#pageTools button {
	border: 1px solid #1d022e;
	box-shadow: inset 0px 1px 0px 0px #b671e1;
	cursor: pointer;
	font-weight: 800;
	font-size: 1em;
	line-height: 1.2em;
	padding: .6em;
	margin: 0;
	color: #fff;
	text-shadow:0px 1px 0px #000;
	border-radius: 3px; 
	background: #2A769C; /* Old browsers */
	background: -moz-linear-gradient(top,  #2A769C 0%, #215D7B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2A769C), color-stop(100%,#215D7B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2A769C 0%,#215D7B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2A769C 0%,#215D7B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2A769C 0%,#215D7B 100%); /* IE10+ */
	background: linear-gradient(top,  #2A769C 0%,#215D7B 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A769C', endColorstr='#215D7B',GradientType=0 ); /* IE6-9 */
}

#pageTools button:active {
	box-shadow: inset 0px 1px 0px 0px #7f47a1;
	background: #215D7B; /* Old browsers */
	background: -moz-linear-gradient(top,  #215D7B 0%, #2A769C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215D7B), color-stop(80%,#2A769C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #215D7B 0%,#2A769C 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #215D7B 0%,#2A769C 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #215D7B 0%,#2A769C 100%); /* IE10+ */
	background: linear-gradient(top,  #215D7B 0%,#2A769C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215D7B', endColorstr='#2A769C',GradientType=0 ); /* IE6-9 */
}

#pageTools button.active {
	box-shadow: inset 0px 1px 3px 0px #14051e;
	background: #370d50; /* Old browsers */
	background: -moz-linear-gradient(top,  #370d50 0%, #4b1d67 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#240835), color-stop(100%,#4b1d67)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #370d50 0%,#4b1d67 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #370d50 0%,#4b1d67 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #370d50 0%,#4b1d67 100%); /* IE10+ */
	background: linear-gradient(top,  #370d50 0%,#4b1d67 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#370d50', endColorstr='#4b1d67',GradientType=0 ); /* IE6-9 */
}

#pageTools button.disabled {
	border: 1px solid #000;
	box-shadow: inset 0px 1px 0px 0px #b5b5b5;
	background: #979797; /* Old browsers */
	background: -moz-linear-gradient(top,  #979797 0%, #5c5c5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#5c5c5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #979797 0%,#5c5c5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #979797 0%,#5c5c5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #979797 0%,#5c5c5c 100%); /* IE10+ */
	background: linear-gradient(top,  #979797 0%,#5c5c5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */
}

#pageTools button div.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	zoom:1;
	vertical-align: top;
	text-indent: -1000px;
	overflow:hidden;

}

#pageTools button.disabled div.icon {
	opacity:0.7;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
/*
@media all and (-webkit-min-device-pixel-ratio : 1.5) {

	#pageTools button {
		font-size: 1em;
		padding-left: 1em;
		padding-right: 1em;
		line-height: 24px;
	}
	
	#pageTools button div.icon {
		width: 24px;
		height: 24px;
	}
}
*/

#pageTools button.ipad {
 font-size: 1em;
 padding-left: 1em;
 padding-right: 1em;
 line-height: 24px;
}

#pageTools button div.icon.ipad {
 width: 24px;
 height: 24px;
}
#header h1 {
	padding: .5em;
	margin: 0;
	float: left;
}

#header p,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

#headerTitle {
	font-size: 1.1em;
	color: #ccc;
	text-shadow: 0px -1px 0px #000;
	font-weight: 700;
	white-space: nowrap;
	line-height: 2.2em;
}

#headerTitle.truncated {
	max-width: 340px;
	overflow : hidden;
	text-overflow: ellipsis;
}

@media all and (-webkit-min-device-pixel-ratio : 1.5) {

	#headerTitle {
		line-height: 2.6em;
	}

}

/* 'widths' sub menu */
#tools {
	line-height: 2em;
	float: right;
	/*border-top:4px solid #000;*/
	margin:0;
	padding: .5em .5em !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	/*padding:0 0 1em 0; was blocking bottom of scroll bar*/
	overflow:hidden;
}

/* Right column settings */
.col1 p, .col1 span, .col1 h1, .col1 h2, .col1 h3, .col1 h4, .col1 h5, .col1 ul, .col1 ul li, .col1 blockquote, .col1 dl, .col1 table, .col1 table.panel {
	font-family: 'Open Sans', sans-serif;
}
.col1 div.noscript-warning {
	font-size:1.1em;
	padding:1em 0;
	border:1px dashed #cb2929;
	display:block;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}
.col1 blockquote {
	width: 30%;
	font-size: 1.1em;
	float: right;
	clear: both;
	padding-left: 1.5em;
	padding-right: 1em;
	padding-top: 1em;
	margin: 1.5em;
	margin-right: 0;
	padding-bottom: 1em;
	text-shadow:0px 1px 0px #fff;
	color: #666;
	background-color: #f2f2f2;
	line-height: 1.6em;
	font-style: italic;
	border-radius : 4px;
}

.col1.nightModeBody blockquote.curlyquote, .col1.nightModeBody blockquote.curlyquote span {
	color : #fff;
	text-shadow:0px -1px 0px #000;
}


/*We don't want linequote to be affected by the night mode styles*/
.col1 blockquote.linequote {
	border-left: 15px solid #ff7e00;
	color : #2c2c2c;
}

.col1 blockquote.linequote span {
	
}

.col1 blockquote.curlyquote {
	padding-left: 3em;
	background: left 50% no-repeat url(../images/template/blockquoteCurlyquoteRed.png);
}
/*
@media all and (-webkit-min-device-pixel-ratio : 1.5) {
	.col1 blockquote.curlyquote {
		-webkit-background-size: 28px 92px;
		background-image: url(../images/template/blockquoteCurlyquoteRed-x2.png);
	}
}
*/

/* Hotspot styling  */
.horizHotspot_container {
	margin: 2em auto;
	display: table;
	max-width: 650px;
	border-collapse: separate;
	border-spacing: 5px;
}
.horizHotspot_image {
	background-repeat: no-repeat;
	position: relative;
	border: #CCC 5px solid;
	padding: 0;
	display: table-cell;
}
.horizHotspot_caption {
	text-align:center;
	vertical-align: middle;
	width: 300px;
	display: table-cell;
}
.horizHotspot_captionText {
	box-sizing: border-box;
	border-radius: 1em; 
	background-color: #f2f2f2; 
	padding: 1em; 
	text-align:center;
	display: table-cell;
}
.horizHotspot_captionText p {
	text-align: left;
}
.horizHotspot_box {
	cursor: pointer;
	position: absolute; 
	background-color: transparent;
}



.accordionHidden {
	color: #2c2c2c;
	border-top: 2px solid #62ab49;
	padding: 0.4em 5em 0.4em 2em;
	background: #fafafa;
	box-shadow: 1px 2px 4px #aaaaaa;
	border-radius: 3px;
	line-height: 1.1em;
}

.activityHiddenAnswer {
	color: #2c2c2c;
	border-top: 2px solid #62ab49;
	padding: 0.4em 5em 0.4em 2em;
	font-style: italic;
	font-size: 1.1em;
	background: #fafafa;
	box-shadow: 1px 2px 4px #aaaaaa;
	border-radius: 3px;
	line-height: 1.1em;
}

.col1 .panel {
	font-size: 1.1em;
	color: #2c2c2c;
	clear: both;
	display: block;
	padding-left: 1.5em;
	padding-top: 1em;
	margin: 2em auto;
	margin-right: 0;
	text-shadow:0px 1px 0px #fff;
	padding-right: 1em;
	border-left: 15px solid #06a7e2;
	border-radius: 4px;
	background-color: #f2f2f2;
	
}

.col1 .panel.center {
	float: none;
	margin: 0 auto;
}

.col1.nightModeBody .panel, .col1.nightModeBody blockquote.linequote, .col1 div.highlight.nightModeBody {
	box-shadow : 0px 0px 10px #000;
}

.col1 .panel.reading, .col1 .panel.example, .col1 .panel.document {
	border-color: #0f70e9;
}
.col1 .panel.video, .col1 .panel.audio {
	border-color: #00c0b9;
}
.col1 .panel.reflect, .col1 .panel.assessment {
	border-color: #06a7e2;
}
.col1 .panel.forum, .col1 .panel.activity, .col1 .panel.scenario {
	border-color: #379acd;
}
.col1 .panel.case-study, .col1 .panel.important, .col1 .panel.safety {
	border-color: #cb2929;
}
.col1 .panel.research, .col1 .panel.self-check, .col1 .panel.green-skills {
	border-color: #ffea00;
}

.col1 .panel thead td img, .col1 .panel .head .row img {
	/*width: 48px;*/
	width:auto;
	margin: 0;
	float: left;
	padding: 0;
	padding-right: .5em;
	background: none;
	/*color: transparent;*/
	border: none;
	box-shadow: none;
	/*height: 48px;*/
}

.col1 .panel thead td, .col1 .panel .head .row {
	text-align: left;
	text-shadow: 0px 1px 0px #fff;
	min-width: 48px;
	font-size: 1.8em;
	color: #666;
	line-height: 48px;
}

.col1 .panel thead td p, .col1 .panel .head .row p {
	float: left;
	line-height: 48px;
	margin: 0;
	padding: 0;
}

.col1 .panel tbody td, .col1 .panel .body .col {
	padding: .5em; 
	padding-top: 0;
}

.col1 .panel tbody td a, .col1 .panel .body .col a {
	color: #0D6ADC;
	
}

.col1 .panel.weblink ul {
	padding-left: 0;
}

/*
.col1 .panel.weblink ul li {
	list-style-type: none;
	background: no-repeat 0 0 url(../images/template/icons/listWeblink.gif);
	padding-left: 32px;
	line-height: 1.4em;
}
@media all and (-webkit-min-device-pixel-ratio : 1.5) {
    	.col1 table.panel.weblink ul li {
		-webkit-background-size: 24px 24px;
		background-image: url(../images/template/icons/listWeblink@2x.gif); 
		padding-left: 32px;
	}
	
}
*/
.col1 div.highlight {
	color: #2c2c2c;
	border-left: 15px solid #FF7E00;
	border-radius : 4px;
	display: block;
	font-size : 1em;
	background-color : #f2f2f2; 
	padding: 1.5em;
	max-width: 100%;
	margin: 2em auto;
}

.col1 div.highlight.half {
	max-width: 50%;
}

.col1 div.highlight.third {
	max-width: 30%;
}

.col1 div.highlight.leftalign {
	margin: 2em 0;
}

.col1 div.highlight p:last-child {
	margin-bottom : 0;
}

.col1 div.highlight p:first-child {
	margin-top : 0;
}

.col1 div.highlight.leftalign {
	margin: 2em 0;
}

.col1 div.highlight ul {
	padding : 0;
	margin: 0;
}

.col1 div.highlight ul li:last-child {
	margin-bottom : 0;
}

.col1 div.bodyAccordion {
	overflow: hidden;
	margin-top : 2em;
	margin-bottom: 2em;
}

.col1 div.bodyAccordion.full {
	clear: both;
	width: 100%;
}

.col1 div.bodyAccordion.half {
	width: 50%;
}

.col1 div.bodyAccordion.third {
	width: 30%;
}

.col1 div.bodyAccordion div.bodyAccordionTrigger {
	/*color: #383838;*/
	padding: 0em; /* original: .5em */
	/*background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	/*background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
/*	border : 1px solid #898989;*/
/*	border-bottom : none;*/
	line-height: 32px;
	height: 32px;
/*	cursor: pointer;*/
	font-weight: 700;
	font-size: 1.5em;
/*	text-shadow:  0px 1px 0px #fff;*/
}

.col1 div.bodyAccordion div.bodyAccordionTrigger span.truncated {
	max-width: 600px;
	white-space: nowrap;
	overflow : hidden;
	text-wrap: nowrap;
	display: block;
	float: left;
	text-overflow: ellipsis;	
}

.col1 div.bodyAccordion div.bodyAccordionTrigger.first {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: none;
}

.col1 div.bodyAccordion div.bodyAccordionTrigger.last {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/*border-bottom: 1px solid #898989*/
}

.col1 div.bodyAccordion div.bodyAccordionTrigger.active {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: 1px solid #898989
}

/*.col1 div.bodyAccordion div.bodyAccordionIndicator {
	transition: transform 500ms ease-in-out;
	transform: rotate3d(0, 0, 0, 90deg);
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-moz-transition: -moz-transform 500ms ease-in-out;
	-moz-transform: rotate3d(0, 0, 0, 90deg);
	background: left center no-repeat transparent url(../images/template/icons/bodyAccordionIndicator@2x.png);
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	float: right;
}*/

.col1 div.bodyAccordion div.bodyAccordionIndicator.active {	
	transition: transform 500ms ease-inout;	
	transform: rotate3d(0, 0, 1, 90deg);
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	-webkit-transform:  rotate3d(0, 0, 1, 90deg);	
	-moz-transition: -moz-transform 500ms ease-in-out;
	-moz-transform:  rotate3d(0, 0, 1, 90deg);
}

.col1 div.bodyAccordion div.bodyAccordionContent {
	padding: 0em; /* original: 1.5em */
}

/*.col1 div.bodyAccordion div.bodyAccordionContent.hidden {
	/*-webkit-transform: scale3d(0,0,0);*/
	/*transform: rotate3d(1,1,0, 60deg);	
	-webkit-transform:  rotate3d(1, 1, 0, 60deg);
	-moz-transform: rotate3d(1,1,0, 60deg);
	overflow : hidden;
	opacity: 0;
	position: absolute;
	height: 0px;
		visibility: hidden;
}*/

.col1 div.bodyAccordion div.bodyAccordionContent.hidden img {
	height: 0px;
}

.col1 div.bodyAccordion div.bodyAccordionContent.visible {
	transition: transform 500ms ease-in-out, opacity 800ms ease-in-out;	
	transform: rotate3d(0, 0, 0, 0);
	-webkit-transition: -webkit-transform 500ms ease-in-out, opacity 800ms ease-in-out;
	-webkit-transform:  rotate3d(0, 0, 0, 0);
	-moz-transition: -moz-transform 500ms ease-in-out, opacity 800ms ease-in-out;
	-moz-transform: rotate3d(0, 0, 0, 0);
	opacity : 1;
	height: 100%;
	visibility: visible;
}

.col1 blockquote span {
	display: block;
	clear: both;
	margin-top: .5em;
	font-style: normal;
	text-align: right;
	font-size: 0.95em;
	color: #000;
}

.col1 p {
	font-size: 1em;
	line-height: 1.5em;
}
.col1 p.copyright {
	font-size:0.857em;
	color:#666;
	text-align:center;
}
.col1.nightModeBody p.copyright {
	color:#fff;
}

.col1 img {
	max-width: 100%;
	padding: .5em;
	background-color: #fff;
	border: 1px solid #a4a4a4;
	margin: 1em;
	box-shadow: 0px 0px 8px 0px #9c9c9c;
	box-shadow: 0px 0px 8px 0px #aaa;
}
.col1 img.noborder, .col1 img.noborder.nightModeBody, .col1 #matchingActivity img.nightModeBody {
	box-shadow: none;
	border: none;
}

.col1 img.nightModeBody {
	box-shadow: 0px 0px 8px 0px #000;
	color:#2c2c2c;
}

.col1 ul li, .col1 ol li {
	line-height: 1.4em;
	margin-bottom: 1em;
}

.col1 ul.ticks, .col1 ul.bullets {
	padding-left: 1.5em;
}

.col1 ul.ticks li {
	background : 0 0.15em no-repeat url(../images/template/icons/listTick.png);
	list-style-type: none;
	padding-left: 1.75em;
}

.col1 ul.bullets li {
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	list-style-type: none;
	padding-left: 1.5em;
}

.col1 ul.bullets.violet li {
	background-image: url(../images/template/icons/listBulletViolet.png);
}

.col1 ul.bullets.green li {
	background-image: url(../images/template/icons/listBulletGreen.png);
}

.col1 ul.bullets.orange li {
	background-image: url(../images/template/icons/listBulletOrange.png);
}
/*
@media all and (-webkit-min-device-pixel-ratio : 1.5) {
	
	.col1 ul.bullets li, .col1 ul.ticks li {
		background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
	}

	.col1 ul.bullets.violet li {
		background : center left no-repeat url(../images/template/icons/listBulletViolet@2x.png);
	}

	.col1 ul.bullets.green li {
		background : center left no-repeat url(../images/template/icons/listBulletGreen@2x.png);
	}

	.col1 ul.bullets.orange li {
		background : center left no-repeat url(../images/template/icons/listBulletOrange@2x.png);

	}

	.col1 ul.ticks li {
		background: 0 0.15em no-repeat url(../images/template/icons/listTick@2x.png);
	}

}
*/

.col1 h1 {
	
}

iframe.video {
	width : 600px;
	height : 380px;
	margin-top: 3em;
	margin-bottom: 3em;
}

#header, .col2 , .col2 h1, #footer, #tabletNav, div.bodyAccordion div.bodyAccordionTrigger {
	font-family: 'Open Sans', sans-serif;
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right: 80%;			/* right column width */
	background-color : #f2f2f2;
	border-right : 1px solid #ccc;
}
.leftmenu .col1 {
	/*background: url(../images/template/body_background2.png);*/
	/*-webkit-box-shadow: inset 2px 2px 0px 20px #222222;*/
	/*box-shadow: inset 2px 2px 20px 0px #222222;*/
	
	width: 80%;			/* right column content width */
	left:100%;			/* 100% plus left column left padding */
	overflow-y: auto;
}

abbr {
	cursor: help; 
	color: #017A75;
	text-decoration: underline; 
	font-weight: bold;
}
.col1.nightModeBody abbr { 
	color: #00B6B0;
}
.col1 table.data {
	margin: 1em auto;
	border-radius: 4px;
	border-spacing : .5em;
}
/* Image captions */

.col1 .img_caption {
	display: inline-block;
	padding: 7px;
	background-color: #fff;
	border: 1px solid #a4a4a4;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	box-shadow: 0px 0px 8px 0px #9c9c9c;
	box-shadow: 0px 0px 8px 0px #aaa;
}

.rounded, .col1 .img_caption.rounded > img {
	border-radius: 4px;
}

.col1 .img_caption.right {
	margin-left: 1.5em;
}

.col1 .img_caption.left {
	margin-right: 1.5em;
}

.col1 .img_caption.center {
	margin: 2em auto;
	display: block;
}

.col1 .img_caption img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.col1 .img_caption span, .img_caption p {
	font-size: 0.8em;
	margin: .5em 0;
}

.col1 .img_caption p {
	text-align: left;
}

.col1 .img_caption p.center {
	text-align: center;
}

.col1 .img_caption p.right {
	text-align: right;
}

.col1 .img_caption span {
	color : #727272;
	display: block;
	font-style: italic;
	text-align: center;
}

.col1 .img_caption span.right {
	text-align: right;
	float: none;
}

.col1 .img_caption span.left {
	text-align: left;
	float: none;
}

.col1 .img_caption.noborder, .img_caption.noborder img {
	border: none;
	padding: 0;
	box-shadow: none;
}
/* Normally we want a top/bottom margin on our table but not when inside an accordion*/
.col1 div.bodyAccordion table.data {
	margin: 0 auto;
}

.col1 table.data td {
	padding: 1em;
	line-height: 1.5em;
	background-color : #f2f2f2;
	border-radius : 4px;
	text-shadow:0px 1px 0px #fff;
	border: 1px solid #ccc;
	color : #2c2c2c;
}
/*
.col1 table.data thead th {
	position: relative;
	top: .5em;
} 
*/
.col1 table.data thead th{
	text-align: left;
}


.col1 table.data thead th {
	color: #fff;
	padding: 1em;
	font-size : 1.1em;
	font-weight: 600;
	border-spacing : 0px;
	border-radius : 4px;
	background-color : #666;
	text-shadow:0px -1px 0px #666;
}

/* Data Table Colour Variations on Header Row */

.col1 table.data.teal thead th {
	background-color : #00c0b9;
	color:#2c2c2c;
	text-shadow:0px -1px 0px #ccc;
}

.col1 table.data.blue thead th {
	background-color : #0F70E9;
}

.col1 table.data.orange thead th {
	background-color : #ff7e00;
	color:#2c2c2c;
	text-shadow:0px -1px 0px #ccc;
}

.col1 table.data.green thead th, .col1 table.data.vertical.green tbody tr td:first-child {
	color: #fff;
	padding: 1em;
	font-size : 1.1em;
	font-weight: 600;
	border-spacing : 0px;
	border-radius : 4px;
	background-color : #666;
	text-shadow:0px -1px 0px #666;
	background: -moz-linear-gradient(top,  #679e32 0%, #4E7827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#679e32), color-stop(100%,#4E7827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #679e32 0%,#4E7827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #679e32 0%,#4E7827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #679e32 0%,#4E7827 100%); /* IE10+ */
	background: linear-gradient(top,  #679e32 0%,#4E7827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#679e32', endColorstr='#4E7827',GradientType=0 ); /* IE6-9 */	
	border: 1px solid #578d23;
}

.col1 table.data thead th.red {
	background: -moz-linear-gradient(top,  #c01515 0%, #9e0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c01515), color-stop(100%,#9e0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c01515 0%,#9e0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c01515 0%,#9e0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c01515 0%,#9e0404 100%); /* IE10+ */
	background: linear-gradient(top,  #c01515 0%,#9e0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01515', endColorstr='#9e0404',GradientType=0 ); /* IE6-9 */	
	border: 1px solid #4d1010;
}

.col1 table.data tr td.blank {
	border: none;
	background-color: transparent;
}

.col1 table.data img {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 90%;
}

.col1 table.data.full {
	width : 100%;
}

.col1 table.data ul {
	padding: 0;

}

#topicNav ul {
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom : 1px solid #fff;
}

#topicNav ul li a {
	text-decoration: none;
	font-weight: 800;
	color: #333;
	padding-left: .5em;
	display: inline-block;
	zoom:1;
	text-shadow:0px 1px 0px #fff;
}

#topicNav div.accordionArrow {
	width: 16px;
	height: 16px;
	display: inline-block;
	zoom:1;
	position: absolute;
	right: 0px;
	margin-top : .7em;
	margin-right: .5em;
	background: 0px 0px no-repeat url(../images/template/accordion_arrow.png);
}

#topicNav div.accordionArrow.active {
	background-position: 0 -16px;
}

#topicNav ul li {
	display: block;
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	line-height: 2.4em;
	cursor: pointer;
	list-style-type: none;
	list-style-position: inside;
	-webkit-box-shadow: inset -1px 0px 0px 0px #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #1d3f4c;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
}

#topicNav ul li ul {
	display: none;
	border: none;
	clear: both;
	background: url(../images/template/nav_background.png);
	background: url(../images/template/nav_background2.png);
	background: url(../images/template/nav_background3.png);
	background: url(../images/template/nav_background5.png);
	background: url(../images/template/nav_background2.png);
	-webkit-box-shadow: inset 5px 0px 15px 0px #000;
	box-shadow: inset 5px 0px 15px 0px #000;
}

#topicNav ul li ul.accordionContent.visible {
	display : block;
}

#topicNav ul li ul li {
	font-size: .75em;
	background: none;
	filter: none;
	-webkit-box-shadow: none;
	border: none;
	border-right: 1px solid #1D3F4C; 
	padding: .5em;
	display: block;

}

#topicNav ul li ul li.active {
	background-color: rgba(15,3,22, 0.45)
}

#topicNav ul li ul li a {
	text-decoration: none;
	text-shadow: 0px 2px 2px #000;
	font-weight: normal;
	color : #fff;
	float: none;
}

#topicNav ul li ul li:hover {
	background-color: rgba(255,255,255, 0.1);
}

#topicNav ul li ul li a:hover {
	text-decoration: underline;

}

#tabletNav.hidden { 
	-webkit-transition: -webkit-transform 500ms;
	-webkit-transform: translate3d(-105%, 0, 0);
}

#tabletNav {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 500ms;
	-webkit-transform: translate3d(0, 0, 0);
}

#tabletNav nav#topicNav ul li ,#tabletNav #tabletTopicContentsWrapper ul li {
	background: #fff;
	border: none;
	border-bottom : 1px solid #dbdbdb;

}

#tabletNav nav#topicNav ul li a, #tabletNav #tabletTopicContentsWrapper ul li a {
	display: block;
	padding: .5em;
	padding-left: .85em;
	font-weight: 600;
	color : #333;
	text-decoration: none;
}

#tabletNav #tabletTopicContentsWrapper ul li a {
	padding : 1em;
}

#tabletNav #tabletTopicContentsWrapper ul  {
	padding: 0;
	margin: 0;
}

#tabletNav #tabletTopicContentsWrapper ul li {
	list-style-type: none;
}

#tabletNav nav#topicNav {
    opacity: 1;
	-webkit-transition: -webkit-transform 500ms, opacity 500ms;
	-webkit-transform: translate3d(0, 0, 0);
}

#tabletNav nav#topicNav.hidden {
    opacity: 0;
	-webkit-transition: -webkit-transform 500ms, opacity 500ms;
	-webkit-transform: translate3d(-100%, 0, 0);
}

#tabletNav div#tabletTopicContentsWrapper {
	opacity: 0;
	-webkit-transition: -webkit-transform 500ms, opacity 500ms;
	-webkit-transform: translate3d(0, 0, 0);
}

#tabletNav div#tabletTopicContentsWrapper.visible {
	opacity: 1;
	-webkit-transition: -webkit-transform 500ms, opacity 500ms;
	-webkit-transform: translate3d(-100%, 0, 0);
}

#tabletNav #tabletTopicContentsWrapper div#tabletBackToTopics {
	display: block;
	font-weight: 800;
	height: 50px;
	color: #333;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
	border-bottom : 1px solid #666;
}

#tabletNav div#tabletBackToTopics div#tabletBackToTopicsButton {
	position: relative;
}

#tabletNav div#tabletBackToTopics span {
}

#tabletNav div#tabletBackToTopics span#tabletBackToTopicsArrow {
	display: block;
	width: 17px;
	margin-left: .5em;
	height: 39px;
	background : 0px 0px transparent no-repeat url(../images/template/icons/backToTopics@2x.png);
	-webkit-background-size: 250px 39px ;
	float: left;
	top: 6px;
	position: absolute;

}

#tabletNav div#tabletBackToTopics span#tabletBackToTopicsText {
	background : right 0px transparent no-repeat url(../images/template/icons/backToTopics@2x.png);
	-webkit-background-size: 250px 39px ;
	text-shadow: 0px -1px 0px #000;
	float: left;
	line-height: 38px;
	padding-right: .85em;
	color: #fff;
	height: 39px;
	position: absolute;
	top: 6px;
	left: 17px;
	margin-left: .5em;
}

#tabletNav div#tabletBackToTopics span#tabletBackToTopicsTopicIndicator {
	display: block;
	color: #666;
	font-size: 1.2em;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 800;
	height: 50px;
	margin-left: 6em;
	line-height: 50px;
}

.col1Content {
	padding: 2em;
	padding-top: 0;
}

.leftmenu .col2 {
	overflow-y: auto;
	width:20%;		/* left column content width (column width minus left and right padding) */
	left:0;			/* (right column left and right padding) plus (left column left padding) */
}

.leftmenu .col1 a {
	color : #FF7E00;
}

/* Footer styles */
#footer {
	clear:both;
	font-size: 0.857em;
	float:left;
	width:100%;
	box-shadow: inset 0px 1px 0px 0px #ccc;
	border-top:1px solid #000;
}

#footer p {
	text-align: center;
	padding: .5em;
	margin:0;
}