/* Global Styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	font-weight: bold;
	color: #58B7D3;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:hover {
	color:#EE6821;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	font-size:100%;
	color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: "Calisto MT", Georgia, "Times New Roman";
	text-align: left;
}

.source {
	text-align: right;
}

h3 {
	font-size: 100%;
	padding-bottom: 10px;
}

h4, h5, h6 {
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
}

body {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	color: #000000;
}

.oneCol #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneCol #header {
	background: #DDDDDD;  /* 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. */
	border-bottom-color: #000000;
	border-bottom-style: none;
	height: 150px;
}

.oneCol #mainContent {
	background: #FFFFFF;
	padding: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.oneCol #container #mainContent h1 {
	font-family: "Futura Condensed ExtraBold", "Arial Bold", "Courier Bold";
	font-size: 150%;
	font-weight: bolder;
	margin-bottom: 2px;
	color: #58B7D3;
}

.oneCol #container #mainContent h2 {
	font-size: 125%;
	color: #393B4A;
	margin-bottom: 5px;
}

.oneCol #container #mainContent ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.oneCol #container #mainContent li {
	color: #000;
	font-family: "Calisto MT", Georgia, "Times New Roman";
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 25px;
	padding-top: 5px;
	margin-top: 10px;
	
}

.liright {
	margin-left:320px;
}

.oneCol #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 10px;
}
.oneCol #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 */
}

.oneCol #container #header img {
	display: block;
}

.oneCol #container #mainContent #excerpt {
	background-color:#DDD;
	padding: 10px;
	margin-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	height: 500px;
	overflow: scroll;
}

.oneCol #container #mainContent #excerpt p {
	text-indent: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 0px;
}

.oneCol #container #mainContent #excerpt h2 {
	font-weight: bold;
	text-align: center;
}

.closep p {
	padding: 0 0 0 0;
	font-family: "Calisto MT", Georgia, "Times New Roman";
}

/* 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-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.figure {
	float: left;
	border: thin silver solid;
	margin: 0.25em;
	padding: 0.25em;
}

div.sidebyside p {
	text-align: center;
	font-size: smaller;
	text-indent: 0;
}

/* Main Navigation Bar */

#mainNavigation {
	position: relative;
	width: 780px;
	float: left;
	background-color: #EE6821;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* all lists */
#nav, #nav ul { 
	list-style: none;
}

#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #EE6821;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-color: #C9E2AB;
	width: 147.5px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #C9E2AB;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 3px;
}

#nav li a:hover, #nav li a.selected {
	color: #C9E2AB;
	background: #EE6821;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #C9E2AB;
	font-size: 130%;
}

#nav li ul li {
	clear: both;
}

#nav li ul li a {
	font-weight: normal;
	width: 300px;
	padding: 4px 10px;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	background-image: none !important;
	background-color: #94D5D7;
	margin: 0 !important;
	text-align:left;
}

#nav li ul li a:hover {
	color: #94D5D7;
	background-color: #EE6821;
}

/* all list items */
#nav li { 
	float: left;
}

/* second-level lists */
#nav li ul { 
	position: absolute;
	background: #D7BFE7;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/*
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul
{
	left: -999em;
}
*/
/* lists nested under hovered list items */
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul
{
	left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li:hover, #nav li.hover {
	position: static;
}
.oneCol #container #mainContent table tr td {
	text-align: center;
}

/* [ Footer ] */

#footer {
	clear: both;
	border-top: 1px solid #999999;
	font-size: 75%;
	text-align: center;
	padding: 10px;
	background: #FFFFFF;
}

#footerNav li {
	list-style: none;
	display: inline;
}

#footerNav li a {
	font-weight: normal;
	padding: 0px 8px;
	border-right: 1px solid #666666;
	text-decoration: none;
	color:#000;
}

.lastNav {
	margin: 0 auto !important;
	border: none !important;
}


#homepageFooter {
	clear: both;
	font-size: 75%;
	text-align: center;
	padding: 5px;
	background-color: #666;
}
	

/* homepage */

#preload-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

#headerImage {
	background-image: url(images/header.jpg);
	height: 156px;
	width: 780px;
	position: relative;	
}

#front {
	background-image: url(images/menu.jpg);
	height: 624px;
	width: 780px;
	position: relative;
}

#blocks a {
	position: absolute;
	height: 156px;
	width: 156px;
	top: 0px;
	text-decoration: none;
}

#blocks a i { visibility: hidden;  }

a#books { position: absolute; left: 156px; top: 0px }
a#appearances { position: absolute; left: 156px; top: 312px }
a#about { position: absolute; left: 468px; top: 156px }
a#contact { position: absolute; left: 468px; top: 468px }
a#press { position: absolute; left: 624px; top: 312px }

a#books { position: absolute; left: 312px; top: 234px }
a#appearances { position: absolute; left: 156px; top: 390px }
a#about { position: absolute; left: 156px; top: 78px }
a#contact { position: absolute; left: 468px; top: 390px }
a#press { position: absolute; left: 468px; top: 78px }

a#books:hover { background-image:url(images/books_hover.jpg); }
a#about:hover { background-image:url(images/about_hover.jpg); }
a#appearances:hover { background-image:url(images/appearances_hover.jpg); }
a#contact:hover { background-image:url(images/contact_hover.jpg); }
a#press:hover { background-image:url(images/press_hover.jpg); }

a#books:hover, a#about:hover, a#appearances:hover, a#contact:hover, a#press:hover {
	border: none;
	position: absolute;
}

/* =Hoverbox Code

----------------------------------------------------------------------*/

.oneCol #mainContentHoverbox {
	background: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -50px;
	left: -32.5px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	vertical-align: top;
	width: 160px;
	height: 250px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 75px 50px 75px 50px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 225px;
	height: 350px;
}
