@charset "utf-8";
/* CSS Document */

#topnav-container { display: none; }
#nav-top ul.dropdown { display: none; }
#left-nav { display: none;}
#bottomnav-container { display: none;}
#popular-products-container { display: none;}
.subscribe { display: none;}
#content-left { display: none;}
#content-bottom-container { display: none;}
.social-media { display: none;}
.PrintOnly { display:block; }

   
body { margin: 0 0 40px 0; font-size: 12px; font-family: "Arial", serif; color: #000; background-color: #FFF; }

img { border: 0; }

h1 { font-family: arial; font-size: 28px; font-weight: normal; line-height: 33px; color: #e37b00; margin: 0; }
h2 { font-family: arial; font-size: 21px; line-height: 21px; color: #34b5d0; margin: 0 0 16px 0; }
h2 a.homelink { font-family: arial; font-size: 21px; line-height: 21px; color: #34b5d0; margin: 0 0 16px 0; text-decoration: none; }
h2 a.homelink:hover { color: #720525; }

#content-bottom h2 { color: #720525; margin-top: 20px; }
h3 { font-family: arial; font-size: 17px; line-height: 17px; color: #720525; margin: 0 0 13px 0; }
h4 { font-family: arial; font-size: 14px; line-height: 14px; color: #720525; margin: 0 0 12px 0; }

/* h1 {
	font-size: 1.2em;
	color: #430000;
	font-weight: bold;
	text-transform: capitalize;
	margin: 5px 0 10px 0;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 5px 0px;
	letter-spacing: 1px;
}

h3 {
	color: #990000;
	font-size: 1em;
	line-height: normal;
	margin: 3px 0px;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 6px 0px 2px 0px;
}

*/

form { margin: 0; padding: 0; }

img { border: 0; }

#printbanner {
	margin-bottom: 25px;
}


/**********/
/* HEADER */
/**********/

#header {
	display: none;
}

header .print {
display: block;
}


/*******************/
/* MAIN NAVIGATION */
/*******************/

.nav {
	display: none;
}

/****************/
/* CONTENT AREA */
/****************/

.navside, .footer, #grid_right, #pagebuttons {
	display: none;
}

/*************/
/* WordPress */
/*************/

td.content h3#respond, td.content form#commentform {
  display: none;
}


/*************/
/* Course pages */
/*************/


 .panes div {
    display: block !important;
}

<script>
	$(function() {
	    $("ul.tabs").tabs("div.panes > div");
	});
</script>	


