
/* ---------------------------- */
/* general                      */
/* ---------------------------- */

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:62.5%;
background-color: 00540A;
margin: 0px;
background: url(/images/side-panel.gif) 0 0 repeat;
}

p { margin-right: 1em;}

.warning { font-weight: bold; color: red; font-style: italic }
.strikeout { text-decoration: line-through }
.obituary {border: 4px solid black; font-weight:bold; padding-left:1em; font-style: italic}

/* ---------------------------- */
/* structural page composition  */
/* ---------------------------- */

#container {
width: 800px;
margin-left:-400px;
position: absolute;
left: 50%;
margin-top: 2%;
}

div#titleBlock {
top: 0px;
height: 111px;
width: 780px;
background: url(/images/top-tile-slice.gif) 0 0 no-repeat;
}
div#pageBlock {
width: 780px;
background:url(/images/tile-slice.gif) 0 0 repeat-y;
margin-top: -2%;
}

div#footBlock {
	height: 149px;
	background:url(/images/bottom-tile-slice.gif) 0 0 no-repeat;
	width: 780px;
	margin-top: -3%;
}


/* ---------------------------- */
/* title bar                    */
/* ---------------------------- */

div#titleHeader {
position: absolute;
font-weight: bold;
font-size: 2em;
width: 118px;
height: 180px;
top: 25px;
left: 75px;
float: left;
background: url(/images/seal.jpg) 0 0 no-repeat;
padding-top: 130px;
text-align: center;
font-family: "Minion Web", Serif;
}

div#titleHeader img {
	border: 0px;
}

div.sectionHeading {
display:  table-cell;
font-size: 1.6em;
padding-left: 2em;
font-weight: bold; 
width: 100px;
margin-left: 33px;
font-family: "Minion Web", Serif;
}


div#subHeadings {
position: absolute; 
left: 70px;
top: 220px;
height: 500px;
width: 125px;
padding-left:10px;
margin-right: 3em;
background: url(/images/sage-strong.jpg) 0 0 no-repeat;
 }

 div#subHeadings .subgroup {
	margin-left: -3em;	
 	position: relative;
	left: -1em;
	margin-top: 3em;
 	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
 }

 div#subHeadings .subgroup:first-child {
	margin-top: 2em;
 }

 div#subHeadings .subHeading1 {
	margin-left: -2em;	
	margin-top: 0em;
 	list-style-type: square;
	text-transform: none;
	font-style: italic;
}

 div#subHeadings .subHeading2 {
	margin-left: -3em;	
 	list-style-type: circle;
	font-style: normal;
 }

 div#subHeadings a {
	font-style: normal;
	font-weight: normal;
	color: black;
 }



/* ---------------------------- */
/* section headings             */
/* ---------------------------- */
 
div#sectionHeadings {
float: right;
color: white;
padding-right: 60px;
margin-top: 25px;
}

div#sectionHeadings a {
 color: white;
 background: 00540A;
}

div#sectionHeadings .selected  a {
	color: yellow;
	text-decoration: none;
}

#ContactSection {
	width: 50px;
}

/* ---------------------------- */
/* content                      */
/* ---------------------------- */
 
div#content {
margin-left: 240px;
padding-bottom: 2em;
font-size:1.7em;
padding-top: 1em;
width:450px;
padding-left: 1em;
font-family: "Minion Web", serif;
}

div#content h1 {
	font-size:1.6em; 
	font-family: "Minion Web", Serif; 
	font-style: italic;
	margin-left: -1em;
}

div#content h1 .emphasis {
	font-style: normal;
}

div#content h2 {
	font-size:1.2em;
	font-weight: bold;
}

div#content h3 {
	font-size:1.1em;
	font-weight: bold;
}

div#content h4 {
	font-size:1em;
	font-weight: bold;
}

div#content li {
	margin-bottom: 0.75em;
}

div#content a {
	color: FE0C0B;
}

div#content a:visited {
	color: 00520A;
}

.miniLink {
	font-size: 0.8em;
	margin-top: -0.75em;	
}

.illustration {
	float: right; 
	margin-left: 2em;
	margin-bottom: 2em;
}

.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: right;
}

.subDivider {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.tabularInfo {
	padding-top: 2em;
}



/* ---------------------------- */
/* individual page tweaks       */
/* ---------------------------- */


body#work div#subHeadings, body#studying div#subHeadings,  body#studying_faq div#subHeadings {
  background: url(/images/sage-faint.jpg) 0 0 no-repeat;
}

body#error_500 div#content {
  height: 400px;
}

/* FAQ pages */


body#welcome div#content, body#forum div#content { height: 450px }

table.searchResults th {
	text-align: left;
}
table.searchResults td.result {
	padding-bottom: 1em;
}


body#studying div#content { height: 800px;  }


div#liberAlbaContents{height: 850px; }


.question {	font-style: italic; }

div#chapter_navigation {
  display: block;
  height: 30px;
}

div#toNext {
  float:right;
}

div#toPrevious {
  float:left;
}


