body {
	margin: 0px;
	padding: 0px;	
	background: #fff;
	font-family: Georgia, "Bitstream Vera Serif", "New Your", Palatino, serif;
	font-size: 103%;
}
th,td {
	/* Needed for NN4 and Quirks mode in Moz/FF as its tables do not inherit styles */
	font-family: Georgia, "Bitstream Vera Serif", "New Your", Palatino, serif;
	font-size: 103%;
}
h1,h2,h3,h4,h5,h6 {
	color: #444;
}
h1 { font-size: 160%;}
h2 { font-size: 130%;}
h3 { font-size: 116%;}

#header {
	margin: 0px;
	padding: 0px;
	border: 1px #000 solid;
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
#header h1{
	display: none;
}
#header span {
	display: none;
}
#header img {
	display: block;
}
#main-nav {
	display: none;
}blockquote {
	background: #aaa none;
	margin-left: 30px;
}
blockquote.extractquote:before, blockquote.extractquote:after {
   display: block;
   background: #aaa none no-repeat top right;
   text-align: left;
   line-height: 0px;
   margin: 0px;
   padding: 0px;

   }
blockquote.extractquote:before {
   content: url(../images/top-left.gif);
   background-image: url(../images/top-right.gif);
}
blockquote.extractquote:after {
   content: url(../images/bottom-left.gif);
   background-image: url(../images/bottom-right.gif);
}
blockquote.reviewquote:before, blockquote.reviewquote:after {
   display: block;
   background: #aaa none no-repeat top right;
   text-align: left;
   line-height: 0px;
   margin: 0px;
   padding: 0px;
}
blockquote.reviewquote:before {
   content: url(../images/top-left2.gif);
   background-image: url(../images/top-right.gif);
}
blockquote.reviewquote:after {
   content: url(../images/bottom-left.gif);
   background-image: url(../images/bottom-right2.gif);
}
blockquote p {
	padding: 0 10px;
}
blockquote cite {
	display: block;
	text-align: right;
	padding-right: 30px;
}
div.alphabetListing {
	width: 100%;
	text-align: center;
	margin: 10px auto;
/*	border: 1px #000 solid;
*/
}
div.alphabetListing a {
	border: 1px #000 solid;
	text-decoration: none;
	background: #fff;
	padding: 1px 2px;
}
div.alphabetListing a:hover{
	background: #ac3;
}
div.aligncentre {
	width: 100%;
	text-align: center;
}
div.indent {
	padding-left: 30px;
	padding-right: 15px;
}
dd {
	display: block;
	background-color: #ddd;
	border-top: 1px #666 dashed;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-left: 1px #666 dashed;
	margin-left: 20px;
	margin-bottom: 1.5em;
	padding-top: 0.5em;
}

dl {
	padding-top: 0.5em;
}

dt {
	padding: 5px 15px 2px 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: -0.6em;
	background-color: #eee;
	display: block;
	text-align: left;
	float: left;
	position: relative;
	z-index: 101;

	border-top: 2px #666 solid;
	border-right: 1px #666 dashed;
	border-bottom: 1px #666 dashed;
	border-left: 2px #666 solid;

}

/*for dt without a dd so that there is a top margin */
/* not working now that using tables instead of floats
 - add a empty <dd></dd> instead
 */
dt+dt {
clear: left;
margin-top: 1em;

}
dt+dt+dd {
margin-top: 3em;
}

dd div {
	padding: 15px 15px 5px 15px;
}
dd p {
	padding: 15px 15px 5px 15px;
}
dd ul {
	padding: 15px 15px 5px 15px;
	margin-left: 10px;
	margin-right: 0px;
	line-height: 1.4em;
}
dd ul li {
	text-indent: 0px;
}
img.bookimage {
	float: right;
	padding-right: 15px;
}
img.float-left {
	float: left;
	display: block;
	padding: 0px 10px 10px 0;
}
img.float-right {
	float: right;
	display: block;
	padding: 0 0 0 15px;
}
span.author {
	font-size: 110%;
}
table.address {
	margin: 2em 25px 2em 25px;
	text-align: left;
	color: #333;
	border: 1px #333 solid;
	width: 400px;
	padding: 0.5em 1em;
	display: block;
}
table.address td{
	padding: 0.3em 15px 0.3em 30px;
	border: 1px #ccc solid;
}
table.address caption {
	font-weight: bold;
	text-align: left;
	background-color: #fff;
/*	display: inline; */
	display: inline;
	position: relative;
	top: -1em;
	left: 0.8em;
	border: 1px #333 solid;
	padding: 0.1em 0.5em;
}
td {
	vertical-align: text-top;
}
td.title {
	margin: 0;
	padding: 5px;
	text-align: right;
	color: #333;
	border-right: 1px #333 dashed;
	vertical-align: text-top;
	width: 66%;
}
ul.none {
	list-style:none;
	line-height: 1.4em;
}
ul.none {
	list-style:none;
}
ul.awards {
	background-color: #bbb;
	list-style: none;
	padding: 5px;
	margin: 5px 15px 5px 5px;
	color: #333;
}
ul.awards li {
	padding: 5px 15px;
}
ul.horizontal {
	height: 3em;
	list-style: none;
	margin: 0 auto;
	clear: right;
}
ul.horizontal li {
	float: left;
	margin: 0 1em;
	padding: 0px;
	list-style: none;
	border: 1px #000 solid;
}
ul.horizontal li a {
	padding: 0 1em;
	color: #fff;
	background: #c0c0c0;
	display: block;
}
ul.horizontal li a:hover {
	color: #333;
	background: #fc3;
	display: block;
}
ul.pretty {
	list-style: circle;
	padding: 10px 15px 5px 30px;
	margin: 1em 10px 1em 12px;
	background-color: #eda;
	border: 1px #666 solid;
}
ul.pretty li {
	margin-top: 1em;
}

ul.hover,ul.hover li,ul.hover a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}
ul.hover {
	text-align: left;
	width: 12em;
	list-style:none;
	margin-left: 15px;
}
ul.hover li {
	position:relative;
	padding: 5px 0;
	z-index:9;
}
ul.hover a {
	padding: 2px 0;
	text-decoration: underline; /* opera forgets to apply otherwise */
}
ul.hover li a {
	width:auto;
}
ul.hover ul a {
	padding: 2px 10px;
}

/* hovers with specificity */

ul.hover li:hover {
	z-index:10;
}

ul.hover ul, ul.hover li:hover ul ul {
	display:none;
}

ul.hover li:hover ul, ul.hover li:hover li:hover ul {
	display:block;
	width: 15em;
	border: 1px #000 solid;
	position: absolute;
	margin-top:-1.7em;
	margin-left: 12em;
	padding-left: 0;
	padding-right: 0;
	background-color: #ccc;
}
