@charset "UTF-8";
/* CSS Document */

#tnContent {
	position: relative;
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
	color: #444;
}

#tnContent img {
	vertical-align: bottom;
}

#tnContent h1 {
	margin: 0 0 0.4em 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 110%;
	color: #46236A;
}

#tnContent h2 {
	font-weight: normal;
}

#tnContent p {
	margin: 0.5em 0 0 0;
}

#tnContent ul {
	margin: 0;
	padding: 0;
}

#tnContent a {
	text-decoration: none;
}


/* ---------- GENERAL ---------- */

#jttc-container {
	width: 860px;
	min-height: 540px;
	padding: 30px;
	background-image: url('../images/bg_clouds.jpg');
	background-repeat: no-repeat;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.jttc-toolPage {
	padding-top: 0 !important;
}

.jttc-resourcesPage {
	padding-top: 20px !important;
}

#jttc-header {
	height: 70px;
	text-align: center;
}

.jttc-gradientBar {
	position: relative;
	margin: -6px auto;
	width: 840px;
	height: 24px;
	background-image: url('../images/gradbar.png');
	background-size: 840px 24px;
}

.jttc-viewSwitcher {
	margin-bottom: 5px;
}

.jttc-viewSwitcher:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.jttc-viewSwitcher ul li {
	display: block;
	float: left;
	margin-left: -1px;
	list-style-type: none;
}

.jttc-viewSwitcher ul li a {
	display: table-cell;
	width: 102px;
	height: 34px;
	color: #666;
	text-align: center;
	vertical-align: middle;
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(202,202,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(202,202,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(202,202,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(202,202,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(202,202,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(202,202,202,1) 100%); /* W3C */
	border: 1px solid #292929;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	cursor: hand; 
}

.jttc-viewSwitcher ul li:first-child {
	margin-left: 0;
}

.jttc-viewSwitcher ul li:first-child a {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.jttc-viewSwitcher ul li:last-child a {
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.jttc-viewSwitcher ul li a.jttc-viewActive {
	color: #FFF;
	background: rgb(21,101,190); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(21,101,190,1) 0%, rgba(99,169,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21,101,190,1)), color-stop(100%,rgba(99,169,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(21,101,190,1) 0%,rgba(99,169,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(21,101,190,1) 0%,rgba(99,169,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(21,101,190,1) 0%,rgba(99,169,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(21,101,190,1) 0%,rgba(99,169,252,1) 100%); /* W3C */
}

.jttc-viewSwitcher ul li a.jttc-viewInactive {
}


/* ---------- BUTTONS ---------- */

#jttc-mainMenu a, #jttc-secondaryMenu a, #jttc-resourcesHeader a {
	width: 158px;
}

.jttc-videoButton a {
	width: 98px;
}

#jttc-toolReturnButton a {
	width: 92px;
}

#jttc-mainMenu a, #jttc-secondaryMenu a, .jttc-videoButton a, #jttc-toolReturnButton a, #jttc-resourcesHeader a {
	display: table-cell;
	height: 42px;
	padding: 4px 10px;
	font-size: 15px;
	line-height: 115%;
	vertical-align: middle;
}

#jttc-mainMenu a, #jttc-secondaryMenuLeft a, .jttc-videoButton a, #jttc-toolReturnButton a, #jttc-resourcesHeader a {
	text-align: center;
	color: #666 !important;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	border: 1px solid #292929;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(202,202,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(202,202,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(202,202,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(202,202,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(202,202,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(202,202,202,1) 100%); /* W3C */
	cursor: pointer;
	cursor: hand; 
}

#jttc-mainMenu a:active, #jttc-secondaryMenuLeft a:active, .jttc-videoButton a:active,  #jttc-toolReturnButton a:active, #jttc-resourcesHeader a:active {
	background: rgb(224,224,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(176,176,176,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(176,176,176,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(176,176,176,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(176,176,176,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(176,176,176,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(176,176,176,1) 100%); /* W3C */
}

#jttc-mainMenu a {
	margin-top: 20px;
}


/* ---------- INTRO AND VIDEO ---------- */

#jttc-intro {
	width: 760px;
	margin: 0 auto;
}

#jttc-intro p {
	font-size: 16px;
	line-height: 140%;
}

#jttc-introOpts {
	margin-top: 40px;
}

#jttc-introOpts h1 {
	margin-top: 14px;
	color: #666;
	text-align: left;
}

#jttc-introOpts p {
	text-align: left;
	font-size: 13px;
}

#jttc-introOpts ul {
	margin: 0;
	padding: 0;
}

#jttc-introOpts li {
	float: left;
	width: 360px;
	margin-right: 40px;
	list-style-type: none;
}

#jttc-introOpts li:last-child {
	margin-right: 0;
}

#jttc-introOpts a {
	display: table-cell;
	width: 320px;
	padding: 20px;
	font-size: 13px;
	line-height: 115%;
	text-align: center;
	vertical-align: middle;
	color: #333 !important;
	border: 1px solid #96BDD5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	cursor: pointer;
	cursor: hand; 
}

#jttc-introOpts a:active {
	background: rgb(236,236,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
}

.jttc-videoPopover {
	position: absolute;
	width: 920px;
	min-height: 600px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	visibility: hidden;
}

.jttc-videoPlayer {
	width: 800px;
	margin: 10px auto;
	-moz-box-shadow: 0px 4px 20px #666;
	-webkit-box-shadow: 0px 4px 20px #666;
	box-shadow: 0px 4px 20px #666;
}

.jttc-videoButton {
	margin: 40px 0 0 60px;
}

.jttc-videoPopoverContentPage {
	position: absolute;
	width: 920px;
	min-height: 600px;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	visibility: hidden;
}

.jttc-videoPopoverContentPage .jttc-videoButton {
	margin-top: 20px;
}

.jttc-videoPopoverResource {
	position: fixed;
	top: 60px;
	width: 920px;
	height: 572px;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	visibility: hidden;
}

.jttc-videoPopoverResource .jttc-videoButton {
	margin: 30px 60px 10px 60px;
}


/* ---------- MAIN MENU ---------- */

#jttc-mainMenu {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#jttc-mainMenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.jttc-menuOpts {
}

.jttc-menuOpts ul {
}

.jttc-menuOpts h1 {
	margin-top: 30px !important;
}

.jttc-menuOpts li {
	float: left;
	height: 320px;
	width: 180px;
	padding: 10px;
	list-style-type: none;
}

.jttc-menuOpts li:nth-child(odd) {
	background-image: url('../images/menuoptbg_light.png');
	background-repeat: none;
}

.jttc-menuOpts li:nth-child(even) {
	background-image: url('../images/menuoptbg_dark.png');
	background-repeat: none;
}

.jttc-menuOpts ul li ul {
}

.jttc-menuOpts ul li ul li {
	display: block;
	float: none;
	height: auto;
	padding: 10px 0;
	background-image: none !important;
}

#jttc-secondaryMenu {
	width: 800px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#jttc-secondaryMenu li {
	float: left;
	margin: 0 10px;
	list-style-type: none;
}

#jttc-secondaryMenuLeft {
	float: left;
}

#jttc-secondaryMenuRight {
	float: right;
	font-size: 15px;
}

#jttc-secondaryMenuRight a {
	color: #028294;
}


/* ---------- INTERACTIVE TOOL ---------- */

#jttc-toolTabNav {
}

#jttc-toolMainTabs {
	float: left;
}

#jttc-toolMainTabs ul {
}

#jttc-toolMainTabs h1 {
}

#jttc-toolMainTabs li {
	float: left;
	width: 180px;
	height: 92px;
	list-style-type: none;
	text-align: center;
}

#jttc-toolMainTabs li:nth-child(odd) {
	background-image: url('../images/tabbarbg_light.png');
	background-repeat: none;
}

#jttc-toolMainTabs li:nth-child(even) {
	background-image: url('../images/tabbarbg_dark.png');
	background-repeat: none;
}

#jttc-toolMainTabs a {
	display: table-cell;
	width: 180px;
	height: 92px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 125%;
	color: #7B7793;
}

.jttc-mainTabActive {
	color: #46236A !important;
}

#jttc-toolSubTabs {
}

#jttc-toolReturnButton {
	float: right;
	margin-top: 20px;
}

#jttc-toolSubTabs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#jttc-toolSubTabs ul {
	margin: 0; padding: 0;
}

#jttc-toolSubTabs li {
	float: left;
	list-style-type: none;
}

#jttc-toolSubTabs a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 46px;
	color: #999;
	font-size: 18px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	cursor: pointer;
	cursor: hand;
}

#jttc-toolSubTabs a:active {
	background: rgb(245,245,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
}

.jttc-subTabLeft {
	width: 429px;
	border-right: 1px solid #C7C7C7;
	-webkit-border-radius: 12px 0 0 0;
	-moz-border-radius: 12px 0 0 0;
	border-radius: 12px 0 0 0;
}

.jttc-subTabRight {
	width: 430px;
	-webkit-border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0;
}

#jttc-toolSubTabs .jttc-subTabActive {
	background: #FFF !important;
	color: #189FDB !important;
}

#jttc-toolMainContent {
	width: 860px;
	min-height: 432px;
	background-color: #FFF;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

#jttc-toolSidePhoto {
	float: left;
	width: 280px;
	height: 432px;
	overflow: hidden;
	-webkit-border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
}

#jttc-toolInfoArea {
	float: left;
	width: 320px;
	padding: 20px;
}

#jttc-toolCopy {
	height: 240px;
}

#jttc-toolBenefits {
	position: relative;
	padding-top: 12px;
	border-top: 1px solid #C2C2C2;
}

#jttc-benefitsCopy1 {
	position: absolute;
	top: 74px;
}

#jttc-benefitsCopy2 {
	visibility: hidden;
	position: absolute;
	top: 74px;
}

#jttc-benefitsCopy3 {
	visibility: hidden;
	position: absolute;
	top: 74px;
}

#jttc-toolSidebar {
	float: right;
	width: 180px;
	padding: 20px 20px 20px 0;
	font-size: 13px;
	line-height: 125%;
}

#jttc-toolSidebar ul {
}

#jttc-toolSidebar li, .jttc-resourcesColumn li {
	position: relative;
	list-style-type: none;
	border-top: 1px solid #C2C2C2;
}

#jttc-toolSidebar li:last-child, .jttc-resourcesColumn li:last-child {
	border-bottom: 1px solid #C2C2C2;
}

#jttc-toolSidebar a, .jttc-resourcesColumn li a {
	display: block;
	padding: 8px 30px 8px 0;
	color: #028294;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: right center;
}

#jttc-toolSidebar li a:after, .jttc-resourcesColumn li a:after {
	content: " " url('../images/new_window.gif');
}

.jttc-selfTargetLink {
}

.jttc-selfTargetLink:after {
	content: none !important;
}

#jttc-toolBenefits h1, #jttc-toolSidebar h1 {
	color: #189FDB !important;
	font-size: 18px !important;
}


/* ---------- RESOURCES ---------- */

#jttc-resourcesHeader {
	margin-bottom: 20px;
}

#jttc-resourcesHeader:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#jttc-resourcesHeader h1 {
	margin: 9px 0 0 0;
	font-size: 32px;
	float: left;
}

.jttc-menuButton {
	float: right;
}

#jttc-resourcesContainer {
	padding: 30px;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#jttc-resourcesContainer h2 a, #jttc-resourcesContainer h3 a {
	color: #333;
}

#jttc-resourcesContainer h2 {
	font-size: 22px;
	margin: 3.0em 0 0 0;
}

#jttc-resourcesContainer h2:first-child {
	margin-top: 0;
}

#jttc-resourcesContainer h3 {
	margin: 1.5em 0 0.5em 0;
}

#jttc-resourcesContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#jttc-resourcesContainer .jttc-gradientBar {
	margin-left: -20px;
}

.jttc-resourcesColumn {
	width: 380px;
	float: left;
}

.jttc-columnLeft {
	margin-right: 40px;
}

#jttc-resourcesFooter:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.jttc-doctypePDF {
	background-image: url('../images/icon_doctype_pdf.jpg');
}

.jttc-doctypeVideo {
	background-image: url('../images/icon_doctype_video.jpg');
}

.jttc-doctypeTool {
	background-image: url('../images/icon_doctype_tool.jpg');
}


