
a:link, a:visited
{
    color: #6D150F;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #565447;
    text-decoration: underline;
}

* { margin: 0; padding: 0; }

body {
	background-color: #5a5b51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1, h2
{
	font-family: Times New Roman;
	padding-top: 0px;
}

h2.plain
{
	font-family: Arial, Helvetica, sans-serif;
}

hr
{
	border: 0;
	background-color: #ABAF97;
	height: 1px;
	color: #000;
	margin: 8px 0px;
}

#header {
	background-image: url( ../../../img/knights/header/background.png );
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 1020px;
	height: 308px;
}

#logo {
	padding-top: 90px;
	margin-left: 100px;
}

#page-wrapper-1 {
	background-image: url( ../../../img/knights/background/repeat-color-independent.png );
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #c9ceb2; /* #c9ceb2 php inherited */
}

#page-wrapper-2 {
	background-image: url( ../../../img/knights/background/main-color-independent.png );
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#page-wrapper-3 {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

#content-wrapper-1 {
	background-image: url( ../../../img/knights/background/triangle.png );
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 36px;
}

#content-wrapper-2 {
	background-image: url( ../../../img/knights/background/content-bg.png );
	background-position: right;
	background-repeat: repeat-y;
	margin-left: 11px;
	width: 926px;
	background-color: #6d150f; /* php inherited */
}

#content-wrapper-3 {
	background-image: url( ../../../img/knights/background/nav-gradient.png );
	background-position: top;
	background-repeat: repeat-x;
}

#top-nav {
	background-image: url( ../../../img/knights/background/top-nav-bg.png );
	width: 727px;
	height: 29px;
	float: right;
	margin-right: -12px;
}

#top-nav-links {
	float: right;
	padding-right: 30px;
	padding-top: 2px;
}

#top-nav-links a {
	font-variant: small-caps;
	text-decoration: none;
	margin: 5px 6px 0px 6px;
	padding: 0px 6px 0px 6px;
	float: left;
	color: #5a5857;
}

#top-nav-links a.flir-replaced {
	margin-top: 10px;
	float: left;
}

#top-nav-links div.divider {
	background-image: url( ../../../img/knights/nav/divider.jpg );
	background-repeat: no-repeat;
	background-position: center;
	height: 26px;
	width: 2px;
	margin-top: 2px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	float: left;
	overflow: visible;
}

#left-nav {
	margin-top: 28px;
	margin-bottom: 48px;
	width: 240px;
	float: left;
}

#left-nav li {
	margin-left: -9px;
	min-height: 43px;
	width: 234px;
	color: #ffffff;
	font-size: 16px;
	clear: both;
}

#left-nav li a {
	float: left;
	margin-top: 5px;
	margin-left: 25px;
}

#left-nav li a.flir-replaced {
	float: left;
	margin-top: 13px;
	margin-left: 20px;
}

#left-nav a
{
	color: #FFF;
}

#left-nav li:hover {
	background-image: url( ../../../img/knights/nav/hover.png );
	background-position: top left;
	background-repeat: no-repeat;
}


#top-nav a
{
	color: #000;
}
li.active
{
	background-image: url( ../../../img/knights/nav/hover.png );
	background-position: top left;
	background-repeat: no-repeat;
}

a.active, .submenu
{
	margin-bottom: 8px;
}

#left-nav li ul {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

#left-nav li li:hover {
	background-image: none;
}

#left-nav li li {
	margin-left: 10px;
	padding: 0px;
	min-height: 20px;
}

#left-nav a {
	text-decoration: none;
}

#left-nav li li.sub-active a {
	font-weight: bold;
}

#left-nav li .submenu
{
	font-family: "Times New Roman";
	font-size: 12px;
	display: none;	
}

#left-nav li.active .submenu
{
	display: block;
}

#left-nav ul li
{
	list-style: none;
	vertical-align: middle;
}

#content {
	background-image: url( ../../../img/knights/background/content-top.jpg );
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	width: 653px;
	padding: 15px 15px 0px 15px;
	margin-right: 2px;
	color: #565447;
}

#content ol, #content ul
{
	margin-left: 2em;
}

#content li
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.section
{
	margin-top: 24px;
	padding-left: 18px;
	margin-right: 16px;
}

.with-border
{
	border: 1px solid #c6c7b5;
	padding: 16px;
	line-height: 1.5em;
}

.banner
{
	padding: 0px;
	margin-top: 24px;
}

#content h1 {
	color: #900;
	font-size: 24px;
	padding-bottom: 10px;
}

#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.section
{
	height: 100%;
}

.one-half
{
	width: 300px;
}

.two-thirds
{
	width: 370px;
}

.one-third {
	width: 185px;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

#footer-container {
	background-image: url( ../../../img/knights/background/footer-hr.jpg );
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
}

#footer-menu {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 8px;
}

#footer-menu li {
	text-align: center;
	float: left;
	width: 199px;
}

#footer-menu a {
	color: #ffffff;
}

img#footer-body-bottom {
	background-color: #6d150f; /* #6d150f php inherited */
}

.clear {
	clear: both;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}


/* ----- Forms ----- */

fieldset
{
	margin: 7px 0;
}

textarea
{
	margin-left: 3%;
	width: 92%;
	height: 250px;
}

form legend
{
	color: #525355;
	font-size: 24px;
	font-weight: normal;
}

form .element label, form .group { clear: both; }

form .group label { font-weight: bold; }
form .group_elements label { clear: none; font-weight: normal; }
form .group .group_elements .element label { padding: 0; }

label { padding-top: 2px; }

input.submit { margin-top: 15px; padding: 3px 5px; }
input.button { margin-top: 15px; padding: 3px 5px; }

textarea { margin-top: 10px; padding: 5px; }

input.text, input.password { padding: 3px 5px; }
input.radio { border: none; }
input.checkbox { padding: 10px; font-size: 14px; }

input.text:hover, input[type='password']:hover, textarea:hover { border-color: #999999; }
input.text:focus, input[type='password']:focus, textarea:focus { outline: 2px solid #e4e4e4; border-color: #888888; }

input.text, input.password, textarea { border: 1px solid #ccc; }

#content form p.info
{
	margin: 0 0 15px 215px;
	width: 250px;
	font-size: 10px;
	color: #666;
}

#content form p.error
{
	margin-left: 215px;
}

#agreement .agreement
{
	border: 2px solid #DDDDDD;
	padding: 15px;
}

#agreement #the_terms
{
	text-align: center;
	border: 1px solid transparent;
}

#agreement #the_terms.valid
{
 	background-color: #def2d7;
	border: 1px solid #117711;
	color: #117711;
}

#agreement #the_terms.invalid
{
	background-color: #ffe3e3;
	border: 1px solid #cc2200;
	color: #cc2200;
}

#agreement label
{
	float: none;
	padding: 4px;
}

#agreement label em
{
	white-space: nowrap;
}

#agreement .checkbox
{
	float: none;
	margin-top: 6px;
}
#warp-checkbox label
{
	float: none;
	padding: 8px;
}

#warp-checkbox label em
{
	white-space: nowrap;
}

#warp-checkbox .checkbox
{
	float: none;
	margin-top: 6px;
}

#organization_form input.text
{
	width: 50%;
}

#review_and_continue label,input
{
	float: none;
}

#data_tbl, #message_tbl
{
	margin: 18px auto;
}

/* ----- Small Button ----- */

.small-button
{
	margin: 15px 0;
	padding-right: 9px;
	height: 52px;
	background: url(../../../img/background/small-button-1.png) right -53px no-repeat;
}

.small-button a
{
	display: block;
	padding: 11px 20px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	color: #eaf4f6;
	background: url(../../../img/background/small-button-1.png) no-repeat;
	text-shadow: 1px 1px 2px #123942;
}

.small-button a:hover { color: #b7e0e8; }

/* ----- Big Button ----- */

.big-button
{
	margin: 15px 0;
	padding-right: 9px;
	height: 82px;
	background: url(../../../img/background/big-button-1.png) right -83px no-repeat;
}

.big-button a
{
	display: block;
	padding: 23px 0;
	height: 36px;
	font-size: 24px;
	text-align: center;
	color: #eaf4f6;
	background: url(../../../img/background/big-button-1.png) no-repeat;
	text-shadow: 1px 1px 2px #123942;
}

.big-button a:hover { color: #b7e0e8; }

/* ----- Downloads List ----- */

#index-downloads #downloads ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#index-downloads #downloads ul li
{
	float: left;
	margin: 0 10px 10px 0;
	padding: 2.5%;
	width: 41%;
	border: 1px dotted #cecece;
}

.page-commands
{
	text-align: center;
}

.sup
{
	position: relative;
	bottom: 0.7em;
	font-size: 12px;	
}

/* ----- Highlight Styles ----- */
.heading
{
	border: 1px solid #e4e3c5;
	background-color: #e6e5c6;
	padding: .5em;
	font-weight: bold;
	margin-top: 24px;
}

#about-us .clear
{
	height: 0px;
}

.lesson-comment
{
	margin: 12px 0px;
}

.lesson-comment-data
{
	margin: 12px 0px;
}

.lesson-comment-time
{
	margin: 12px 0px;
	font-style: italic;
	font-size: 10px;
}

.lesson-comment-commands
{
	margin-left: 8px;
	font-size: 10px;
}


/* Page Messages */

.page_message
{
	margin: 20px 16px;
	padding: 7px 25px 7px 40px;
}

.success
{
 	background: #def2d7 url(../../../img/success-1.png) 10px center no-repeat;
	border: 1px solid #117711;
	color: #117711;
	text-align: center;
	margin-bottom: 10px;
}

.error
{
	background: #ffe3e3 url(../../../img/error-1.png) 10px center no-repeat;
	border: 1px solid #cc2200;
	color: #cc2200;
	text-align: center;
	margin-bottom: 10px;
}

.warning
{
	background: #ffff99 url(../../../img/warning-1.png) 10px center no-repeat;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}


@media screen {

	.hide-on-screen { display: none; }

	#agreement .agreement
	{
		height: 100px;
		overflow: auto;
	}
	
}

@media print {

	/* Hide some things */
	#header { display: none; }
	#top-nav { display: none; }
	#left-nav { display: none; }
	#footer-container { display: none; }
	#receipt-button { display: none; }
	.hide-on-print, .protected-by, .page-commands { display: none; }
	
	/* Show some things */
	#receipt-logo { float: right; display: block; }
	
	#content { width: 98%; font-size: 1.5em; }
	
}


/* Products */

.product
{
	border-top: 1px solid #60878e;
	border-bottom: 1px solid #60878e;
	padding: 8px;
	margin-bottom: 8px;
}

.product-amount
{
	border-bottom: 1px solid #60878e;
	padding: 0px 8px 8px 8px;
	margin-bottom: 8px;
}

.product-selection
{
	float: left;
}

.product-image
{
	float: left;
	padding-right: 12px;
}

.product-name
{
	float: left;
	font-weight: bold;
}

.product-description
{
	padding-top: 12px;
}

.product-price
{
	text-align: right;
}


tr.stripe
{
	background-color: #EDEDED;
}

table.product-price-ledger tr.break td
{
	border-top: 1px solid #60878e;
}

table.product-price-ledger
{
	width: 100%;
}

table.product-price-ledger th
{
	padding: 8px 16px 8px 16px;
	white-space: nowrap;
	border-bottom: 1px solid #60878e;
}

table.receipt-address
{
	width: inherit;
	border: none;
	margin: 0px auto;	
}
table.receipt-address td
{
	border: none;
}

.title-main {
	height: 290px;
	border: 1px solid #c6c7b5;
	background-color: #e6e5c6;
}

.title-welcome {
	height: 58px;
	background: url( '../../../img/background/welcome-1.png' );
}

.title-welcome-row {
	padding: 18px 0px 0px 32px;
	line-height: 24px;
}

.title-image img {
	border-left: 1px solid #c6c7b5;
}

.title-text {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 24px;
}

.tour-button-row
{
	padding: 14px 224px 12px 32px;
}

.tour-button-row h2
{
	color: #586472;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

.tour-testimonial-box
{
	float: right;
	width: 40%;
	padding: 0px 0px 12px 24px;
	color: #6d150f;
	font-size: 11px;
}

.welcome-index h2
{
	font-family: inherit;
	font-style: italic;
}

.tour-button {
	text-align: right;
	margin-top: 16px;
	cursor: pointer;
}

.grey-button-inner {
	cursor: pointer;
}

.red-button-inner {
	cursor: pointer;
}

.quest-video-row {
	width: 280px;
	height: 200px;
}

.quest-button-row {
	float: right;
	width: 300px;
	height: 200px;
	border: 1px solid #c6c7b5;
	background: #e6e5c6
		url( '../../../img/background/start_your_quest-1.jpg' );
}

.quest-button-content {
	padding: 24px;
}

.quest-button {
	margin-top: 8px;
	cursor: pointer;
}

.program-summary {
	border: 1px solid #c6c7b5;
	background: #e3e6d1 url( '/img/background/program_summary-1.jpg' )
		no-repeat bottom left;
}

.lesson-trails-index {
	border: 1px solid #c6c7b5;
	width: 416px;
}

.lesson-trails-header {
	height: 18px;
	background-color: #DFDFDF;
	font-weight: bold;
	padding: 12px;
}

.lesson-trails-inner {
	height: 468px;
	overflow: scroll;
}

.lesson-trails-inner table { width: 399px; border-right: none; }
.lesson-trails-inner td { padding: 6px 4px 6px 16px; }
.lesson-trails-inner td.week { padding-left: 6px; text-align: right; }
.lesson-trails-inner td.name { border-right: none; }
.lesson-trails-inner tr { background-color: #F5F5F5; }
.lesson-trails-inner tr:nth-child(even) { background-color: #EDEDED; }

.program-summary-inner {
	padding: 18px;
}

.program-summary-inner h3
{
	text-align: center;
	font-size: 17px;
}

#download_button_message
{
	margin: 8px 4px;
	min-height: 78px;
	text-align: center;
	font-size: 10px;
}

.download-input {
	width: 100%;
	color: #565447;
	font-style: italic;
}

.download-button-inner {
	text-align: center;
}

.download-button div {
	border: 3px solid #FFF;
	padding: 8px;
	color: #FFF;
	font-weight: bold;
	background: url( '../../../img/background/tour-button-1.png' );
	cursor: pointer;
}

.welcome-index {
	width: 380px;
	border: 1px solid #c6c7b5;
	padding: 18px;
}

.welcome-button div {
	border: 3px solid #FFF;
	width: 95px;
	margin: 65px auto;
	padding: 7px 30px;
	color: #FFF;
	font-weight: bold;
	background: url( '../../../img/background/quest-button-1.png' );
	cursor: pointer;
}

.red
{
	color: #6D150F;
}

.price
{
	color: #4f6228;
	font-weight: bold;
	font-style: italic;
}

.program-summary-quote {
	border: 1px solid transparent;
	padding: 18px;
	color: #6D150F;
	min-height: 220px;
}

.quote
{
	font-size: 1.2em;
}

.signature
{
	font-size: 1.2em;
	margin-top: 8px;
	font-style: italic;
}

.contact-us-box
{
	margin: 62px 32px 0px 24px;
	text-align: center;
	color: #FFF;
	padding: 16px 2px 16px 2px;	
	background: url( '../../../img/background/contact-box.jpg' );	
}

.contact-us-box-email
{
	margin-top: 8px;
	font-size: 9px;
}
/* ----- Table ----- */

table {
	border: 1px solid #cecece;
	width: 100%;
}

td
{
	text-align: left;
	vertical-align: middle;
	padding: 12px;
	border-right: 1px dotted #cecece;
	border-bottom: 1px solid #ddd;
}

td:last-child { border-right: 0; }
tr:last-child td { border-bottom: 0; }

.headtable
{
	background: #dddddd;
	text-align: left;
}

.session
{
	background: #ededed;
	text-align: center;
}

.course
{
	width: 60%;
}

#orders th { border-bottom: 1px dotted #cecece; }
#orders tr { background-color: #F5F5F5; }
#orders tr:nth-child(even) { background-color: #EDEDED; }
#orders thead th { padding: 8px; }
#orders thead tr:hover { background-color: #F5F5F5; }
#orders tr:hover { background-color: #FFF; }


