/* @override http://www.gordonneufeld.com/style2.css */

/* @override http://www.gordonneufeld.com/style2.css */

/* @override http://www.gordonneufeld.com/style2.css */

/* @override http://www.gordonneufeld.com/style2.css */

/* GLOBAL STYLES */
html
{
	padding: 0;
	margin: 0;
}


body 
{
	padding:0;
	margin: 0;
	background: #fff url(images/gradient_short.jpg) repeat-x; /* body gradient background */
	border-top: 5px solid #55350e;
	height: 100%; /* 100% height follows through so the footer can extend to the bottom*/
}

p
{
	font: 12px "Trebuchet MS";
}

a, a:visited
{
	text-decoration: none;
}

#wrapper
{
	height: 100%;
}

/* HEADER */

#logo /* note: separate from container */
{
	position: absolute;
	top: 10px;
	left: 35px;
}

#topcontainer
{
	background: #fff url(images/texturedback_thin.jpg) repeat-x; /* this makes the textured background */
	height:  80px;
	z-index: -1;
}

/* there are two wrappers, for the reason that the top container needed to extend all the way to make the top header do the same. headerwrap is the fixed-width container. */ 

#headerwrap
{
	overflow: hidden;
	width: 960px;
	float: left;
}

/*using Phark method to put images in header*/
#title
{
	float: left;
	overflow: hidden;
	position: relative;
}
	#title h1 /*Gordon Neufeld, Ph.D*/
	{
		padding: 0;
		font-family: Garamond;
		text-indent: -9999px;
		background: url(images/titletext.png) no-repeat;
		height: 65px;
		width: 400px;
		background-repeat: no-repeat;
		display: block;
	margin: 6px 0 0 90px;
}
	
#subtitles
{
	width: 390px;
	overflow: hidden;
	float: right;
	position: relative;
	top: 10px;
}
	#subtitles span
	{
		font-family: Garamond;
		height: 60px;
		background: url(images/subtitles.png) no-repeat;
		background-repeat: no-repeat;
		text-indent: -9999px;
		display: block;
	}
	
/* NAVIGATION */
.space
{
	display: block;
	height: 50px;
}
#navigation-container
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 100;
	top: 85px;
}

#navigation
{
	z-index: 101; /* attempting to fix IE bug */
	position: relative;
	height:50px;
	margin-top: 0;
	padding: 0px;
	overflow: hidden;
}



#navigation ul
{
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 350px;
}

#navigation ul li
{
	display: inline;
	/* bar form for nav */
}
#navigation ul li ul li
{
	display: inline;
	/* bar form for nav */
}

#navigation li a, #navigation li a:visited
{
	display: block;
	float: left;
	color: #6b3d2e;
	text-decoration: none;
	font: 13px "Trebuchet MS";
	margin: 0;
	padding: 5px 10px;
}
#navigation li ul {
		display: none;
	}
#navigation li.off ul, #navigation li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 25px;
		right: 0;
		background: #f1efe2;
		height: 28px;
		width: 100%;
		padding-left: 6px;
}

.constrictor
{
	width: 960px;
	float: left;
}
.aligner
{
	float: right;
}

div#products.aligner {
	margin-right: 40px;
}
.experiment
{
	width: 100%;
	height: 25px;
	background: #dedccd;
	display: block;
	position: absolute;
	top: 110px;
}

#navigation li.over ul li a { /*for ie - the specificity is necessary*/
		background: #c60;
	}
#navigation li.on ul {
		background: #dedccd;
	}
#navigation li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #dedccd;
	}
#navigation li.on ul a, #navigation li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #6b3d2e;
		width: auto;
	}
#navigation li.on ul {
		display: block;
	}
	
#navigation li.off:hover ul, #navigation li.over ul {
		display: block;
		z-index: 6000;
	}
	


#navigation ul li ul li a {
	padding: 6px;
	font: 12px "Trebuchet MS";
}	
	
li.on a {
 	background: #dedccd;
 }
 #navigation li.on ul a {
	background: #dedccd;
}

li.off a:hover, li.off:hover a, li.over a {
	background: #f1efe2;
}
	
#navigation li a:hover 
{ 
	background: #c60; 
	color: #f3f2dd;
	/* rollover */
}
	#navigation li.off a:hover, #navigation li.on a:hover { 
		background: #c60; 
	color: #f3f2dd;
	}


#navigation li ul li a.active 
{
	font-weight: bold;
}
#secondarynavigation li a
{
	display: block;
	float: left;
	color: #5c3427;
	font: 12px "Trebuchet MS";
	padding: 6px;
}
/* BODY STRUCTURE */

#bodywrap
{
	height:100%;
	padding-right: 30px;
	padding-left: 30px;
	width: 960px;
	margin-top: 4px;
	float: left;
	overflow: hidden;
}

/* FOOTER */

#bottomwrap
{
	clear: left;
	width: 100%;
	background: #f1efe2 url(images/white.gif) repeat-x;
	border-top: 6px solid #d9d8c4;
	height: 100%;
}

#footer
{
	width: 910px;
	float: left;
	text-align: center;
	padding: 20px 20px 20px 40px;
	font: 11px "Trebuchet MS";
	color: #5c3427;
}

#footer a, #footer a:visited
{
	color: #c60;
}
#footer a:hover
{
	color: #824936;
}
#footer-left
{
	float: left;
}
#footer-right
{
	float: right;
}

/*ABOUT STYLES */

#bodywrap img
{
	float: right;
	background-color: #fff;
	padding: 3px;
	border: 2px solid #dedccd;
	margin: 10px;
	display: inline;
}

#aboutbodytext
{
	width: 790px;
	padding-top: 50px;
	background: url(images/bodybg.png) repeat-y;
	padding-right: 200px;
	padding-bottom: 800px;
	margin-bottom: -800px;
}

#aboutbodytext p
{
	margin-top: 5px;
	margin-right: 20px;
}

#aboutbodytext ul
{
	margin: 0;
	padding-left: 30px;
	list-style-image: url(images/rotator/inactive.png);
	font: 12px "Trebuchet MS";
	padding-right: 10px;
}
#aboutbodytext ul li
{
	padding-bottom: 3px;
	padding-top: 2px;
}

#bodywrap h2
{
	width: 770px;
	color: #7b5246;
	font-family: "Trebuchet MS";
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 20px 0 0 30px;
	position: absolute;
	z-index: -10;
}

#bodywrap h3
{
	color: #7b5246;
	margin: 0px;
	font: 17px "Trebuchet MS";
	margin-bottom: 0px;
	margin-top: 15px;
}


#bodywrap h4
{
	font: bold 14px "Trebuchet MS";
	margin: 10px 0px 0px;
}

/* PORTAL STYLES */
#portal h3
{
	font: bold 16px "Trebuchet MS";
	text-align: center;
	color: #7b5246;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
	margin-right: 5px;
}
#portal h4
{
	font: bold 14px "Trebuchet MS";
	text-align: left;
	color: #553830;
	margin: 0px;
	float: left;
	margin-right: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}
#portal h4:hover
{
	color: #8d5d4f;
}

#portal div.portaldiv
{
	border-bottom: 1px solid #dedccd;
}

#portal p
{
	padding-top: 8px;
}

#portal a.readmore
{
	color: #0057a2;	
}
#portal h3:hover
{
	color: #a36b5c;	
}
#portal a.readmore:hover
{
	text-decoration: underline;
}

.subportaldiv
{
	margin: 0px;
}
#portal
{
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
}
#rightportal
{
	float: left;
	width: 470px;
	margin-top: 20px;
	border-right: 1px solid #dedccd;
	padding-right: 10px;
}

#leftportal
{
	width: 470px;
	float: right;
	margin-top: 20px;
}

#rightportal img
{
	float: right;
	margin-right: -110px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#intro p
{
	margin-bottom: 0;
}

#floater
{
	width: 200px;
	height: 200px;
	float: left;
	padding: 3px;
	margin-left: -110px;
	margin-right: 10px;
	margin-top: 14px;
	text-indent: -9999px;
}
#intro
{
	background-color: #fff;
	padding: 10px;
	border-right: 2px solid #dedccd;
	border-bottom: 2px solid #dedccd;
	border-left: 2px solid #dedccd;
	overflow: hidden;
}
#intro-text
{
	float: left;
	padding-top: 0px;
}
#pyramid
{
	float: right;
	height: 210px;
	background: url(images/tiers.png) no-repeat;
}
#pyramid a
{
	color: #000;
}
#pyramid a:hover
{
	color: #0057a2;
}
#pyramid ul
{
	list-style-type: none;
	padding-left: 258px;
	font: 13px "Trebuchet MS";
	padding-top: 8px;
	color: #1b1b19;
}
#pyramid ul li
{
	padding-bottom: 35px;
}

#portal.quad
{
	margin-top: -18px;
}
#portal.quad div
{
	margin: 10px 0px 0px;
	border-bottom: 1px solid #dedccd;
	margin-top: 0;
	padding-right: 8px;
	padding-left: 8px;
}
#portal-audio
{
	width: 302px;
	float: left;
	border-left: 2px solid #dedccd;
	border-right: 2px solid #dedccd;
	margin: 14px 6px -2000px 14px;
	background: url(images/products/audio.png) no-repeat;
	padding-top: 200px;
	overflow: hidden;
	padding-bottom: 2000px;
}

.product-text
{
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fff;
	padding: 10px;
}

.product-text h3:hover
{
	color: #a36b5c;
	text-decoration: underline;
}

.product-text p, .product-text a, .product-text a:visited
{
	color: #000;
}

.product-text h3
{
	text-align: left;
}

#portal-dvds
{
	width: 302px;
	float: left;
	margin-top: 14px;
	border-left: 2px solid #dedccd;
	border-right: 2px solid #dedccd;
	margin-bottom: -2000px;
	background: url(images/products/dvd.png) no-repeat;
	padding-top: 200px;
	padding-bottom: 2000px;
	overflow: hidden;
}
#portal-books
{
	width: 302px;
	float: right;
	margin-right: 15px;
	margin-top: 14px;
	border-left: 2px solid #dedccd;
	border-right: 2px solid #dedccd;
	margin-bottom: -2000px;
	background: url(images/products/books.png) no-repeat;
	padding-top: 200px;
	padding-bottom: 2000px;
	padding-right:  0px;
	overflow: hidden;
}

img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* END PAGE QUICKLINKS */
#quicklinks
{
	width: 172px;
	height: 100%;
	float: right;
	position: relative;
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
}

#quicklinks h3
{
	margin: 0;
}
.linkcontainer
{
	width: 152px;
	background-color: #d9d8c4;
	padding: 2px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.product-display
{
	overflow: visible;
	min-height: 230px;
	display: block;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
}
.product-display a
{
	
}
.product-display:hover
{
	background-color: #f1efe2;
}
.product-display p
{
	padding-top: 20px;
	margin: 10px;
}
.product-image
{
	float: left;
}
.underconstruction
{
	font: 16px "Trebuchet MS";
	padding: 90px 20px 300px;
	background: url(images/construction.png) no-repeat;
	text-align: center;
}
.product-description div.a, .product-description div.a:visited
{
	color: #000;
	border: 0;
}

#quicklinks ul
{
	margin: 0;
	padding:  0;
	list-style-type: none;
}

#quicklinks li
{
	float: right;
	width:  150px;
	border: 1px solid #fff;
}

#quicklinks li a, #quicklinks li a:visited
{
	display: block;
	text-decoration: none;
	font: 14px "Trebuchet MS";
	color: #f3f2dd;
	padding-top: 4px;
	padding-bottom: 4px;
}

.preblurb
{
	margin: 0 auto;
	width: 600px;
	font: bold 12px "Trebuchet MS";
	text-align: center;
}

.preblurb em
{
	color: #aa220f;
	font-size: 13px;
}

#quicklinks li a:hover
{
	background-color: #f1efe2;
}

#quicklinks li.quicklink1
{
	background-color: #d86b09;
}
#quicklinks li.quicklink2
{
	background-color: #aa3d06;
}
#quicklinks li.quicklink3
{
	background-color: #7b2703;
}
#quicklinks li.quicklink4
{
	background-color: #d87107;
}
#quicklinks li.quicklink5
{
	background-color: #d04909;
}

#quicklinks li.quicklink1 a:hover
{
	color: #d86b09;
}
#quicklinks li.quicklink2 a:hover
{
	color: #aa3d06;
}
#quicklinks li.quicklink3 a:hover
{
	color: #7b2703;
}
#quicklinks li.quicklink4 a:hover
{
	color: #d87107;
}
#quicklinks li.quicklink5 a:hover
{
	color: #d04909;
}

/* Centred menu */
	#centeredmenu {
		height: 23px;
		clear:both;
		width:100%;
		/*overflow:hidden;*/
		position:relative;
	border-bottom: 6px solid #dedccd;
}
	#centeredmenu ul {
		clear:left;
		/*float:left;*/
		float:right;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		/*left:50%;*/
		right:50%;
		text-align:center;
	font: bold 13px/17px "Trebuchet MS";
}
	#centeredmenu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		/*right:50%;*/
		left:50%;
	     }
	#centeredmenu ul li a {
		display:block;
		color: #000;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-decoration:none;
	     }
	#centeredmenu ul li a:hover {
		background:#f1efe2;
		color:#000;
	     }
	#centeredmenu ul li a.active,
	#centeredmenu ul li a.active:hover {
		color:#000;
		background:#dedccd;
		font-weight:bold;
	}
	/* Submenu items */
	#centeredmenu ul ul {
	   display:none; /* Sub menus are hiden by default */
	   position:absolute;
	   left:0;
	   right:auto; /*resets the right:50% on the parent ul */
	   width:15em; /* width of the drop-down menus */
	}
	#centeredmenu ul ul li {
	   left:auto;  /*resets the left:50% on the parent li */
	   margin:0; /* Reset the 1px margin from the top menu */
	   clear:left;
	   width:100%;
	}
	#centeredmenu ul ul li a,
	#centeredmenu ul li.active li a,
	#centeredmenu ul li:hover ul li a,
	#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	   font-size:.8em;
	   font-weight:normal; /* resets the bold set for the top level menu items */
	   background:#f1efe2;
	   color:#444;
	   line-height:1.4em; /* overwrite line-height value from top menu */
	}
	#centeredmenu ul ul li a:hover,
	#centeredmenu ul li.active ul li a:hover,
	#centeredmenu ul li:hover ul li a:hover,
	#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	   background:#7b2703; /* Sub menu items background colour */
	   color:#fff;
	}
	
	/* Flip the last submenu so it stays within the page */
	#centeredmenu ul ul.last {
	   left:auto; /* reset left:0; value */
	   right:0; /* Set right value instead */
	}
	
	/* Make the sub menus appear on hover */
	#centeredmenu ul li:hover ul,
	#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	   display:block; /* Show the sub menus */
	}

.people-div
{
	font: 13px "Trebuchet MS";
	margin-left: 100px;
	margin-top: 12px;
}

.fulltable
{
	border: 1px solid #dedccd;
	font: 13px "Trebuchet MS";
	margin: 0px;
	padding: 0px;
}

.profilepic-table
{
}

.profilepic
{
}

.bio
{
	background-color: #0;
	border-left: 1px solid #dedccd;
	border-bottom: 1px solid #dedccd;
	padding: 20px;
}

.people-buscard
{
	padding: 10px;
	border-top: 1px solid #dedccd;
	border-right: 1px solid #dedccd;
}

.people-catspec
{
	padding: 10px;
	border-left: 1px solid #dedccd;
	border-top: 1px solid #dedccd;
}

.row1
{
	width: 100%;
	background-color: #fff;
	border-left: 1px solid #dedccd;
	border-right: 1px solid #dedccd;
	border-top: 1px solid #dedccd;
}

div.row1
{
	margin-bottom: 10px;
}
.row2
{
	width: 100%;
	background-color: #f1efe2;
	border-left: 1px solid #dedccd;
	border-right: 1px solid #dedccd;
	border-top: 1px solid #dedccd;
}

.maincontainer
{
	width: 960px;
}

.table-container
{
	font: 12px "Trebuchet MS";
	margin-top: -20px;
	min-height: 250px;
}
.menuheightspacer
{
	height: 180px;
	display:block;
}
.table-container-noimg
{
	margin-top: 41px;
	font: 12px "Trebuchet MS";
}

.table-container-noimg tr td
{
	padding-top: 10px;
}

.emailbutton{
    background-color:#f5f5f5;
    border:2px solid #dedccd;
    border-top:2px solid #dedccd;
    border-left:2px solid #dedccd;
    text-decoration:none;
    color:#000;
    cursor:pointer;
    padding:5px 10px 6px 7px;
	font: bold 12px "Trebuchet MS";
	text-align:center;
}

.emailbutton:hover {
    background-color:#aaa;
    color:#fff
}

.buttons a, .buttons button{
    background-color:#f5f5f5;
    border:2px solid #dedccd;
    border-top:2px solid #dedccd;
    border-left:2px solid #dedccd;
    text-decoration:none;
    color:#000;
    cursor:pointer;
    padding:5px 10px 6px 7px;
	font: bold 12px "Trebuchet MS";
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding: 3px 10px 3px 7px; /* Firefox */
    line-height:13x; /* Safari */
}
*:first-child+html button[type]{
    padding: 3px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#aa3d06;
    color:#fff;
}

.events-table
{
	border-right: 1px solid #dedccd;
	border-left: 1px solid #dedccd;
	border-top: 1px solid #dedccd;
	padding: 4px;
	width:100%;
	background-color: #f5f5f5;
}


.events-table ul
{
	padding: 0px;
	font: 12px "Trebuchet MS";
	margin: 0 0 0 20px;
}
.events-table ul li
{
	padding-bottom: 3px;
	padding-top: 2px;
}



.events-table tr td
{
	vertical-align: top;
}

.events-leftcol
{
	font-weight: bold;
	width: 120px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}

.subrow1 td
{
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}

.subrow2 td
{
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
	.layer1 {
		position: fixed;
		left: 50%;
		visibility: hidden;
		width: 800px;
		max-height: 600px;
		top:5%;
		z-index:2000;
		padding: 0;
	margin-left: -400px;
}
	.showlayer {
		margin: 0 auto;
		font-size:1em;
		float: none;
		width:800px;
		max-height:600px;
		overflow:auto;
	}
	.showlayer table {
		background-color:white;
		border-collapse:collapse;
	}
	.showlayer table tr {
		height:40px;
	}
	.showlayer table tr td {
		padding: 10px;
	}
	.closelayer
	{
	position: relative;
	margin-bottom: -20px;
	padding-right: 10px;
	padding-top: 5px;
	float: right;
}
	
	.titlelayer {
		font-size:1em;
		float:left;
		text-align:left;
		background-color:white;
		font-size:120%;
		color:#263195;
		font-weight:bold;
		width:600px;
		height:30px;
	}

	#opaque {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: none;
		background-color: black;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	* html #opaque {
		position: absolute;
	}
	* html .hideonclick {
		position: absolute;
	}
	.hideonclick
	{
		width: 100%;
		height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#courseteaser
{
	background-image: url(images/courses-teaser.png);
	padding-top: 100px;
	margin-left: -40px;
	padding-left: 18px;
}

.gotocourse a
{
	/*display: block;*/
	float: right;
	margin-top: -6px;
	margin-right: -7px;
	margin-bottom: -7px;
	padding: 8px;
	color: #fff;
}
.gotocourse-olive
{
	background-color: #5c5028;
}
.gotocourse-blue
{
	background-color: #06759e;
}
.gotocourse-green 
{
	background-color: #6b903f;
}
.gotocourse-orange 
{
	background-color: #d97506;
}

blockquote
{
margin: 2em 0px 0;
padding-left: 40px;
font: .8em "Trebuchet MS";
	text-indent: 8px;
}

blockquote:before
{
color: #d87107;
content: '\201C'; /* http://monc.se/kitchen/129/rendering-quotes-with-css */
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
font-weight: bold;
line-height: 0px;
margin: 0px 5px 0px -40px;
vertical-align: bottom;
}

quotesrc
{
	font: 13px "Trebuchet MS";
	display: block;
	margin-left: 130px;
}


#bookbodytext
{
	float: right;
	width: 785px;
}
#booknav
{
	display: block;
	float: left;
	width:180px;
	padding-bottom: 4000px;
	margin-bottom: -4000px;
	background-color: #fff;
	margin-left: -30px;
	border-right: 2px solid #dedccd;
}

img.noborder
{
	background: none !important;
	border: 0px !important;
	float: left !important;
}

#publications-list div {
	
	display: block;
	min-height: 165px;
	padding-bottom: 10px;
	font: .8em "Trebuchet MS";
	padding-top: 10px;
}

#publications-list div img {
	float: left;
	margin: 0 8px 0 0;
}

#interviews a {
	display: block;
	width: 32%;
	float: left;
	font: .75em "Trebuchet MS";
	text-align: center;
	padding: 4px;
}

a.interview-left {
	
	background-color: #06759e;
	color: #fff;
	margin-left: 4px;
}
a.interview-left:hover {
	
	background-color: #024d6b;
	color: #fff;
}

a.interview-centre {
	
	background-color: #6b903f;
	color: #fff;
}
a.interview-centre:hover {
	
	background-color: #455c28;
	color: #fff;
}
a.interview-right {
	
	background-color: #d97506;
	color: #fff;
}
a.interview-right:hover {
	
	background-color: #a65b05;
	color: #fff;
}

#videodiv
{
	width: 100%;
	background-color: #dedccd;
	text-align: center;
	margin-top: 20px;
}

#hidebutton
{
	float: right;
}

#gotobook
{
	background: url(images/gotobook.png) no-repeat;
	height: 50px;
	width: 990px;;
	margin-left: -30px;
	border-left: 2px solid dedccd;
	border-bottom: 2px solid #dedccd;
	border-right: 2px solid #dedccd;

}

#gotobook{
	display: block;
	width: 1018px;
	height: 50px;
	font: 1.2em "Trebuchet MS";
	color: #024d6b;
}
#gotobook:hover
{
	color: #06759e;
}
#gotobook span
{
	display: block;
	position: relative;
	left: 210px;
	top: 14px;
}
#gotobookpage-mini
{
	background: url(images/gotobook-mini.png) no-repeat;
	height: 24px;
	display: block;
	font: .75em "Trebuchet MS";
	margin-left: -10px;
	color: #7b5246;
}
#gotobookpage-mini:hover
{
	color: #a36b5c;
}
#gotobookpage-mini span
{
	position: relative;
	left: 100px;
	top: 4px;
}


