html {
	overflow-y: scroll
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #ee962d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ee962d;
	margin-top: 10px;
	margin-bottom: 4pt
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #ee962d;
	margin-top: 8pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ee962d;
	margin-bottom: 2pt
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #ee962d;
	margin-top: 8pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	margin-bottom: 2pt
}

h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #ee962d;
	margin-top: 8pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	margin-bottom: 2pt
}

.outer_frame {
	background: #fff !important
}

	.outer_frame .gray_box {
		margin-top: 10px;
		background-color: #eee;
		border: thin #aaa solid;
		border-radius: 5px
	}

.box_onethird_right p {
	font-size: 15px
}

.outer_frame .box_onehalf p {
	font-size: 15px;
	line-height: 110%;
	letter-spacing: .2px
}

.outer_frame .box_onethird {
	min-height: 120px
}

@media (max-width:700px) {
	.outer_frame .box_onethird {
		min-height: 0 !important
	}
}

.box_onethird .box_onethird_icon {
	float: left;
	width: 18%;
	margin-right: 3%;
	padding: 3px
}

.box_onethird p {
	font-size: 15px
}

.text_video {
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0
}

.text_quote {
	margin-top: 15px;
	text-align: center;
	font-size: 150%;
	font-style: italic;
	color: #6b6b6b
}

.box_subhead_large {
	margin-bottom: 0;
	color: #ee962d;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px
}

	.box_subhead_large a {
		text-decoration: none;
		color: #ee962d
	}

		.box_subhead_large a:hover {
			text-decoration: underline
		}

.box_subhead_medium {
	margin-bottom: 0;
	color: #6b6b6b;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 700
}

	.box_subhead_medium a:hover {
		text-decoration: underline
	}

.box_subhead_small {
	margin-bottom: 0;
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 700
}

.textReportSmall {
	font-size: .7em
}

.textSmall {
	font-size: .9em
}

.text10 {
	font-size: 10pt
}

.imageCenterPadded {
	display: block;
	margin: 1em auto
}

.imageFrame {
	background-color: #fff;
	border: thin;
	border-style: solid;
	border-color: #aaa;
	border-radius: 15px;
	padding: 5px
}

.videoIcon {
    height: 12px;
    width: 14px;
}

header {
	width: 100%;
	height: 80px;
	background: #888
}

@media (max-width:700px) {
	header nav ul li a {
		display: block;
		width: 100%;
		padding: 20px 0
	}

		header nav ul li a:active {
			display: block;
			width: 100%;
			padding: 20px 0;
			background: #2c2c2c
		}
}

header .logo {
	float: none;
	margin-left: 20px
}

@media (max-width:500px) {
	header .logo {
		margin-left: 0
	}
}

@media (max-width:300px) {
	header .logo {
		display: none
	}
}

header .version {
	float: right;
	margin-right: 50px;
	margin-top: 10px;
	position: relative;
	z-index: 100
}

@media (max-width:840px) {
	header .version {
		display: none
	}
}

header .menu_icon {
	width: 35px;
	height: 35px;
	background: url(../images/menu_icon.png) no-repeat;
	float: right;
	margin-top: 23px;
	display: none
}

@media (max-width:700px) {
	header .menu_icon {
		display: block
	}
}

@media (max-width:700px) {
	header nav.show_menu {
		display: block
	}
}

header nav {
	overflow: hidden;
	display: inline-block;
	margin: 20px 0 0 20px;
	padding: 13px 0;
	border-left: 1px #404040 solid;
	z-index: 9999;
	vertical-align: top
}

@media (max-width:700px) {
	header nav {
		background: #353434;
		margin: -10px 0 0 0;
		padding: 0;
		border-left: 0;
		border-top: 1px #2c2c2c solid;
		overflow: hidden;
		text-align: center;
		position: relative;
		z-index: 9999;
		display: none
	}

	header nav {
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-bottom-left-radius: 2px;
		-o-border-bottom-left-radius: 2px;
		-border-bottom-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-bottom-right-radius: 2px;
		-o-border-bottom-right-radius: 2px;
		-border-bottom-left-radius: 2px
	}
}

header nav ul {
	list-style: none
}

	header nav ul li {
		float: left;
		margin-left: 25px;
		font-size: 20px;
		font-family: Arial,Helvetica,sans-serif;
		letter-spacing: 1px
	}

@media (max-width:700px) {
	header nav ul li {
		margin: 0;
		width: 100%;
		border-bottom: 1px #2c2c2c solid
	}
}

@media (max-width:700px) {
	header nav ul li:last-child {
		border-bottom: 0
	}
}

header a {
	text-decoration: none;
	color: #fff
}

	header a:link {
		text-decoration: none;
		color: #fff
	}

	header a:visited {
		text-decoration: none;
		color: #fff
	}

header nav ul li a {
	text-decoration: none;
	color: #15c
}

	header nav ul li a:hover {
		color: #15c
	}

.oneRow {
	overflow: hidden
}

p.bigText {
	color: #6b6b6b;
	font-size: 30px;
	line-height: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px
}

	p.bigText a {
		text-decoration: none;
		color: #6b6b6b
	}

		p.bigText a:hover {
			text-decoration: underline
		}

footer {
	padding: 5px 0;
	border-top: 1px #dedede solid;
	color: #222;
	background: #f0f0f0;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

	footer .copyright {
		font-size: 8pt
	}

.background_a {
	width: 100%
}

a .box_onethird a, header nav ul li a {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear
}

.buttonBuy {
	margin-bottom: 5px
}

.buttonLearn {
	margin-bottom: 10px
}

.buttonPrevious {
	margin-right: 5px;
	margin-bottom: 10px
}

@media (max-width:310px) {
	.buttonPrevious {
		display: none
	}
}

.buttonNext {
	margin-left: 5px;
	margin-bottom: 10px
}

@media (max-width:310px) {
	.buttonNext {
		display: none
	}
}

.styleAddBottomSpace {
	margin-bottom: 400px
}

.Instructions {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px
}

	.Instructions ul {
		margin-left: 30px
	}

	.Instructions ol {
		color: #222;
		margin-top: 10px;
		margin-left: 33px;
		list-style-type: upper-alpha
	}

	.Instructions p {
		margin-top: 10px;
		font-size: 14px;
		line-height: normal;
		color: #222
	}

	.Instructions .instrHeadingBig {
		display: table;
		color: #ee962d;
		font-weight: 700;
		table-layout: fixed;
		width: 100%;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #ee962d
	}

		.Instructions .instrHeadingBig .instrNumberBig {
			display: table-cell;
			font-size: 32px;
			padding-top: 10px;
			width: 40px
		}

		.Instructions .instrHeadingBig .instrTextBig {
			display: table-cell;
			font-size: 20px
		}

	.Instructions .instrHeadingSmall {
		display: table;
		table-layout: fixed;
		width: 100%
	}

		.Instructions .instrHeadingSmall .instrNumberSmall {
			display: table-cell;
			color: #ee962d;
			font-size: 14px;
			font-weight: 700;
			padding-right: 5px;
			padding-top: 10px;
			text-align: right;
			width: 20px
		}

		.Instructions .instrHeadingSmall .instrTextSmall {
			display: table-cell;
			font-size: 14px;
			color: #222
		}

.noJavascript {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: red;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	text-align: center
}

.missingJquery {
	display: block;
	font-size: 12pt;
	text-align: center
}

.tempMessage {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: #ddd;
	color: #f33;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-align: center
}

	.tempMessage a {
		text-decoration: none;
		color: #f33
	}

		.tempMessage a:link {
			text-decoration: none;
			color: #f33
		}

		.tempMessage a:visited {
			text-decoration: none;
			color: #f33
		}

		.tempMessage a:hover {
			color: red;
			text-decoration: underline
		}

@media (max-width:300px) {
	.tempMessage {
		display: none
	}
}

#pup {
	position: absolute;
	z-index: 1000;
	padding: 7px;
	margin-left: 10px;
	margin-top: 5px;
	width: 250px;
	border: 1px solid #ee962d;
	background-color: #b88069;
	color: #fff;
	font-size: .95em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px
}

.sampleImageBox {
	float: left;
	padding-right: 5px
}

.sampleViewButton {
	float: left;
	margin-left: 3px
}

.sampleDownloadButton {
	float: right;
	margin-right: 2px
}

.sampleTitle {
	font-size: 18px !important;
	font-weight: 700 !important;
	text-align: left
}

ul {
	margin-left: 20px
}

.bulletsArrowSimple ul {
	list-style-type: none;
	color: #222;
	display: block;
	margin-left: 26px
}

.bulletsArrowSimple li span {
	font-size: 15px;
	line-height: 15px;
	margin-left: 4px
}

.bulletsArrowSimple li {
	list-style-position: inside;
	font-size: 12px;
	text-indent: -16px
}

	.bulletsArrowSimple li:before {
		content: "\25BA";
		color: #666
	}

.numberedListSimple {
	padding: 20px
}

.styleMenuCommands {
	font-style: italic
}

.vertical-scroll-container {
	cursor: grab;
	overflow: auto
}

.vertical-gear-scroll-wrapper {
	border: 1px solid #d3d3d3;
	cursor: grab;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 auto;
	max-height: 620px;
	max-width: 225px;
	text-align: center
}

	.vertical-gear-scroll-wrapper .gear-item {
		display: inline-block;
		margin: 0 auto
	}

		.vertical-gear-scroll-wrapper .gear-item img {
			max-width: 200px
		}

		.vertical-gear-scroll-wrapper .gear-item p {
			font-size: 12px;
			margin-left: 15px;
			margin-bottom: 0;
			padding: 0;
			text-align: center
		}
