
* {margin: 0; padding:0}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	/*background:#2e2d2d;*/
	color:#555555;
	background: #2e2d2d;
	-webkit-text-size-adjust: none;
}

body{
	min-width:1080px;
/*	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;*/
}
#tinymce.mceContentBody {
	min-width: 0;
}

.maint-msg {
	position:fixed;
	top:0;
	width:100%;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:red;
	background-color:beige;
	opacity:.75;
	z-index:1000000;
}

h1{
    margin-bottom:10px;
	letter-spacing: -0.08em;
	font-size: 28px;
	line-height:34px;
	font-weight: normal;
	}

h2{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 27px;
	letter-spacing: -0.04em;
	}

h3{
    font-size: 17px;
    line-height: 20px;
    margin:5px 0;
	}

h4{font-size:14px;}

h5{font-size:12px}

h4, h5{
	line-height:20px;
	marign:0 0 5px 0;
	}

p 	{margin: 0 0 10px 0;}
img {border:none;}
li 	{line-height:20px;}

ol, ul {
	list-style-position: outside;
    margin:10px 15px;
	}

a{ color:#6D9133; text-decoration: underline; }
/*a:link,  a:visited {color: #; text-decoration: none;}     *//* unvisited link */
a:active, a:hover {color: #FE6D03; text-decoration: underline;}   /* selected link  green: 648038*/
li.active a {
    color:#FE6D03;
    font-weight:bold;
    text-decoration:underline;
}
li.active a:hover{
    text-decoration:underline;
}

.col1 {width: 70px;}
.col2 {width: 160px;}
.col3 {width: 250px;}
.col4 {width: 340px;}
.col5 {width: 430px;}
.col6 {width: 520px}
.col7 {width: 610px;}
.col8 {width: 700px;}
.col9 {width: 790px}
.col10 {width: 880px;}
.col11 {width: 970px;}
.col12 {width: 1060px;}


/***************************
	W R A P P E R
***************************/
.wrapper{
    width:1080px;
    margin:0 auto;
	}

.content, #area{
	padding:20px 0 30px 0;
	background:#fff;
}

.subSection{
	/*background: url(../images/gray-bkg.jpg) repeat-x top;*/
	background:#eee;
	padding:35px 0;
	border-top: 1px solid #d7d4d4;
	/*border-top: 1px solid #eee*/
	}

/* G L O B A L  Elements*/

 .clear{clear:both;}

 .left{float:left;}
 .right{float:right;}
 .center{
	display:block;
	margin:0 auto;
	text-align:center;
	}
.block {display:block}
.inline {display: inline}
.inline-block{ display:inline-block}
.no-disc {list-style:none !important; margin:10px 0}
.relative {position: relative;}
.no-disc li {
	list-style-type: none !important;
}

.pad{padding:20px;}
.mar{ margin:10px;}
.no-mar-left{ margin-left:0}
.no-mar {margin: 0!important;}

.hr{
	margin:20px 0;
	border:none;
	border-bottom: 1px solid #ccc;
	height:2px;
}

/**************************
		F O N T S
**************************/

.header{
	background:#2e2d2d;
}

.headline{
    /*font-size: 25px;*/
    line-height: 18px;
	text-shadow: 0 1px 1px #fff;
	color: #fe6d03;
	font-weight: normal;
	}

.subheadline {
	/*color: #0058a8;*/
	color:#78a532;
	/*font-size: 18px;*/
	font-weight: bold;
	margin: 15px 0;
	}

.title, .green-txt {color:#78a532;}

.smalltxt {
	font-size:11px;
	line-height:14px;
	}

.bigtxt 	{font-size:18px}
.imp 		{color: #fe6d03;}
.pinkTxt	{color:#963362; text-decoration: underline; font-size:12px; line-height:25px;}
.blueTxt	{color:#047698}
.font12 	{font-size: 12px;}

/****** HEADER  ******/
.header{
	/*background:#353434;*/
	padding-top:10px;
	position:relative;
	height:100px;
	}

#logo { /*tests/review.php and test.php*/
	width:200px;
}

.logo-icon {
	width: 280px;
	position:absolute;
	top:2px;
	left:396px;
}


/*** login ***/
#login{
	float:right;
	text-align:right;
	color:#999;
	margin:0;
}

.login-links a{
	color:#fff;
	 font-size:10px;
	 text-decoration: none;
	 display:inline-block;
	 margin:8px 2px;
}

.login-links a:hover{ text-decoration: underline}
#login .input{ width:100px}
#login .email-input { width:150px}
.logout{ text-decoration: underline; font-weight:normal; color:#FE6D03}

.mediaIcons{
	text-align:center;
	/*width:475px;*/
	margin:0;
	margin-left:-12px
}

.mediaIcons a{
	margin:0 2px;
	display: inline-block;

}

a.emailFriend{
	display: inline-block;
	color: #fff;
	font-size:12px;
	margin:0;
	padding:0;
	background:url(../images/icon-email.png) no-repeat 0 0px;
	padding:10px 0 0 45px;
	height:45px;
	float:right;
	margin: 2px;
}

a.emailFriend:hover{
	text-decoration: none;
	color: #FE6D03
}

.welcome{ 
	text-align: right;
	color: #ffffff;
}

/** WIDTHS **/
.w200 {
    width:210px;
    padding-left:10px
}
.w760 {
    width:760px;
}
.w25{ width:25%}

/*.memberNav {
	background: #f7f9f8;
}*/
ul#member-nav {
    list-style-type:none;
    margin:-20px 0 30px 110px;
    float:left;

}
ul#member-nav li{
	display:block;
	float: left;
}
ul#member-nav a{
	display: inline-block;
	padding: 6px 20px;
	font-size:13px;
	font-weight:bold;
	/*background:#fafafa;*/
	background-position: left top;
}

ul#member-nav a:hover { 
	background:#eee; 
	color:#648038
}

#member-nav .active a,
#member-nav .active:hover a {
	color:#fff; 
	background: url(../images/btn-member-nav.png) no-repeat left bottom;}

/*ul a, ol a, */
.topicNav-container a {
    color:#8ABE38;
}
/*ul a:hover, ol a:hover, */
.topicNav-container a:hover {
    color:#EEAD23;
}

.subhead2 {
    font-size:14pt;
    color:#8ABE38;
}

ul.text {margin-left:10px;}
ul.text ul {
    margin-left:20px;
}

div.form-field {
    clear:both;
}
#editMember div.form-field label {
    display:block;
    float:left;
    width:140px;
    text-align:right;
    margin-right:5px;
    line-height:32px;
    vertical-align:middle;
}

#emailForm div.form-field label {
    display:block;
    float:left;
    width:120px;
    text-align:right;
    margin-right:5px;
}

#pass-edit label {
    display:block;
    float:left;
    width:120px;
    text-align:right;
    margin-right:5px;
}
.contact-form{
	background: #eee; 
	width:70%; 
	padding:10px;
}

.mainNav{
	background: #5b5959; /* Old browsers */
	background: -moz-linear-gradient(top,  #5b5959 0%, #2e2d2d 60%, #2e2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5959), color-stop(60%,#2e2d2d), color-stop(100%,#2e2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5b5959 0%,#2e2d2d 60%,#2e2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5b5959 0%,#2e2d2d 60%,#2e2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5b5959 0%,#2e2d2d 60%,#2e2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5b5959 0%,#2e2d2d 60%,#2e2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5959', endColorstr='#2e2d2d',GradientType=0 ); /* IE6-9 */
	borer:1px solid #222222;
	padding:0; margin:0;
	height:41px;
}

.mainNav ul {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	height:42px;
	
	/*float: right;*/
}

.mainNav li{
	display: block;
	/*width:10%; by removing replacement link*/
	width: 99px;
	float:left;
	margin:0;
	padding:0;
	text-align:center;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


.mainNav li > div{
	border-left: 1px solid #504e4e;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px sold #504e4e;
}
.mainNav li a{
	display: block;
	padding:7px 2px 7px 2px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	line-height:26px;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
.mainNav a:hover{ text-decoration:none}

.mainNav li:hover{
	background: rgb(153,153,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(102,102,102,1) 50%, rgba(79,79,79,1) 51%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(50%,rgba(102,102,102,1)), color-stop(51%,rgba(79,79,79,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%,rgba(79,79,79,1) 51%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%,rgba(79,79,79,1) 51%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%,rgba(79,79,79,1) 51%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%,rgba(79,79,79,1) 51%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
}
.logo-holder {
    width:216px;
}
li.greenTab{
	background: rgb(202,232,131); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(202,232,131,1) 0%, rgba(140,179,45,1) 50%, rgba(127,170,21,1) 51%, rgba(96,131,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,232,131,1)), color-stop(50%,rgba(140,179,45,1)), color-stop(51%,rgba(127,170,21,1)), color-stop(100%,rgba(96,131,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(202,232,131,1) 0%,rgba(140,179,45,1) 50%,rgba(127,170,21,1) 51%,rgba(96,131,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(202,232,131,1) 0%,rgba(140,179,45,1) 50%,rgba(127,170,21,1) 51%,rgba(96,131,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(202,232,131,1) 0%,rgba(140,179,45,1) 50%,rgba(127,170,21,1) 51%,rgba(96,131,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(202,232,131,1) 0%,rgba(140,179,45,1) 50%,rgba(127,170,21,1) 51%,rgba(96,131,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae883', endColorstr='#60830a',GradientType=0 ); /* IE6-9 */
	border:1px solid #9bbd1a;
}

li.greenTab:hover{
	background: rgb(171,209,43); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(171,209,43,1) 0%, rgba(151,191,17,1) 50%, rgba(130,173,3,1) 55%, rgba(112,156,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,209,43,1)), color-stop(50%,rgba(151,191,17,1)), color-stop(55%,rgba(130,173,3,1)), color-stop(100%,rgba(112,156,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(171,209,43,1) 0%,rgba(151,191,17,1) 50%,rgba(130,173,3,1) 55%,rgba(112,156,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(171,209,43,1) 0%,rgba(151,191,17,1) 50%,rgba(130,173,3,1) 55%,rgba(112,156,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(171,209,43,1) 0%,rgba(151,191,17,1) 50%,rgba(130,173,3,1) 55%,rgba(112,156,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(171,209,43,1) 0%,rgba(151,191,17,1) 50%,rgba(130,173,3,1) 55%,rgba(112,156,3,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd12b', endColorstr='#709c03',GradientType=0 ); /* IE6-9 */
}

li.activeTab, li.activeTab:hover{
	background: rgb(252,156,43); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,156,43,1) 0%, rgba(236,104,6,1) 50%, rgba(226,97,2,1) 51%, rgba(226,97,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,156,43,1)), color-stop(50%,rgba(236,104,6,1)), color-stop(51%,rgba(226,97,2,1)), color-stop(100%,rgba(226,97,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,156,43,1) 0%,rgba(236,104,6,1) 50%,rgba(226,97,2,1) 51%,rgba(226,97,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,156,43,1) 0%,rgba(236,104,6,1) 50%,rgba(226,97,2,1) 51%,rgba(226,97,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,156,43,1) 0%,rgba(236,104,6,1) 50%,rgba(226,97,2,1) 51%,rgba(226,97,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,156,43,1) 0%,rgba(236,104,6,1) 50%,rgba(226,97,2,1) 51%,rgba(226,97,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9c2b', endColorstr='#e26102',GradientType=0 ); /* IE6-9 */
	}
li.activeTab > div, li.activeTab:hover > div {
	border:1px solid #d55804;
}


li.greenTab a{
	background:url(../images/tab-bkg.png) no-repeat center bottom;
	font-weight:bold;
	text-shadow:0 1px 1px #4b640f;
	}


/****** FOOTER  ******/

#footer {
	color:#f9f9f9;
	background:#2E2D2D;
	padding:30px 0;
	-moz-box-shadow:    inset 0 8px 10px -6px #1d1c1c;
	-webkit-box-shadow: inset 0 8px 10px -6px #1d1c1c;
	box-shadow:         inset 0 8px 10px -6px #1d1c1c;
	}

.footerNav{ margin:0; padding:0}
.footerNav li{display: inline; margin:0; padding:0}
.footerNav a{
	color: #eee;
	padding:0 5px;
	text-decoration: underline;
	}

.footerNav a:hover{ color:#FE6D03}
#footer  p{ color:#999}

a.credit{
	font-size:9px;
	color: #444;
	text-decoration: none;
	margin-bottom:15px;
	display:block;
	}

.img-left{
	float:left;
	margin-right:10px;
	display:block;
	}

#startnow{
	font-size:30px;
	position:relative;
	margin-left:15px;
	color: #fff;
	}

	#startnow img{position:absolute; right:2px; top:2px}

#banner{
	padding:5px 10px;
	margin:0 0 20px 0;
	background: #fff;
	position:relative;
}

.bannerTxt li{
	width:33%;
/*	height:250px;*/
	height:205px;
	float: left;
	text-align:center;
	color:#333;
	position:relative;
    font-size:40px;
    font-weight:bold;
    line-height:40px;
}
.bannerTxt li .org-text, .bannerTxt li .unveil-text{
	position:absolute;
	top:0;
	left:0;
	/*margin-top:190px;*/
	margin-top:150px;
	width:100%;
	background-color:#fff;
	height:1.5em;

	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.bannerTxt li .unveil-text{
	opacity:0;
}
.bannerTxt li:hover .unveil-text, .bannerTxt li.hover .unveil-text{
	opacity:1;
}
.bannerTxt li:hover .org-text, .bannerTxt li.hover .org-text{
	opacity:0;
}
#learn{background: url(../images/banner-learn.jpg) no-repeat top center;}
#learn:hover, #learn.hover{background: url(../images/banner-learn-hover.jpg) no-repeat top center;}

#test{background: url(../images/banner-test.jpg) no-repeat top center;}
#test:hover, #test.hover{background: url(../images/banner-test-hover.jpg) no-repeat top center;}

#drive{background: url(../images/banner-drive.jpg) no-repeat 50% 10%;}
#drive:hover, #drive.hover{background: url(../images/banner-drive-hover.jpg) no-repeat 50% 10%;}




#homeBar{
	padding:5px;
	background:#ffffff; /*fa9d39;*/
	margin:20px 0px;
	}

/****** SECONDARY STYLES ******/

.box-shadow, .box{
	border: 1px solid #ccc;
	-moz-box-shadow:    0px 0px 10px 0px #ddd;
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow:         0px 0px 10px 0px #ddd;
	padding:20px;
	background: #f9f9f9;
	margin:20px;
	}

.box.green, .box.email{
	/*background: #e5f3d1;
	border: 1px solid #9fc563*/;
	margin:10px;
	padding:10px;
}

#message .form-field label{ display: none}

.round-corner{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}


.line{
	background: url(../images/line.png) no-repeat bottom center;
	padding:20px 0;
	/*text-align:center;*/
	margin:10px 0 20px 0;
	}

.list li{
	/*border-bottom: 1px solid #eee;*/
	list-style: none;
}

.county{
	padding:20px 0;
/*	border-top:1px solid #ccc;*/
	margin-top: 10px;
}

.listings ul { margin:10px 0}
.listings li{
	list-style: none;
	border-bottom:1px dotted #ccc;

}
.listings a{ color:#333; padding:5px 10px; display: block; text-decoration: none;}
.listings a:hover{
	background:#ddd;
	color:#5f8721;
	text-decoration:none;
	}

.listings li strong{
	display: block;
}

.advantages li{
	font-size:17px;
	line-height:20px;
	margin:5px 0;
	background: url(../images/bullet.jpg) no-repeat 0 50%;
	padding-left:18px;

	}
#adv{ color: #000}
#adv p{
	line-height:18px;
	font-size:15px;
}

/*.list a{
	display: block;
	background: url(../images/arrow.png) no-repeat top right;
	padding-left:35px;
	line-height: 30px;
	padding:5px 10px 5px 20px;
	color:#333;
}	*/

.list a, .list li.heading{
	display: block;
	background: url(../images/btn-member-nav.png) no-repeat top right;
	padding-left:35px;
	line-height: 30px;
	padding:5px 10px 5px 20px;
	color:#333;
	text-decoration: none;
}

.list li.heading{color:#54870e}

.list a:hover, .list li.active a{
	display: block;
	background: url(../images/btn-member-nav2.png) no-repeat bottom right;
	line-height: 30px;
	color:#fff;
	text-decoration: none;
}

.step{
	background: url(../images/circle.png) no-repeat;
	display: inline-block;
	color: #fff;
	width:66px;
	font-size:44px;
	font-weight:bold;
	text-align:center;
	padding:21px 0;
	vertical-align:middle;
}

.circles{
	position:absolute;
	top:30px;

}
.circles.left{left:-210px;}
.circles.right{right:-200px}

.tabs li{
	display: bloc;
	float:left;
	width:20%;
}

.tabs li a{
	display:block;
	width:100%;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
	font-size:15px;
	color:#666;
	border:1px solid #ddd;
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(241,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(241,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	margin:20px 0;

	}

.tabs li a:hover{
	text-decoration: none;
	color:#78A532;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.tabs.test li{
	margin:1%;
	width:18%;
}

/** secondary pages**/

.sub-bkg{background: #fff;}

.subpage{
	/*background: url(../images/sub-banner.png) no-repeat top center;*/
	position:relative;
	padding:20px 0 0 0;
}

.sub-banner{
	position: absolute;
	left:55px;
	top:40px;
}
.sub-banner-bottom{
	display:none;
}

.subTitle{
	/*font-size:45px;*/
	font-size:25px;
	letter-spacing: -1px;
	/*text-shadow: 0 2px 2px #4f6706;*/
	margin:0 0 10px 0;
}

.subText{
	color:#fe6d03;
	font-size:30px;
	font-weight: bold;
	padding:0 0 30px 0;
	background: url(../images/shadow-bottom.png) no-repeat center bottom;
}

.separator{
	background: url(../images/dot-line.png) no-repeat center bottom;
	padding:10px 10px 30px 10px;
	position:relative;
}

.ad-wrapper{
	/*background: url(../images/ad-wrapper.jpg) repeat-x bottom #fff;*/
	background:#fff;
	padding-top:40px;
	overflow: hidden;
	}

.ad{
	background: #eee;
	border: 3px solid #fff;
	border-bottom:0;
	-moz-box-shadow:    0px 0px 5px 0px #ddd;
	-webkit-box-shadow: 0px 0px 5px 0px #ddd;
	box-shadow:         0px 0px 5px 0px #ddd;
	position: relative;
	padding: 10px 10px 10px 150px;
	font-size:16px;
}

.ad-img{
	position: absolute;
	left:20px;
	bottom:0;
	text-decoration: none;
}

#start{
	background: url(../images/ad-startnow2.png) no-repeat top;
	display:block;
	height:60px;
	width:100px;
	color:#fff;
	font-size:25px;
	padding:30px 10px 0px 10px;
	text-align:center;
	line-height: 24px;
	}

#start:hover{ text-decoration:none}
#homeHeadline{
	color:#333;
	font-size:26px;
	letter-spacing:normal;
	margin:20px 0px 30px 0px ;
	padding:10px 20px;
}

/**** Paginaiton***/
a.navPrev, a.navNext{
	color:#fff;
	display: inline-block;
	padding: 4px 10px;
	margin:0 5px;

}

/*************************
	   T A B L E S
*************************/

.table { border-collapse:collapse; border:1px solid #eee}

.table th, .table td{ padding:10px; vertical-align:top; }

.table th{background:#eee;}

.table td{border-bottom: 1px solid #EEEEEE; vertical-align:top}

/*.table a{ color:#970808}
.table a:hover{text-decoration:none; color:#c80101;}*/
table.border{ border-collapse: collapse}
table.border td{ border:1px solid #eee; padding:5px 10px; vertical-align:text-top}

/**************************
		F O R M S
**************************/

input[type="text"], input[type="password"], .text, textarea{
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline-block;
	padding: 5px  7px;
	border:1px solid #CCCCCC;
/*	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(224,224,224,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(224,224,224,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(224,224,224,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(224,224,224,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(224,224,224,0.65) 100%);
	background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(224,224,224,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e0e0e0',GradientType=0 );*/

   	-moz-box-shadow:    inset 0 0 3px #ccc;
   	-webkit-box-shadow: inset 0 0 3px #ccc;
   	box-shadow:         inset 0 0 3px #ccc;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 2px 0;
	background-color:#ffffff;
	}

.form{padding:10px;}

.form label{
	width: 30%;
	margin-right:3%;
	text-align: right;
	display: inline-block;
	}

.form .text{ width: 55%}
.text.small-txt, .small-txt{ width: 25%; }
.text.long-text, .long-text{ width: 55%; }

fielset {padding:10px;}
legend {font-weight: bold;}

.select {
   background: transparent;
   width: 170px;
   padding: 5px 0 0 10px;
   font-size: 12px;
   height: 24px;
   color:#0166B2;
   border:1px solid #CCCCCC;
   margin:2px;
	}

.blockForm .form-field label, .blockForm .text{
	display: block;
	width: 95%;
	text-align: left;
	margin:5px 0;
}

/*** buttons ***/

.btn, input[type="submit"], a.btn {
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #cccccc;
	color:#666666;
	padding: 6px 14px 7px;
	line-height: normal;
	border-bottom-color: #bbb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;

	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(top,  #f7f7f7 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
	}

.btn:hover, input[type="submit"]:hover{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 2%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#dddddd), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 2%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 2%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 2%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #dddddd 2%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f7f7f7',GradientType=0 );
	color:#333;
	text-decoration: none;
	}

.btn.orange{
	background: rgb(254,157,3); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,157,3,1) 0%, rgba(234,100,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,157,3,1)), color-stop(100%,rgba(234,100,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,157,3,1) 0%,rgba(234,100,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,157,3,1) 0%,rgba(234,100,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,157,3,1) 0%,rgba(234,100,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,157,3,1) 0%,rgba(234,100,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9d03', endColorstr='#ea6402',GradientType=0 ); /* IE6-9 */

	text-shadow: 0 1px 2px #a14b03;
	border: 1px solid #fe6d03;
	background-position:0 0px;
	}

.btn.orange:hover{
	background: rgb(234,100,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,100,2,1) 0%, rgba(254,157,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,100,2,1)), color-stop(100%,rgba(254,157,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,100,2,1) 0%,rgba(254,157,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,100,2,1) 0%,rgba(254,157,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,100,2,1) 0%,rgba(254,157,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,100,2,1) 0%,rgba(254,157,3,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6402', endColorstr='#fe9d03',GradientType=0 ); /* IE6-9 */
	}

.btn.green, .green{
	background: rgb(154,188,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(154,188,75,1) 0%, rgba(115,148,37,1) 60%, rgba(66,94,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,188,75,1)), color-stop(60%,rgba(115,148,37,1)), color-stop(100%,rgba(66,94,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(154,188,75,1) 0%,rgba(115,148,37,1) 60%,rgba(66,94,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(154,188,75,1) 0%,rgba(115,148,37,1) 60%,rgba(66,94,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(154,188,75,1) 0%,rgba(115,148,37,1) 60%,rgba(66,94,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(154,188,75,1) 0%,rgba(115,148,37,1) 60%,rgba(66,94,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9abc4b', endColorstr='#425e01',GradientType=0 ); /* IE6-9 */

	border: 1px solid #68a81e;
	text-shadow: 0 1px 1px #5a8e17;
	}

.btn.green:hover{
	background: rgb(66,94,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(66,94,1,1) 0%, rgba(115,148,37,1) 40%, rgba(154,188,75,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,94,1,1)), color-stop(40%,rgba(115,148,37,1)), color-stop(100%,rgba(154,188,75,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(66,94,1,1) 0%,rgba(115,148,37,1) 40%,rgba(154,188,75,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(66,94,1,1) 0%,rgba(115,148,37,1) 40%,rgba(154,188,75,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(66,94,1,1) 0%,rgba(115,148,37,1) 40%,rgba(154,188,75,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(66,94,1,1) 0%,rgba(115,148,37,1) 40%,rgba(154,188,75,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425e01', endColorstr='#9abc4b',GradientType=0 ); /* IE6-9 */
}

.btn.green, .btn.orange, .btn.green:hover, .btn.orange:hover{ color:#ffffff; font-weight:bold}
.form .large{ font-size:17px}

.btn.green a { color:#ffffff; font-weight:bold; text-decoration:none;}

.btn.center {
	display: block;
	width: 20%;
}

.btn[disabled=disabled] {
	background: #CCC;
	border: 1px solid #AAA;
	text-shadow: 0 1px 2px #333;
	cursor: not-allowed;
}

.btn[disabled=disabled]:hover {
	background: #CCC;
}

.notice
{
    color: #000;
    background-color: #ffffcc;
    border-color: #f9df87;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    margin: 5px 0px;
    -moz-border-radius: 5px;
    padding: 8px 10px 7px 10px;
    -webkit-border-radius: 5px;
}
.notice-error
{
    color: #000;
    background-color: #fedcdb;
    border-color: #f8a7a3;
    border-style: solid;
    border-width: 1px;
    margin: 5px 0px;
    -moz-border-radius: 5px;
    padding: 8px 10px 7px 10px;
    -webkit-border-radius: 5px;
}

.tempHeader {
	padding-bottom: 5px;
	text-align: left;
    color:#A0C91B;
    font-size:14pt;
    font-weight:bold;
}

.tempHeader img {
    border:none;
    vertical-align:bottom;
}
/* Course and Chapter Lists/Views */

ul.course_list {
    list-style-type:none;
    margin:0;
}

.course_list a{
	color:#333;
	font-weight:bold;
	line-height:30px;
	display: inline-block;
	width: auto;
	padding: 4px 10px;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5x;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #fff;

	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.course_list a:hover {
	color: #fff;
	background: #999;
	text-decoration: none;
	border-bottom: 1px solid #415A1A;
}
/* .chapter, .quiz, .test { */
.quiz, .test {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quiz-container,.summary-container {
    display:none;
}
ol.questions, ol.choices {
    margin-left:20px;
}
ol.choices {
    list-style-type:upper-alpha;
}
.topics_id {
    display:none;
}
span.completed {
    color:green;
}
p.big14, p.studyMore {
    font-size:14pt;
}
span.ch_status {
    min-width:50px;
    padding-top:8px;
    display:block;
    float:left;
}
.login_warning {
    border:3px dashed #FE6D03;
    float:right;
    padding:10px;
}
span.correctAnswer, span.feedback {
    font-weight:bold;
    float:right;
    font-size:14pt;
    margin-right:50px;
    margin-top:-45px;
}
span.feedback {
    font-size:12pt;
}
span.wrongAnswer {
    float:right;
    margin-top:-45px;
    margin-right:25px;
}
li[id^="question"] {
    border-bottom:1px solid #EEE;
    margin-bottom:7px;
    padding:7px
}
span.testpass {
    font-weight:bold;
    font-size:16pt;
    color:green;
}
span.testfail {
    font-weight:bold;
    font-size:16pt;
    color:red;
}
.error {
    color:red;
}
.form-field .error {
	padding-left: 34%;
}
.results-container {
    float:left;
    margin-right:15px;
}
.form .daySelect {
    width:53px;
}
.form .monthSelect {
    width:84px;
}
.form .yearSelect {
    width:71px;
}
.form .daySelect, .form .monthSelect, .form .yearSelect {
    font-size:9pt;
}

/*** Twipsy Stuff ***/
/*.twipsy{display:block;position:absolute;visibility:visible;padding:5px;font-size:11px;z-index:1000;filter:alpha(opacity=95);-khtml-opacity:0.95;-moz-opacity:0.95;opacity:0.95; width:400px}
.twipsy.fade.in{filter:alpha(opacity=95);-khtml-opacity:0.95;-moz-opacity:0.95;opacity:0.95; left:300px; top:250px}
.twipsy.above .twipsy-arrow{bottom:0;left:20%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #ccc;}
.twipsy.left .twipsy-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
.twipsy.below .twipsy-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #ccc;}
.twipsy.right .twipsy-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.twipsy-inner{
	padding:50px 35px;
	background-color:#fff;
	color:#333;
	left:0;
	top:50%;
	max-width:250px;
	text-decoration:none;
	-webkit-border-radius:150px;
	-moz-border-radius:100px;
	border-radius:150px;
	border: 6px solid #b3e300;

	-moz-box-shadow:    inset 0 0 10px #c5e7fb;
	-webkit-box-shadow: inset 0 0 10px #c5e7fb;
	box-shadow:         inset 0 0 10px #c5e7fb;
}

.twipsy-arrow{position:absolute;width:0;height:0;}

.fade{
	-webkit-transition:opacity 0.15s linear;
	-moz-transition:opacity 0.15s linear;
	-ms-transition:opacity 0.15s linear;
	-o-transition:opacity 0.15s linear;
	transition:opacity 0.15s linear;
	opacity:0;
	filter:alpha(opacity=0);
}*/

.tooltip {
	display:none;
	z-index: 2;
	position: absolute;
	padding:50px 25px 60px 55px;
	background: url(../images/bubble.png) no-repeat top left;
	color:#333;
	max-width:185px;
	height:auto;
	text-decoration:none;
}
.flipped{
	background: url(../images/bubble-flipped.png) no-repeat top left;
	padding:55px 55px 60px 40px;
	}

.why-tooltip{
	background: url(../images/bubble-info.png) no-repeat top left;
	max-width:200px;
	height:120px;
	padding:55px 40px 10px 40px;
	display:none;
}

.bold{
    font-weight:bold;
}
.why, .why-tooltip {
    text-align:left;
    margin-left:5px;
    cursor:pointer;
}
.reason {
    text-align:center;
    margin-top:5px;
    margin-left:-3px;
}
#enroll fieldset {
    margin-bottom:10px;
    padding:5px;
    /*float:left;*/
    margin-left:auto;
    margin-right:auto;
}
.top-error, .top-success {
	/*background-image: url(images/error-bg.png);*/
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;

    -moz-box-shadow: 2px 2px 5px #aaa;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
}
.top-success {
    background-image: none;
    background: #ff9100;
    background: -moz-linear-gradient(top, #fce800, #ff9100);
    background: -webkit-gradient(linear,
                left top, left bottom, from(#fce800), to(#ff9100));
    border: 1px solid #ffe100;
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#fce800', EndColorStr='#ff9100', GradientType=0);
}
.top-error-inner, .top-success-inner {
    padding-top: 3px;
    vertical-align: middle;
    -webkit-text-shadow: 1px 1px 0px #666;
    text-shadow: 1px 1px 0px #666;
	text-align: left;
}

.top-error-button {
    font-size: 12px;
    display: inline-block;
    width: auto;
    border: 1px solid #8d2222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #feefef;
    background: -moz-linear-gradient(top, #feefef, #ffdbdb);
    background: -webkit-gradient(linear,
                left top, left bottom, from(#feefef), to(#ffdbdb));
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#feefef', EndColorStr='#ffdbdb', GradientType=0);
    color: #072a59;
    margin-left: 15px;
    margin-top: -5px;
    -webkit-text-shadow: 1px 1px 0px white;
    text-shadow: 1px 1px 0px white;
    cursor: pointer;
}

.top-error-button-inner {
    border: 1px solid #fff;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    padding: 5px 10px;
}

ul#county_list li{
    float:left;
    width:180px;
    margin:0;
    padding:0;
}

ul.county_links {
    list-style-type:none;
}
.county_links li{
	list-style: none;
	border-bottom:1px dotted #ccc;

}
.county_links a{ color:#333; padding:5px 10px; display: block}
.county_links a:hover{
	background:#ddd;
	color:#5f8721;
	text-decoration:none;
	}

.b-passed {
	background: #d4fdad url(../images/check.png) no-repeat 10px 5px;
	padding: 10px 15px 10px 80px;
	-moz-border-radius: 16px; /* FF1-3.6 */
	-webkit-border-radius: 16px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 16px;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	margin: 10px 0;
}

.bender-roams-here {
	display: none;
}

.buttons{ 
	text-align: center;
	margin:10px 0;
}

#lesson-list{
	margin:0; 
	position:absolute;
	left:0; 
	overflow:hidden;
	width:260px
}
#chapter-content{
	background:#fff; 
	padding:20px 20px 20px 35px; 
	min-height:500px;
}

.account-info-box{
	width:530px; 
	margin-left:15px;
}

.shipping-information{
    width:33%;
    margin:auto;
    text-align:left;
}

.hide-on-mobile{ display: block}
span.hide-on-mobile{ display: inline}
.show-on-mobile{ display: none}

.non-mobile-right{
	float:right;
}

.headerStart {
	float:left;
	text-align:center;
	margin-left:70px;
	margin-top:22px;
}
.headerStart a {
	font-size:30px;
}

#mask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000001;
	background-color:#CCC;
	opacity:.6;
}
#notAllowedDialog {
	padding:10px;
	width:auto;
	font-size:13pt;
}
#notAllowCloseContainer {
	float:right;
	text-align:right;
}
#notAllowClose {
	cursor:pointer;
	position:absolute;
	margin-top:-20px;
	margin-left:-45px;
	color:blue;
}
.covid-notice {
	text-align:center;
	background-color:white;
	color:#555;
	font-size:12pt;
	font-weight:bold;
	padding:3px;
	padding-top:12px;
}
@media (max-width: 480px) {
	body{
		width: 100%;
		min-width: 100%;
	}
	p, li, h4, ul{
		font-size: 14px;	
		line-height:20px;	
		word-break: break-word;
	}
	pre {
		max-width: 100%;
		overflow: auto;
	}
	img, embed {
		max-width: 100%;
	}
	.wrapper, #banner, 
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, 
	.col8, .col9, .col10, .col11, .col12, .html5-video-content, .header, .account-info-box, #editMember{
		width: 100%!important;
		max-width: 100%;
		min-width:0;
		margin: 0;
		float: none;
		height: auto;
		padding:0;
		position: relative;
	}
	
	.left.non-mobile-right{
		float:left;
	}
	
	.logo-icon{
		position:static;
		margin:0 auto;
		width: 150px;
		display: block;	
	}
	
	#header{
		z-index:999;
		width:100%;
		background: #111111;		
	}
	
	#login{ display: none}
	.mediaIcons{ display: none}
	.welcome{ text-align: center; margin-bottom: 0}
	
	.mainNav, .mainNav ul, #member-nav, .menuContainer {
		height: auto;
		float: none;
		width: 100%;
	}
	.mainNav li, #member-nav li, .menuContainer li{
		float: none!important;
		display: block;
		margin:0;
		width:100%;	
		float: none;
		border:none;
	}
	
	.mainNav ul li a, #member-nav list li a, #chapter-content, .contact-form{
		display: block;
		width:95%;
		text-align:left;
		padding:2.5%;
	}
	.mainNav li{ background:rgba(51,51,51,.95)}

	#chapter-content{
		width:auto !important;
	}

	.mainNav li.activeTab{ background: rgba(68,68,68,.95); border: none;}
	.mainNav li > div { border: none;  border: none; border-bottom: 1px solid #666666;}
	.mainNav li > div a {padding:2.5% 5%; width: 90%}
	.navContainer .wrapper, .menuContainer .wrapper{
		height: auto;
		overflow:visible; 
		/*background:#333;*/
		position:absolute;
		top:0px;
		left:0;
		z-index: 999;
		
	}

	.memberNav{
		margin-left:-6%;
		margin-top: -6%;
		width: 112%;
	}

	ul#member-nav{
		float: none;
		margin:0;
	}
	ul#member-nav li a{
		display: block;
		width: 89%;
		padding: 10px 5%;
	}


	.navContainer .wrapper{
		top:75px;	
	}

	.covid-notice {
		margin-top:0;
		padding-top:8px;
	}
	.collapse-button {
	  position: absolute;
	  width: 50px;
	  height: 40px;
	  top:15px;
	  cursor: pointer;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  z-index: 99999;
	  margin-top:45px; /* when covid-notice is on */
	}
	
	.collapse-button.menu{
		background: url('../images/i-menu.png') no-repeat  center;
		 background-size: 30px;
		left: 10px;

	}
	
	.collapse-button.login{
		background: url('../images/i-login2.png') no-repeat 10px 0;
        width:50px;
        height:50px;
        /*text-align:right;*/
		background-size: 25px;
		right: 13px;
		top:20px;
        color:#FFF;
        font-size:14px;
        font-weight:bold;
        text-decoration:none;
        padding-top:2px;
        /*margin-top:2px;  <-- when covid-notice is off*/
        margin-left:10px;
	}
	.loginInner {
		position:absolute;
		margin-top:20px;
	}

	[data-collapse-content]{ display: none}
	
	.menuContainer .wrapper{
		top:42px;
	}

	#homeHeadline{
		font-size: 18px;	
		line-height: 26px;
	}
	#startnow{ display: block; margin:10px  auto}
	
		
	li.empty{  display: none!important; visibility: hidden}
	
	.content, .sub-bkg, #area{ padding: 5%!important}
	
	/*** banner **/
	#banner{
		height:auto;	
		margin-bottom:10px
	}
	#learn, #test, #drive, #learn.hover, #test.hover, #drive.hover{
		background-size: 100%;
	}
	.bannerTxt li{
		font-size:22px;
		height: 170px;
	}
	
	.bannerTxt li .org-text, .bannerTxt li .unveil-text{
		margin-top: 80%	
	}
	
	 .bannerTxt li .unveil-text{
	 	height:auto;
		font-size: 15px;
		line-height: 16px;
		font-weight: normal;
	 }
	 .ad{ padding:0!important}
	 .ad-container{
		padding: 5px 5px 10px 80px ;
		clear: both;
	 }
	 .ad-container span{ line-height:12px; padding:0!important;  margin-left:20px; margin-top:20px}
	.ad-img, #start{
		left:0px;
		width:80px;
		margin-right:20px;
		background-size: 100%;	
	}
	
	#footer{ 
		width:90%; 
		padding:5%;
	}
	
	.html5-video-content, .youtube-player{ width:100%!important}
	.editable, .content.editable{ padding:0!important; width:100%!important; font-size:14px; line-height: 17px;}

	.editable li, .editable p, .editable strong, .editable span{
		font-size:14px!important
	}
	
	.footerNav{
		display: block;	
		text-align: center;
		font-weight: normal;
	}
	.footerNav .smalltxt{ display:block; margin:10px;}
	.subSection{ background:#fff; padding:10px}
	.seal{ text-align: center;}

	
	/**** subpage ***/
	.sub-banner{
		top:0;
		display: none;
	}
	.sub-banner-bottom{
		display:block;
	}
	
	.box{
		padding:2.5%!important;
		width:95%;
		margin:15px 0;	
	}

	.credit-card{
		text-align: center;
		float:  none;
		margin: 30px 0 0 0;
	}
	.credit-card img{
		width:100px;
	}
	.tabs.test li {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.tabs.test li a {text-decoration: none;}

	/** Lessons **/
	.list a.chapters-list, span.ch_status, span.ch_status.completed{
        border: 1px solid #ccc;
		display: block;
		float: none;
		width: 100%!important;
        text-align:left;
        padding: 3px;
	}

	.list a, .list li.heading{
		backround: url(../images/btn-member-nav.png) no-repeat top right;
	}

	#lesson-list{
		width:100%;
		position: relative;
		padding:0;
	}
	.chapter-menu{
		background: #353434;
		color:#fff;
		padding:10px;
		border:1px solid #ccc;
		margin: 10px 0;
		position: relative;
		font-size: 16px
	}

	.menuContainer .list a{
		background: #333;
		color: #ccc;
		border-bottom:1px solid #444;
	}

	.menuContainer .list a.quiz-btn{
		background: #fe6d03;
		color: #fff;
	}

	.collapse-button.menu-icon{
		background:url('../images/i-menu.png') no-repeat center;
		background-size: 25px;
		right: 0;
		top: 0px
	}

	.list a{
		float: none!important;
		line-height:15px;
		padding:15px;
		background: #fafafa;
		border-bottom: 1px solid #ccc;
	}

	.list a:hover, .list li.active a, .list  li.heading{
		background-image: none;
		background: #78a71c;
		line-height: 16px;
	}

	.list  li.heading{
		background: #ccc;
	}

	.media-container{ position: relative;}
	.media-container embed, .media-container object{
		  width: 100%;
		  height: 100%;
	}

	.topicNav-container a.btn{
		width:38%;
		margin: 0;
	}
	.topicNav-container a.navNext,
	.topicNav-container a.navPrev,
    .topicNav-container a.quiz{
        width: auto;
    }


	ol.choices{
		margin:0;
	}
	.test-review ol.choices{
		margin-left: 20px;
	}
	ol.choices li{;
		list-style-position: outside;
		text-align: left;
		padding: 5px 0;
	}

	ol.choices input[type="radio"]{
		display:inline-block;
		border: 1px solid #ccc;
		width: 10%;
		vertical-align: middle;
	}
	ol.choices label{
		display:inline-block;
		width: 80%;
		vertical-align: middle;
	}
	.test-review ol.choices label{
		width:auto;
	}
	ol.choices label:after{
		clear: both;
	}




	/** forms  **/
	.form-field label, .form-field label span, #emailForm div.form-field label, #pass-edit label {
		width:100%;
		display: block;
		float: none;
		text-align: left;	
	}
	.form-field  .input-text:not(.small-txt), textarea{
		width:85%;
	}

	.form-field span.imp{ display: inline}

	.form-field{ margin: 0!important}

	.btn{
		display: block;
		margin:10px auto;
		width:80%;
		text-align: center;	
	}
	.buttons{ 
		text-align: center;
		margin:10px 0;
	}
	/*** Member Area ***/


	/**** table***/

	table:not(.normal-mobile-table), table.border:not(.normal-mobile-table) td{
		width: 100%;
		border: none!important;
		border-collapse: separate;
		empty-cells: hide!important;
	}

	table:not(.normal-mobile-table),
    table:not(.normal-mobile-table) thead,
    table:not(.normal-mobile-table) tbody,
    table:not(.normal-mobile-table) th,
    table:not(.normal-mobile-table) td,
    table:not(.normal-mobile-table) tr { 
		display: block; 
		border: none!important;
		height: auto!important;
	}
	tbody{ clear: both; width:100%;}

    table:not(.normal-mobile-table) td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		display: inline-block; 
		width: 100%;
		height: 100%;
		clear: both;
		padding: 0
	}

	.dashboard:not(.normal-mobile-table) tr td {width: 15%; padding: 0;}
	.dashboard:not(.normal-mobile-table) tr td:first-child{ width: 60%}
	.dashboard:not(.normal-mobile-table) tr th {width: 33%; padding: 0; display: inline-block;} 



	/**** mobile table **/

	table.mobile-table, .mobile-tablet head, .mobile-tablet body, .mobile-table th, .mobile-table td, .mobile-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.mobile-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.mobile-table tr { border: 1px solid #ccc; }
	
	.mobile-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 45%; 
		width: 55%;
		white-space: pre-wrap;
	}
	
	.mobile-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 40%; 
		font-weight:  bold;
		padding-right: 10px; 
		/*white-space: nowrap;*/
	}
	
	/*
	Label the data
	*/
	
	.mobile-table td:nth-of-type(1):before { content: "Name"; }
	.mobile-table td:nth-of-type(2):before { content: "# Correctly Answered"; }
	.mobile-table td:nth-of-type(3):before { content: "# of Questions"; }
	.mobile-table td:nth-of-type(4):before { content: "% Correct"; }
	.mobile-table td:nth-of-type(5):before { content: "Result"; }
	.mobile-table td:nth-of-type(6):before { content: "Date Taken"; }
	
	.vertical-th-table td{
		padding-left:100px;
	}
    
    .page-num{
        display:inline-block;
        /*margin-left:162px;*/
    }

    .mobile-btn{
        width:auto;
    }
    
    .shipping-information{
        width:auto;
    }
    
    .totals-table{
        width:60% !important;
    }

	.hide-on-mobile{ display: none}
	.show-on-mobile{ display: block}
	
	.headerStart a {
		width:40% !important;
	}

	#notAllowedDialog {
		font-size:15pt;
	}

	#notAllowedDialog p {
		font-size:15pt;
	}

	#notAllowCloseContainer {
		clear:both;
		float:right;
		text-align:right;
		margin-bottom:20px;
	}
	#notAllowClose {
		margin: 0;
		margin-left:-73px;

	}
}	

@media (max-width: 420px) {
	.headerStart a {
		font-size:20px;
		margin-top:21px;
		width:33% !important;
	}
}
/* when covid-notice is on */
@media (max-width:380px) {
	.collapse-button {
		margin-top:65px;
	}
}


