*
{
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	text-align: center;
/*	background: #fff url('/images/pageBG.gif') repeat-y top right;*/
        font-size:.85em;
}

#bodyNSB{
        text-align: center;
        background: none;
}

a {
	color: #6b9f3d;
	font-weight: 700;
}

a:hover {
	text-decoration: none;
	color: #444;
}

table {
	border-collapse:collapse;
	margin-bottom:10px;
}

td {
	padding:3px;
}

fieldset {
	margin-bottom:1em;
	border:solid 1px #ccc;
}

input {
	padding:3px;
}

/************************************************************
						Typography
************************************************************/
h1, h2, h3, h4, h5, h6 {

}

h1 {
	color: #f60;
	font-size: 16pt;
	line-height: 1.5;
}

h2 {
	line-height: 1.5;
}

h3 {
	line-height: 1.5;
}

h4 {
	color: #6b9f3d;
}

h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 0 3px 5px;
	font-size: 11pt;
	color: #666;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #ccc url('/images/gridHeader.gif') repeat-x;	
}

div.indReview h5 {
	background:none;
	border:none;
	color:#000;
	margin:0;
	padding:0;
}

h6 {
	font-size: 9pt;
	color: #666;
	padding: .5em 0 1em 0;
	font-weight:400;
	font-style: italic;
}

p {
	line-height: 1.5;
	margin-bottom: 1em;
}

caption {
	font-size: 14pt;
	font-weight:700;
	color: #000;
	text-align:left;
}

legend {
	color:#f60;
	margin-left:10px;
}

.mceContentBody {
 	text-align:left;
}

.mceContentBody ul {
 	margin-left:60px;
}

.mceContentBody li {
 	margin-bottom:1em;
 	line-height:1.5;
}

#content ol {
	line-height: 1.5;
	margin-bottom: 1em;
	margin-left: 3em;
}

#content ul {
	line-height: 1.5;
	margin-bottom: 1em;
	margin-left: 3em;
}

label {
	font-weight: bold;
}

#headerRight a {
	color:#f60;
	font-size:12px;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
}

.homePanel {
	background: url('/images/signinBg.gif') repeat-x;
	min-height:300px;
	height:auto !important;
	height:300px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.homePanel h3 {
	color: #6b9f3d;
	margin:10px 10px 0 10px;
}

.homePanel p {
	margin:0 10px 1em 10px;
}

.homePanel img {
	float: right;
	margin:10px;
}

#aboutBlurb {
	font-size:1.2em;	
}

.homeImg {
	margin:0 10px 10px 0;
}

img{
	border-style: none;
}




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

#sidebar h2 {
	color:#fff;
	background-color:#f60;
	margin-top:10px;
	padding:5px;
	font-size:1em;
	border-right:2px solid #999;
}

#sidebar h2 a {
	color:#fff;
}

#sidebar p {
	background-color:#ffc;
	margin:0;
	padding:5px;
	font-size:1em;
	border-right:2px solid #999;
	border-bottom:2px solid #999;	
	line-height:1.25em;
}

#breadcrumb {
	color: #666;
	font-size:12px;
}

#breadcrumb a {
	color: #f60;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	margin:0 0 5px 10px;
}

#sidebar ul li a {
	color:#666;
}

#productReviews h3 {
	color: #f60;
}

/************************************************************
						General structure
************************************************************/
#wrapper {
	text-align:left;
	margin:auto;
       /* margin-top: 100px; */
	margin-top: 100px;
}

#header {
	background-color: #000;
	height: 66px;
	text-align: center;
}

#header img{
        border-style: none;
}

#headerRight {
	float: right;
	text-align: right;
	padding: 10px 20px 0 0;
	vertical-align: middle;
}

#search {
	margin: 5px 0 0 0;
	text-align: right;
	vertical-align:middle;
}

#search input {
	margin-bottom: 5px;
	padding: 2px;
	font-size: 14pt;
	height: 20px;
	width: 200px;
	border: none;
	color: #999;
}

#search .submit{
    width: 26px;
    height: 24px;
    padding: 0px;
}

#search img, #search input {
	vertical-align:top;
}

#topNav {
	position: absolute;
	left:0px;
	top: 0;
	width:100%;
}

#nav {
	margin:0;
	padding-top:5px;
	height:20px;
	background: #6b9f3d url('/images/navBG.gif') repeat-x;
	border-top: solid 1px #90d553;
	border-bottom: solid 1px #360;
	vertical-align:middle;
    text-align: left;
}

#nav ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	color: #000;
	vertical-align:middle;
    text-align: left;
}

#nav li {
	margin: 0;
	display: inline;
	font-size:14px;
	padding: 5px 30px;
	border-right: solid 1px #360;
	border-left: solid 1px #d2edb9;
}

#nav ul li.active {
	background-color: #fff;
	background-image: none;
	font-weight: bold;
	border-bottom: solid 1px #fff;
}

#sidebar img {
	margin-bottom: 10px;
}

#contentNSB {
	margin: 15px 30px 10px 30px;
}

.searchresult {
	margin: 10px;
}

#content {
	margin: 15px 320px 10px 30px;
}

.blogpost {
	margin-top: 10px;
}

.blogpost h4 {
	color:#999;
	margin-bottom:1.25em;
	font-weight:400;
}

.blogpost h4 .blogpostauthor, .blogpost h4 .blogpostdate{
	color: #6b9f3d;
	font-weight:700;
}

.blogpost ul, #usa_content ul, #terms_content ul, #terms_content ol, #privacy_content ul, #privacy_content ol, #resources_content ol {
	margin-left:60px;
}


#resources_content ul{
    margin-left:25px
}

.blogpost ul li, #usa_content ul li, #terms_content ul li, #terms_content ol li, #privacy_content ul li, #privacy_content ol li, #resources_content ul li, #resources_content ol li {
	margin-bottom:1em;
	line-height:1.5;
}

#about_us_content ul li {
	margin:1.5em;
	line-height:1.75em;
	list-style-type: none;
	background: url('/images/signinBg.gif') repeat-x;
	padding:20px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: georgia, times new roman, courier new;
	color: #333;
}

.mikebio, .bookImage {
	float: right;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

#resources_content-a, #resources_content-b, #resources_content-c {
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 30%;
	float: left;
	height: 375px;
	margin-right: 7px;
	padding: 10px;
}

#resources_content-a {
	background: url('/images/pptsBg.gif') repeat-y;
}

#resources_content-a h2 {
	color: #89521b;
	margin-bottom: 5px;
}

#resources_content-b {
	background: url('/images/booksBg.gif') repeat-y;
}

#resources_content-b h2 {
	color: #2c6377;
	margin-bottom: 5px;
}

#resources_content-c {
	background: url('/images/articlesBg.gif') repeat-y;
}

#resources_content-c h2 {
	color: #8a8b38;
	margin-bottom: 5px;
}

#breadcrumb {
	margin-bottom: 15px;
}

#productInfo {
	background: #fff url('/images/productInfoBG.gif') repeat-x;
	/*margin: 15px 0;*/
        margin: 0;
	padding: 10px;
	border-top: solid 1px #360;
	min-height: 210px;
	vertical-align: top;
}

#productInfo #screenshot {
	float: left;
	margin-right:10px;
}

#productInfo #productInfoContainer {
	padding-left: 10px;
	vertical-align: top;
	
}

#rating {
	width: 64px;
	padding: 0;
	text-align: center;
	font-size: x-small;
	padding-right:10px;
}

#rating img {
	margin-bottom:10px;
}

#thumbsLabel {
	margin-top:10px;
	width: 100%;
	padding: 5px;
	background-color:#360;
	color:#fff;
}

#thumbs {
	width: 100%;
}

#thumbs img {
	margin: 10px 5px;
}

#productReviews {}

.indReview {
	border-top: solid 1px #ccc;
	padding-top:1em;
}

.indReview h5 {
	margin-bottom:.5em;
	font-size:0.85em;
	font-weight:normal;
}

.indReview h4 {
	margin-bottom:.5em;
}

#productReviews img {
	margin-right:5px;
	vertical-align: middle;
}

#userReview {
	margin: -5px 0;
	padding: 10px;
}

#userReview p {
	padding: 5px;
	margin-bottom: 25px;
}

.reviewDate {
	color: #555;
	font-style: italic;
	font-size: 9pt;
	font-weight: normal;
}

.reviewThumb {
	border: 1px solid #ccc;
	float:left;
	margin-right: 15px;
	background-color:#fff;
}

#actionBar {
	margin: 1em 0;
	padding:5px;
	border:solid 1px #ccc;
	background-color:#eee;
}

.filterPane {
	float:left;
	margin:5px;
	padding:5px 10px;
	width:170px;
	min-height:80px;	
}

.grid {
	border: solid 1px #ccc;
	width: 100%;
}

.grid th {
	border-bottom: solid 1px #999;
	background: #ccc url('/images/gridHeader.gif') repeat-x top left;
	text-align: left;
	vertical-align: bottom;
	padding: 2px;
}

#registration fieldset {
	width:400px;	
}

#registration fieldset table {
	width:100%;	
}

#registration fieldset table td {
	width:50%;	
}

#login_form fieldset{
        width:250px;
}

.alt {
	background-color: #dedede;
}

.twoColL {
	float: left;
	width:49%;
	margin-right:1%
}

.twoColR {
	float: left;
	width:49%;
}

.twoColL td, .twoColR td {
	width:50%;
}

.button {
	padding:2px;
}

#footer {
	margin-bottom: 10px;
	text-align:center;
	font-size:12px;
}

.hide {
	display:none;
}

.indent{
	margin-left: 1em;
}

.coursetabs {
	float:left;
	font-size:13px;
	line-height:normal;
	width: 100%;
}

.coursetabs ul {
	margin:0;
	list-style:none;
}
  
.coursetabs li {
	display:inline;
	margin:0;
}

.coursetabs li a {
	font-weight: normal;
	color: #000;
	float:left;
	margin: 0 1px 0 1px;
	text-decoration:none;
	background: #696969 url('/images/courseTabs_bg.gif') repeat-x;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0 5px 0 5px;
}

.coursetabs li a.active {
	background: #ccc url('/images/courseTabs_active.gif') repeat-x;
	border-top: 1px solid #ccc;	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.coursetabs li a.active:hover {
	color: #333;
}

.coursetabs a:hover {
	background: #5e5e5e url('/images/courseTabs_bghover.gif') repeat-x;
	color: #fff;	
  }


.trainingClasses th{
	text-align:left;
	vertical-align:bottom;
	padding:3px 6px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #999;
	background: #cdcdcd url('/images/thBG.gif') repeat-x top left;
}

.trainingClasses td{
	text-align:left;
	background-color:#fff;
	padding:3px 6px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

#classCategories li{
	list-style: none;
}

/************************************************************
						Message framework
************************************************************/
#flash {
  padding-bottom:10px;
  margin-right:10px;	
  margin-left:10px;
}

#error, #notice, #warning {
  border: 1px solid white;
  font-weight: bold;
  font-size: 110%;
  padding: 1px;
  padding-left: 36px;
  padding-right: 18px;
}
#error p, #notice p, #warning p {
  line-height: 1.3em!important;
  margin-top: 10px;
  margin-bottom: 10px;
}

#error {
  background: #f7d9d8 no-repeat 9px 10px url('/images/error-icon-red-glow.gif');
  border-color: #e68383;
  color: #ba5451;
}
#notice {
  background: #ff6600 no-repeat 10px 11px url('/images/info-icon-green-glow.gif');
  border-color: #FF9933;
  color: white;
}
#warning {
  background: #f7e58d no-repeat 9px 10px url('/images/error-icon-yellow-glow.gif');
  border-color: #e2bd78;
  color: #8c4c00;
}

#errorExplanation {
  padding:10px;
  margin-right:10px;	
  margin-left:10px;
  border: 1px solid #600;
  background-color: #fcc;
  color: #600;  
}

#errorExplanation ul {
	margin:1.5em;
}

/************************************************************
						Hacks
************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/************************************************************
						sign in
************************************************************/
#signIn {
	background: url('/images/signinBg.gif') repeat-x;
	width:45%;
	min-height:375px;
	height:auto !important;
	height:375px;
	padding:20px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#signUp {
	background: url('/images/signinBg.gif') repeat-x;
	width:45%;
	min-height:375px;
	height:auto !important;
	height:375px;
	padding:20px;
	float: right;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h1.signInHeader {
	margin-bottom: 20px;
}

#signIn table, #signUp table {
	width:100%;
	margin:15px 30px;
}

#signIn label, #signUp label, #productAdd label {
	color:#666;
}

#signIn h4 {
	text-align:center;
	margin-top:30px;
}

#signIn h4 a {
	color:#f60;
}

#productAdd {
	margin-top:20px;	
}

.button {
	padding:4px 8px;
	background-color:#6da23e;
	border-top:solid 1px #cfc;
	border-right:solid 1px #360;
	border-bottom:solid 1px #360;
	border-left:solid 1px #cfc;
	color:#fff;
	font-weight:bold;
}

.right{
    float: right;
}