body {
	margin: 0;
	padding: 0;
	background: #e8e4db;
	color: #111;
	font-size: 76%;
	line-height: 1.3;
	font-family: Verdana, "Trebuchet MS", "Lucida Sans", Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
}

p, form, input, table, textarea, select, ul, li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

textarea {
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

img {
	border: none;
}




/* Centered container */

#container {
	width: 794px;
	margin: 0 auto 20px;
}

/* Logo header */

#header {
	width: 794px;
	height: 73px;
	position: relative;
}

#logo_home {
	position: absolute;
	top: 11px;
	left: 7px;
}

#header_extras {
	display: inline;
	text-align: right;
	position: absolute;
	right: 13px;
	top: 7px;
}


#tagline {
	position: absolute;
	left: 214px;
	top: 45px;
}

#tollfree {
	position: absolute;
	right: 13px;
	top: 51px;
}

#header_phone {
	position: absolute;
	right: 13px;
	top: 51px;
}

#header p#subnav {
	margin-right: 5px;
	font-size: .84em;
	color: #444;
	text-align: right;
}


#header	input.form {
	font-size: 11px;
	border: 1px solid #aaa;
	padding: 1px;
	margin-right: 5px;
	margin-left: 9px;
	background: #fff;
}


input#searchSubmit {
	color: #333;
	width: 58px;
	height: 16px;
	background: transparent url(../images/searchButton.jpg) top left no-repeat;
	border: none;
}

input#searchSubmit:hover {
	background: url(../images/searchButtonOver.jpg);
}

#header a:link { color: #444; text-decoration: none; }
#header a:visited { color: #444; text-decoration: none; }
#header a:hover { color: #222; text-decoration: underline; }
#header a:active { color: #222; text-decoration: underline; }

.social {
	list-style-type: none;
	position: absolute;
	bottom: 1px;
	left: 440px;
}

.social li {
	float: left;
	margin-right: 9px;
}

.social a {
	display: block;
	width: 24px;
	height: 24px;
}

.social a.facebook {
	background-color: #3B5998;
}

.social a.twitter {
	background-color: #39A9E0;
}

.social a.linkedin {
	background-color: #007FB1;
}

.social a.youtube {
	background-color: #CD332D;
}

/* NAV */

ul#nav {
	width: 794px;
	list-style-type: none;
	margin: 0;
}

ul#nav li {
	float: left;
	margin-bottom: 0;
	background-position: 0 -23px;
}

ul#nav li a {
	display: block;
	padding: 22px 0 0 0;
	text-decoration: none;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 23px; /* CSS hack - Windows IE */
}

ul#nav li.home, ul#nav li.home a {
	background-image: url(../images/navHome.gif);
	width: 89px;
}

ul#nav li.about, ul#nav li.about a {
	background-image: url(../images/navAbout.gif);
	width: 129px;
}

ul#nav li.training, ul#nav li.training a {
	background-image: url(../images/navTraining.gif);
	width: 167px;
}

ul#nav li.membership, ul#nav li.membership a {
	background-image: url(../images/navMembership.gif);
	width: 113px
}

ul#nav li.insurance, ul#nav li.insurance a {
	background-image: url(../images/navInsurance.gif);
	width: 100px
}

ul#nav li.store, ul#nav li.store a {
	background-image: url(../images/navStore.gif);
	width: 77px;
}

ul#nav li.resources, ul#nav li.resources a {
	background-image: url(../images/navResources.gif);
	width: 131px;
}

ul#nav li.testimonials, ul#nav li.testimonials a {
	background-image: url(../images/navTestimonials.gif);
	width: 119px;
}


ul#nav li.home a:hover, ul#nav li.about a:hover, ul#nav li.training a:hover, ul#nav li.membership a:hover, ul#nav li.store a:hover, ul#nav li.testimonials a:hover, ul#nav li.insurance a:hover {
	background-position: 0 -23px;
}

ul#nav li#current a {
	background-position: 0 -23px;
}

div#clear_subnav {
	clear: both;
	font-size: 1px;
	height: 10px;
	background-color: #455331;
	margin: 0;
}

/* end nav */



.button a {
	display: block;
	
	width: 120px;
	padding: 22px 0 0 0;
	text-decoration: none;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 23px; /* CSS hack - Windows IE */
}

.button a.orderNow {
	background-image: url(../images/btnAddToCart.jpg);/* was btnOrderNow */
}

.button a.orderNowFromVendor {
	background-image: url(../images/btnOrderFromVendor.jpg);
	width: 144px;
}

.button a.applyNow {
	background-image: url(../images/btnApplyNow.jpg);
}

.button a.viewCart {
	background-image: url(../images/btnViewCart.jpg);
}

.button a.checkout {
	background-image: url(../images/btnCheckout.jpg);
}

.button a.continueShopping {
	background-image: url(../images/btnContinueShopping.jpg);
}

.button a.checkoutGreen {
	background-image: url(../images/btnCheckoutGreen.jpg);
}

.button a.goBack {
	background-image: url(../images/btnGoBack.jpg);
}

.button a.moreInfo {
	background-image: url(../images/btnMoreInfo.jpg);
}

.button a.trainingMoreInfo {
	background-image: url(../images/trainingButtonMoreInfo.jpg);
}

.button a.fullDetails {
	background-image: url(../images/btnFullDetails.jpg);
}

.button a.trainingFindClasses {
	background-image: url(../images/trainingButtonFindClasses.jpg);
}


.button a#storeButtonInspection {
	width: 161px;
	background-image: url(../images/btnStoreInspection.jpg);
}

.button a#storeButtonRemediation {
	width: 161px;
	background-image: url(../images/btnStoreRemediation.jpg);
}

.button a#storeButtonSafety {
	width: 161px;
	background-image: url(../images/btnStoreSafety.jpg);
}

.button a#storeButtonBusiness {
	width: 161px;
	background-image: url(../images/btnStoreBusiness.jpg);
}

.button a.addItem {
	width: 161px;
	background-image: url(../images/btnAddItem.jpg);
}

.button a.launchDemo {
	width: 121px;
	padding-top: 26px;
	background-image: url(../images/btnLaunchDemo.jpg);
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 27px; /* CSS hack - Windows IE */
}

.button a.launchCourse {
	width: 121px;
	padding-top: 26px;
	background-image: url(../images/btnLaunchCourse.jpg);
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 27px; /* CSS hack - Windows IE */
}



.button a.orderNow:hover, 
.button a.orderNowFromVendor:hover, 
.button a.applyNow:hover, 
.button a.viewCart:hover,
.button a.continueShopping:hover,
.button a.checkoutGreen:hover,
.button a.goBack:hover,
.button a.checkout:hover,
.button a.moreInfo:hover,
.button a.fullDetails:hover,
.button a.addItem:hover,
.button a.trainingMoreInfo:hover,
.button a.trainingFindClasses:hover,

.button a#storeButtonInspection:hover,
.button a#storeButtonRemediation:hover,
.button a#storeButtonSafety:hover,
.button a#storeButtonBusiness:hover
{
	background-position: 0 -23px;
}


.button a.launchDemo:hover,
.button a.launchCourse:hover{
	background-position: 0 -27px;
}


/* submit button "over" states are preloaded via javascript in the page.tpl.php template */

input.submitGreen {
	color: #fff;
	width: 120px;
	height: 23px;
	padding-bottom: 3px;
	font-weight: bold;
	background: transparent url(../images/btnSubmitGreen.jpg) top left no-repeat;
	border: none;
}

/*input.submitGreen:hover {
	background: url(../images/btnSubmitGreenOver.jpg);
}*/


input.submitGreenBig {
	color: #fff;
	width: 166px;
	height: 23px;
	padding-bottom: 3px;
	font-weight: bold;
	background: transparent url(../images/btnSubmitGreenBig.jpg) top left no-repeat;
	border: none;
}

/*input.submitGreenBig:hover {
	background: url(../images/btnSubmitGreenBigOver.jpg);
}*/

input.submitGreenSmall {
	color: #fff;
	width: 105px;
	height: 23px;
	padding-bottom: 3px;
	font-weight: bold;
	background: transparent url(../images/btnSubmitGreenSmall.jpg) top left no-repeat;
	border: none;
}

/*input.submitGreenSmall:hover {
	background: url(../images/btnSubmitGreenSmallOver.jpg);
}*/


input.submitBrown {
	color: #fff;
	width: 120px;
	height: 23px;
	padding-bottom: 3px;
	font-weight: bold;
	background: transparent url(../images/btnSubmitBrown.jpg) top left no-repeat;
	border: none;
}

/*input.submitBrown:hover {
	background: url(../images/btnSubmitBrownOver.jpg);
}*/



input.submitBrownSmall {
	color: #fff;
	width: 105px;
	height: 23px;
	padding-bottom: 3px;
	font-weight: bold;
	background: transparent url(../images/btnSubmitBrownSmall.jpg) top left no-repeat;
	border: none;
}

/*input.submitBrownSmall:hover {
	background: url(../images/btnSubmitBrownSmallOver.jpg);
}*/




/* Copyright footer */

#footer {
	width: 794px;
	background: transparent url(../images/footer_bg.gif) no-repeat;
	height: 28px;
	margin: 0;
	padding-top: 5px;
}

#footer p {
	font-size: .84em;
	text-align: center;
	color: #555;
}

#footer select {
	font-size: .92em;
	font-family: Arial, sans-serif;
	color: #444;
	border: none;
	background: #c9c2ba;
}

/* Body content (below header, above footer (for the most part)) */

#main {
	background: #fff url(../images/content_bg.gif) repeat-y;
	padding: 0 7px 5px;
}

#content {
	width: 780px;
	background: #fff url(../images/backgroundPageContent.gif) repeat-y;
	margin-bottom: 8px;
}


#left {
	float: left;
	width: 192px;
}

#monthlySpecial {
	background: #e77c4b url(../images/storeSidebarBg.gif) bottom left no-repeat;
	padding-bottom: 5px;
	/*margin-bottom: 10px;*/
}

#monthlySpecial h1 {
	width: 192px;
	padding-top: 22px;
	margin: 0;
	overflow: hidden;
	background-image: url(../images/storeSidebarHeader.gif);
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 23px; /* CSS hack - Windows IE */
}

#monthlySpecial p {
	margin: 0 8px;
	font-size: .92em;
	color: #2f190e;
}


.sideNav {
	list-style-type: none;
	border-bottom: 1px solid #DCD7D1;
	padding: 6px 0;
}

.sideNav li,
.sideNavStore li {
	font-size: .84em;
	color: #6f6353;
	line-height: 1.2;
}

.sideNav li.header,
.sideNavStore li.header {
	font-weight: bold;
	margin-bottom: 2px;
}

.sideNav li a,
.sideNavStore li a {
	display: block;
	padding: 2px 25px 2px 12px;
	color: #6f6353;
}

.sideNav li a:visited,
.sideNavStore li a:visited {
	color: #6f6353;
}

.sideNav li a:hover, .sideNav li.current a,
.sideNavStore li a:hover, .sideNavStore li.current a{ 
	color: #5C5042;
	background: transparent url(../images/sidenavRollover.gif) repeat-y; /* Squnch*/
	text-decoration: none;
}

.sideNavStore {
	list-style-type: none;
	border-bottom: 1px solid #DCD7D1;
	padding: 0 0 6px;
}

.sideNavStore li.header {
	padding-left: 1px;
}

.sideNavStore li.header a {
	height: 35px;
	padding-top: 8px;
	background-repeat: no-repeat;
}

.livechat {
	margin: 15px 0 15px 17px;
}

#left div.AuthorizeNetSeal {
	margin: 15px auto;
}


#left p.form {
	margin: 0;
	padding: 7px 0 7px 12px;
	border-top: 1px solid #DCD7D1;
	border-bottom: 1px solid #DCD7D1;
}

#left p.form span.title {
	color: #6f6353;
	font-weight: bold;
	font-size: .84em;
}

#left p.form input {
	font-size: 11px;
	border: 1px solid #DCD7D1;
	padding: 1px;
	margin-right: 5px;
	background: #fff;
}

#left p.form input.submit {
	background-color: #e8e4db;
	padding: 0;
}


/*********************/
/* RIGHT/CONTENT AREA */
/*********************/

.right {
	width: 588px;
	position: relative;
	float: right;
	padding: 0;
}

#rightHeader {
	width: 588px;
	background: #fff url(../images/bgRUT.gif) no-repeat top left;
}

#rightHeader h1 {
	display: block;
	width: 380px;
	padding: 26px 0 0 0;
	margin: 0;
	text-decoration: none;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 27px; /* CSS hack - Windows IE */
}

#rightHeader h1#headerStore {
	background-image: url(../images/headerStore.gif);
}

#rightHeader h1#headerMembership {
	background-image: url(../images/headerMembership.gif);
}

#rightHeader h1#headerInsurance {
	background-image: url(../images/headerInsurance.gif);
}

#rightHeader h1#headerContractorsInsurance {
	background-image: url(../images/headerContractorsInsurance.gif);
}

#rightHeader h1#headerContact {
	background-image: url(../images/headerContact.gif);
}

#rightHeader h1#headerAbout {
	background-image: url(../images/headerAbout.gif);
}

#rightHeader h1#headerTraining {
	background-image: url(../images/headerTraining.gif);
}

#rightHeader h1#headerResources {
	background-image: url(../images/headerResources.gif);
}

#rightHeader h1#headerTestimonials {
	background-image: url(../images/headerTestimonials.gif);
}

#rightHeader h1#headerMyAccount {
	background-image: url(../images/headerMyAccount.gif);
}

#rightHeader h1#headerSearch {
	background-image: url(../images/headerSearch.gif);
}

#rightHeader h1#headerVendorStatus {
	background-image: url(../images/headerVendorStatus.gif);
}

#rightHeader h1#headerAddItem {
	background-image: url(../images/headerAddItem.gif);
}

#rightHeader h1#headerCheckout {
	background-image: url(../images/headerCheckout.gif);
}

#rightHeader h1#headerViewCart {
	background-image: url(../images/headerViewCart.gif);
}

#rightHeader h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #735f44;
	margin: 0;
}

#rightHeader h3 {
	font-size: 1em;
	color: #787167;
	margin: .2em 0 0 0;
}

#rightHeaderBottom {
	background: transparent url(../images/bgRUB.gif) no-repeat bottom left;
	width: 506px;
	padding: 16px 50px 15px 32px;
}

.right h1 {
	margin: 0 0 .5em 0;
	font-size: 1.8em;
	font-family: Arial;
	color: #5c544a;
}

#rightContent {
	padding: 1em 48px 1em 32px;
}

#rightContentTraining {
	margin-left: -10px;
	margin-right: -15px;
}

#rightContentStore {
	margin-left: -10px;
	margin-right: -26px;
}

.right h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #5c544a;
	margin: .2em 0 .8em 0;
}

.right span.h2_smaller {
	font-size: .62em;
	font-weight: normal;
}

.right h3 {
	font-size: .92em;
	color: #3e382f;
	margin-top: 1.8em;
	margin-bottom: .5em;
}

.right p, .right ul {
	margin: 0 0 1.5em;
	font-size: .92em;
	line-height: 1.4;
}

.right ul {
	margin-left: 1em;
}

.right ol {
	margin: 0;
	font-size: .92em;
	line-height: 1.6;
}

.right li {
	margin-bottom: .5em;
}

.right ol li {
	margin-bottom: 1em;
}

/* Nested list */
.right ul li ul {
	list-style-type: square;
	margin-left: 1.5em;
	margin-top: .5em;
}


.right p.alert {
	color: #e00;
	font-weight: bold;
}

.right span.alert {
	color: #e00;
	font-weight: normal;
}

.right img.inset {
	float: right;
	margin-left: 1.5em;
	margin-bottom: .5em;
	margin-top: .3em; /* Push top down into alignment with paragraph top */
}

.right input, .right td {
	font-size: .92em;
}

.right hr {
	border: 0;
	height: 1px;
	color: #e4dfd6;
	background-color: #e4dfd6;
	font-size: .92em;
	margin: 0;
}

.right hr.space {
	margin: 2em 0 1em;
	/*margin: 3em 0 .4em;*/
}


.contentBlock {
	position: relative;
	display: inline;
}

.cbStandard {
	width: 250px;
}

.cbFullwidth {
	width: 530px;
}


.contentBlock img.leftImage {
	float: left;
	margin-right: 8px;
}

.contentBlock img.heading {
	margin-top: 9px;
	margin-bottom: 6px;
}

.contentBlock p {
	margin-bottom: .2em;
}

.contentBlock p.button {
	position: absolute;
	top: 165px;
	left: 100px;
}

.cbFullwidth p.button {
	top: 85px;
	left: 0;
}

.contentBlock ul {
	margin: 0 0 0 110px;
}

.contentBlock li {
	margin-bottom: 0;
}


.storeBlock {
	display: inline;
}




h1.training {
	margin: 30px 0 10px 4px;
	font-weight: normal;
	font-size: 2em;
	color: #666;
}

#associatedClasses {
	border: 1px solid #e4dfd6;
	padding: 0 15px;
}

#associatedClasses div.class_hotel {
	margin: 0 -15px 1px;
}

/* FAQ PAGE */

.right div.faq {
	background-color: #f4f2eb;
	padding: 12px;
	margin-bottom: 1.5em;
}

.right div.faq ul {
	list-style-type: none;
}

h2.faqTitle {
	font-size: 1.3em;
	margin-top: 1em;
}


/* STORE AND CLASSES */


#storeDefaultText ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#storeDefaultText li {
	font-size: 1.08em;
	font-weight: bold;
	color: #db7040;
}

.right h3.child_category {
	font-size: .92em;
	color: #002f5d;
	margin-top: 0;
	margin-bottom: 1em;
}

.right p.price {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	line-height: 1.4;
}

.right p.special,
.right p.special a {
	color: #508600;
}

.right p.strikethru {
	text-decoration: line-through;
}

.right p.sub_price {
	color: #666;
	font-size: .84em;
	margin-bottom: 0;
}

.right p.product_subtext {
	background-color: #f4f2eb;
	padding: 8px;
	font-size: .84em;
	margin-top: -1em;
}

.right p.crumbs {
	font-size: .84em;
	line-height: 1.6;
	margin-top: -1em;
	color: #96896f;
}

.right p.crumbs a {
	color: #605642;
}

.right p.crumbs a:hover {
	color: #96896f;
}

.right p.member_discount {
	font-weight: bold;
	color: #cd5b37;
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: .92em;
	border: 1px solid #cd5b37;
	padding-left: 4px;
}


.right p.webcast {
	background-color: #e1ddd9;
	width: 33em;
	padding: 4px 2px 4px 7px;
	font-weight: bold;
}

.right span.formSupertitle {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #fb8c5a;
	padding: 2px 4px;
}


/* STORE */

.right p.store_shipping_alert {
	color: #d00;
}

.right div#left_col {
	width: 240px;
	float: left;
}

.right div#right_col {
	width: 225px;
	float: right;
}

.right div#left_col img, .right div#right_col img {
	margin-bottom: 15px;
}


#left_col h3, #right_col h3 {
	margin-bottom: .3em;
	margin-top: 1.2em;
}

#left_col p, #right_col p {
	margin-bottom: .5em;
	margin-left: .6em;
	margin-right: 3em;
	line-height: 1.3;
}

#agreement,
#policy {
	display: none;
}

.freeGroundShipping span {
	background-color: #e57a49;
	color: #fff;
	font-size: .92em;
	padding: 2px 6px;
	margin-top: 1em;
}


/* PRODUCT BLOCK IN CATEGORY */

.right div.product {
	padding: 15px 0 12px 0;
	margin: 0;
}

.right div.parentProduct {
	border-top: 1px solid #e4dfd6;
}

.right div.subProduct {
	padding-top: 0;
}

.product h2 {
	margin: 0 140px .4em 0;
	padding: 0;
	line-height: 1.4;
	font-size: 1.2em;
	clear: none;
	color: #4e270d;
}

.product h2 span.supertitle {
	font-size: .84em;
	font-weight: bold;
}

.product p.supertitle {
	/*background-color: #fb8c5a;*/
	background-color: #a5c46d;
	width: 17em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .92em;
	padding: 2px 0 2px 10px;
	color: #111;
	margin-bottom: 3px;
}

.parentProduct p.supertitle {
	margin-bottom: 0;
	margin-top: 1em;
}

span.supertitleLink {
	padding-left: 1em;
}

.product p.supertitle a {
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
}

.right p.webcast a {
	text-transform: none;
	letter-spacing: 0;
	color: #a13907;
}

.product p {
	margin-right: 140px;
	font-size: .84em;
}

.product ul {
	margin-right: 140px;
}

.product ul ul {
	margin-right: 0;
}

.product p.class_full, .lite_box p.class_full {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: .92em;
	color: #cd5b37;
}

.product p.class_full span, .lite_box p.class_full span {
	border: 1px solid #cd5b37;
	padding: 2px 4px;
}

.product div.right_col {
	width: 120px;
	float: right;
	text-align: right;
}

.product div.right_col p {
	margin-right: 0;
}


.product div.right_col img {
	margin-bottom: 4px;
}

.product div.right_col ul#top_space {
	margin-top: 6px;
}


.productGrid td {
	text-align: center;
	vertical-align: top;
}

.productGrid h2 {
	font-size: 1em;
}

.productGrid h2 a:link {
	text-decoration: underline;
}


table.GroupAsTable {
	width: 100%;
	border-collapse: collapse;
	font-size: .92em;
	display: none;
}


.GroupAsTable td {
	border: 1px solid #d5cfc4;
	padding: 2px 6px;
	background-color: #f2efea;
}

.GroupAsTable .sub_price {
	color: #666;
}

/* CLASSES */

/* box around live class offerings */
.right div.lite_box {
	border: 1px solid #ddd;
	padding: 0;
}

.right div.lite_box h2 {
	margin: 0 0 1em;
	padding: 10px 0 4px 15px;
	background-color: #F4F4F4;
	height: 1.3em;
}

div.lite_box h3, div.lite_box ul.order, div.lite_box p {
	margin-left: 15px;
	margin-right: 15px;
}


.right p.class_title {
	font-size: 1.08em;
	margin-bottom: .2em;
	font-weight: bold;
}

.right p.class_link {
	margin-top: 0;
}


.right h3.class_subtitle {
	margin-top: -.3em;
}

.right div.class_hotel {
	background-color: #f4f2eb;
	padding: 8px 8px 1px;
	margin-bottom: 1.5em;
}

.right div.class_hotel p.hotel_subtext {
	margin-bottom: 0;
	font-size: .84em;
}

.right div.class_hotel h2 {
	font-size: 1.3em;
	margin-bottom: .5em;
}

.right p.orderFromVendor {
	font-weight: bold;
	font-size: .92em;
	margin-top: 1em;
}


#googleMap1,
#googleMap2 {
	border: 1px solid #b5b857;
	width: 490px;
	height: 300px;
	margin: 1em 0;
	display: none;
}

/* CONTINUING EDUCATION CLASSES */

/* legacy */

.right div#external_courses img {
	float: left;
	margin-top: 16px;
}

.right div#external_courses h3, .right div#external_courses p {
	margin-left: 140px;
}

.right div#external_courses h3 {
	font-size: 1em;
	margin-top: 16px;
}


.right div#external_courses hr {
	border: 0;
	height: 1px;
	color: #e4dfd6;
	background-color: #e4dfd6;
	font-size: .92em;
	margin: 1.5em 0 .7em 0;
}

/* end legacy */


.right div.minimalListing h2 {
	margin: 0;
}

.right div.minimalListing p {
	margin-bottom: 0;
	margin-right: 0;
}

.minimalListing p.button {
	margin-top: .3em;
	float: right;
}

.minimalListing p.price {
	font-size: .92em;
}

.right div.minimalListing span {
	margin-right: 1em;
}

span.strikethru {
	text-decoration: line-through;
}

span.special {
	color: #508600;
}

/* floating tooltip box */

#dhtmltooltip{
	position: absolute;
	width: 300px;
	border: 1px solid #666;
	padding: 4px;
	background-color: #e8e4db;
	visibility: hidden;
	font-size: .92em;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}




/* NEWS */

.right h3.news {
	font-size: 1em;
	margin: 0;

}

.right p.news_date {
	margin-bottom: 0;
	margin-top: 1.1em;
	font-size: .84em;
}

.right p.news {
	margin-bottom: 0;
}

.right p.news_item_moreinfo {
	margin-bottom: .3em;
}

.right p.more_link {
	font-weight: bold;
}



/* FEATURE INSET BOX */

div.feature {
	float: right;
	width: 179px;
	background: #F4F4F4;
	padding: 0 27px 1.8em 18px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.feature h1 {
	background: #e2e1d8;
	padding: 10px 0 .1em 18px;
	margin: 0 -27px 0 -18px;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	color: #3e382f;
}

.feature h2 {
	font-size: .92em;
	margin: .6em 0 0;
	
	border-top: none;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
}

.right div.feature p {
	margin: 0;
	font-size: .84em;
}


/* FAQ INSET BLOCK */

.right div.faq_block {
	border: 1px solid #bbb;
	padding: 15px;
	padding-bottom: 0;
	background: #F4F4F4;
	margin-bottom: 1.5em;
	clear: both;
}

.right div.testimonial_block {
	border: 1px solid #bbb;
	padding: 12px;
	background: #F4F4F4;
	margin-bottom: 1.5em;
	font-size: .84em;
	line-height: 1.6;
	font-style: italic;
}


/* CONTENT TABLE */

table.standard {
	border: 1px solid #e4dfd6;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.standard th {
	padding: 2px;
	background: #e2e1d8;
	border: 1px solid #dcd5c6;
	color: #3e382f;
	font-size: .84em;
}

table.standard th.lite {
	padding: 2px;
	background: #fff;
	border: 1px solid #dcd5c6;
	color: #3e382f;
	font-size: .84em;
}

table.standard td {
	padding: 6px;
	border: 1px solid #e4dfd6;
}

table.standard td.small {
	font-size: .84em;
}

table.standard td p {
	margin-bottom: .4em;
}


/* PRODUCT TABLE */

table.product p {
	margin: 0;
	margin-top: .3em;
}

table.product p.caption {
	font-size: .92em;
}


/* BENEFITS TABLE */

table.benefits {
	border-collapse: collapse;
	width: 500px;
	border: 1px solid #aaa;
}

table.benefits th {
	background: #000;
	color: #fff;
	font-size: .92em;
	padding: 4px;
}

table.benefits th.micro
{
	background: #9c9288;
}

table.benefits td {
	border: 1px solid #aaa;
	padding: 4px;
}

table.benefits td.micro {
	background: #e1ddd9;
	text-align: center;
	font-weight: bold;
}


/* REGISTER TABLE */

table.register {
}

table.register td {
	padding: 6px 4px 2px;
}

table.register td.tight {
	padding: 0 4px 2px;
}

table.register td.loose {
	padding: 16px 4px 4px;
}


/* SEARCH TABLE */

table.search {
	border: 1px solid #999;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.search th {
	padding: 2px;
	background: #dcd5c6;
	color: #002f5d;
	font-size: .84em;
}

table.search td {
	padding: 4px;
}


/* Insurance application */

#content iframe#insuranceFrame {
	border: none;
	border-bottom: 1px solid #c9c2ba;
	width: 780px;
	height: 90em;
	overflow: hidden;
}


/* LINKS AT FOOT OF PAGE */


.foot_links {
	font-size: .84em;
	margin: 0 1em .3em;
	font-size: .92em;
	line-height: 1.3;
	text-align: center;
}

.foot_links a {
	text-decoration: none;
}

p.foot_links a {
	color: #666;
}

.foot_links a:hover {
	color: #222;
	text-decoration: underline;
}

/*******************/
/* General Purpose */
/*******************/


/* IMAGE */

div.inline_image {
	margin: 3px 0 8px 10px;
	float: right;
	line-height: 1.3;
	width: 190px;
	padding: 0;
}

div.inline_product_image {
	line-height: 1.3;
	padding: 0;
}

div.bottom_image {
	margin: 7px 24px 8px 0;
	float: left;
	line-height: 1.3;
	width: 190px;
	padding: 0;
}

div.inline_image p.caption, 
div.inline_product_image p.caption,
div.bottom_image p.caption { 
	margin: .5em 0 0; 
	font-size: .92em; 
	text-align: center; 
}

div.inline_image p.credit, 
div.inline_product_image p.credit,
div.bottom_image p.credit { 
	margin: 0; 
	font-style: italic; 
	font-size: .75em; 
	text-align: right;  
}


.endimage {
	margin: 12px 24px 8px 0;
	float: left;
	width: 150px;
	text-align: center;
}

.insetthumb {
	margin: 0 19px 4px 7px;
	float: right;
	width: 70px;
	display: inline;
}

.end_image {
	margin-bottom: 12px;
}
		


a:link { color: #813401; text-decoration: none; } /* default text color */
a:visited { color: #813401; text-decoration: none; }
a:hover { color: #a76940; text-decoration: underline; }
a:active { color: #a76940; text-decoration: underline; }

h2 a:link { color: #4e270d; text-decoration: none; } /* default text color */
h2 a:visited { color: #4e270d; text-decoration: none; }
h2 a:hover { color: #813401; text-decoration: underline; }
h2 a:active { color: #813401; text-decoration: underline; }


/* Font size 0 to fix Windows IE 5.5 */
.clear { 
	clear: both; 
	height: 1px; 
	font-size: 0; 
	overflow: hidden; 
}


@media print { 
	.left { display: none; }
	.right { float: left; }
	.header p#subnav { display: none; }
	body { background: #fff; }
	.header img { margin-top: 36px; }
}