/* CSS Document */


/* ---------------------------- Formatting ----------------------------- */

@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#container {
	background-color: white;
	width: auto;
	text-align: left;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	}
	
#top {
	padding: 4 px;
	background: #fff;
	height: 100 px; 
	border: 0px none;
	text-align: left;
	}

#center {
	background: #fff;
	margin: 0;
	padding: 10px;
	text-align: left;
	}
	
#center sup {
	font-size: 8pt;
	}
	
#cal {
	background: #fff;
	margin: 0px 5% 0px 25%;
	padding: 10px;
	text-align: left;
	}
	
#europe {
	background: #fff;
	padding: 20px 100px 20px 100px;
	text-align: left;
	}

#left {
	display: none;
	}
	
#mainnav {
	display: none;
	}
	
#right {
	display: none;
	}
	
#photoright {
	display: none;
	}
	
#king {
	display: none;
	}
	
#footer {
	clear: both;
	background: #fff;
	margin: 20 px;
	font-size: 8pt;
	text-align: center;
	}
	
#footnote {
	margin: 0px 25%;
	padding: 10px;
	font-size: 9pt;
	font-family: arial, sans-serif;
	}
	
#footnote sup {
	font-size: 8pt;
	}
	
h1 {
	font: bold large Times, serif;
	color: black;
	margin-top: 0px;
	text-align: center;
	}
	
h2 {
	font: bold 16pt Arial, sans-serif;
	color: #FFF;
	margin-top: 4px;
	text-align: center;
	background: #996;
	}
	
h3 {
	font: bold 14pt Arial, sans-serif;
	border-bottom: solid #996 2px;
	margin-top: 25px;
	}

h4 {
	font: 12pt Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: black;
	margin-top: 25px;
	margin-bottom: 5px;
	}
	
h5 {
	font: bold 10pt Arial, sans-serif;
	color: black;
	margin-top: 2px;
	border-bottom: solid #996 2px;
	}
	
h6 {
	font: bold 12pt Arial, sans-serif;
	color: black;
	text-align: center;
	margin-top: 2px;
	}

table {
	border-width: 1px;
	border-color: #996;
	align: middle;
	padding: 5;
	}

table th {
	font: bold small Arial, serif;
	color: #FFF;
	background: #996;
	}
	
table td {
	font: 10pt Arial, sans-serif;
	padding: 5;
	}
	
p {
	font: 10pt Arial, sans-serif;
	line-height: 1.5em;
	text-align: justify;
	}
	
p.scripture {
	padding-left: 2em;
	font-style: italic;
	color: #00C;
	}
	
p.popup {
	padding: 2em 2em 0 2em;
	font: 10pt Arial, sans-serif;
	color: black;
	}
	
address {
	font: 10pt Arial, sans-serif;
	font-style: italic;
	margin-bottom: 15px;
	}
	
blockquote {
	font: 10pt Arial, sans-serif;
	text-align: justify;
	line-height: 1.5em;
	}

.caption {
	text-align: center;
	}
	
.christ {
	color: red;
	}
	
.distance li {
	list-style-image: url(globe.gif);
	}
	
sup {
	color: gray;
	font-size: 9pt
	}
	
p.king {
	font: 10pt Arial, sans-serif;
	color: black;
	line-height: 1.5em;
	}
	
hr.king {
	width: 90%;
	border-width: thin;
	border-style: solid;
	color: #996;
	}
	
ul.king {
	font: 10pt Arial, sans-serif;
	color: black;
	line-height: 1.5em;
	}
	
ol.king, li.king {
	font: 10pt Arial, sans-serif;
	color: black;
	line-height: 1.5em;
	}
	
p.cal {
	text-align: left;
	}
	
.right {
	border: 1px dashed #996;
	color: #000;
	background: #ECF0CE;
	padding: 2px;
	}
	
span.bold {
	font-weight: bold;
	}
	
span.italic {
	font-style: italic;
	}
	
span.scripture {
	color: #00C;
	font-style: italic;
	}
	
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
	}
	
dfn {
	font-style: normal;
	border-bottom: 1px dotted #999;
	cursor: help;
	}
	
#center a {
	color: #660;
	}
	
#center p {
	font: 10pt Arial, sans-serif;
	line-height: 1.5em;
	}
	
#center li {
	font: 0.7em verdana, sans-serif;
	margin-top: 1em;
	line-height: 1.5em;
	text-align: justify;
	}
	
#center li li {
	font: 1em verdana, sans-serif;
	line-height: 1.5em;
	text-align: justify;
	}
	
#center img {
	float: left;
	margin: 0 1.5% 0;
	}
	
#center ul {
	list-style-type: disc;
	}

#center ul ul {
	list-style-type: circle;
	}
	
#center ul ul ul {
	list-style-type: square;
	}
	
#footer p {
	margin: 4px;
	font: smaller;
	text-align: center;
	}
	
a {
	color: #660;
	}
	
a[href^="http:"] {
	background: url(outside.gif) right center no-repeat;
	padding-right: 11px;
	}
	
a[href^="mailto:"] {
	background: url(email.gif) right center no-repeat;
	padding-right: 11px;
	}

a img {
	border: 0px none;
	display: block;  /* removes extra space underneath caused by default text-alignment */
	}
	
.freeoffer {
	margin: 10px 0 0 10px;
	padding: 0;
	background: white;
	color: #009;
	}
	
.search {
	padding-left: 50px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background: white;
	color: #009;
	border: 1px #000000;
	}

/* -------------------------- Navigation --------------------------- */

ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #996;
	}
		
ul#mainnav li {
	display: block;
	border-bottom: 1px solid #660;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #996;
	font: bold 0.9em /1.5 verdana, sans-serif;	
	/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height */
	color: #fff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozilla - see next fix		*/
	}

ul#mainnav li a:hover {
	color: #eee;
	background-color: #660;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid;
	}

ul#mainnav ul.subnav li {
	border: 0;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em/1.3 verdana, sans-serif;
	color: #fff;
	background-color: transparent;
	border: 0px solid;
	}

ul#mainnav ul.subnav li a:hover {
	color: #eee;
	background-color: #660;
	}
	
ul#mainnav ul.subnav ul.tripnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid;
	}
	
ul#mainnav ul.subnav ul.tripnav li {
	border: 0;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav ul.tripnav li a {
	padding: 1%;
	margin: 0px;
	font: 0.7em /1.5 verdana, sans-serif;
	font-style: italic;
	color: #FFF;
	background-color: transparent;
	border: 0px solid;
	}

ul#mainnav ul.subnav ul.tripnav li a:hover {
	color: #eee;
	background-color: #660;
	}
	
/* --------------------------------- "Normal" Table Formatting ---------------------------------- */

table.normal {
	background: white;
	border: 1px solid #996;
	}
	
table.normal th {
	background: #996;
	color: white;
	text-align: center;
	font-weight: bold;
	}
	
table.normal td {
	border: 1px solid #996;
	}
	
/* --------------------------------- "Abnormal" Table Formatting ---------------------------------- */

table.abnormal {
	background: white;
	border: 0;
	}
	
table.abnormal td {
	font: 1em verdana, sans-serif;
	vertical-align: top;
	}

/* --------------------------------- Calendar Formatting ---------------------------------- */

table#calendar a {
	text-decoration: none;
	}

tr#days th {
	width: 18%;
	}
	
table#calendar tr#days th {
	color: white; 
	background-color: #660;
  	font-weight: bold; 
	text-align: center;
  	padding: 1px 0.33em;
	width: 14%;
	}

table#calendar tr#title td {
	background: white; 
	color: black;
  	border: 0; 
	font-size: 150%;
	text-align: center;
	padding: 10px;
	}

table#calendar td {
	font-size: 0.6em;
	font-family: Arial, sans-serif;
	vertical-align: top; 
	padding: 0;
  	border: 0px solid gray; 
	border-width: 0 0 1px 1px;
	text-align: left;
	}

table#calendar td.sat {
	border-right: 1px solid gray;
	}

div.date {
	float: right; 
	text-align: center;
  	border: 1px solid gray; 
	border-width: 0 0 1px 1px;
  	padding: 0.125em 0.25em 0 0.25em; 
	margin: 0; 
  	background: #F3F3F3;
	color: #000000;
	}

table#calendar td.prev, table#calendar td.next {
   	background: #CC9; 
	color: #88A;
	 }

table#calendar tr#lastweek td {
	border-bottom: 2px solid #AAB;
	}

table#calendar td.holiday {
	background: #009;
	color: white;
	}

div.event {
	margin: 0.5em;
	}

div.event span {
	display: block;
	}
	
div.holiday {
	font-weight: bold;
	}

span.time {
	font-style: italic;
	}
	
span.church {
	color: #903;
	}
	
span.seminary {
	color: blue;
	}
	
span.academy {
	color: #060;
	}
	
span.academy a {
	color: #060;
	border-bottom: 1px dotted;
	}
	
span.academy a:hover {
	color: #060;
	border-bottom: 1px solid;
	}
	
span.youth {
	color: #F60;
	}

span.location {
	color: #555; 
	font-style: italic;
	}
	
span.hide {
	color: #CC9;
	}
	
td.prev div.date, td.next div.date {
	border-width: 0;
   	color: gray; 
	background: transparent;
	 }