/* 

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
12 - Footer
13 - Backgrounds
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body {
	line-height: 1.25;
}

body { padding: 30px 0 30px 0 ; }
body { padding-bottom: 40px !important; }
#container { margin-bottom: 30px; }

.bold{
	font-weight: bold;
}

#main-content h2, h3{
	clear:none;
}

#main-topic{
	width:600px;
	padding-bottom:15px;
}

#main-topic ul li a:link, #main-topic ul li a:visited{
	color: #22ac46;	
	font-weight: normal;
	font-size:25px;
	background-color: #f1f1f1;
	padding:20px 15px 20px 15px;
	margin-top:10px;
	width:100%;
	display:block;
	-moz-box-shadow: 0px 1px 1px #959595;  
    -webkit-box-shadow: 0px 1px 1px #959595;  
    box-shadow: 0px 1px 1px #959595;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
}

#main-topic ul li a:hover{
	color: #7d7d7b;	
	font-weight: normal;
	font-size:25px;
	width:100%;
	display:block;
	-moz-box-shadow: 0px 1px 1px #959595;  
    -webkit-box-shadow: 0px 1px 1px #959595;  
    box-shadow: 0px 1px 1px #959595;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color: #e7e7e7;
}

#main-topic-quizzes{
	width:600px;
	padding-bottom:15px;
	margin-left:400px;
}

#main-topic-quizzes-index ul li a:link, #main-topic-quizzes-index ul li a:visited{
	color: #22ac46;	
	font-weight: normal;
	font-size:25px;
	background-color: #f1f1f1;
	padding:30px 15px 30px 15px;
	margin-top:10px;
	width:50%;
	display:block;
	-moz-box-shadow: 0px 1px 1px #959595;  
    -webkit-box-shadow: 0px 1px 1px #959595;  
    box-shadow: 0px 1px 1px #959595;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	border:none;
	float:left;
	margin-right:30px;
}

#main-topic-quizzes-index ul li a:hover{
	color: #7d7d7b;	
	font-weight: normal;
	font-size:25px;
	width:50%;
	display:block;
	-moz-box-shadow: 0px 1px 1px #959595;  
    -webkit-box-shadow: 0px 1px 1px #959595;  
    box-shadow: 0px 1px 1px #959595;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color: #e7e7e7;
	float:left;
}

#main-topic-quizzes{
	width:600px;
	padding-bottom:15px;
	margin-left:400px;
}

#main-topic-quizzes ul li a:link, #main-topic-quizzes ul li a:visited{
	color: #22ac46;	
	font-weight: normal;
	font-size:25px;
	background-color: #f1f1f1;
	padding:30px 15px 30px 15px;
	margin-top:10px;
	width:80%;
	display:block;
	-moz-box-shadow: 0px 1px 1px #959595;  
    -webkit-box-shadow: 0px 1px 1px #959595;  
    box-shadow: 0px 1px 1px #959595;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	border:none;
}

#main-topic-quizzes ul li a:hover{
	color: #7d7d7b;	
	font-weight: normal;
	font-size:25px;
	width:80%;
	display:block;
	-moz-box-shadow: 0px 1px 1px #959595;  
    -webkit-box-shadow: 0px 1px 1px #959595;  
    box-shadow: 0px 1px 1px #959595;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color: #e7e7e7;
}

.quiz-list-images{
	float:left;
	margin-top:7px;
	margin-left:7px;
	margin-right:15px;
}

#course-buttons, #course-buttons1, #index-buttons{
	width:600px;
	padding-bottom:15px;
	text-align:center;
}

.course-buttons2{
	width:100%;
	padding-bottom:15px;
	text-align:center;
}

#course-buttons-vs{
	width:500px;
	padding-bottom:15px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

#course-sidebar-buttons{
	width:100%;
	padding-bottom:15px;
	text-align:center;
	color: rgb(61, 61, 61);	
}

#course-buttons ul li a:link, #course-buttons ul li a:visited{
	/*color: rgb(61, 61, 61);
	background-color: rgb(197, 230, 22);*/
	color: #FFF;	
	font-weight: normal;
	font-size:25px;
	background-color: #1e9b3e;
	padding:20px 15px 20px 15px;
	margin-top:10px;
	width:100%;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-image:url(../images/arrow-course-optin.png);
	background-position:left;
	background-repeat:no-repeat;
	line-height:1.5em;
}

#course-buttons ul li a:hover{
	color: #22ac46;	
	font-weight: normal;
	font-size:25px;
	width:100%;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color: #e7e7e7;
	line-height:1.5em;
}

#course-buttons1 ul li a:link, #course-buttons1 ul li a:visited, #course-buttons-vs ul li a:link, #course-buttons-vs ul li a:visited{
	color: rgb(61, 61, 61);	
	font-weight: normal;
	font-size:25px;
	background-color: #b3e616;
	padding:20px 15px 20px 15px;
	margin-top:10px;
	width:100%;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-image:url(../images/arrow-coupon-optin.png);
	background-position:left;
	background-repeat:no-repeat;
	line-height:1.5em;
}


#course-buttons1 ul li a:hover, #course-buttons-vs ul li a:hover{
    color: rgb(61, 61, 61);	
	font-weight: normal;
	font-size:25px;
	text-decoration:underline;
	width:100%;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color: #b3e616;
	line-height:1.5em;
}

#course-buttons2{
	margin-right:35px;
}

#course-buttons2 ul li a:link, #course-buttons2 ul li a:visited{
	color: rgb(61, 61, 61);	
	font-weight: normal;
	font-size:25px;
	background-color: #b3e616;
	padding:20px 15px 20px 15px;
	margin-top:10px;
	width:100%;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-image:url(../images/arrow-coupon-optin.png);
	background-position:left;
	background-repeat:no-repeat;
	line-height:1.5em;
	text-align:center;
	margin-right:15px;
}


#course-buttons2 ul li a:hover{
    color: rgb(61, 61, 61);	
	font-weight: normal;
	font-size:25px;
	text-decoration:underline;
	width:100%;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color: #b3e616;
	line-height:1.5em;
	text-align:center;
}


#course-sidebar-buttons ul li a:link, #course-sidebar-buttons ul li a:visited{
	color: rgb(61, 61, 61);	
	font-weight: normal;
	font-size:25px;
	background-color: #b3e616;
	padding:20px 15px 20px 15px;
	padding-left:50px;
	margin-top:10px;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-image:url(../images/arrow-coupon-optin-small.png);
	background-position:left;
	background-repeat:no-repeat;
}

#course-sidebar-buttons ul li a:hover{
	color: rgb(61, 61, 61);	
	font-weight: normal;
	font-size:25px;
	text-decoration:underline;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color: #b3e616;
}

#index-buttons ul li a:link, #index-buttons ul li a:visited{
	/*color: rgb(61, 61, 61);
	background-color: rgb(197, 230, 22);*/
	color: #575757;	
	font-weight: normal;
	font-size:25px;
	background-color: #e7e7e7;
	padding:20px 15px 20px 15px;
	margin-top:10px;
	width:100%;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-image:url(../images/arrow-coupon-optin-small.png);
	background-position:left;
	background-repeat:no-repeat;
}

#index-buttons ul li a:hover{
	color: #22ac46;	
	font-weight: normal;
	font-size:25px;
	width:100%;
	display:block;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color: #b3e616;
}


.list-letters{
	list-style: lower-alpha;
}

.list-letters-items{
	margin-bottom:15px;
}

ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table#levelingbartable tr{
	border: 2px solid #dbdad8;
	padding:10px;
}

table#levelingbartable th{
	border: 2px solid #dbdad8;
	padding:7px;
}

table#levelingbartable{
	margin:10px;
}

#vs-table {
	line-height:35px;
	margin-left:30px;
	border:solid thin #f5f5f4;
}

#vs-table .table-first{
	background-color: #22ac46;
	color:#FFF;
}

#vs-table img{
	padding-top:10px;
}

#exam-fee-table {
	margin-left:55px;
	line-height:35px;
}

#exam-fee-table .table-odd, #exam-page-table .table-odd, #vs-table .table-odd, #vs-table-big .table-odd {
	background-color:#f4f4f4;
}

#exam-fee-table tr td, #vs-table tr td , #vs-table-big tr td {
	padding-left: 10px;
}

#exam-page-table {
	margin:auto;
	margin-top:50px;
	width:900px;
}

#exam-page-table tr td{
	width:16.67%;
	/*border:solid thin #f5f5f4;*/
	height:85px;
	padding:5px;
	text-align:center;
}

#exam-page-table .table-first{
	background-color: #22ac46;
	text-align:center;
	line-height:20px;
	height:150px;
	color:#FFF;
	
}

#exam-page-table .table-company-name{
	background-color: #22ac46;
	text-align:center;
	line-height:20px;
	color:#FFF;
	
}

#exam-page-table .text-left{
	text-align:left;
}

#vs-table-big{
	margin:auto;
	margin-top:50px;
	width:600px;
}

#vs-table-big tr td{
	width:33.33%;
	border:solid thin #f5f5f4;
	height:85px;
	padding:5px;
	text-align:center;
}

#vs-table-big .table-first{
	background-color: #22ac46;
	text-align:center;
	line-height:20px;
	height:100px;
	color:#FFF;
}

a img { border: none; }

html {height: 101%;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.table tr, .table th{
	border: 2px solid #dbdad8;
	text-align:center;
}

.table-left{
	text-align:left;
}

ol{
	margin-left:60px;
	margin-right:60px;
	margin-top:25px;
	margin-bottom:25px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 15px;
	font-family: 'Open Sans', Helvetica, arial, sans-serif;		
	width:auto; height:auto;	
	padding: 25px 0;
	margin: 0;
	color: #7d7d7b;	
	background-color: white;	
}

p {
	line-height: 23px;
	margin: 0 0 20px 0;
	color:#747373;	
}

.medium-p {
	line-height: 35px;
	margin: 0 0 20px 0;
	color:#747373;
	font-size:20px;
	font-weight:500;
}

.big-p {
	line-height: 35px;
	margin: 0 0 20px 0;
	color:#747373;
	font-size:30px;
	font-weight:500;
}

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

li {
	margin: 0 0 0 0;
	padding: 0;
}


img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

img.left-arrow {
	margin: -20px 20px 20px -65px;
	float: left;
}

img.right-arrow {
	margin: -20px -65px 20px 15px;
	float: right;
}

a{	
	color: #22ac46;
	text-decoration:none;
	outline: none;
}

a:hover {
	color: #7d7d7b;	
	text-decoration:underline;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {	
	/*clear: both;*/
}

h3 {line-height: 25px;
}

h1 { padding-bottom: 10px;
	line-height:50px;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-size: 2.6em;
}

h1, h2, h3, h4, h5, h6{	
	color: #22ac46;	
	margin: 0 0 15px 0;
	font-weight: normal;
}

h2 { font-size: 1.5em;
	 padding-bottom:15px;
	 padding-top:15px;
	 line-height:25px;
}

h3 { font-size: 1.3em; }

h4 { font-size: 1.1em; }

.h1 { padding-bottom: 10px;
	line-height:50px;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-size: 2.6em;
}

.h2 { font-size: 1.5em;
	 padding-bottom:15px;
	 padding-top:15px;
	 color: #22ac46;	
}

#featuredPosts .homepagelinks a{
	color: #22ac46;	
	text-decoration: none;
}

#featuredPosts .homepagelinks a:hover{
	color: #7d7d7b;
	text-decoration: none;
}
	

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

#left-20 {
	margin-left:30px;
	float:left;
}

#left0{
	margin:0px 15px 15px 15px;
	float:left;
}

#left-coupon{
	margin:10px 45px 15px 15px;
	float:left;
}

#right-coupon{
	margin:10px 45px 15px 15px;
	float:right;
}

.right {
	float: right;	
}

#right {
	float: right;	
}

#left {
	float: left;	
}

#right-padding{
	padding-left:20px;
	margin:10px 45px 25px 15px;
	float:right;
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], main-content {
	background-color: #f1f1f1;
	border: none;
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;			
}

input[type="text"]:focus {outline: none; background: #f7f7f7;}
main-content:focus {outline: none; background: #f7f7f7;}

main-content { width: 500px; font-size: 13px;}

::selection {
	background:#22ac46; 
	color:#000;
	}
	
::-moz-selection {
	background:#22ac46; 
	color:#000;
	}
	
#breadcrumb{
	margin-bottom:20px;
	font-size:11px;
}

#breadcrumb a:link {
	color:#999;
}

#breadcrumb a:visited {
	color:#999;
}

#breadcrumb a:hover {
	color:#22ac46;
	text-decoration:none;
}

/* Clearfix ----------- */

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

.relatedtools{
	color: #22ac46;
}

#footer-main .relatedtools a {
	color: #22ac46;
}

#footer-main{
	border-top: 1px solid #e4e4e4;
	background-image:url(images/bkg_concrete1.jpg);
	background-repeat:repeat-x;
}

#secondary-clearfix{
	background-image:url(../images/footer-background.png);
	background-repeat:repeat-y;
}

.clearfix {
    display: inline-block;
	clear:both;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.action {	
	font-style: italic;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

#footer-main .left{
	float:right;
}


/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 1020px;
	margin: 0 auto;	
	  background-image:url(../images/footer-background.png);
	   background-repeat:repeat-y;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);		
}

#header {
	width: 960px;
	margin: 0 auto;	
}

#main {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;		
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;	
}

#sidebar {
	width: 350px;
	float: right;
	margin: 0;
	padding: 0;		
}

#sidebar-signup{
	margin-top:25px;
	margin-left:-25px;
	margin-right:-25px;
}

#sidebar-signup-1{
	margin-top:25px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:35px;
}

#sidebar-signup-1 .sidebar-signup-1-image{
	display:inline;
	margin-top:-35px;
	margin-bottom:-60px;
}

#sidebar-signup-1 .email-optin-text{
	width:400px;
}

#body-container {
	width: 100%;
}

#body-container {
	width: 1020px;
	margin:auto;
}

.oneFourth {
	width: 260px;
	margin-bottom:115px;
		
}

.twoFourth {
	width: 100px;	
}

.oneThird {
	width: 250px;	
}

.twoThird {
	width: 550px;	
}

.threeFourth {
	width: 700px;	
}

.odd1 {
	width: 140px;
}

.odd2 {
	width: 110px;
}

.odd3 {
	width: 376px;
}

.odd4 {
	width: 100px;
}

.full {
	width: 960px;
}

#adblock {
	width: 100%;
	text-align:center;
	margin-bottom:15px;
}

#google-ad-navbar{
	margin-top: 35px;
	margin-left:40px;
}

#google-ad-body{
	float: right;
	margin-left:25px;
}

.google-ad-body{
	float: right;
	margin-left:25px;
	width: 336px; 
	height: 280px;
}

#google-ad-body-left{
	float: left;
	margin-right:25px;
}

#google-ad-body-video{
	float: right;
	margin-left:-5px;
}

#google-ad-text{
	margin-left:auto;
	margin-right:auto;
}

#google-ad-body-mobile{
	display:none;
	width:300px;
	height:250px;
}

.google-ad-body-mobile{
	display:none;
	width:300px;
	height:250px;
}

#video{
	margin-bottom:15px;
}

.next-logo{
	position:absolute;
	margin-right:1150;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	padding: 30px 0 30px;
	position: relative;
	z-index: 2;	
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
}

.home #header {
	border: none;
	margin-bottom: 0;
}

#logo {		
	float: left;	
	margin: 0px 25px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

#header h1 {
	font-size: 55px;	
	padding: 30px 0 20px 0;
	color: #575757;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	line-height: 1px;		
}

#header h1.logo {	
	padding: 0;
	margin: 0;	
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}

.gray{
	color: #575757;
}

/* Top level navigation */

#mainNav{	
	right: 5px;	
	position:absolute; top:50%; height:20px; margin-top:-10px;	
	font-size: 13px;
	font-family: Helvetica, arial, sans-serif;	
}

#mainNav li{
	margin: 0 0 0 25px;	
	display: inline-block;
	padding-top: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #9b9b9b;	
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}

#mainNav ul li a:hover,
#mainNav ul li:hover,
#mainNav ul li.sfHover a,
#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #22ac46;	
}

.current-nav-link a:link {
    /*background-color: #e2e2e0;*/
}

#body-container .alphabet-active a {
	text-decoration:underline;
	color: #22ac46;	
}

#breadcrumb .alphabet-active a {
	text-decoration:none;
	color: #22ac46;	
}

#breadcrumb .breadcrumb-current a {
	text-decoration:none;
	color: #22ac46;	
}

#dictionary-lists {
	float:left;
	margin-right:35px;
	display:block;
	margin-bottom:35px;
}

#dictionary-lists-end {
	float:left;
	margin-right:0px;
	display:block;
	margin-bottom:35px;
}

#dictionary-lists ul li a:link, #dictionary-lists ul li a:visited{
	text-decoration:	none;
    border-bottom:	none;
	list-style-type: none;
}

#dictionary-lists ul li a:hover{
	text-decoration:	none;
	list-style-type: none;
}

#dictionary-lists-end ul li a:link, #dictionary-lists-end ul li a:visited{
	text-decoration:	none;
    border-bottom:	none;
	list-style-type: none;
}

#dictionary-lists-end ul li a:hover{
	text-decoration:	none;
	list-style-type: none;
}

.dictionary-links{
	list-style:none;
}

.link-underline{
	text-decoration:underline;
}

#content-main ul li .list-links a:link, #content-main  ul li .list-links a:visited{
	color: #22ac46;
	text-decoration:none;
}

#content-main ul li .list-links a:hover {
	color: #7d7d7b;	
	text-decoration:underline;
}

#content-main ul li.line-space-list{
	margin-bottom:10px;
}

.block {
	display:block;
	clear:both;
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #dedede;	
}

#mainNav ul ul ul {
	margin-top: -20px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {	
	font-size: 13px;
	padding: 0px 0 10px 0;
	font-weight: normal;
}

#mainNav ul li.sfHover ul a { color: #9b9b9b!important; }

#mainNav ul li.sfHover ul a:hover { color: #707070!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display:		block;
	width: 100%;
	text-indent: 	-999em;
	overflow:		hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	background:	url('images/subnav_arrow.png') center bottom no-repeat;
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {
	background:	url('images/subnav_arrow_left.png') right 5px no-repeat;
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}



/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 20px 0px;					
}

#content.thumbs {
	width: 990px;
}

#content .post {
	margin: 0 10px 40px 0px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;		
}

.page #content .post {
	margin: 0 20px 0px 0px;
	border: none;
}

#content .post h1{
	font-size: 27px;	
}

.post .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;			
}

#content .post.withThumb .inside {
	margin-left: 130px;
}

#content .post .inside {
	margin-right: 20px;
}

#content .post.lastPost {
	border-bottom: none;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #696969 ;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #7d7d7b ;		
}

#content .postThumb{
	position: absolute;
	left: 0 right: 0;
}

.moreLink {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
}

#pageHead {		
	padding: 0px 0 10px 0;	
	margin: 0 30px 30px 30px;	
}

#pageHead h1 {	
	font-size: 35px;
	line-height: 1.2em;
	margin-bottom: 0;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;		
}

#content-main-crosswords h1, #content-main-multiple-choice h1 {
	margin-top:15px;
	font-size:50px;
}

#content-main-crosswords h2, #content-main-multiple-choice h2 {
	font-size:20px;
	color: #747373;
	margin-top: -30px;
}
	

/*Portfolio Navigation------------------*/

#content #portfolioNav{
	padding: 0!important;
	margin: 0 0 20px 0!important;	
}

#content #portfolioNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 6px 6px 0;	
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}

#portfolioNav li a{
	font-size: 12px;	
	background: #f3f3f3;	
	display: inline-block;	
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
	color: #7d7d7d;	
}

#portfolioNav li a:hover {
	background: #6a6a6a;
	color: #fff;
}

#portfolioNav li.current-cat a {
	background: #22ac46;
	color: #fff;
}

/*Home Featured Carousel------------------*/

#homeCarousel{		
	margin-bottom: 15px;	
}

.homeFeature .titleBox{
	float: left;
	width: 217px;
}

.homeFeature .titleBox h4{
	font-size: 20px;
	margin-bottom: 10px;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

.carouselThumbs {
	float: right;
	width: 711px;	
}

#content .carouselThumbs ul{	
	overflow: hidden;	
}

#content .carouselThumbs ul li{
	float: left;
	width: 247px;
	margin: 0!important;	
}

.homeFeature .titleBox .projectNav {
	padding-top: 10px;
}

#body-container .exam-requirements ul li{
	margin-left:50px;
	list-style:circle;
	font-size: 14px;
}

.rating{
	color:#22ac46;
	font-weight: bold;
	font-size:20px;
}

.rating-stars{
	color:#7d7d7d;
	font-weight: bold;
	font-size:20px;
}

#small-checkmark{
	float:left;
	margin-right:10px;
	margin-top:10px;
}

#small-checkmark-comparison{
	float:left;
	margin-right:20px;
	margin-top:20px;
}

#table-of-contents{
	margin-top: 50px;
	text-align:center;
}

div#header-cpa {
    background-color: gray;
    background-color: #f4f4f4;
    padding-bottom: 40px;
}

#body-container .best-list ul li {
    list-style: circle;
    margin-left: 50px;
}

#body-container .best-list ul a {
    color: #22ac46;
    font-size: 20px;
    line-height: 2em;
    list-style: circle;
}


/*Home Featured Posts------------------*/

#featuredPosts{
	/*padding-top: 30px;	
	border-top: 1px solid #e3e3e3;*/
}

.homepage-h2{
	color:#7d7d7d;
}

#featuredPosts .posts{
	float: right;
	width: 920px;	
	padding: 0!important;
}

#featuredPosts .posts .post{
	float: left;
	margin: 0;
	padding: 0;
	margin: 0 0 30px 30px;
	border: none;		
}

#featuredPosts .posts .post .thumb{
	margin-bottom: 15px;
}

#featuredPosts .posts .post h1{
	font-size: 20px;
}

#featuredPosts .posts .post p{	
	margin: 0;
	padding: 0;			
}

.metaCat {
	text-transform: uppercase;
	margin-bottom: 5px;
}


/*Projects------------------*/

#content #projectGrid {
    width: 990px;
	margin: 0px 0 0 0;
	padding: 0;
    clear:both;
	display: none;
}

#projects {	
	list-style: none;
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small{
	float: left;
	padding: 0;
	display: block;	
	margin: 0 30px 20px 0;	
}

.tax-portfolio .project.small {
	display: none;
}

.project.small h1  {
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;	
	padding-top: 10px;	
	margin: 0 10px 10px 0px;
}

.project .left {
	float: left;
	width: 220px;	
}

.project .right {
	float: right;
	width: 700px;	
	padding: 0px 0 0 0;		
}

.project .right .inside {
	margin-bottom: 30px;
}

.project .right h1{
	font-size: 30px;
	margin-bottom: 15px;
}

.single-projects #slideshow {
	margin-left: 0px;
	margin-bottom: 60px;
}

#content .portfolioList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.portfolioList li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 0 0 !important;	
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
}

.portfolioList li a{
	font-size: 12px;	
	background: #f3f3f3;	
	display: inline-block;	
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;			
}

.portfolioList li a:hover {
	color: #fff !important;
	background: #6d6d6d;
}

.single-projects #content {
	width: 960px;
}

.projectNav {
	margin: 0 0 30px 0;	
	padding-top: 30px;
}

.projectNav a{
	display: block!important;
	width: 28px;
	height: 28px;
	text-indent: -9999px;	
}

.projectNav div {
	float: left;
	margin-right: 10px;
	width: 28px;
	height: 28px;
}

.projectNav .next a{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .next a:hover {	
	background-position: 0 0;
}

.projectNav .next.inactive{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -56px;
}

.projectNav .previous a{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .previous a:hover {	
	background-position: 0 0;
}

.projectNav .previous.inactive{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -56px;
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;		
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#slideshow {	
	background: transparent;	
	position: relative;	
	z-index: 1;	
	margin: 30px 30px 30px 30px;
	height:300px;
	margin-bottom: 50px;
}

#slideshow #slider a{	
	display: block;
}

#slideshow img {
  display: block;
}

#slideshowNav {
	position: absolute;
	bottom: 40px;
	right: 0px;
	z-index: 10;	
}

#slideshowNavPager {
	float: left;	
}

#slideshowNav a {
	width: 10px;
	height: 10px;
	/*/background: transparent url(../wp-content/themes/craft/images/slideshow_nav.png) no-repeat;*/
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	/*/background: transparent url(../wp-content/themes/craft/images/slideshow_nav_active.png) no-repeat;*/
}

#slideshowNav a:focus { outline: none; }

#homepage-email-opt-in {
	width:200px;
	margin-top:25px;
	margin-left:20px;
}

#homepage-opt-in {
	width:300px;
	position:absolute;
	padding-bottom:40px;
	left:505px;
}

#slideshow-container{
	margin-top:10px;
	float:right;
	border: 1px solid #22ac46;
	background-color:#f3f1f1;
	width:350px;
	height:320px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.homepage-image-opt-in{
	float:right;
	margin-right:-220px;
	margin-top:-90px;
}

#homepage-youtube{
	margin-top:10px;
	float:left;
	margin-bottom:35px;
	width:550px;
	height:320px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #22ac46;
	background-image: url(../images/getting-started-background.jpg);
	
}

.homepage-getting-started{
	color: #22ac46;	
	font-size: 1.5em;
	padding-bottom:15px;
	padding-top:15px;
	text-decoration: none;
}

.vid{
	width:100px;
	height:300px;
}

#left-column-homepage-youtube{
	width:260px;
	height:300px;
	float:left;
}

#right-column-homepage-youtube{
	color:#FFF;
	padding-top:60px;
	width:250px;
	float:left;
	margin-left:10px;
	text-align:center;
	color:#FFF;
}

#right-column-homepage-youtube p{
	color:#FFF;
}

#right-column-homepage-youtube a{	
	color: black;
	text-decoration:underline;
	outline: none;
}

#right-column-homepage-youtube .homepage-getting-started a{	
	color: white;
	text-decoration:none;
	outline: none;
}

#right-column-homepage-youtube a:hover {
	color: #7d7d7b;	
	text-decoration:underline;
}
	

/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

a.button, #body-container a.button, #searchsubmit, input[type="submit"]  {	
	font-size: 12px;
	background: #22ac46 url(images/btn_bkg.png) repeat-x;	
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 8px 7px 8px;
	border: 1px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

a.button, #body-container a.button {
	padding: 6px 15px 5px;
}

#submit {
	padding: 5px 15px 6px;
	
}

#search .seachfield{
	border:1px solid;
}

.button:hover, #body-container a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	/*background-color: #1096c8;*/
	background-color: #b3e616;
	color: #fff;
}

#search {
	margin-bottom: 15px;
}

#search-body-div {
	margin-top:35px;
}

.search-text{
	line-height: 20px;
	margin: 0 0 0px 0;
	color:#999;
	font-size:12px;
	margin-bottom:7px;
}

.search-text-body{
	line-height: 20px;
	margin: 0px 10px 0px 15px;
	padding-top:10px;
	color:black;
	font-size:12px;
	float:left;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	margin: 0 0 0 0;	
}

.sidebarBox {	
	position: relative;
	margin: 0 0 40px 0;	
}

#sidebar p {
	line-height: 1.5em;
	margin-bottom: 12px;
}

.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#textwidget{
	margin-right:-25px;
}

#textwidget .right{
	margin-left:10px;
	padding-left:20px;
}

#textwidget .textwidget{
	margin-top:-10px;
}


#sidebar .widgetBox h3,
#body-container .widgetBox h3, 
#footer-main .widgetBox h3 {
	margin-bottom: 20px;
	font-size: 14px !important;
	line-height: 1.2em;
	font-size: 11px;	
	letter-spacing: 1px;
	font-family: Helvetica, arial, sans-serif;
	font-weight:bold;
}

#sidebar .widgetBox .meta,
#body-container .widgetBox .meta, 
#footer-main .widgetBox .meta {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
}

#sidebar ul, #body-container ul, #footer-main ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #body-container ul li, #footer-main ul il{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;
	
}

#sidebar ul li p, #body-container ul li p, #footer-main ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li, #body-container ul li, #footer-main ul li{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 20px;
	font-weight: normal;	
}



#sidebar .widget_nav_menu ul,
#body-container .widget_nav_menu ul,
#sidebar .widget_pages ul,
#body-container .widget_pages ul,
#sidebar .widget_categories ul,
#body-container .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#body-container .widget_nav_menu li,
#sidebar .widget_pages li,
#body-container .widget_pages li,
#sidebar .widget_categories li,
#body-container .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}

#right-sidebar{
	margin:15px 15px 15px 15px;
	width:250px;
	height:100%;
	border: solid 1px #dfe0e0;
	line-height:22px;
	padding: 15px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   background-color:#fff;
	   float:right;
	
}

#right-sidebar-2{
	width:250px;
	border: solid 1px #dfe0e0;
	line-height:22px;
	padding: 15px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   background-color:#fff;
	   position:absolute;
	   top: 730px;
	margin-left: -15px;
	margin-top: 60px;
}

#content-main{
	margin:15px 0px 45px 15px;
	height:100%;
	width:620px;
	border: solid 1px #dfe0e0;
	line-height:22px;
	padding: 20px 30px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   background-color:#fff;
	   float:left;
}

#table-of-contents ul li  {
    margin-right: 10px;
    font-size: 1.2em;
    display: inline;
}

#table-of-contents  .table-of-contents{
	border-right: solid thin gray;
    padding-right: 10px !important;
}

#body-container ul a.table-of-contents-link {
    color: #22ac46;
}

#exam-table-logo img{
	border:thin #CCC solid;
}

#content-main-exam{
	margin:15px 0px 45px 15px;
	height:100%;
	width:925px;
	border: solid 1px #dfe0e0;
	line-height:22px;
	padding: 20px 30px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   background-color:#fff;
	   float:left;
}

#homepage-textarea{
	padding:15px;
	height:100%;
	width:900px;
	line-height:22px;

	
}

#alphabet{
	border-bottom:solid 1px #dfe0e0;
	width:600px;
	text-align:center;
	padding-left:15px;
	margin-bottom:20px;
}


.bodyimage{
	margin:15px 15px 15px 15px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   border: solid 1px #b6b5b5;
	float:left;
}

.bodyimage1{
	margin:15px 15px 15px 20px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   border: solid 1px #b6b5b5;
	float:right;
}

#mainarticle{
	background-image:url(../images/mainarticlebackground.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:40px;
	padding-left:30px;
	width:635px;
	margin-left:-15px;
}

.booklink1{
	clear:both;
	display:block;
	text-align:center;
}

.googlebodyad{
	margin:15px 15px 15px 15px;
	float:left;
}

.amazonad{
	margin:15px 15px 15px 15px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   border: solid 1px #b6b5b5;
	float:left;
}


#resources ul li{
	text-decoration:none;
	line-height:10px;
	display:block;
}

#t-accounts{
}

#accounting-worksheet{
	width:625;
	overflow:scroll;
	margin-bottom:20px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/



#body-container{	
	border-top: 1px solid #f3f2f2;
	color: #7d7d7b;
	/*color: #a2a2a2;*/
	/*background: #faf9f9;*/	
}

#footer-main{	
	border-top: 1px solid #e4e4e4;
	color: #a2a2a2;
	padding: 25px 0 0px 0;	
	margin: 0 0 0 0px;	
}



#body-container .widgetBox h3, #footer-main .widgetBox h3{	
	color: #a2a2a2;
	font-family:	
}

#body-container .meta, #footer-main .meta {
	color: #cccccc;	
}

#body-container .main{	
	padding: 25px 0 0px 0;	
	margin: 0 0 0 0px;	
}

.footerBox{
	margin: 0 0 0px 30px;
	float: left;
	position: relative;	
}

.footerBox p{			
	padding: 0;	
}

/*
#footer a {
	color: #797979;	
}

#footer a:hover {
	color: #a2a2a2;	
}

*/

#secondary-clearfix{		
	margin: 220px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	font-style: none;
	border-top: 1px solid #e4e4e4;	
	font-family: Helvetica, arial, sans-serif;
	font-size:12px;
	background-color:#fff;
}

#secondary-clearfix .left {
	float: left;
}

#secondary-clearfix .right {
	float: right;
}

#secondary-clearfix .center{
	text-align:center;
}

#secondary-clearfix .center a {
	text-align:center;
	text-decoration:none;
}

#secondary-clearfix .center a:hover {
	text-align:center;
	color: #22ac46;	
	text-decoration:none;
}

.copyright{
	margin-left:8px;
	margin-right:8px;
}

.center{
	text-align:center;
}

.center-optin{
	text-align:center;
	border: solid thin #b3e616;
	padding-top: 20px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 2px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 2px #c6c6c6;  
       box-shadow: 1px 1px 2px #c6c6c6;
}

#body-container ul a, #mainNav a, #alphabet a, #footer-main a{	
	color: #9b9b9b;
	text-decoration:none;
}

#body-container a:hover, #mainNav a:hover, #alphabet a:hover, #footer-main a:hover{
	color: #22ac46;	
}

#list-bullets ul li{
	list-style:inside;
	text-indent:25px;
	font-size: 15px;
	font-family: Helvetica, arial, sans-serif;		
	width:auto; height:auto;	
	padding: 25px 0;
	margin: 0;
	color:#999;	
}

#main-content .h3-link a:link, #main-content .h3-link a:visited{
	color: #22ac46;	
	text-decoration: none;
}

#main-content .h3-link a:hover{
	color: #7d7d7b;
	text-decoration:underline;
}

#right-sidebar .h3-link a:link, #right-sidebar .h3-link a:visited{
	color: #22ac46;	
	text-decoration: none;
	font-size:17px;
	line-height:24px;
}
 
#right-sidebar .h3-link a:hover{
	color: #7d7d7b;
	text-decoration:underline;
	font-size:17px;
	line-height:24px;
}

#right-sidebar .h4-link a:link, #right-sidebar .h4-link a:visited{
	color: #22ac46;	
	text-decoration: none;
	font-size:17px;
	line-height:24px;
}
 
#right-sidebar .h4-link a:hover{
	color: #7d7d7b;
	text-decoration:underline;
	font-size:17px;
	line-height:24px;
}

#main-content .h2-link a:link, #main-content .h2-link a:visited{
	color: #22ac46;	
	text-decoration: none;
}

#main-content .h2-link a:hover{
	color: #7d7d7b;
	text-decoration:underline;
}

.smaller-text{
	font-size:9px;
	margin-left:100px;
}

.homepage-smaller-text{
	font-size:10px;
	line-height:.1em;
}

.indent-100 {
	margin-left: 100px;
}

/*//////////////////////////////////////////////////////////////////// 
//  13 - Backgrounds
////////////////////////////////////////////////////////////////////*/

body.bkgGrid {
	background: #dadbdb url(images/bkg_concrete1.jpg);
	background-attachment: fixed;
}

body.bkgConcrete {
	background: #dadbdb url(images/bkg_concrete.jpg);
	background-attachment: fixed;
}

body.bkgDiagonal {
	background: #dadbdb url(images/bkg_diagonal.png);
	background-attachment: fixed;
}

#coupon-code-footer{
	position: fixed;
	top: 0;
	width:100%;
	background-image: url(../images/coupon-background.png);
	background-repeat:repeat;
	 -moz-box-shadow: 1px -1px 4px #292929;  
    -webkit-box-shadow: 1px -1px 4px #292929;  
       box-shadow: 1px -1px 4px #292929;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	font-weight:500;
	font-size:20px;
	color:#FFF;
}

.coupon-button{
  background-color: rgb(197, 230, 22);
  padding: 5px;
  padding-left:20px;
  padding-right:20px;
  border-radius: 5px;
  color: rgb(61, 61, 61);
  margin-left:10px;
}

#coupon-code-footer .coupon-button a:link, #coupon-code-footer .coupon-button a:visited{
	color:black;
}


.coupon-code-button{
  background-color: #b3e616;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left:90px;
  padding-right:30px;
  border-radius: 5px;
  color: rgb(61, 61, 61);
  font-size:20px;
  background-image:url(../images/arrow-coupon-optin.png);
  background-repeat:no-repeat;
  background-position:left;
}

#coupon-code-button{
}

#coupon-text{
	width:600px;
	margin-left:320px;
}

.free-trial-button{
  background-color: #b3e616;
  border-radius: 5px;
  color: rgb(61, 61, 61);
  font-size:20px;
  background-repeat:no-repeat;
  background-position:left;
  padding:10px;
  text-align:center;
}

#above-body-optin{
	width:800px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	margin-bottom:20px;
	border-radius:7px;
	-moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   border-bottom:thin solid #b3e616;
	   background-image:url(../images/arrow-coupon-optin.png);
	   background-position:left;
	   background-repeat:no-repeat;
}

#dictionary-lists-width {
	float:left;
	margin-right:35px;
	display:block;
	margin-bottom:35px;
	width:120px;
}

.menu-trigger {
	display: none;
}

#youtube{
	margin-left:-10px;
	margin-bottom:30px;
	margin-top:30px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#youtube-no-sidebar{
	margin-left:-10px;
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
}

#header .cpanav{
	width:100%;
	margin: 3% 2% 0 2%;
	margin-left:-20px;
	padding-top: 20px;
	font-size: 100%;
	position: inherit;
	text-align:center;
	display:block;
	clear:both;
	height:auto;
	position:relative;
}

#header .cpanlogo{
	display:block;
	float:none;
	clear:both;
}

#header .cpanav li{
 	float: none;
	position: relative;
	text-align:center;
	font-size: 125%;
}

.justify-right{
	text-align:right;
}

#fastforwardbuybuttons {
    margin-left: 0px;	
}

#fastforwardbuybuttons form {
   padding-left:10%;
   margin-bottom: 40px;
}

.subscript{font-size:xx-small; vertical-align:bottom;} 

.superscript{font-size:xx-small; vertical-align:top;} 

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


div#footer-alphabet-homepage {
    display: block;
    clear: both;
    padding-top: 0px;
    border-top: thin solid #e4e4e4;
    padding-top: 15px;
    border-bottom: thin solid #e4e4e4;
    padding-bottom: 35px;
    margin-bottom: 30px;
	background-image: url(images/bkg_concrete1.jpg);
    background-repeat: repeat-x;
	width: 1020px;
	margin-left:auto;
	margin-right:auto;
}

div#footer-alphabet-homepage a {
    float: left;
    margin-left: 2.3%;
    margin-bottom: 20px;
	font-weight: bold;
}


div#footer-alphabet {
    display: block;
    clear: both;
    padding-top: 0px;
    border-top: thin solid #e4e4e4;
    padding-top: 15px;
    border-bottom: thin solid #e4e4e4;
    padding-bottom: 35px;
    margin-bottom: 30px;
	background-image: url(images/bkg_concrete1.jpg);
    background-repeat: repeat-x
}

div#footer-alphabet a {
    float: left;
    margin-left: 2.3%;
    margin-bottom: 20px;
	font-weight: bold;
}

div#alphabet {
    text-align: center;
}

#alphabet ul li {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    margin-right: 4px;
    /*text-transform: capitalize;*/
}


@media screen and (max-width:1020px) {

body{ padding-top:8px;
}

#body-container {
	width: 100%;
}

#container{
	width: 95%;
}

#content-main{
	width:55%;
	margin: 0 1% 40px 2%;
	padding: 2% 5%;
}

#right-sidebar{
	width:25%;
	margin: 0% 1%;
	padding: 2% 2%;
}

#right-sidebar-2{
	display: none;
}

#header{
	width:90%;
	padding: 3% 1% 5% 0%;
	margin: 3% auto;
	height:auto;
}


#mainNav{
	width:100%;
	margin: 3% 2% 0 2%;
	font-size: 125%;
	position: inherit;
	text-align:center;
	display:block;
	clear:both;
	height:auto;
}

#menu-main-menu{
	width: 100%;
	text-align:center;
}

#header .sf-menu li{
 	float: none;
	position: relative;
	text-align:center;
	margin-top: 2%;
}

img{ width: inherit;}

#content-main img{ width: 100%;
}

#arrows img{ width: inherit; 
}

img.left-arrow {
	margin: -20px 20px 20px 0px;
	float: left;
}

img.right-arrow {
	margin: -20px 0px 20px 15px;
	
}

#logo{
	clear:both;
	float:none;
	width:100%;
	text-align:center;
	display:block;
}

#alphabet{
	width:100%;
	text-align:center;
	font-size: 120%;
}

#alphabet a:link {
	padding-right: 2%;
	line-height:30px;
	
}

	
.seachfield{
	width: 50%;
}


#footer-main .widgetBox{
	margin:15px 2%;
	width:90%;
	border: solid 1px #dfe0e0;
	line-height:22px;
	padding: 15px;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   background-color:#fff;
	   clear:both;
	   float:none;
	
}

#textwidget img{
	display: none;
}

#text-6 .left{
	float:none;
	clear:both;
	display:block;
}

#footer-main{
	background-color: #fdfdfd;
	background-position: bottom;
}

#secondary-clearfix{
	margin:0px;
	line-height: 20px;
}

#coupon-code-footer .coupon-button{
	width:80%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 4px;

}

#course-buttons{
	width: 100%;
	line-height:1em;
}

#course-buttons1{
	width:100%;
	line-height:1em;
}

#content-main-exam{
	width:80%;
}

#coupon-text{
	display:inline-block;
	width:100%;
	margin:0px;
}

#coupon-code-button{
	width:100%;
}

#left-coupon{
	display:inline-block;
}

#main-topic{
	width: 95%;
}

#main-topic-quizzes{
	display:block;
	clear:both;
	margin-left:1%;
}


#main-topic-quizzes .quiz-list-images{
	width: inherit;
}

#content-main-crosswords{

}

#wrap-fill-blank{ 
	width:inherit;
}

#main-topic-quizzes .quiz-list-images{
	width: inherit;
}

#main-topic-quizzes .quiz-list-images ul li{
	width: 100%;
}

#content-main-multiple-choice{
	width:93% !important;
}

#wrap-fill-blank{ 
	width:inherit;
}

#instructions{
	width:100% !important;
}

#main-topic-quizzes {
  width: 100%;
}

#content-main-multiple-choice button{
	min-width:inherit;
	
}

#content-main-crosswords ul li{
	width:50%;
}

#content-main-crosswords .quiz-list-images{
	width: 14%;
}

#content-main .dictionary-image{
	width:inherit;
}

.sidebar-signup-1-image{
	width:50%;
	margin:0;
	display:block;
}

#index-buttons{
	width:90%;
}

#index-buttons ul li{
	line-height:30px;
}

div#footer-alphabet-homepage {
	width: 100%;
}

#exam-page-table{
	display:none;
}
	
}



@media only screen and (min-width:150px) and (max-width:760px){

#body-container {
	width: 100%;
}


#content-main{
	
}

#container{
	width: 95%;
}

#content-main{
	width:86%;
	margin: 0 2%;
	padding: 2% 5%;
	clear:both;
	float:none;
}

#right-sidebar{
	width:86%;
	margin: 3% 2%;
	padding: 2% 5% 5% 5%;
	
	clear:both;
	float:none;
}

#body-container ul li, #footer-main ul li {
	font-size: 20px;
	line-height: 2em;
}

#secondary-clearfix .center {
	font-size: 20px;
	line-height: 2em;
	width: 90%;
}

#search{
	display: none;
}

#google-ad-body{
	padding-left: 0px;
	margin-right: -15px;
	margin-left: 1%;
}

.google-ad-body{
	padding-left: 0px;
	margin-right: -15px;
	margin-left: 1%;
	width: 336px; 
	height: 280px;
}

#footer-main .widgetBox{
	margin:15px 2%;
	width:90%;
	border: solid 1px #dfe0e0;
	line-height:22px;
	padding: 2%;
	 -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;
	 -moz-box-shadow: 1px 1px 3px #c6c6c6;  
    -webkit-box-shadow: 1px 1px 3px #c6c6c6;  
       box-shadow: 1px 1px 3px #c6c6c6;
	   background-color:#fff;
	   clear:both;
	   float:none;
	
}

#textwidget img{
	display: none;
}

#text-6 .left{
	float:none;
	clear:both;
	display:block;
}

#footer-main{
	background-color: #fdfdfd;
	background-position: bottom;
}

#secondary-clearfix{
	margin:0px;
	line-height: 20px;
}

#header{
	width:90%;
	padding: 3% 1% 5% 0%;
	margin: 3% auto;
	height:auto;
}

img{ width: 100%;}

#mainNav{
	width:100%;
	margin: 3% 1% 0 1%;
	font-size: 125%;
	position: inherit;
	text-align:center;
	display:block;
	clear:both;
	height:auto;
}

#mainNav li {
  margin: 0;

}

#header .sf-menu li{
 	float: left;
	position: inherit;
	width: 100%;
	text-align:center;
	color: #22ac46;
	font-weight: normal;
	font-size: 25px;
	background-color: #f1f1f1;
	padding: 20px 15px 20px 15px;
	margin-top: 1%;
	width: 90%;
	display:block;
	clear:both;
}

#header .sf-sub-indicator li{
	float: none;
	position: inherit;
	width: 100%;
	text-align:center;
	color: #22ac46;
	font-weight: normal;
	font-size: 25px;
	background-color: #f1f1f1;
	padding: 20px 15px 20px 15px;
	margin-top: 1%;
	width: 80%;
	display:block;
	clear:both;
}

#menu-main-menu{
	width: 100%;
	text-align:center;
}

#menu-main-menu{
	width: 100%;
	text-align:center;
}





#logo{
	clear:both;
	float:none;
	width:90%;
	text-align:center;
	display:block;
}

#alphabet{
	width:100%;
	text-align:center;
	font-size: 120%;
}


.menu-trigger {
		display: block;
		color: #22ac46;
		background-color: #f1f1f1;
		padding: 10px;
		text-align: right;
		font-size: 100%;
		cursor: pointer;
		margin-top:5px;
	}
	
	div.nav-menu {
		display: none;
	}
	
	div.nav-expanded {
		display: block;
	}
	
	div.nav-menu ul li {
		
	}
	
	div.nav-menu ul li:last-child {
		border-bottom: none;
	}

#right-sidebar-2{
	display: none;
}

#coupon-code-footer .coupon-button{
	width:80%;
	display:block;
	font-weight:bold;

}

#course-buttons{
	width: 90%;
}

#course-buttons1{
	width:90%;
}

#main-topic-quizzes{
	width: 50%;
}

#content-main-exam{
	width:80%;
}

#exam-page-table img{
	width: inherit;
}

#coupon-code-button .coupon-code-button{
	width:100%;
	padding:3% 2%;
	line-height:50px;
}

#homepage-youtube{
	display:none;
}

#homepage-textarea{
	width:100%;
}

#homepage-opt-in{
	display:none;
}


#main{
	width:100%;
}

#main .full{
	width:90%;
}

.oneFourth{
	width: 100%;
	
}

.row{
	width: 100%;
	margin-left:0px
}

#featuredPosts .posts {
  float: none; 
   width: 100%;
  
}

#main-topic-quizzes{
	display:block;
	clear:both;
	margin-left:1%;
}


#main-topic-quizzes .quiz-list-images{
	width: inherit;
}

#main-topic-quizzes .quiz-list-images ul li{
	width: 100%;
}

#content-main-multiple-choice{
	width:93% !important;
}

#wrap-fill-blank{ 
	width:inherit;
}

#instructions{
	width:100% !important;
}

#content-main-multiple-choice, #main-topic-quizzes {
  width: 100%;
}

#content-main-multiple-choice button{
	min-width:inherit;
	
}

#main-topic-quizzes ul li a:link, #main-topic-quizzes ul li a:visited{
	width: 100%;
}

#content-main-crosswords ul li a:link, #main-topic-quizzes ul li a:visited{
	width:60%;
}

#content-main-crosswords .quiz-list-images{
	max-height:65px;
	max-width:65px;
}

#instructions-main{
	display:block;
	clear:both;
	width:80%;
}


#arrows .right-arrow{ margin-right: -20px; margin-left:-1px;
}

#arrows .left-arrow{ margin-left: -20px; 
}

#search{ display:block; clear:both;	
}

#index-buttons{
	width:90%;
}

#index-buttons ul li{
	line-height:30px;
}

#homepage-email-opt-in .homepage-image-opt-in{
	display:block;
	float:none;
	margin-left:30%;
	position:inherit;
	text-align:center;
	width:inherit;
	
}

#homepage-email-opt-in{
	width:80%;
	
}

#slideshow-container{
	height:auto;
	margin-left:-20px;
	float:none;
	margin-bottom:15px;
}

.homepage-hr{
	display:none;
}

#google-ad-body{
	display: none;
}

.google-ad-body{
	display: none;
}

#google-ad-body-mobile{
	display:block;
	width:300px;
	height:250px;
}

.google-ad-body-mobile{
	display:block;
	width:300px;
	height:250px;
}

#exam-page-table{
	display:none;
}

#breadcrumb{
	display:none;
}

}


.sf-menu-clear:before, .sf-menu:after { content: ""; display: table; }
.sf-menu-clear:after { clear: both; }
.sf-menu-clear { *zoom: 1; }