@charset "utf-8";
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 1.3em;
	color: #333;
	background: #036;
}
.thrColLiqHdr #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	min-width: 900px; 
	max-width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	background-color:#fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColLiqHdr #header {	
	background: url(../images/BooksPanoramic.jpg) 	no-repeat;
	min-height: 190px;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
} 


.thrColLiqHdr #breadcrumbs a:hover {
	color: #00C;
}

.thrColLiqHdr #breadcrumbs a:visited {
	color: #999;
}

.mainBoxNav {
	width: 20%;
	height:100%;
	min-height:300px;
	padding-right: 8px;
	margin: 10px 5px 5px 5px;
	float: left;
	font-size: 90%;
}

.mainBox {
	width: 53%;
	height:100%;
	min-height:300px;
	margin:10px;
	float: left;
}

.mainBox h1 {
	font-size:14px;
	color: #036;
	font-style:oblique;
	font-variant:small-caps;
	line-height: 1.3em;
	text-align:center;
	font-variant:small-caps;
}

.mainBox h2 {
	color: #036;
	font-style:oblique;
	font-variant:small-caps;
	text-shadow:inherit;
	font-size:14px;
	line-height: 1.3em;
	text-align:center;
	font-variant:small-caps;
}
.mainBox2 {
	border: 0px solid #fff;
	width: 20%;
	height: 100%;
	padding-left: 8px;
	margin-top:10px;
	float: left;
}
.mainBox2 h2, .mainBox2 h3 {
	color: #036;
	font-style:oblique;
	font-variant:small-caps;
	text-shadow:inherit;
	font-size:14px;
	line-height: 1.3em;
	text-align:center;
	font-variant:small-caps;
}

.mainBox ul, .mainBox2 ul, .mainBoxNav ul, #lowercontent4 ul {
	line-height: 1.5em;
	list-style-position:outside;
}

.mainBox img, .mainBox2 img,  {
 	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 1em;
	
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContentTemp {
	float: left;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	text-align:left;
	color: #000;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}


.thrColLiqHdr #lowercontent4 a:hover, #lowercontent3 a:hover, #lowercontent2 a:hover, #lowercontent1 a:hover, #lowercontent5 a:hover {
	color:#06F;
}

.thrColLiqHdr #lowercontent2 {
	float: right;
	width: 28%;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 7px;
	text-align: left;
	border-top-style: double;
	border-color:#CCC;
	height: 450px;
	
/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #lowercontent3 {
	float: right;
	width: 35%;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 7px;
	text-align: center;
	min-height:470px;
	height: 470px;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColLiqHdr #lowercontent3 ul, #lowercontent4 ul {
	list-style: outside;
	list-style-type: disc;
	padding-left: 1.2em;
	line-height: 1.2em;
	text-align: left;
}

.thrColLiqHdr #lowercontent3 li, #lowercontent4 li {
	margin-top: 1em;
}

.thrColLiqHdr #lowercontent4 {
	float: right;
	width: 55%;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 7px;
	text-align: left;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}


.thrColLiqHdr #lowercontent1 { 
	float: left;
	width: 95%;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 7px;
	border-top-style: double;
	border-color:#CCC;
	height: 450px;
/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #lowercontent5 { 
	float: left;
	width: 25%;
	margin-left: 40px;
	margin-bottom: 10px;
	padding: 7px;
	border-top-style: double;
	border-color:#CCC;
	height: 450px;
/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #lowercontent4 ul {
		list-style-image: url(../images/0069_Mooshak.png);
		line-height: 1.6em;
}

.thrColLiqHdr #lowercontent1 h6 {
	font-size:14px;
	text-align: center;
	color: #036;
	
}
.thrColLiqHdr #lowercontent2 h5 {
	font-size:14px;
	text-align:center;
	color:#036;
}
.thrColLiqHdr #lowercontent3 h4 {
	font-size:14px;
	text-align:center;
	color: #036;
	line-height: 14pt;
	font-style:oblique;
}
.thrColLiqHdr #lowercontent4 h3, #lowercontent4 h4, #lowercontent4 h5   {
	font-size:14px;
	text-align:center;
	color:#036;
	font-style:oblique;
}
.thrColLiqHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	background-color: #036;
	color: #FFF;
	font-size:90%;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999;
	line-height:1em;
}

#footer a:link {
	text-align:center;
	color:#FFF;
	padding:10px;
	text-decoration:underline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColLiqHdr #lowercontent4 li {
	margin: .1em;	
}

.FunLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	font-variant:small-caps;
	text-align: center;
}

.ht2paragraph {
	text-align: left;
	color: #036;
}

.smallEmphasis {
	font-style: oblique;
	color: #036;
	text-align:left;
}

.Emphasis  {
	font-size:120%;
	text-transform: capitalize;
	color: #036;
	font-weight: bold;
	text-align: center;
}
.headline {
	font-size:150%;
	font-weight:bold;
	text-shadow: 0 1px 0 #000;
	text-align:center;
}

#apDiv2 {
	padding: 10px;
	position: static;
	margin-right:690px;
	text-align:center;
	width:310px;
	height:150px;
	z-index:2;
	left: 150px;
	top: 57px;
}
 
.box {
	border: 2px solid #036;
	padding:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;  
}  

.box ul {
	text-align:left;
}

.box img {
	margin: 5px;
}

/*For navigation box on Template ONLY*/

.boxNav {
	min-height: 350px;
}
.boxNav {
	border: 1px solid #036;
	padding:7px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	text-align: left;
}  

.boxNav ul {
	text-align:left;
	font-style: italic;
}

.boxNav img {
	margin: 5px;
	text-align: center;
}

.directionalBox {
	width: 100%;
	height: 20px;
	margin-left:-5px;
	float: left;
	color:#FFF;
	background-color:#036;
	font-size: 100%;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:7px;
	padding-left:3px;
	
}

.order ul {
	position: relative;
	font-style:oblique;
	border: outset;
	border-color: #CCC;
	text-decoration:underline;
	width: 100px;
	height: 20px;
	color:#036;
	font-size:14px;
	font-weight:bold;
	text-align: center;
}
.order ul a:hover {
	text-decoration:none;
	color:#039;
}

.tableP {
	padding:10px;
	text-align:center;
	font-weight:bold;
	border:2px;
	border-style:inset;
	font-size: 110%;
}

.centeredText {
	text-align:center;
	font-size:110%;
	color:#03F;
}

.tableP td {
	padding:5px;
}
tr.d0 td {
	background-color: #CC9999;
	color: black;
	border-style:groove;
	font-size: 110%;
}
tr.d1 td {
	background-color: #9999CC; color: black;
	border-style:groove;
}
tr.d3 td {
	background-color: #CCC; color: #036;
	border: thin #036;
	font-size:110%;
	line-height:20px;
}


#container #mainContentTemp .mainBox .boxNav .tableP caption {
	font-size: 120%;
	padding: 10px;
	color:#036;
	font-variant:small-caps;
}
.mainBoxSample {
	width: 75%;
	height:100%;
	min-height:300px;
	margin:10px;
	float: left;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
/*Incert the following in the html just before the img source="...
IMG class="displayed" ... for example: 
<IMG class="displayed" img src="../video/how-to-order-research-pa...  */
.smfont {
	font-size:70%;
}
.thrColLiqHdr #container #mainContentTemp .mainBox2 .boxNav ul .smallEmphasis {
	text-align: left;
}

/*From original file navbar.css  */

ul#navbar {
	float: inherit;
	list-style: none;
	height: 30px;
	background-color:#036;
	text-align:left;
	padding-top:10px;
}
ul#navbar li {
	display:inline;
	list-style-type: none;
	padding-right:30px;
	padding-left:30px;
	color: #FFF;
	font-size: 110%;
	border-right-width:thin;
	border-right-style: groove;
	border-color:#CCC;
}
ul#navbar li a {
	color: #FFF;
	font-size: 90%;
	text-decoration: none;
}
ul#navbar li a:hover {
	color: #69F;
	font-size: 90%;
	text-decoration:underline;
}
ul#navbar li a.current {
	color: #CCC;
	font-size: 90%;
}
#OrderButton {
	display: block;
	width: 120px;
	height: 28px;
	background: url(../images/OrderButton.gif) no-repeat 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#OrderButton:hover {
	background-position: 0 -28px;
	text-align: center;
}
#OrderButton span {
	display: none;
}

/* From navigation.css  */

#navlist {
	background:url(../images/TopBarPlain.gif);
	background-repeat:no-repeat;
	height: 45px;
	text-align: right;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: #FFF;
	font-size: 90%;
}
#navlist li a {
	color: #FFF;
	text-decoration: none;
}
#navlist li a:hover {
	text-decoration:underline;
}
/* End of ordered list for top navigation links */
#navlistTemp li {
	display: inline;
	text-align: right;
	list-style-type: none;
	padding-right: 20px;
	color: #FFF;
	font-size: 80%;
}
#navlistTemp li a {
	color: #FFF;
	text-decoration: none;
}
#navlistTemp li a:hover {
	text-decoration:underline;
}
/*** Nav bar styles ***/

ul.nav, .nav ul {
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}
ul.nav {
	width:140px;
	/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
}
ul.nav>li {
	margin: 0;
	padding: 0px 2px 9px 6px;
}
ul.nav li>ul {
	/*Make the sub list items invisible*/
	display: none;
	position: relative;
	width: 150px;
	margin-top: -1.2em;
	margin-left:130px;
	border:groove;
}
ul.nav li:hover>ul {
	/*When hovered, make them appear*/
	display:block;
}
.nav ul li a {
	/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}
/*** Menu styles (customizable) ***/

ul.nav, .nav ul, .nav ul li a {
	background-color: #fff;
	color: #036;
	font-style:italic;
}
ul.nav li:hover, .nav ul li a:hover {
	background-color: #369;
	color: #fff;
}
ul.nav li:active, .nav ul li a:active {
	background-color: #036;
	color: #fff;
}
.nav a {
	text-decoration: none;
}


