BODY
{
	background: #7B8A0B url(../images/body-bg.gif) no-repeat top center;
}
.lgText
{
	font-size: 1.2em;
}
#mainContainer
{
	background-color: #FFF;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
#headerContainer
{
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(../images/header-bg2.gif);
	color: #000000;
	width: 800px;
	height: 94px;
}
#navContainer
{
	background-color: #2C2C2C;
}
#contentContainer
{
	background-color: #FFF;
	font-family: georgia, "San Serif";
}
#footerContainer
{
	clear: both;
	padding: 15px;
	background-color: #345A8B;
	color: #FFF;
	font-size: 1.3em;
}
#footerContainer .bigger
{
	font-size: 1.1em;
}
#footerContainer a:link, #footerContainer a:visited{
	color: #fff;
}
#welcomeBox
{
	background-color: #AFD2FF;
}
#welcomeBox P
{
	font-size: 1.1em;
	color: #444444;
}
#welcomeBox H2
{
	font-size: 2em;
	color: #243F61;
}
#welcomeBox A:hover
{
	color: #222222;
}
#welcomeBox A, #welcomeBox A:visited
{
	text-decoration: none;
	color: #243F61;
}
/*DISPLAY*/
.b
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
#homeLeft P
{
	margin: 0;
}
#homeLeft H2
{
	color: red;
	margin: 0;
	margin-top: 5px;
}
.striped
{
}
.striped TR
{
}
/*NAVIGATION*/
.nav
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 800px;
	/*Width of Menu Items*/
	z-index: 50;
}
.nav LI
{
	float: left;
	position: relative;
	z-index: 50;
	width: 155px;
	height: 30px;
	min-height: 1px;
	vertical-align: bottom;
}
.nav LI UL
{
	position: absolute;
	top: auto;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 2px solid #333333;
	border-top: 0;
}
.nav LI UL LI
{
	margin: 0;
	padding: 0;
	height: auto;
}
/*Styles for Menu Items*/
.nav LI A
{
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: white;
	background-color: #2C2C2C;
	padding: 5px;
	border: 0;
	/*IE6 Bug*/
	border-bottom: 0;
}
.nav LI UL LI A
{
	background-color: #DF931F;
	color: #2C2C2C;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	border-top: 1px dashed #2C2C2C;
}
.nav LI UL LI A.first
{
	border-style: solid;
}
/*Fix IE. Hide from IE Mac \*/
* HTML UL LI
{
	float: left;
}
* HTML UL LI A
{
	height: 1%;
}
/*End*/
.nav LI:hover UL, LI.over UL
{
	display: block;
}
/*The magic*/
.nav LI:hover A, LI.over A
{
	color: yellow;
}
.nav LI:hover LI A, LI.over LI A
{
	color: #2C2C2C;
}
.nav LI LI A:hover, LI.over LI A
{
	background-color: yellow;
}
.nav LI A:hover
{
	color: yellow;
}
.nav LI UL A:hover
{
	color: #2C2C2C;
}
/*ROUNDED CORNERS*/
#welcomeBox .northeast
{
	background-image: url(images/northeast.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
#welcomeBox .northwest
{
	background-image: url(images/northwest.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}
#welcomeBox .southeast
{
	background-image: url(images/southeast.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
#welcomeBox .southwest
{
	background-image: url(images/southwest.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
}
/*FORMS*/
INPUT
{
	margin: 2px;
	padding: 2px;
}
INPUT.txt
{
	width: 200px;
}
FORM
{
	margin-left: 10px;
}
FORM P
{
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
FORM P LABEL
{
	float: left;
	width: 140px;
}
#addNewSec LABEL
{
	width: 75px;
}
#addNewSec
{
	background-color: #CCC;
}
TEXTAREA
{
	width: 500px;
	height: 175px;
}

	.instructionalForm {
		margin-left: 25px;
	}

		.instructionalForm h3{
			margin-top: 35px;
		}

.instructionalForm .hint{
	font-size: .75em;
	font-style: italic;
	display: inline;
}

.instructionalForm label{
	float: none;
}
/*Tables*/
TABLE
{
	margin: 0 0 20px 10px;
}
.table_list
{
	border: 1px solid #000;
	border-collapse: collapse;
}
.table_list TD, .table_list TH
{
	border-left: 1px solid #000;
	padding: 4px;
}
.table_list TD
{
	border-top: 1px dashed #000;
}
.table_list TH
{
	border: 1px solid #000;
	font-weight: bold;
	text-align: left;
	background-color: #345A8B;
	color: #FFF;
}
/*Secretary List
CHURCHES SECTION*/
#churchList
{
	width: 90%;
	margin: 3px auto;
}
#churchProfile
{
	position: relative;
}
#churchProfile H1
{
	font-size: 1.7em;
	margin: 10px 5px 5px;
}
#churchProfile IMG
{
	border: 0;
}
#churchProfile .left
{
	float: left;
	width: 450px;
}
#churchProfile .right
{
	float: right;
	width: 300px;
	display: block;
}
.churchContactBox
{
	position: relative;
	margin: 20px 0 0;
	padding: 3px;
	background-color: #E19A29;
	width: 295px;
}
.churchContactBox H2
{
	border-bottom: 1px dashed #000;
	margin: 0;
	padding: 5px;
	padding-right: 10px;
}
.churchContactBox P
{
	padding-left: 8px;
	padding-right: 8px;
	margin: 10px 0;
	font-size: 1.04em;
}
.churchContactBox .northeast
{
	background-image: url(images/ccb-northwest.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
}
.churchContactBox .northwest
{
	background-image: url(images/ccb-northeast.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 8px;
}
.churchContactBox .southeast
{
	background-image: url(images/ccb-southwest.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8px;
	height: 8px;
}
.churchContactBox .southwest
{
	background-image: url(images/ccb-southeast.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 8px;
}
#churchStaff TABLE
{
	border-collapse: collapse;
	margin-left: 20px;
}
#churchStaff TR
{
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
}
#churchStaff TD
{
	padding: 3px 15px;
}
/*MICROFORMATS*/
#churchList .vcard .adr .type
{
	display: none;
}
#churchList .vcard .adr
{
	margin-top: 8px;
}
#churchList .vcard .adr P
{
	margin-top: 0;
	margin-bottom: 0;
}
/*Messages*/
.successMsg, .errorMsg
{
	font-weight: bold;
	color: #FFF;
	padding: 2px;
}
.successMsg
{
	background-color: green;
}
.errorMsg
{
	background-color: red;
	border: 2px dashed #000;
}
/*Admin menu*/
#adminMenu
{
	margin: -8px 0 0 -8px;
	padding: 2px;
	background-color: #FFFF00;
	width: 796px;
	border-bottom: 1px dashed #000;
}
#adminMenu LI
{
	display: inline;
	list-style-type: none;
}
#adminMenu A
{
	color: black;
}
#adminMenu LI A:hover
{
	background-color: #FFFF76;
}
.calNav
{
	margin-bottom: 3px;
	text-align: right;
}
.calList TD
{
	padding-right: 20px;
}
