﻿body 
{
	background-color: #8e4101;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	color: #494949;
	font-family: Arial;
	font-size: 14px;
	margin: 0;
}

a
{
	color: #575656;
}

a:hover
{
	color: #FAAB56;
}

.contentCell
{
	background-image: url(images/content-bg.jpg);
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
}

.footerCell
{
	background-image: url(images/footer-bg.jpg);
	font-size: 10px;
	font-weight: bold;
	padding-left: 14px;
}

.homeText
{
	font-size: 15px;
	font-weight: bold;
}

.homeTitle
{
	font-size: 36px;
}

.titleText
{
	font-family: Trebuchet MS;
	font-size: 22px;
}

.smallTitle
{
	font-size: 16px;
	font-weight: bold;
}

/****** MasterPage Styles *****/
.headerDefault
{
	background-image: url(images/default-bg.jpg);
}

.headerInfo
{
	background-image: url(images/info-bg.jpg);
}

.headerAbout
{
	background-image: url(images/about-bg.jpg);
}

.headerGrowth
{
	background-image: url(images/growth-bg.jpg);
}

.headerConnect
{
	background-image: url(images/connect-bg.jpg);
}

.headerMissions
{
	background-image: url(images/missions-bg.jpg);
}

.headerPrayer
{
	background-image: url(images/prayer-bg.jpg);
}

.headerEtc
{
	background-image: url(images/etc-bg.jpg);
}

/****** Navigation Magic ******/

#nav a /* Main Link */
{
   display: block;
   float: left; /* helps IE6 */
   padding: 0px 5px;
   color: #494949;
   font-weight: bold;
   text-transform: lowercase;
   text-decoration: none;
}

#nav a:hover /* Main Link Hover */
{
	color: #FAAB56;
}

#nav,
#nav ul /* Main Link Position */
{
	position: relative;
	float: right;
	top: -36px;
	list-style: none; 
}

#nav li /* Main Link Dividers */
{
	float: left;
	list-style: none;
	border: 1px solid #4c1100;
	border-width: 0 1px 0 0;
}

#nav li ul /* 1st Level Ul */
{
   position: absolute;
   top: 7px;
   left: -999em;
   z-index: 9999;
   margin: 0 0 0 0px;
   padding: 12px 138px 30px 0px;
}

#nav li li  /* 1st Level Li*/
{
	border: 0px;
	display: inline;
	float: none;
}

#nav li li a /* 1st Level Li link */
{
   float: none;
   width: 96px;
   height: auto;
   padding: 0px 5px;
   margin: 3px 0 0 0;
   background-image: url(images/link1.png);
   font-weight: bold;
}

#nav li li a:hover /* 1st Level Li link */
{
   background-image: url(images/link2.png);
}

#nav li:hover ul,
#nav li.sfhover ul
{
   left: auto;
   clear: both;
}

/****** Card Styles ******/

.staffCard
{
	background-image: url(images/card-bg.jpg);
}

.picDiv
{
	float: left;
	position: relative;
	left: 10px;
	top: 10px;
}

.textDiv
{
	float: right;
	position: relative;
	left: -36px;
	top: 10px;
}

/* Picture Styles */

.rightPic
{
	text-align: right;
}

.leftPic
{
	text-align: left;
}
