/***************************************************************
  CSS for Educational Services Publishers Web Site.
  Developed by D. Truitt, Fall 2006.  Updated Spring 2007.
***************************************************************/
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Calisto MT", "Century", serif;
	color: #002545;
	text-align: left;
	font-size: 1.35em;
	font-weight: bold;
}
h2 {
	font-family: "Calisto MT", "Century", serif;
	color: #002545;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
}
h3 {
	font-family: "Calisto MT", "Century", serif;
	color: #89724A;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #89724A;
}
h4 {
	font-family: "Calisto MT", "Century", serif;
	color: #89724A;
	text-align: left;
	font-size: 1.25em;
	vertical-align: middle;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
h5 {
	font-family: "Calisto MT", "Century", serif;
	color: #002545;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
/* 
  ------------------------------------------------------------------------------------
  Code for Dropdown Menu courtesy of Project Seven Development (www.projectseven.com)
  ------------------------------------------------------------------------------------
  
Container for the dropdown menu.
*/
#menuwrapper {
	position: absolute;
	top: 79px;
	left: 260px;
}
/*Clears the floated menu items.  Assigned to a br tag placed just before menuwrapper's
closing div tag. */
.clearit {
	clear: both;
	height: 0px;
	line-height: 0.0px;
	font-size: 0px;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values if you want to make the to make the root links taller and to offset
them from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	border-right: 5px solid white;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #A38758;

}
#p7menubar a.home, #p7menubar a.contact {
	width: 110px;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
Also controls the length of the "hovered" color.
*/
#pub a.trigger1 {
	padding: 2px 5px 2px 10px;
	background-image: url(../images/whiteArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 160px;
}
#p7menubar a.trigger2 {
	padding: 2px 5px 2px 10px;
	background-image: url(../images/whiteArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 180px;
}

/*
The Root-Level list items. Floating left allows them to appear horizontally.
Width is for IE5 Mac. The last rule in this style sheet will set the width for this
element to auto for all other browsers - hiding it from IE5 Mac.  The width is
proportional.  As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}

/*Controls the size of the box that the submenus are in.  If second reference (ul li) is
set too small, submenu items are displayed one ontop of the other.  KEEP THESE TOGETHER!
The size needs to include the amt of padding in the menu item plus something for the gif. */
#cs li ul, #cs ul li  {
	width: 200px;
}
#pub li ul, #pub ul li  {
	width: 180px;
}

/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping.  They are positioned
absolutely to allow them to appear below their root trigger.  Set to display none to hide
them until trigger is moused over.  Background color must be set or problems will occur in
MSIE.  A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	background-image: url(../images/gradBackg.jpg);
	background-repeat: repeat-x;
}
/*
Changes the text color when the Root-Level menu items are moused over.
The second selector sets color when Root-Level items are accessed with the keyboard tab key. The third
Selector sets an active state to support keyboard access in MSIE. The fourth selector is
assigned to IE5 and IE6 Windows via the P7_ExpMenu script. Note that IE7 supports hover on
elements other than links and so behaves like Firefox, Opera and Safari - making the menu
operable even if JavaScript is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FFFF99;
}
/*
Set the Sub-Menu UL to be visible when its associated Root-Level link is moused over.
The second selector is assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level menu items are moused over.
The second selector is assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should match the normal Sub-Level link color in the rule: #p7menubar ul li a.
The background color must be transparent to allow the underlying gradient background on the
UL to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #002545;
	font-weight: normal;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive is required for older
browsers. The background color, shows over the gradient background on hover.
The text color to white.
*/
#p7menubar ul a:hover {
	background-color: #002545!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment causes IE5 Mac to ignore the
following rule, which allows other browsers to render top-level menu items to their
natural width. Do not edit this rule in any way. */
#p7menubar li {width: auto;}

#logo{
	background: url(../images/newLogo.gif) no-repeat left center;
	height: 132px;

}
#logo img{
	position: absolute;
	top: 16px;
	left: 211px;
}
#sidebar {
	background-color: #A38758; 
	position: absolute;
	left: 30px;
	top: 175px;
	width: 164px;
	color: #fff;
	margin: 0px;
}
#photos {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
}
#photos img{
	padding: 5px 5px 5px 5px;
}

#main{
	position: absolute;
	left: 220px;
	top: 195px;
	color: #555555;
	font-size: .85em;
	text-align: justify;
	width: 725px;
}
#Copyright {
	text-align: center;
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 30px;
}
#form {
	border: 1px solid black;
	text-align: center;
	width: 670px;
	padding: 10px 20px 10px 20px;
	margin: 40px 5px 15px 5px;
}
#form h5 {
	text-align: center;
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
	vertical-align: text-bottom;	
}
#form p {
	text-align: left;
}
#form table {
	font-size: .8em;
}
#form td {
	padding: 0px 12px;
}
#printButton {
	text-align: center;
	background-image: url(../images/gradBackg.jpg);
	color: #002545;
	margin-top: 40px;
	margin-left: 600px;
}
.rtop, .rbottom{
	display: block;
	background: #fff;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #A38758; 
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
	margin: 0 1px;
	height: 2px;
}
.TestimonialLink{
	text-align: center;
	background-color: #FFFFBB;
}
.TestimonialLink a {
	color: #002545;
	text-decoration: none;
}
.TestimonialAuthor {
	padding-left: 450px;
	padding-bottom: 25px;
	border-bottom:  1px solid #89724A;
}
.contactinfo{
	font-size: 1em;
	vertical-align: middle;
}
.commonBList {
	list-style-type: square;
}
.commonBList li {
	padding: 5px 0px 0px 5px;
	
}
/* Defines the horizontal line that separates the heading from the main part of the page */
div.pagebody {
	border-top: 2px solid #89724A;
}
div.BookTitle {
	border: 2px solid #89724A;
	margin: 20px 0px 0px 150px;
	padding: 10px 10px 10px 10px;
	width: 400px;
}
div.BookTitle h2 {
	font-size: 1.05em;
}
div.BookTitle h1, h2, h5 {
	margin: 2px;
	border: 0px;
	color: #002545;
	text-align: center;
}
div.BookTitle h5 {
	margin: 5px 0px 10px 0px;
}
