/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	color: #745D4A;
	font-weight: normal;
	background-image: url(/images/splash/bg.gif);
	background-repeat: repeat-x;
}

td { font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; }
a { color: #330000; }
a:hover { color: #780000; }

h3
{
	margin: 30px 0 0 0;
	font-size: 14px;
	border-top: 1px solid #dedede;
	padding-top: 5px;
	width: 340px;
	/*color: #a13938;*/
}

#welcome { margin: 70px 20px 0 30px; }

#splashNav
{
	/*front page nav box*/
	margin: 20px 0 0 30px;
}

/*bulleted list*/
#navcontainer { padding-top: 15px; }

#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#navcontainer ul li
{
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	background: transparent url(/images/splash/bullet.gif) left 3px no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
}

#navcontainer ul li a:hover
{
	background: transparent url(/images/splash/bulletOver.gif) left 3px no-repeat;
	color: #780000;
}

#container { background: url(/images/splash/bgright.jpg) no-repeat 800px 0px; }
.gimmeSpace { margin: 3px 3px 0 0; }

.welcomeText
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.footer
{
	color: #330000;
	font-size: 11px;
}

.worship
{
	color: #000000;
	font-size: 12px;
	line-height: 11px;
	text-align: right;
	padding: 20px 10px 0;
}

/*second page*/
#logo { background: url(/images/splash/logo.jpg) no-repeat top left; }

#navigation
{
	/*width: 167px;*/
	width: 195px;
	float: right;
	background: url(/images/splash/BGlinks.jpg) no-repeat top left;
	margin-top: 2px;
	padding: 0;
}


#randomImages p { margin: 3px 0 0; }

#secondContent
{
	width: 389px;
	background: url(/images/splash/BGcontent.jpg) no-repeat top right;
	margin-top: 3px;
	padding: 0;
	float: left;
	color: #5D727D;
	font-size: 11px;
	height: 300px;
	overflow: visible;
}

h2
{
    background: #C7CEAD url(/images/main/ICONquestion.gif) top left no-repeat;
    margin:0;
    padding: 2px 2px 2px 40px;
    height: 37px;
    font-size: 18px;
}

#subscribeForm
{
	background: url(/images/splash/subscribe.jpg) no-repeat top left;
	padding: 5px 0;
	text-align: center;
	margin: 2px 0 0;
	height: 67px;
}

.IEisRetarded { margin: 20px; }

.admin
{
	margin: 5px;
	padding: 5px;
	border: 1px dashed #990000;
	background-color: #FFFFCC;
	width: auto;
}

.admin a:link {
display: block;
font-size: 12px;
margin-top: 5px;}