/* 
  
  [[o]]== BOILERPLATE FOR 3.7 DESIGNS ========================[[o]]
   ||                                                          ||
   ||  Authored by Ross Johnson  - CEO of 3.7 DESIGNS          ||
   ||                                                          ||
 [[o]]=======================================================[[o]]
  
 Like the code you see?


  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  || TABLE OF CONTENTS 									        ||
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
  =01 : UNIVERSAL SELECTORS
  =02 : TYPOGRAPHY
  =03 : LINKS
  =04 : BODY STRUCTURE
  =05 : NAVIGATION
  =06 : HELPER CLASSES
  =07 : ACCESSIBILITY
  =08 : TABLES
  =09 : FORMS
*/
/* =01 : UNIVERSAL SELECTORS */
html, body {
	background: #fff url('../images/bodybg.gif') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, san-serif;
	line-height: 23px;
	font-size: 15px;
}
/* =02 : TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 8px 0;
}
p, ol, ul, img, dl, blockquote {
	margin: 8px 0 10px 0;
}
h1 {
	font-size: 24px;
	text-align: left;
	line-height: 36px;
}
.subheading {
	font-size: 16px;
	display: block;
}
h2 {
	font-size: 21px;
	color: #074320;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
blockquote {
	margin-left: 18px;
	border-left: 5px solid #ddd;
	padding-left: 9px;
}
ul li {
	padding-left: 15px;
	line-height: 1em;
	margin-bottom: 9px;
}
.nonlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nonlist li {
	padding: 0;
	margin: 0;
}
.login-sign {
	font-size: 110%;
	font-weight: bold;
}
/* =03: LINKS */
a {
	color: #074320;
}
a:hover {
	text-decoration: none;
}
a:vistied {
}
a:active {
}
/* =04: BODY STRUCTURE */
#header {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}
#logo {
	width: 237px;
	margin: 0;
	height: 124px;
	background: url('../images/logo.gif') no-repeat;
}
.sup {
	font-weight: 100;
	font-size: 15px !important;
}
#logo a {
	display: block;
	width: 237px;
	height: 0;
	font-size: 1em;
	padding-top: 124px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
#top_nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 50px 0 0 0;
}
#top_nav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999;
}
#top_nav li.login-sign {
	font-size: 90%;
}
#top_nav li a {
	color: #000;
}
#main_nav {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #1c9e52 url('../images/nav-bg.jpg') repeat-x 50% top;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_nav li {
	float: left;
	margin: 0px;
	padding: 0;
	line-height:37px;
}
#main_nav li a {
	float: left;
	display: block;
	padding: 2px 18px 0px 18px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#main_nav li.nav-left {
	width: 10px;
	height: 37px;
	background: transparent url('../images/nav-left-corner.jpg') no-repeat;
}
#main_nav li.nav-right {
	width: 10px;
	height: 37px;
	background: transparent url('../images/nav-right-corner.jpg') no-repeat;
}

.signup-color {
	background: #b3fb8f;
	color: #000 !important;
	border-left: 1px solid #fff;
}
#termsofuse {
  width: 100%;
  font-size: 9px; 
  margin-top: 1.0em;
}
#main_nav li a:hover {
	background: #1c9e52;
}
#content {
	background: #99cc77 url('../images/content-bg-repeat-x.jpg') repeat-x;
	border-top: 2px solid #0a9644;
	border-bottom: 2px solid #0a9644;
}
.question {
	font-weight: bold;
}
#signup-teacher {
	display: block;
	width: 110px;
	height: 0;
	font-size: 1em;
	padding-top: 28px;
	margin-left: 10px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/button-signup-teacher.gif') no-repeat;
}
#signup-student {
	display: block;
	width: 110px;
	height: 0;
	font-size: 1em;
	padding-top: 28px;
	margin-left: 10px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/button-signup-student.gif') no-repeat;
}
#signup-teacher:hover, #signup-student:hover {
	background-position: -110px 0;
}
#userlogin {
	display: block;
	width: 110px;
	height: 0;
	font-size: 1em;
	margin-top: 15px;
	padding-top: 28px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/button-userlogin.png') no-repeat;
}
/* usersignup for test-taker */
#signup-testtaker {
	display: block;
	float: left;
	clear: none;
	margin-top: 15px;
	padding-top: 28px;
	text-indent: -2000px;
	background: url('../images/sign-up.png') no-repeat;
	width: 113px;
	height: 0;
	font-size: 1em;
	border: 0;
}

#tour {
	display: block;
	width: 110px;
	height: 0;
	font-size: 1em;
	padding-top: 28px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/button-tour.gif') no-repeat;
}
#tour:hover {
	background-position: -110px 0;
}
.button_nav {
	list-style: none;
	margin: 0;
	padding: 10px 0 11px 0;
}
.button_nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#content p {

}
#content_wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}
#bottom_content {
	width: 960px;
	margin: 21px auto 0 auto;
}
#footer {
	clear: both;
	width: 960px;
	margin: 25px auto 0 auto;
	text-align: center;
	font-size: 10px;
	color: #aaa;
	border-top: 1px solid #ddd;
}
#lcol {
}
#rcol {
}
#mcol {
}
.col_left {
	width: 360px;
	float: left;
}
.col_right {
	width: 530px;
	float: right;
}
.col_left.lower {
	width: 390px;
	float: left;
}
.col_right.lower {
	width: 550px;
	float: right;
}

.col_left.student {
	width: 500px;
	float: left;
}
.col_left.student ul {
	list-style:disc;
}
.col_left.student li {
	padding-left: 5px;
	padding-right: 50px;
	line-height:1.3em;
}
.col_left.interior {
	width: 545px;
	float: left;
	padding-left: 5px;
}
.col_right.interior {
	width: 390px;
	float: right;
	padding-left: 5px;
}
.col_right.interior p {
	font-size: 12px;
	line-height: 140%;
}
.col_left.lower p {
	font-size: 12px;
	line-height: 140%;
}
.col_right.lower p {
	font-size: 15px;
	line-height: 140%;
}

.alert_text_box {
	clear: both;
	background: #fff;
	padding: 5px 10px 5px 10px;
	border: 2px solid #8aaf79;
	text-align: center;
	font-size: 13px;
	color: #074320;
}
/* =05: NAVIGATION */
#main_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* 
ACCESSIBLE CSS ROLL OVERS 
#main_nav li a { display: block; float: left; width: 0px; height: 0px; text-indent: -99999px; overflow: hidden; }
*/
#subnav {
}
#breadcrumbs {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}
#breadcrumbs li {
	display: inline;
	font-size: 10px;
	color: #999;
}
#breadcrumbs li a {
	color: #666;
}
/* =06: HELPER CLASSES */
.tac, .center {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.fl, .left {
	float: left;
}
.fr, .right {
	float: right;
}
.imgfl {
	float: left;
	margin-right: 18px;
}
.imgfr {
	float: right;
	margin-left: 18px;
}
.clear {
	clear: both;
}
/* =07: ACCESSIBILITY */
#skiplinks {
	position: absolute;
	top: -500px;
}
/* =08: TABLES */
summary {
}
th {
}
legend {
}
/* =09: FORMS */
.listform {
	list-style: none;
	width: auto;
}
.listform li {
	clear: both;
	padding: 9px 0 9px 0;
}
.listform label {
	float: left;
	text-align: right;
}
.listform input, .listform select, .listform textarea {
	float: right;
}
.listform span {
	color: #FFaaaa;
}
.listform .error {
	background: #ffaaaa;
	border: 1px solid #dd9999;
	padding: 5px;
}
/* =10: TOUR */
.tour_right {
	float: right;
	text-align: center;
	width: 200px;
	border-left: 1px solid #eee;
}
.tour_right img {
	width: 200px;
	border: 1px solid #fde198;
	padding: 1px;
	margin-left: 18px;
}
.tour_right_s {
	float: right;
	margin-left: 18px;
	width: 215px;
	text-align: center;
	border-left: 1px solid #eee;
	padding-left: 18px;
}
.tour_right_s img {
	width: 200px;
	padding: 1px;
	border: 1px solid #fde198;
}
.tour_section {
	margin: 0 0 54px 0;
	padding: 1px 1px 1px 25px;
	text-align: left;
}
.record_step {
	clear: both;
	padding: 18px 0 18px 0;
	border-bottom: 1px solid #eee;
}
.img_fr {
	float: right;
	clear: right;
	margin-left: 18px;
}
.dev-online-test {
	list-style-type: none;
}
.dev-online-test ul {
	list-style-type: none;
}
#test-timer {
	border: 1px solid black;
	width: 200px;
	height: 20px;
	position: relative;
	color: black;
	background-color: #ddd;
}
/* color bar */
#test-timer div.progress {
	position: absolute;
	width: 0;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}
#test-timer div.progress .text {
	display: none;
}
#test-timer div.text {
	display: none;
}
#login-box div {
	float: left;
	width: 170px;
}
#login-box label {
	float: left;
	font-size: 11px;
}
#login-box input.field {
	float: left;
	clear: left;
	border: 1px solid #899F45;
	width: 250px;
}
#login-box input.email-field {
  width: 100%;
}
input.login-submit {
	float: left;
	clear: none;
	margin-top: 15px;
	padding-top: 28px;
	background: transparent url('../images/sign-up.png') no-repeat;
	width: 113px;
	border: 0;
}
#home-placeholder {
	background: transparent url('../images/home-placeholder.jpg') right no-repeat;
	height: 397px;
}
#home-placeholder h1 {
	margin-top: 0;
	padding-top: 10px;
	font-size: 30px;
}
#free-tips {
	margin-top: 30px;
}
#free-tips ul {
	list-style:none;
	margin: 0;
	padding: 10px 0 0 0;
	width: 530px;
}
#free-tips li {
	width: 190px;
	float: left;
	margin:0;
	padding: 0px 20px 20px 50px;
}
#free-tips li a {
	font-size: 11px;	
}
#free-tips li.icon1 {
	background: transparent url('../images/icon-tips1.png') no-repeat;
}
#free-tips li.icon2 {
	background: url('../images/icon-tips2.png') no-repeat;
}
#free-tips li.icon3 {
	background: url('../images/icon-tips3.png') no-repeat;
}
#free-tips li.icon4 {
	background: transparent url('../images/icon-tips4.png') no-repeat;
}
#free-tips p {
	text-align: right;
	padding-right: 165px;
}
#share {
	position: absolute;
	right: 0;
}
.video-title {
	font-size: 16px;
	padding: 12px 0 5px 5px;
	margin: 0;
	line-height: 16px;
}
#intro-bar {
	height: 37px;
	background: #7fbf3d url('../images/title-right-corner.jpg') right no-repeat;
	padding-right: 10px;
}
#intro-bar p {
	color: #fff;
	padding: 0px 10px;
	background: #7fbf3d url('../images/title-left-corner.jpg') no-repeat;
	line-height: 37px;
	margin: 0;
	font-weight: bold;
	display: inline;
	float: left;
}
#intro-bar p.int-breadcrumbs {
	background-image: none;
	float: right;
	font-size: 12px;
}
#intro-bar p.int-breadcrumbs a {
	color: #fff;
}
#free-tips-interior {
	margin: 20px 0;
}
#free-tips-interior ul {
	list-style:none;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 480px;
	float: left;
}
#free-tips-interior li {
	width: 170px;
	float: left;
	margin:0;
	padding: 0px 20px 20px 50px;
}
#free-tips-interior li a {
	font-size: 11px;	
}
#free-tips-interior li.icon1 {
	background: transparent url('../images/icon-tips1.png') no-repeat;
}
#free-tips-interior li.icon2 {
	background: url('../images/icon-tips2.png') no-repeat;
}
#free-tips-interior li.icon3 {
	background: url('../images/icon-tips3.png') no-repeat;
}
#free-tips-interior li.icon4 {
	background: transparent url('../images/icon-tips4.png') no-repeat;
}
#free-tips-interior li.icon5 {
	background: transparent url('../images/icon-tips1.png') no-repeat;
}
#free-tips-interior li.icon6 {
	background: url('../images/icon-tips2.png') no-repeat;
}
#free-tips-interior li.icon7 {
	background: url('../images/icon-tips3.png') no-repeat;
}
#free-tips-interior li.icon8 {
	background: transparent url('../images/icon-tips4.png') no-repeat;
}

#free-tips-interior li a {
	font-size: 11px;	
}
#detail-box {
	min-height:160px;
	background: transparent url('../images/col-right-bg-repeat-x.jpg') repeat-x;
	padding: 7px;
}
#share-signup p {
	line-height: 16px;
	padding: 0;
	margin: 0;
	display: inline;
}
#share-signup img {
	padding: 0;
	margin: 0 5px 0 5px;
}

.social-media {
border:0 none;
height:20px;
margin:3px 0 10px 15px;
}

.socialmedia {
border:0 none;
height:25px;
width:70px;
padding: 2;
position: absolute;
right: 0;
top: 25px;
}