/* CSS Document for the Underground Railroad */

body {
	background-color: #333;
	color: #c0c0c0;
	padding: 10px;
	border: 0;
	text-align: center;
	font: normal 76% Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.7em;
}
/* divs for layout only */
#all {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border: #cccccc 1px ridge;
	padding: 5px;
	background-color: #111;
	color: inherit;
}
#header {
	width: 760px;
	height: 160px;
	margin: 0 auto;
	background: #000 url(../images/layout/header.jpg) no-repeat;
}
#topnavigation {
	width: 590px;
	height: 40px;
	float: right;
	margin-top: 75px;
}
#container {
	width: 460px;
	float: left;
	font-size: 1em;
	border-left: 150px solid #000;
  	border-right: 150px solid #000;
}
#navigation {
	float: left;
	width: 150px;
  	margin-left: -150px;
  	position: relative;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: right;
}
#content {
	width: 460px;
	margin-right: -460px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
	letter-spacing: 0.07em;
	background: #111;
	color: inherit;
}
#subcontent {
	width: 150px;
	padding: 0;
	float: right;
  	margin-right: -150px;
	position: relative;
}
#footer {
	clear: both;
	background-color: #000;
	color: inherit;
	width: 760px;
	margin: 0 auto;
	padding: 5px 0px;
	text-align: center;
	font-size: 0.9em;
}
.ie7link {
	margin: 10px 0;
}
/* end of site layout */

#subcontent {
	font-size: 0.9em;
	padding: 0 5px;
}

/* special fixes */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* end special fixes */

/* link styles for site */
a {
  outline: none !important;
}
a:link, a:visited {
	background-color: inherit;
	color: #999;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	background-color: inherit;
	color: #fff;
}
/* end link styles */

/* top navigation */
ul#topnav {
	list-style: none;
	margin: 115px 0 0 0;
	padding: 0;
	width: 590px;
	height: 40px;
	float: right;
}
ul#topnav li {
	padding: 0;
	margin: 0;
	float: left;
	text-indent: -9999px;
}
ul#topnav a {
	display: block;
	border: 0;
	background: transparent url(../images/layout/nav.jpg) no-repeat;
	text-decoration: none;
}
ul#topnav #main a {
	width: 110px;
	height: 40px;
}
ul#topnav #main a:link, ul#topnav #main a:visited {
	background-position: 0px 0px;
}
ul#topnav #main a:hover, ul#topnav #main a:focus, ul#topnav #main a:active {
	background-position: 0px -40px;
}
ul#topnav .mainactive { 
	background-position: 0px -80px; 
}
ul#topnav #ministries a {
	width: 190px;
	height: 40px;
}
ul#topnav #ministries a:link, ul#topnav #ministries a:visited {
	background-position: -110px 0px;
}
ul#topnav #ministries a:hover, ul#topnav #ministries a:focus, ul#topnav #ministries a:active {
	background-position: -110px -40px;
}
ul#topnav #handbook a {
	width: 290px;
	height: 40px;
}
ul#topnav #handbook a:link, ul#topnav #handbook a:visited {
	background-position: -300px 0px;
}
ul#topnav #handbook a:hover, ul#topnav #handbook a:focus, ul#topnav #handbook a:active {
	background-position: -300px -40px;
}
ul#topnav #ministryhandbook a {
	width: 290px;
	height: 40px;
}
ul#topnav #ministryhandbook a:link, ul#topnav #ministryhandbook a:visited {
	background-position: -300px 0px;
}
ul#topnav #ministryhandbook a:hover, ul#topnav #ministryhandbook a:focus, ul#topnav #ministryhandbook a:active {
	background-position: -300px -40px;
}
/* end top navigation */

/* main navigation */
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	width: 150px;
	height: auto; 
	background-color: #000;
	color: inherit;
	float: left;
	position: relative;
}
ul#nav li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 150px;
	height: auto;
	background-color: #000;
	color: inherit;
}
ul#nav li a {
	text-decoration: none;
	width: 145px;
	height: 25px;
	display: block;
	line-height: 25px !important;
	vertical-align: middle;
	padding: 5px 5px 5px 0 !important;
}
ul#nav a:link, #nav a:visited {
	color: #999;
	background-color: inherit;
	text-decoration: none;
}
ul#nav a:hover, ul#nav a:focus, #nav a:active {
	color: #000;
	background-color: #666;
	font-weight: bold;
}
/* dropdowns, if present */
#nav li ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 0em;
	left: 150px;
}
#nav li ul li {
	width: 150px;
	height: 25px;
	margin: 3px 0;
}
#nav li ul a  {
	text-decoration: none;
	width: 150px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	display: block;
	background-color: #272727;
	color: inherit;
}
#nav li:hover ul, #anav li.over ul{
	display: block;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #999 !important;
	background-color: #272727 !important;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #000 !important;
	background-color: #666 !important;
	font-weight: bold;
}
/* end dropdowns */
#navigation li.current a {
	color: #000 !important;
	background-color: #666;
}
/* end main navigation */

/* footer nav */
#footer ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#footer li {
	display: inline;
	text-align: center;
	vertical-align: middle;
	padding: 0 1em;
	margin: 0;
	border-left: 1px solid #fff;
}
#footer li.first {
	border: none;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #999;
	background-color: inherit;
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
	color: #fff;
	background-color: inherit;
}
/* end footer nav */

/* some html elements */
#content p {
	padding: 0 10px;
}
#subcontent p {
	margin-left: 10px;
	margin-right: 10px;
}
p {
}
/* headers */
h1 {
	background-color: inherit;
	color: #fff;
	border-bottom: 1px #fff dashed;
	text-align: left;
	letter-spacing: 0.15em;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.15em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	background-color: inherit;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}
h3 {
	background-color: inherit;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}
h4 {
	background-color: inherit;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
h5 {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
/* end headers */
hr {
	height: .5em;
}
ul {
}
li {
	margin-top: 2.5px;
	margin-bottom: 2.5px;
}
dl {
	padding-left: 15px;
	padding-right: 15px;
}
dt {
	color: #fff;
}
dd {

}
q:before, q:after {
    content: "";
}
blockquote p {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* end of html elements */

/* list styles */
.lowercaseList {
	list-style-type: lower-alpha;
}
.newsList {
	width: 350px;
	margin: 15px auto 10px auto;
	background: inherit;
	color: #c0c0c0;
}
.newsList dt {
	width: 130px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
.newsList dd {
	width: 200px;
	float: right;
	margin: 0 0 5px 0;
	padding: 0;
}
.postedby {
	font-size: 0.75em;
	color: #fff;
	background-color: inherit;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #666;
}
.linksList {
	width: 420px;
	margin: 10px auto 0 auto;
}
.linksList dt {
	width: 170px;
	float: left;
	margin: 0;
	padding: 0;
}
.linksList dd {
	width: 250px;
	margin: 0 0 5px 170px;
	padding-bottom: 10px;
	border-bottom: 1px #333 ridge;
}
dl.emphasizeDefinitionTitle {
}
dl.emphasizeDefinitionTitle dt {
	font-weight: bold;
	margin: 10px 0 5px 0;
}
dl.emphasizeDefinitionTitle dd {
	margin-top: 3px;
	margin-bottom: 3px;
}
dl.questionAnswerList {
}
dl.questionAnswerList dt {
	margin: 10px 0 5px 0;
	padding: 0;
}
dl.questionAnswerList dd {
	margin: 3px 0 3px 10px;
	padding: 0;
}
dl.questionAnswerList dd p {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
/* end list styles */

/* images */
.floatRightImage {
	float: right;
	margin-right: 5px;
}
/* end images */

/* specific classes for specific pages */
.hidden, span.hidden {
	display: none;
	border: none;
}
.clear {
	clear: both;
}
.ads {
	width: 120px;
	margin: 0 auto;
}
#mapBG {
	width: 440px;
	height: 340px;
	background: url(../images/layout/mapBG.jpg) no-repeat;
	padding: 10px 0;
	margin: 0 auto;
}
#map {
	width: 420px;
	height: 320px;
	margin: 0 auto;
}
#map p.mapInfoWindow {
	color: #000;
}
#map a:link, #map a:visited {
	color: #333;
	text-decoration: underline;
}
#map a:hover, #map a:focus, #map a:active {
	color: #333;
	text-decoration: none;
}

/* subpage styles */
div.subPagesDiv, div.articlesDiv, div.eventsDiv, div.ministriesDiv {
	border-bottom: 1px dotted #333;
	margin: 5px 5px 10px 5px;
	padding: 5px 0 10px 0;
	width: 450px;
}
div.subPagesDiv h3, div.articlesDiv h3, div.eventsDiv h3, div.ministriesDiv h3 {
	font-weight: normal;
	margin: 0;
}
div.subPagesDiv p, div.articlesDiv p, div.eventsDiv p, div.ministriesDiv p {
	margin: 0;
}
div.subPagesDiv h3 a, div.articlesDiv h3 a, div.eventsDiv h3 a, div.ministriesDiv h3 a {
	padding-bottom: 4px;
}
div.subPagesDiv h3 a:link, div.subPagesDiv h3 a:visited, div.articlesDiv h3 a:link, div.articlesDiv h3 a:visited, div.eventsDiv h3 a:link, div.eventsDiv h3 a:visited, div.ministriesDiv h3 a:link, div.ministriesDiv h3 a:visited {
	color: #fff;
	text-decoration: none;
	background: transparent;
}
div.subPagesDiv h3 a:hover, div.subPagesDiv h3 a:focus, div.subPagesDiv h3 a:active, div.articlesDiv h3 a:hover, div.articlesDiv h3 a:focus, div.articlesDiv h3 a:active, div.eventsDiv h3 a:hover, div.eventsDiv h3 a:focus, div.eventsDiv h3 a:active, div.ministriesDiv h3 a:hover, div.ministriesDiv h3 a:focus, div.ministriesDiv h3 a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
	background: transparent;
}
div.subPagesDiv a:link, div.subPagesDiv a:visited, div.articlesDiv a:link, div.articlesDiv a:visited, div.eventsDiv a:link, div.eventsDiv a:visited, div.ministriesDiv a:link, div.ministriesDiv a:visited {
	color: #666;
	background: transparent;
}
div.subPagesDiv a:hover, div.subPagesDiv a:focus, div.subPagesDiv a:active, div.articlesDiv a:hover, div.articlesDiv a:focus, div.articlesDiv a:active, div.eventsDiv a:hover, div.eventsDiv a:focus, div.eventsDiv a:active, div.ministriesDiv a:hover, div.ministriesDiv a:focus, div.ministriesDiv a:active {
	color: #fff;
	background: transparent;
}
div.oldEvent {
	color: inherit;
	background: #000;
}
/* end subpage styles */

/* dom tabs */
.domtab {
	width: 400px;
	height: 200px;
	overflow: auto;
	margin: 0 25px;
	float: right;
}
.domtab ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 100%;
}
.domtab ul li {
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: center;
	float: left;
}
.domtab ul li a {
	display: block;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	vertical-align: middle;
}
ul.domtabs a:link, ul.domtabs a:visited, ul.domtabs a:hover, ul.domtabs a:focus, ul.domtabs a:active {
	background: #333;
	color: #ccc;
	text-decoration: none;
}
ul.domtabs a:hover{
	text-decoration: none;
	background: #000;
}
ul.domtabs li.active a:link, ul.domtabs li.active a:visited, ul.domtabs li.active a:hover, ul.domtabs li.active a:focus, ul.domtabs li.active a:active {
	background: #000;
	color: #fff;
}
.domtab h2 {
	border-bottom: 1px #fff dashed;
	padding-top: 0;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.domtab div {
	clear: both;
	width: auto;
	background: #000;
	color: #fff;
	padding: 0.1em 0;
}
/* end of dom tabs */

.shows {
	font-size: 0.90em;
	list-style: disc;
	padding-left: 15px;
	padding-right: 15px;
}
.shows li {
	padding: 5px 0px;
}
.showpaging {
	font-size: 0.9em;
	text-align: center;
	margin-top: 5px;
}
.showpaging li {
	display: inline;
	margin: 0 2.5px;
}

#adminnav {
	list-style: none;
	padding: 0;
	margin: 5px 0;
}
#adminnav li {
	margin: 5px 10px;
	padding: 0;
}
#adminnav a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}
#adminnav .spacedli {
	margin-bottom: 15px;
}
.loginstatus {
	text-align: right;
	font-size: 0.9em;
}
.editlinks {
	margin: 10px 0 25px 30px;
	list-style: disc;
}
.error {
	background-color: inherit;
	color: #f00;
}
.success {
	font-weight: bold;
}

/* forms */

.form {
	width: 450px;
	margin: 0 auto;
	text-align: center;
}
.form ul.errorList {
	text-align: left;
	color: #c00;
}
.form span.error, .form strong.error {
	display: block;
	float: left;
	color: #c00;
	font-weight: 600;
	margin: 10px 0 10px 5px;
}
.form input.error {
	border: 1px solid #c00;
	background-color: #fff;
}
.form legend {
	color: #ccc;
	background-color: inherit;
	margin: 0 15px;
	padding: 0 5px;
}
.form fieldset {
	border: 1px ridge #888;
	padding: 10px;
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
.form p {
	clear: left;
	margin: 0;
	margin-bottom: 10px;
}
.form label {
	float: left;
	margin: 10px 0;
	display: block;
	text-align: left;
	width: 140px;
}
.form input, select, textarea {
	margin: 10px 0;
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 10px;
}
.form .box {
	width: 40px;
	margin-left: 130px;
}
.form .radio {
	width: 1em;
	float: left;
	margin-left: 140px;
}
.form .lastradio {
	width: 1em;
	float: left;
	margin-left: 20px;
}
.form .radiolabel {
	width: 1em;
	float: left;
	margin: 10px;
}
.form .submit {
	clear: both;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.formValues {
	list-style: none;
}
.formValues li {
	padding: 10px;
}

.showform input, .showform select, .showform textarea {
	width: 200px;
	margin: 10px 0;
}
#dayname {
	width: 100px;
}
#month {
	width: 100px;
}
#daynumber {
	width: 100px;
}
#year {
	width: 100px;
}
.showform br {
	clear: left;
}
.showform .box {
	width: 40px;
	margin-left: 130px;
}

.showform .submit {
	width: 100px;
	margin-left: 150px;
	text-align: center;
}
/* end of forms */
