/* General formatting */

* {
  margin: 0;
  padding: 0;
}

html,body {height: 100%; min-height: 101%}

body { font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-align: center;
	cursor: default;
  background: url(images/bg.jpg);
  background-repeat: repeat-x;
}

p { 
  font-size: 9pt;
  margin-bottom: 8px;
}

p.nobottomspace {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.smaller {
  font-size: 8pt;
}

p.nospace {
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}

p.error {
  font-weight: bold;
  color: red;
  font-size: 10pt;
}

p.verse {
  font-style: italic;
  text-align: left;
  margin: 40px 8px 0px 8px;
  font-size: 8pt;
  line-height: 18px;
  clear: both;
}

p.maroon {
  color: #6B160E;
  font-size: 10pt;
  font-weight: bold;
}

p.maroon2 {
  color: #6B160E;
  font-size: 9pt;
}

p.blue {
  color: #253C91;
  font-size: 10pt;
}

p.footnote {
  font-size: .9em;
}

p.search, p.search a:link, p.search a:visited, p.search a:active {
  font-weight: bold;
}

.paging {
  width: 100%;
  margin: 20px 0px;
  position: relative;
  height: 21px;
}

.left {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
}

.right {
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 150px;
}

a, a:active {
	color: #360F0E;
	display: inline;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
  color: #864543;
}

a:hover { 
	color: #6F3130;
  text-decoration: none;
}

a.bold {
  font-size: 12pt;
  font-weight: bold;
}

ul, ol {
  padding-left: 40px;
}

ul {
  margin-bottom: 20px;
}

ul.sitemap {
  padding-left: 50px;
}

li.nested {
  list-style: square;
  margin-left: 30px;
}

.christian {
  font-size: 10pt;
  line-height: 30px;
}

li.moreinfo {
  padding-left: 20px;
  list-style-type: none;
  font-size: 10pt;
  line-height: 20px;
}

p.link {
  margin: 40px 0px 0px 30px;
}

img.thumbs {
  margin: 0 15px 3px 0;
  border: 0;
}

div.gallery {
  margin: 20px 0;
  text-align: center;
}

div.gallery a {
  margin: 0 9px;
}

div.clear {
  width: 99%;
  clear: both;
  height: 18px;
}

div.gallery img {
  border: 1px solid #888;
}

.links {
  text-align: center;
  padding: 20px;
}

/* Divisions */

#container { 
  width: 760px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}

#admin {
  width: 760px;
  margin: 10px auto;
  text-align: left;
}

#middle {
  position: relative;
	padding-top: 117px;
	margin: 0px;
	clear: both;
	min-height: 100%; /* Only works for FF, so below is important */
  height: auto !important; height: 100%; /*Forces IE and Opera, to a specific height*/
}

* html #middle {
  height: 1%;
}

#top {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
}

#heading {
  background: url(images/heading.jpg);
  position: relative;
  width: 740px;
	height: 117px;
	margin: 0px auto;
}

#form-contact {
  margin: 30px 100px 0px 125px;
}

/* Navigation bar begins */

#navbar {
  position: absolute;
  top: 5px;
  left: 175px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 10pt;
  line-height: 10pt;
}

#navbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
  
#navbar li {
  float: left;
  margin: 0px;
  padding: 0px 25px 0px 0px;
}
  
#navbar a {
  font-size: 8pt;
  float: left;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
   
#navbar a {float: none;}
/* End IE5-Mac hack */

#navbar a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
  
#navbar #current a {
  color: #FFFFFF;
  text-decoration: underline;
}
  
/* Navigation bar ends */

#left {
	float: left; 
	width: 204px;
	padding: 0px;
	margin: 0px;
}

#left-padding {
	padding: 20px 0px 30px 10px;
	margin: 0px;
}

#right { 
  float: right;
	width: 554px;
	padding: 0px;
	margin: 0px;
}

#right-padding {
	padding: 20px 30px 30px 30px;
	margin: 0px;
}

ul#sidebar {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: url(images/sidebar-bg.jpg);
  background-repeat: repeat-y;
  border: 0px;
}

ul#sidebar li {
  margin: 0px;
  border: 0px;
}

ul#sidebar li.cap {
  background: url(images/sidebar-cap.jpg) no-repeat; 
	height: 20px;
	margin: 0px;
	padding: 0px;
}

ul#sidebar li.heading {
  padding: 6px 8px 0px 8px;
  font-size: 8pt;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
}

ul#sidebar li.info {
  padding: 0px 9px;
  font-size: 8pt;
  line-height: 18px;
}

ul#sidebar li.divider {
  border-bottom: 1px;
  color: #808080;
  height: 1px;
  margin: 8px;
}

ul#sidebar li.bottom {
  background: url(images/sidebar-bottom.jpg);
	background-repeat: no-repeat;
	height: 19px;
	margin: 0px;
	padding: 0px;
}


li.sub {
  font-size: 8pt;
  font-weight: normal;
  background: url(images/sidebar-hover.jpg);
	background-repeat: no-repeat;  
}

li.sub a:link, li.sub a:active, li.sub a:visited {
  background: url(images/sidebar-link.jpg) no-repeat;
	border: 0;
	color: #000;
	padding: 2px 0 2px 30px;
	text-decoration: none;
	display: block;
  height: 22px;
  margin: 0;
}


/* Change below file name to sidebar-link.gif to make it blink; sidebar-link.jpg for no blink. */

li.sub a.blink {
  background: url(images/sidebar-link.gif) no-repeat;
}

li.sub a:hover {
  background: transparent;
	color: #000;
	text-decoration: none;
}

#footer {
  position: relative;
  width: 760px;
  margin: 0px auto;
  text-align: center;
  clear: both;
}

#footer-padding {
  padding: 8px 0px 20px 0px;
}

.footerlinks {
  width: 660px;
  margin: 12px auto;
  list-style: none;
  line-height: 14pt;
  padding: 0px;
}
 
ul.footerlinks li {
  display:inline;
  font-size: 8pt;
  padding: 0px 2px 0px 2px;
}
  
#footer a {
  text-decoration: underline;
  color: #360F0E;
}
  
#footer a:hover {
  color: #360F0E;
  text-decoration: none;
}

#footer ul a {
  font-weight: bold;
}

p.subfooter {
  clear: both;
  font-size: 7pt;
  color: #593B39; 
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  display: inline;
  line-height: 7pt;
}

p.subfooter a, p.subfooter a:active, p.subfooter a:visited {
	color: black;
	display: inline;
	text-decoration: underline;
	font-weight: normal;
}

p.subfooter a:hover { 
	color: black;
  text-decoration: none;
}
  
/* Other styling */

.line1 {
	background: url(images/line.gif);
	background-repeat: repeat-x;
	height: 40px;
  clear: both;
  width: 100%;
}

/* Headings */

h1 { 
  color: #404040; 
	text-align: center;
	font-size: 14pt; 
	margin: 20px 0px 15px 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 20pt;

}

h2 { 
  color: #360F0E;
  font-weight: bold;
  font-style: normal;
  font-size: 11pt;
  padding: 0px;
  text-align: left;
	margin: 18px 0px 5px 0px;
	clear: both;
}

h2 a, h2 a:active, h2 a:visited {
  text-decoration: none;
  color: #360F0E;
  font-weight: bold;
}

h2 a:hover {
  text-decoration: underline;
}

h2 img {
  position: relative;
  top: -6px;
}

h3 { 
  color: #606060;
  font-size: 9pt;
  font-weight: normal;
  margin: 5px 0px 0px 0px;
  text-align: left;
}

h4 { 
  color: #360F0E;
  font-weight: bold;
  font-style: normal;
  font-size: 10pt;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  text-align: center;
}

#trailimageid {
	font-size: 8pt;
	position: absolute;
	visibility: hidden;
	color: #404040;
	left: 0px;
	top: 0px;
	width: 375px;
	height: 0px;
	z-index: 200;
	text-align: left;
}

span#datehead a:link, span#datehead a:visited, span#datehead a:active, span#titlehead a:link, span#titlehead a:visited, span#titlehead a:active, span#speakerhead a:link, span#speakerhead a:visited, span#speakerhead a:active {
  font-weight: bold;
} 
