/*///////////////////////////////////////////////////////////////////////////
//////
/////		Remember to put all HTML docs in quirks mode for IE using:
////		Put IE into quirks mode 
///			above the doctype declaration.
//			Developed with the help of Stu Nicholls' experiments at: http://cssplay.co.uk/
/
///////////////////////////////////////////////////////////////////////////
////
///  Layout Skeleton
*/
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow:hidden; /*to get rid of scroll bars in IE */
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0; 
	font-size:62.5%;
	font-family:Georgia, Times, Times New Roman, serif;
	border-top-width:0;
	border-bottom-width:0;
	background-color:#FFFFFF;
}

#topnav {
	position:absolute;
	top:140px; /*adjust based on height of banner image*/
	left:0px;
	display:block;
	width:240px;
	text-align:left;
	background-color:#FFFFFF;
	overflow:hidden;
	margin:0;
	padding-left:15px;
	list-style-type:none;
	line-height:1.8em; 
	z-index:200;
}	
	
#header { 
	height:140px; /*adjust based on height of banner image*/
	color:#FFF;
	background-color:#274559;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	margin:0; 
	left:0;
	top:0;  
	display:block; 
	width:100%;
	z-index:200; 
	overflow:hidden;
	border:none;
}

#main {
	overflow:auto;	
	background-color:#FFFFFF;
	position:absolute;
	top:140px; /*adjust based on height of banner image*/
	bottom:0;
	right:0;
	left:0;
}

* html #main {
	position:absolute;
	border-top:#274559 solid 140px;
	top:0px;
	height:100%;
	width:100%;
	z-index:3;
}

#wrapper {
	min-width:900px;
	padding:0;
	margin:0;
	border:none;
	float:left;
}	

* html #wrapper {
	width:900px;
}	

#sidenav {
	float:left;
	height:100%;
	width:240px;
	background-color:#FFFFFF;
	text-align:left;
	margin:0;
	padding:0;
}	

#content {
	margin:0 0 0 260px;
	padding:0 0 10px 0;
	background-color:#FFFFFF;
}	

#subnav {
	width:580px; 
	margin:20px auto 2.5em 0;
	background-color:#dacfc1;
}	

#text {
	width:560px;
	margin:0 auto 0 10px;
	padding:0;
	text-align:justify;
}

#footnotes {
	width:560px;
	margin:0 auto 0 10px;
	padding:0;
	text-align:justify;
}

.footer {
	width:560px;
	margin:1em auto 0 10px;
	padding:0;
	text-align:left;
	font-size:1.2em;
}			

/*/////////////////////////////////
/////
/// INDEX STYLES
*/

#index #main { /*note these styles do not include a banner; see Rambo for example with banner*/
	top:0; 
	padding-top:4em;
}

* html #index div#main { 
	border-top-width:0;
	top:0;
	padding-top:4em;
}

#index div#sidenav {
	margin-top:100px;
}

#index #topnav {
	top:0;
	padding-top:140px;
}	


/*/////////////////////////////////
/////
/// TOP NAV STYLES
*/

#topnav {
	color:#004359;
}

#topnav #searchbox {
	position:relative;
	top:0px;
}	

#topnav #searchbox #searchForm {
	margin:0 0 0 5px;
	padding:5px 0 10px 0;
}

#topnav input#term {
	margin:0;
	padding:0;
	width:145px;
}	

#topnav input#submit {
	/*position:absolute;
	left:160px;
	top:4px;*/
}	

#topnav ul {
	margin:0;
	padding:1em 30px 0 0;
	list-style-type:none;
	line-height:1.8em;
}

#topnav ul li {
	font-size:1.1em;
	display:inline;
	margin:0;	
	padding:0;
}	

#topnav ul li a {
	margin:0.5em 0 0 0;
	padding:1px 5px 1px 0.5em;
	display:inline;
}	

#topnav ul li a:link, #topnav ul li a:active, #topnav ul li a:visited {
	text-decoration:underline;
	color:#6e3a10;
}

#topnav ul li a:hover, #topnav ul li a:focus {
	text-decoration:none;
	color:#666666;
}

#index #topnav .index, #help #topnav .help, #print #topnav .print {
	color:#666666;
	text-decoration:none;
}	


/*////////////////////////////////////////////////////////////////////////
////
///	 SIDE NAV STYLES
*/

#sidenav {
	background:#FFFFFF;
}

#sidenav h1 {
	color:#004359;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:5.5em 15px 0 20px;  
}	

#sidenav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.8em;
}

#sidenav ul li {	
	font-size:1.2em;
	display:inline; /*for correct display in IE6*/
}

#sidenav .part1, #sidenav .part2 {
	color: #004359;
	line-height:1.2em;
}

#sidenav ul li a, #sidenav ul li span {
	margin:0.5em 0 0 0;
	padding:4px 5px 4px 20px;
	display:block;
}

#sidenav ul li a:link, #sidenav ul li a:active, #sidenav ul li a:visited {
	color:#6e3a10;
	text-decoration:none;
}

#sidenav ul li a:hover, #sidenav ul li a:focus {
	color:#6e3a10;
	background-color:#dacfc1;
	text-decoration:none;
}	

#sidenav ul#links-out {
	margin-top:1.5em;
	line-height:1.1em;
}

#sidenav ul#links-out li {
	font-size:1.1em;
	margin:1px 0;	
	padding:0;
}	

#sidenav ul#links-out li a:link, #sidenav ul#links-out li a:active, #sidenav ul#links-out li a:visited {
	text-decoration:none;
	color:#666666;
}	

#sidenav ul#links-out li a:hover, #sidenav ul#links-out li a:focus {
	background-color:#FFFFFF;
	text-decoration:none;
	color:#6e3a10;
}

#preface #sidenav .preface, #acknowledgments #sidenav .acknowledgments, #dedication #sidenav .dedication, #abbreviations #sidenav .abbreviations,  #introduction #sidenav .introduction, #chapter1 #sidenav .chapter1, #chapter2 #sidenav .chapter2, #chapter3 #sidenav .chapter3, #chapter4 #sidenav .chapter4, #chapter5 #sidenav .chapter5, #chapter6 #sidenav .chapter6, #conclusion #sidenav .conclusion, #appendix #sidenav .appendix, #bibliography #sidenav .bibliography, #glossary #sidenav .glossary, #gallery #sidenav .gallery 
{
	color:#fff;
	background-color:#8b7968;
}

/*////////////////////////////////////////////////////////////////////////
////
///	 SUBNAV STYLES
*/

#subnav h1 {
	color: #dacfc1;
	font-size:1.4em; 
	line-height:1.2em; 
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0.8em 15px 0.2em 15px;
	background-color:#8b7968;	
}

#subnav h2 {
	color:#fff;
	font-size:1.8em; 
	line-height:1.4em; 
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0 15px 0.4em 15px;
	background-color:#8b7968;
}

#acknowledgments #subnav h2, #print #subnav h2, #help #subnav h2, #bibliography #subnav h2, #glossary #subnav h2, #gallery #subnav h2 {
	padding-top:0.4em;
}

#subnav ul {
	margin:0;
	padding:0.8em 15px 0.8em 15px;
	list-style-type:none;
	display:block;
}

#subnav ul li {
	font-size:1.4em;
	line-height:1.6em;
	padding:0.2em 0;
}	

#subnav ul li a:link, #subnav ul li a:active, #subnav ul li a:visited {
	color:#274559;
	text-decoration:none;
}

#subnav ul li a:hover, #subnav ul li a:focus {
	color:#274559;
	text-decoration:underline;
}	

#subnav ul li ul {
	margin:0;
	padding:0 0 0 12px;
	list-style-type:none;
}

#subnav ul li ul li {
	margin:0;
	padding:0;
	font-size:1em; /*1 x 1.4em = 1.4em*/ 
}

/*////////////////////////////////////////////////////////////////////////
////
///	 CONTENT STYLES
*/

#content a:link, #content a:active, #content a:visited {
	text-decoration:underline;
	color:#6e3a10;
}

#content a:hover, #content a:focus {
	text-decoration:none;
	color:#666666;
}

#text p {
	font-size:1.3em;
	line-height:1.8em;
}

ol.decimal, ol.roman li {
	font-size:1.2em;
	line-height:1.8em;
	list-style-type: upper-roman;
}

/*#text p#p1{
	margin-top: 0;
}*/

#bibliography p {
	padding-left:25px;
	text-indent:-25px;
}

.paranum {	
	float:right; 
	text-align:right;	
	font-size:0.846em; /*1.3em x .846 = 1.1em*/
	font-weight:bold;	
	padding-top:0.2em; 
	margin-right:-20px; 
	position:relative; 
	left:30px;
}

#text h3 {
	color: #000;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:bold;
	text-align:left;
	margin:0.5em 0;
	padding:0;
}

#text h4 {
	color: #000;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	margin:1em 0 0 0;
	padding:0;
}
	
/*#text h5 {
	color: #000;
	font-size:1.4em;
	line-height:1.5em;
	font-weight:bold;
	text-align:left;
	margin:1em 0 -0.7em 0;
	padding:0;
}*/

#text .footnotelinks {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/
	position:relative;
	top:-0.4em;
	margin:0 2px;
}

blockquote .footnotelinks {
	font-size:.917em; /*1.2em x .917 = 1.1em*/
}	

#text a.footnotelinks:link, #text a.footnotelinks:visited, #text a.footnotelinks:active {	
	text-decoration: underline;
	color:#6e3a10;
}

#text a.footnotelinks:hover, #text a.footnotelinks:focus {	
	text-decoration: none; 
	color:#666666;
}
 	
blockquote {
	width:400px;
	margin:0 80px;
	font-size:1.2em;
	line-height:1.6em;
}

blockquote.another {
	margin-top:1em;
}	

blockquote.space {
	margin-bottom:20px; 
}

.name {
	text-align:right;
}

a.toplink, a.subnavtoplink {
	display:block;
	text-align:right;
	margin:0;
	padding:0;
}

#text a.toplink, #text a.subnavtoplink {
	font-size:1.2em;
	margin-bottom:1.5em;
}


/*///////////////////////////////////////////////////////////////////////////
////
///  SPECIAL CHARACTER STYLES
*/

.big {
	font-size:2em;
}	

.bigger {
	font-size:4em;
}

.lower {
	position:relative;
	top:0.5em;
}		


/*///////////////////////////////////////////////////////////////////////////
////
///  RESOURCEBOX AND LINKBOX STYLES
*/

#index p img {
	border: none !important;
}

p img, blockquote img, table img, div img {
	border:2px solid #274559;
}

.resourcebox {
	margin:0;
	padding:0.5em; 
	background-color:#274559;
	border:1px solid #274559; 	
	text-align:left; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/ 
	line-height:1.4em; 
}

.linkbox {
	margin:0;
	padding:0.5em; 
	background-color:#274559;
	border:1px solid #274559; 	
	text-align:left; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/ 
	line-height:1.4em; 
}

.zoomify {
	margin:0;
	padding:0.5em; 
	background-color:#dacfc1;
	border:1px solid #dacfc1;
	text-align:left; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/ 
	line-height:1.4em;
}

.left {
	float:left;
	margin:0.5em 1em 0.5em 0;
}

.right {
	float:right;
	margin:0.5em 0 0.5em 1em;	
}

.center {
	float:left;
	text-align:center;
	margin:0.5em auto 0.5em auto;
}

.middle {
	float:left;
	text-align:left;
	margin:0.5em auto 0.5em auto;
}		

.wide {
	width:204px;
}

.table {
	width:180px;
}

.tall {
	width:130px;
}

.thumb_map {
	width:200px;
}

.resourcebox img {
	text-align: center;
}

.resourcebox .caption {
	background: url(../images/icon_magnify.gif) no-repeat 1px 6px;
	display:block;
	text-align:left;
	text-indent:18px; 
	padding:0.5em 2px 0 2px;
	color:#BCD2D8; 
}

.resourcebox .video {
	background: url(../images/icon_video.gif) no-repeat 1px 6px;
	display:block;
	text-align:left;
	text-indent:18px; 
	padding:0.5em 2px 0 2px;
	color:#BCD2D8; 
}

table .resourcebox .caption, table .resourcebox .video {
	font-size:1.3em; /*.846em x 1.3 = 1.1em*/
	line-height:1.4em; 	
	padding:0.5em 2px 0 2px;	
}

* html table .resourcebox .caption, * html table .resourcebox .video {
	font-size:.846em; 
	line-height:1.4em;
}

.linkbox .link {
	background: url(../images/icon_window.gif) no-repeat 1px 6px;
	display:block;
	text-indent:18px; 
	text-align:left;
	padding:0.5em 2px 0.5em 2px;
	color:#FFFFFF; 
}

.zoomify .link {
	background: url(../images/icon_window-dacfc1.gif) no-repeat 1px 6px;
	display:block;
	text-indent:18px; 
	text-align:left;
	padding:0.5em 2px 0.5em 2px;
	color:#FFFFFF; 
}

#text p .linkbox .link a:link, 
#text p .linkbox .link a:active, 
#text p .linkbox .link a:visited
{
	text-decoration:underline;
	color:#CCCCCC;
}

#text p .linkbox .link a:hover,
#text p .linkbox .link a:focus 
{
	text-decoration:none;
	color:#FFFFFF;
}

.zoomify .link a:link, 
.zoomify .link a:active, 
.zoomify .link a:visited
{
	color:#274559 !important;
}

.zoomify .link a:hover,
.zoomify .link a:focus
{
	text-decoration:none;
}




/*/////////////////////////////////////////////////////////////////
////
///  AUDIO STYLES 
*/

/*see Rambo for model; may need to tweak these styles
.mp3player {
	width:240px; 
	float:right;
	border:2px solid #000000;
	margin-left:12px;
	padding:0.5em;
	background-color:#000000;
	color:#003366;
	height:auto;
	font-size:.917em; 
	text-align:left;
}

.mp3player .caption {
	color: #FFFFFF; 
	margin:0;
}

#text p .mp3player a:link, #text p .mp3player a:active, #text p .mp3player a:visited {
	text-decoration:underline;
	color:#CCCCCC;
}

#text p .mp3player a:hover, #text p .caption a:focus {
	text-decoration:none;
	color:#FFFFFF;
}*/


/*/////////////////////////////////////////////////////////////////
////
///  LIST STYLES
*/

ul.helper {
	list-style-type:none;
	margin:-1.3em 0 1em 0;
	padding:0 0 0.5em 0;
}

ul.helper li {
	font-size:1.3em;
	line-height:1.8em;
}	
	
ul.printer {
	list-style-type:none;
	margin:1em 0 0 0;
	padding:0;
}

ul.printer li {
	font-size:1.3em;
	line-height:1.8em;
	padding:0 0 0.5em 0;
}		

dl {
	margin:0;
	padding:0;
	font-size: 1.3em;
	line-height: 1.8em;
}	

dt {
	float:left;
	width:80px;
	padding:0.5em 0;
}	

dl#abbrev dt {
	font-size:1.3em;
	line-height:1.8em;
}	

dd {
	margin-left:90px;
	padding:0.5em 0;
}	

dl#abbrev dd {
	font-size:1.3em;
	line-height:1.8em;
}	


/*/////////////////////////////////////////////////////////////////
////
///  TABLE STYLES
*/


table.tabular {
	margin:0px 1px 10px 1px;
	padding:0;
	font-size:1.2em;
	width:560px;
	border-style:solid;
	border-color:black;
	border-width:2px;
	border-collapse:collapse;
}

table.tabular caption {
	font-size: 1em; /*1.2em x 1 = 1.2em*/
	line-height:1.4em;
	/*width: 100%;*/
	font-weight: bold;
	margin:0;
	padding:5px;
	text-align: left;	
	border-style:solid;
	border-width:2px;
	border-bottom-width:0px;
	border-color:black;
}

table.tabular caption a.footnotelinks {
	font-size:.917em; /*1.2em x .917 = 1.1em*/
	font-weight:normal;
}

table.tabular th {
	text-align: left;
	color:black;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:5px;
	margin:0;
}

table.tabular tr {
	vertical-align:top;
}	

table.tabular td {
	text-align: left;
	vertical-align: top;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:5px;
}		

table.image {
	border:none;
	text-align:center;
	margin:10px auto;
	padding:0;
}	

table.image tr {
	text-align:center;
	margin:0;
	padding:0;
}
	
table.image tr td {
	padding:0 0 1em 0;
	margin:0;
	border:none;
	vertical-align:top;
	text-align:center;
}	


/*/////////////////////////////////////////////////////////////////
////
///  FOOTNOTE STYLES
*/

#footnotes p {
	font-size:1.2em;
	line-height:1.6em;
}	

#footnotes h3 {
	font-size:1.4em;
	line-height:1.4em;
	padding-top:1.5em;
	font-weight:bold;
	margin:0;
}	

a.backlink {
	font-size:.917em /*1.2em x .917 = 1.1em*/
}	

/*///////////////////////////////////////////////////////////////////////////
////
///  DETAIL STYLES
*/

body.detail {
	background-image:url(../images/spacer.gif); 
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0; 
	padding:0; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:62.5%;
	overflow:auto;
	width:100%;
}

#detailWrapper {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
}	

#detailHeader {
	height:140px;
	background-color:#274559;
	background-image:url(../images/banner.jpg);
	border:none;
	background-repeat:no-repeat;
	background-position:left top;
	color:#fff;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
}

#detailBody {
	margin:25px;
	padding-bottom:10px;
}

#detailBody img {
	border:#ccc solid 2px;
}

#detailBody #detailText {
	float:left;
	width:275px;
	padding-right:25px;
}	

#detailBody h1 {
	font-size:1.3em;
	line-height:1.8em;
	font-weight:bold;
	width:250px;
	margin-right:0;
	padding-right:0;
}	

#detailBody p {
	font-size:1.3em;
	line-height:1.8em;
	width:250px;
	margin-right:0;
	padding-right:0;
}

#detailBody p.credit {
	margin:1em 0;
	font-size:1.2em;
	line-height:1.6em;
}

#detailBody ul {
	list-style-type:none;
	margin:1em 15px;
	padding:0;
}	

#detailBody ul li {
	font-size:1.3em;
	line-height:1.8em;
	margin:0;
	padding:0;
}	


#detailBody a:link, #detailBody a:active, #detailBody a:visited {
	text-decoration:underline;
	color:#6e3a10;
}

#detailBody a:hover, #detailBody a:focus {
	text-decoration:none;
	color:#666666;
}


#Fullview img{ border: 0px; padding-right: 3px; }
#Fullview{ font-size: 1.2 em; padding-bottom: 5px;}

#tblHanifi .header{
background-color:#274559;
color: #BDD1DA;
line-height:1.3em;
font-weight: bold;
}
.odd{
background-color: #549AB4;
}
#tblHanifi td, th{
border: 1px solid #CCCCCC;
padding: 3px;
}

table .center td, th{
text-align: center;}

.animal{
width:220px;
}

/*///////////////////////////////////////////////////////////////////////////
////
///  BOOK INFO STYLES
*/

#bookinfo {	
	text-indent:-1500px;
	overflow:hidden;
	color:#000000;
} 

#index #bookinfo {
	display:none;
}

#index img
{
	border: none;
}


.zoom #image table
{
	font-size:1.3em;
	line-height:1.8em;
}

.clear
{
	clear: right;
}

.clear-left
{
	clear: left;
}


.zoom #detailBody #image
{
	float: left;
}

.credits 
{
	color:#666666;
}	

/*///////////////////////////////////////////////////////////////////////////
////
///  SEARCH STYLES
*/
	
body#search #sidenav h1 {
	padding-top:5.5em;
}	

body#search blockquote.g {	
	margin-left:0px;
}

body#search p.g{
	margin-bottom:0px;
}

body#search td.s {
	padding-top:0px;
	margin:0px;
	font-size:13px;
	line-height:20px;
}

body#search blockquote.g table {
	margin:0px;
}

body#search span.l {
	padding:0px;
	margin:0px;
}

body#search span.b {
	font-size:13px;
}

body#search span.s {
	font-size:12px;
}

body#search div.n {
	margin-top:20px;
}	

body#search table#resultsText {
	margin-top:10px;
}	
/* --  used for searches that return no results, and others */   
body#search span.p {
	font-size:12px;
}		


#gallery td 
{ 
	vertical-align: top; 
}/*///////////////////////////////////////////////////////////////////////////
//////
/////		Remember to put all HTML docs in quirks mode for IE using:
////		Put IE into quirks mode 
///			above the doctype declaration.
//			Developed with the help of Stu Nicholls' experiments at: http://cssplay.co.uk/
/
///////////////////////////////////////////////////////////////////////////
////
///  Layout Skeleton
*/
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow:hidden; /*to get rid of scroll bars in IE */
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0; 
	font-size:62.5%;
	font-family:Georgia, Times, Times New Roman, serif;
	border-top-width:0;
	border-bottom-width:0;
	background-color:#FFFFFF;
}

#topnav {
	position:absolute;
	top:140px; /*adjust based on height of banner image*/
	left:0px;
	display:block;
	width:240px;
	text-align:left;
	background-color:#FFFFFF;
	overflow:hidden;
	margin:0;
	padding-left:15px;
	list-style-type:none;
	line-height:1.8em; 
	z-index:200;
}	
	
#header { 
	height:140px; /*adjust based on height of banner image*/
	color:#FFF;
	background-color:#274559;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	margin:0; 
	left:0;
	top:0;  
	display:block; 
	width:100%;
	z-index:200; 
	overflow:hidden;
	border:none;
}

#main {
	overflow:auto;	
	background-color:#FFFFFF;
	position:absolute;
	top:140px; /*adjust based on height of banner image*/
	bottom:0;
	right:0;
	left:0;
}

* html #main {
	position:absolute;
	border-top:#274559 solid 140px;
	top:0px;
	height:100%;
	width:100%;
	z-index:3;
}

#wrapper {
	min-width:900px;
	padding:0;
	margin:0;
	border:none;
	float:left;
}	

* html #wrapper {
	width:900px;
}	

#sidenav {
	float:left;
	height:100%;
	width:240px;
	background-color:#FFFFFF;
	text-align:left;
	margin:0;
	padding:0;
}	

#content {
	margin:0 0 0 260px;
	padding:0 0 10px 0;
	background-color:#FFFFFF;
}	

#subnav {
	width:580px; 
	margin:20px auto 2.5em 0;
	background-color:#dacfc1;
}	

#text {
	width:560px;
	margin:0 auto 0 10px;
	padding:0;
	text-align:justify;
}

#footnotes {
	width:560px;
	margin:0 auto 0 10px;
	padding:0;
	text-align:justify;
}

.footer {
	width:560px;
	margin:1em auto 0 10px;
	padding:0;
	text-align:left;
	font-size:1.2em;
}			

/*/////////////////////////////////
/////
/// INDEX STYLES
*/

#index #main { /*note these styles do not include a banner; see Rambo for example with banner*/
	top:0; 
	padding-top:4em;
}

* html #index div#main { 
	border-top-width:0;
	top:0;
	padding-top:4em;
}

#index div#sidenav {
	margin-top:100px;
}

#index #topnav {
	top:0;
	padding-top:140px;
}	


/*/////////////////////////////////
/////
/// TOP NAV STYLES
*/

#topnav {
	color:#004359;
}

#topnav #searchbox {
	position:relative;
	top:0px;
}	

#topnav #searchbox #searchForm {
	margin:0 0 0 5px;
	padding:5px 0 10px 0;
}

#topnav input#term {
	margin:0;
	padding:0;
	width:145px;
}	

#topnav input#submit {
	/*position:absolute;
	left:160px;
	top:4px;*/
}	

#topnav ul {
	margin:0;
	padding:1em 30px 0 0;
	list-style-type:none;
	line-height:1.8em;
}

#topnav ul li {
	font-size:1.1em;
	display:inline;
	margin:0;	
	padding:0;
}	

#topnav ul li a {
	margin:0.5em 0 0 0;
	padding:1px 5px 1px 0.5em;
	display:inline;
}	

#topnav ul li a:link, #topnav ul li a:active, #topnav ul li a:visited {
	text-decoration:underline;
	color:#6e3a10;
}

#topnav ul li a:hover, #topnav ul li a:focus {
	text-decoration:none;
	color:#666666;
}

#index #topnav .index, #help #topnav .help, #print #topnav .print {
	color:#666666;
	text-decoration:none;
}	


/*////////////////////////////////////////////////////////////////////////
////
///	 SIDE NAV STYLES
*/

#sidenav {
	background:#FFFFFF;
}

#sidenav h1 {
	color:#004359;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:5.5em 15px 0 20px;  
}	

#sidenav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.8em;
}

#sidenav ul li {	
	font-size:1.2em;
	display:inline; /*for correct display in IE6*/
}

#sidenav .part1, #sidenav .part2 {
	color: #004359;
	line-height:1.2em;
}

#sidenav ul li a, #sidenav ul li span {
	margin:0.5em 0 0 0;
	padding:4px 5px 4px 20px;
	display:block;
}

#sidenav ul li a:link, #sidenav ul li a:active, #sidenav ul li a:visited {
	color:#6e3a10;
	text-decoration:none;
}

#sidenav ul li a:hover, #sidenav ul li a:focus {
	color:#6e3a10;
	background-color:#dacfc1;
	text-decoration:none;
}	

#sidenav ul#links-out {
	margin-top:1.5em;
	line-height:1.1em;
}

#sidenav ul#links-out li {
	font-size:1.1em;
	margin:1px 0;	
	padding:0;
}	

#sidenav ul#links-out li a:link, #sidenav ul#links-out li a:active, #sidenav ul#links-out li a:visited {
	text-decoration:none;
	color:#666666;
}	

#sidenav ul#links-out li a:hover, #sidenav ul#links-out li a:focus {
	background-color:#FFFFFF;
	text-decoration:none;
	color:#6e3a10;
}

#preface #sidenav .preface, #acknowledgments #sidenav .acknowledgments, #dedication #sidenav .dedication, #abbreviations #sidenav .abbreviations,  #introduction #sidenav .introduction, #chapter1 #sidenav .chapter1, #chapter2 #sidenav .chapter2, #chapter3 #sidenav .chapter3, #chapter4 #sidenav .chapter4, #chapter5 #sidenav .chapter5, #chapter6 #sidenav .chapter6, #conclusion #sidenav .conclusion, #appendix #sidenav .appendix, #bibliography #sidenav .bibliography, #glossary #sidenav .glossary, #gallery #sidenav .gallery 
{
	color:#fff;
	background-color:#8b7968;
}

/*////////////////////////////////////////////////////////////////////////
////
///	 SUBNAV STYLES
*/

#subnav h1 {
	color: #dacfc1;
	font-size:1.4em; 
	line-height:1.2em; 
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0.8em 15px 0.2em 15px;
	background-color:#8b7968;	
}

#subnav h2 {
	color:#fff;
	font-size:1.8em; 
	line-height:1.4em; 
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0 15px 0.4em 15px;
	background-color:#8b7968;
}

#acknowledgments #subnav h2, #print #subnav h2, #help #subnav h2, #bibliography #subnav h2, #glossary #subnav h2 {
	padding-top:0.4em;
}

#subnav ul {
	margin:0;
	padding:0.8em 15px 0.8em 15px;
	list-style-type:none;
	display:block;
}

#subnav ul li {
	font-size:1.4em;
	line-height:1.6em;
	padding:0.2em 0;
}	

#subnav ul li a:link, #subnav ul li a:active, #subnav ul li a:visited {
	color:#274559;
	text-decoration:none;
}

#subnav ul li a:hover, #subnav ul li a:focus {
	color:#274559;
	text-decoration:underline;
}	

#subnav ul li ul {
	margin:0;
	padding:0 0 0 12px;
	list-style-type:none;
}

#subnav ul li ul li {
	margin:0;
	padding:0;
	font-size:1em; /*1 x 1.4em = 1.4em*/ 
}

/*////////////////////////////////////////////////////////////////////////
////
///	 CONTENT STYLES
*/

#content a:link, #content a:active, #content a:visited {
	text-decoration:underline;
	color:#6e3a10;
}

#content a:hover, #content a:focus {
	text-decoration:none;
	color:#666666;
}

#text p {
	font-size:1.3em;
	line-height:1.8em;
}

ol.decimal, ol.roman li {
	font-size:1.2em;
	line-height:1.8em;
	list-style-type: upper-roman;
}

/*#text p#p1{
	margin-top: 0;
}*/

#bibliography p {
	padding-left:25px;
	text-indent:-25px;
}

.paranum {	
	float:right; 
	text-align:right;	
	font-size:0.846em; /*1.3em x .846 = 1.1em*/
	font-weight:bold;	
	padding-top:0.2em; 
	margin-right:-20px; 
	position:relative; 
	left:30px;
}

#text h3 {
	color: #000;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:bold;
	text-align:left;
	margin:0.5em 0;
	padding:0;
}

#text h4 {
	color: #000;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	margin:1em 0 0 0;
	padding:0;
}
	
/*#text h5 {
	color: #000;
	font-size:1.4em;
	line-height:1.5em;
	font-weight:bold;
	text-align:left;
	margin:1em 0 -0.7em 0;
	padding:0;
}*/

#text .footnotelinks {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/
	position:relative;
	top:-0.4em;
	margin:0 2px;
}

blockquote .footnotelinks {
	font-size:.917em; /*1.2em x .917 = 1.1em*/
}	

#text a.footnotelinks:link, #text a.footnotelinks:visited, #text a.footnotelinks:active {	
	text-decoration: underline;
	color:#6e3a10;
}

#text a.footnotelinks:hover, #text a.footnotelinks:focus {	
	text-decoration: none; 
	color:#666666;
}
 	
blockquote {
	width:400px;
	margin:0 80px;
	font-size:1.2em;
	line-height:1.6em;
}

blockquote.another {
	margin-top:1em;
}	

blockquote.space {
	margin-bottom:20px; 
}

.name {
	text-align:right;
}

a.toplink, a.subnavtoplink {
	display:block;
	text-align:right;
	margin:0;
	padding:0;
}

#text a.toplink, #text a.subnavtoplink {
	font-size:1.2em;
	margin-bottom:1.5em;
}


/*///////////////////////////////////////////////////////////////////////////
////
///  SPECIAL CHARACTER STYLES
*/

.big {
	font-size:2em;
}	

.bigger {
	font-size:4em;
}

.lower {
	position:relative;
	top:0.5em;
}		


/*///////////////////////////////////////////////////////////////////////////
////
///  RESOURCEBOX AND LINKBOX STYLES
*/

#index p img {
	border: none !important;
}

p img, blockquote img, table img, div img {
	border:2px solid #274559;
}

.resourcebox {
	margin:0;
	padding:0.5em; 
	background-color:#274559;
	border:1px solid #274559; 	
	text-align:left; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/ 
	line-height:1.4em; 
}

.linkbox {
	margin:0;
	padding:0.5em; 
	background-color:#274559;
	border:1px solid #274559; 	
	text-align:left; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/ 
	line-height:1.4em; 
}

.zoomify {
	margin:0;
	padding:0.5em; 
	background-color:#dacfc1;
	border:1px solid #dacfc1;
	text-align:left; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/ 
	line-height:1.4em;
}

.left {
	float:left;
	margin:0.5em 1em 0.5em 0;
}

.right {
	float:right;
	margin:0.5em 0 0.5em 1em;	
}

.center {
	float:left;
	text-align:center;
	margin:0.5em auto 0.5em auto;
}

.middle {
	float:left;
	text-align:left;
	margin:0.5em auto 0.5em auto;
}		

.wide {
	width:204px;
}

.table {
	width:180px;
}

.tall {
	width:130px;
}

.thumb_map {
	width:200px;
}

.resourcebox img {
	text-align: center;
}

.resourcebox .caption {
	background: url(../images/icon_magnify.gif) no-repeat 1px 6px;
	display:block;
	text-align:left;
	text-indent:18px; 
	padding:0.5em 2px 0 2px;
	color:#BCD2D8; 
}

.resourcebox .video {
	background: url(../images/icon_video.gif) no-repeat 1px 6px;
	display:block;
	text-align:left;
	text-indent:18px; 
	padding:0.5em 2px 0 2px;
	color:#BCD2D8; 
}

table .resourcebox .caption, table .resourcebox .video {
	font-size:1.3em; /*.846em x 1.3 = 1.1em*/
	line-height:1.4em; 	
	padding:0.5em 2px 0 2px;	
}

* html table .resourcebox .caption, * html table .resourcebox .video {
	font-size:.846em; 
	line-height:1.4em;
}

.linkbox .link {
	background: url(../images/icon_window.gif) no-repeat 1px 6px;
	display:block;
	text-indent:18px; 
	text-align:left;
	padding:0.5em 2px 0.5em 2px;
	color:#FFFFFF; 
}

.zoomify .link {
	background: url(../images/icon_window-dacfc1.gif) no-repeat 1px 6px;
	display:block;
	text-indent:18px; 
	text-align:left;
	padding:0.5em 2px 0.5em 2px;
	color:#FFFFFF; 
}

#text p .linkbox .link a:link, 
#text p .linkbox .link a:active, 
#text p .linkbox .link a:visited
{
	text-decoration:underline;
	color:#CCCCCC;
}

#text p .linkbox .link a:hover,
#text p .linkbox .link a:focus 
{
	text-decoration:none;
	color:#FFFFFF;
}

.zoomify .link a:link, 
.zoomify .link a:active, 
.zoomify .link a:visited
{
	color:#274559 !important;
}

.zoomify .link a:hover,
.zoomify .link a:focus
{
	text-decoration:none;
}




/*/////////////////////////////////////////////////////////////////
////
///  AUDIO STYLES 
*/

/*see Rambo for model; may need to tweak these styles
.mp3player {
	width:240px; 
	float:right;
	border:2px solid #000000;
	margin-left:12px;
	padding:0.5em;
	background-color:#000000;
	color:#003366;
	height:auto;
	font-size:.917em; 
	text-align:left;
}

.mp3player .caption {
	color: #FFFFFF; 
	margin:0;
}

#text p .mp3player a:link, #text p .mp3player a:active, #text p .mp3player a:visited {
	text-decoration:underline;
	color:#CCCCCC;
}

#text p .mp3player a:hover, #text p .caption a:focus {
	text-decoration:none;
	color:#FFFFFF;
}*/


/*/////////////////////////////////////////////////////////////////
////
///  LIST STYLES
*/

ul.helper {
	list-style-type:none;
	margin:-1.3em 0 1em 0;
	padding:0 0 0.5em 0;
}

ul.helper li {
	font-size:1.3em;
	line-height:1.8em;
}	
	
ul.printer {
	list-style-type:none;
	margin:1em 0 0 0;
	padding:0;
}

ul.printer li {
	font-size:1.3em;
	line-height:1.8em;
	padding:0 0 0.5em 0;
}		

dl {
	margin:0;
	padding:0;
	font-size: 1.3em;
	line-height: 1.8em;
}	

dt {
	float:left;
	width:80px;
	padding:0.5em 0;
}	

dl#abbrev dt {
	font-size:1.3em;
	line-height:1.8em;
}	

dd {
	margin-left:90px;
	padding:0.5em 0;
}	

dl#abbrev dd {
	font-size:1.3em;
	line-height:1.8em;
}	


/*/////////////////////////////////////////////////////////////////
////
///  TABLE STYLES
*/


table.tabular {
	margin:0px 1px 10px 1px;
	padding:0;
	font-size:1.2em;
	width:560px;
	border-style:solid;
	border-color:black;
	border-width:2px;
	border-collapse:collapse;
}

table.tabular caption {
	font-size: 1em; /*1.2em x 1 = 1.2em*/
	line-height:1.4em;
	/*width: 100%;*/
	font-weight: bold;
	margin:0;
	padding:5px;
	text-align: left;	
	border-style:solid;
	border-width:2px;
	border-bottom-width:0px;
	border-color:black;
}

table.tabular caption a.footnotelinks {
	font-size:.917em; /*1.2em x .917 = 1.1em*/
	font-weight:normal;
}

table.tabular th {
	text-align: left;
	color:black;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:5px;
	margin:0;
}

table.tabular tr {
	vertical-align:top;
}	

table.tabular td {
	text-align: left;
	vertical-align: top;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:5px;
}		

table.image {
	border:none;
	text-align:center;
	margin:10px auto;
	padding:0;
}	

table.image tr {
	text-align:center;
	margin:0;
	padding:0;
}
	
table.image tr td {
	padding:0 0 1em 0;
	margin:0;
	border:none;
	vertical-align:top;
	text-align:center;
}	


/*/////////////////////////////////////////////////////////////////
////
///  FOOTNOTE STYLES
*/

#footnotes p {
	font-size:1.2em;
	line-height:1.6em;
}	

#footnotes h3 {
	font-size:1.4em;
	line-height:1.4em;
	padding-top:1.5em;
	font-weight:bold;
	margin:0;
}	

a.backlink {
	font-size:.917em /*1.2em x .917 = 1.1em*/
}	

/*///////////////////////////////////////////////////////////////////////////
////
///  DETAIL STYLES
*/

body.detail {
	background-image:url(../images/spacer.gif); 
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0; 
	padding:0; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:62.5%;
	overflow:auto;
	width:100%;
}

#detailWrapper {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
}	

#detailHeader {
	height:140px;
	background-color:#274559;
	background-image:url(../images/banner.jpg);
	border:none;
	background-repeat:no-repeat;
	background-position:left top;
	color:#fff;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
}

#detailBody {
	margin:25px;
	padding-bottom:10px;
}

#detailBody img {
	border:#ccc solid 2px;
}

#detailBody #detailText {
	float:left;
	width:275px;
	padding-right:25px;
}	

#detailBody h1 {
	font-size:1.3em;
	line-height:1.8em;
	font-weight:bold;
	width:250px;
	margin-right:0;
	padding-right:0;
}	

#detailBody p {
	font-size:1.3em;
	line-height:1.8em;
	width:250px;
	margin-right:0;
	padding-right:0;
}

#detailBody p.credit {
	margin:1em 0;
	font-size:1.2em;
	line-height:1.6em;
}

#detailBody ul {
	list-style-type:none;
	margin:1em 15px;
	padding:0;
}	

#detailBody ul li {
	font-size:1.3em;
	line-height:1.8em;
	margin:0;
	padding:0;
}	


#detailBody a:link, #detailBody a:active, #detailBody a:visited {
	text-decoration:underline;
	color:#6e3a10;
}

#detailBody a:hover, #detailBody a:focus {
	text-decoration:none;
	color:#666666;
}


#Fullview img{ border: 0px; padding-right: 3px; }
#Fullview{ font-size: 1.2 em; padding-bottom: 5px;}

#tblHanifi .header{
background-color:#274559;
color: #BDD1DA;
line-height:1.3em;
font-weight: bold;
}
.odd{
background-color: #549AB4;
}
#tblHanifi td, th{
border: 1px solid #CCCCCC;
padding: 3px;
}

table .center td, th{
text-align: center;}

.animal{
width:220px;
}

/*///////////////////////////////////////////////////////////////////////////
////
///  BOOK INFO STYLES
*/

#bookinfo {	
	text-indent:-1500px;
	overflow:hidden;
	color:#000000;
} 

#index #bookinfo {
	display:none;
}

#index img
{
	border: none;
}


.zoom #image table
{
	font-size:1.3em;
	line-height:1.8em;
}

.clear
{
	clear: right;
}

.clear-left
{
	clear: left;
}


.zoom #detailBody #image
{
	float: left;
}

.credits 
{
	color:#666666;
}	

/*///////////////////////////////////////////////////////////////////////////
////
///  SEARCH STYLES
*/
	
body#search #sidenav h1 {
	padding-top:5.5em;
}	

body#search blockquote.g {	
	margin-left:0px;
}

body#search p.g{
	margin-bottom:0px;
}

body#search td.s {
	padding-top:0px;
	margin:0px;
	font-size:13px;
	line-height:20px;
}

body#search blockquote.g table {
	margin:0px;
}

body#search span.l {
	padding:0px;
	margin:0px;
}

body#search span.b {
	font-size:13px;
}

body#search span.s {
	font-size:12px;
}

body#search div.n {
	margin-top:20px;
}	

body#search table#resultsText {
	margin-top:10px;
}	
/* --  used for searches that return no results, and others */   
body#search span.p {
	font-size:12px;
}		


#gallery td 
{ 
	vertical-align: top; 
}
