/* CSS Document */

#search {
    width: 40%;
	float: right;
	padding-top: 8px;
	text-align: right;
    }
#heading {
    clear: both;
	padding: 2px 20px 2px;
	}
#link2photos {
    clear: both;
	padding: 0 20px 0;
	text-align: right;
	}
.height {height: 20px;} /* To use on #link2photos div when this div is empty */
#content {
	margin: 0;
	padding: 0 20px 2em 20px;
	}
.vline { /* To place a vertical dividing line betwn left & right columns  */
    background-image: url(../../../images/Vline.gif);
	background-position: center;
	background-repeat: repeat-y;}
#toc {
    float: left;
	width: 30%;
	margin: 2.2em 0 0 0;
	border: 1px solid #ccc;
	padding: 2px;
	}
#toc h4 {
	font-size: 1.2em;
	margin: 0 0 1.2em 0;
	font-weight: normal;
	}
#toc p {
    margin: 0.2em 0 0.1em 0;
	}
#toc ol, #toc ul, #toc li {	
	margin: 0.2em 0 0.7em 1.3em;
	padding: 0; /* To eliminate indentation in Mozilla browsers */
	line-height: 1.3em;
	}
#chapters {
    float: right;
	width: 65%;
	}
#chapters p {
	line-height: 1.8em;
	margin: 1.2em 0em;
	}
#bottomNav {
    clear: both;
	padding: 0.5em 20px 0;
	text-align: right;
	}
#bottomNav p {
    margin: 1em 0 0;
	line-height: 1.3em;
    }
.border {
    border: solid 1px #000;
	}
.center {
    text-align: center;
	}
#chapters p.photo-caption {
    font-weight: bold;
	font-style: italic;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	}
#chapters p.photo-details {
    margin: 0;
	line-height: 1.3em;
	text-align: center;
	font-style: italic;
	}
#chapters ul.list1, #chapters ul.list1 li {
    list-style: none;
	line-height: 1.3em;
	margin-left: 0;
	padding-left: 0;
	}
#chapters img {
    margin-top: 1em;
	}
#chapters h4.listheader {
    font-size: 1.2em;
	}