﻿/**********************************************************************************************************************************************

UNIVERSAL

**********************************************************************************************************************************************/
body {
	background: #352e2c url(bgMain.gif);
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	text-align: center; /* hack for centering frame div in IE Win */
	line-height: 1.3em;
	font-size: x-small; /* IE5 Win */
	color: #352E2C;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
/*Be Nice to Opera*/
html>body 
	font-size: small;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #352E2C;
	padding: 0;
	margin: 0;
	line-height: 1.95em;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #6b1004;
	padding: 0;
	margin: 1.8em 0px 0 15px;
	border-bottom: 1px dotted #6b1004;
}

h1.title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #a1a1a1;
	padding: 0 0 .3em 0;
	margin: .8em 0 .6em 0;
	border-bottom: 2px solid #cc0033;
	width: 220px;
}

h1.titleFull {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #a1a1a1;
	padding: 1em 0 .3em 0;
	margin: 0 0 .6em 0;
	border-bottom: 2px solid #eeab1f;
	width: 100%;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 110%;
	color: #352E2C;
	padding: 0;
	margin: 1.55em -315px 0 15px;
	font-weight: bold;
	}

h2.staff {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 100%;
	color: #50502E;
	padding: 0;
	margin: 3em -315px .5em 15px;
	font-weight: bolder;
	}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 90%;
	color: #425258;
	padding: 0px;
	margin: 0 0 0 0;
	font-weight: bolder;
	}

h3.sidebar {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 90%;
	color: #ffffff;
	padding: 0;
	margin: 2.5em 1em 0 1em;
	font-weight: bolder;
	}

.bold {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #6b1004;/*blue*/
	}


a:hover {
	text-decoration: none;
	color: #663300;/*mediumBrown*/
	}

a:visited {
	text-decoration: underlined;
	color: #663300;/*mediumBrown*/
	}



.italic {
	font-style: italic;
}


#custom ul ol li:before {
	list-style: none;
	font-size: x-small;
	/*content: "\00BB \0020";*/
}

#custom li {
	color: #666666;
	font-size: x-small;
	line-height: 2em;
}

strong {
	font-weight: bold;
	color: #5DB496;
}


/**********************************************************************************************************************************************

DIV'S

**********************************************************************************************************************************************/
#frame {
	/*centers main frame div and all content contained therein, also sets text to align left */
	margin: 0px auto;
	text-align: left;
	width: 750px;
}

#mainContentWrapper {
	width: 750px;
	float: left;
	margin-right: -302px;
	background: #fff url(bgBody.gif) repeat-y;
}

#content {
	background: #fff url(bgContent.gif) repeat-y;
	margin-right: 302px;
}

#content p {
	margin: 10px 50px 0 1.25em;
}

#header {
	width: 750px;
	float: left;
	background: #d7dabd;
	margin-right: -302px;
}

#sidebar {
	margin-top: 299px;
	width: 302px;
	float: right;
}

#content img.img01 {
/*controls the main image at the top of the content area, floating it to the right of the content*/
	float: right;
	margin-top: 0;
	padding: 0;
}

#content img.img02 {
/*controls a secondary image at the top of the content area, floating it to the left of the paragraph it's placed before*/
	float: left;
	margin-top: 0;
	padding: 5px 15px 5px 0;
}

#table {
	vertical-align: top;
	border: none;
	border-style: none;
	padding: 0;
	margin: 0 10px 0 1.25em;
	/*width: 430px;*/
}

#table tbody tr td {
	vertical-align: top;
	border: none;
	border-style: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
}



#table tbody tr.odd td {
	vertical-align: top;
	border: none;
	border-style: none;
	background-color: #fcffd4;
	padding: 0;
	margin: 0;
}

#table p {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

#nav {
	width: 302px;
	float: right;
	margin-top: 0;
	padding: 0;
	clear: right;
}



/******************************
NAV ITEMS
*******************************/
#navItems	{
	background: #352E2C url(bgNav.jpg) no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}
	
#navItems span {
	display: none;
}

#navItems a:link, a:visited {
	display: block;
	width: 200px;
	height: 30px;
}

#navItems a:link:hover {
	display: block;
	width: 200px;
	height: 30px;
}

#navItems a.home {
	background-image: url(navHome_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a:hover.home {
	background-image: url(navHome.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.homeCurrent {
	background-image: url(navHome.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.adults {
	background-image: url(navAdults_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a:hover.adults {
	background-image: url(navAdults.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.adultsCurrent {
	background-image: url(navAdults.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.children {
	background-image: url(navChildren_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a:hover.children {
	background-image: url(navChildren.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.childrenCurrent {
	background-image: url(navChildren.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.youth {
	background-image: url(navStudent_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a:hover.youth {
	background-image: url(navStudent.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.youthCurrent {
	background-image: url(navStudent.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.worship {
	background-image: url(navWorship_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a:hover.worship {
	background-image: url(navWorship.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.worshipCurrent {
	background-image: url(navWorship.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.missions {
	background-image: url(navMissions_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a:hover.missions {
	background-image: url(navMissions.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.missionsCurrent {
	background-image: url(navMissions.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.about {
	background-image: url(navAbout_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a:hover.about {
	background-image: url(navAbout.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.aboutCurrent {
	background-image: url(navAbout.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.contact {
	background-image: url(navContact_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a:hover.contact {
	background-image: url(navContact.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navItems a.contactCurrent {
	background-image: url(navContact.gif);
	background-repeat: no-repeat;
	background-position: top left;
}



#subNav span {
	margin: 0;
	padding: 0 5px 0 5px;
	line-height: 20px;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}
html>#subNav span {
	font-size: x-small;
	} 


#subNav a	{
	display: inline;
	}



#subNav a:link, a:visited {
	font-weight: normal;
	color: #684D30;
	text-decoration: none;
	}

#subNav a:hover {
	color: #5E3A12;
	text-decoration: underline;
	}

#subNav a:active {
	background-color: #9E8B7A;
	color: #684D30;
	text-decoration: underline;
	}

#subNav a#current	{
	color: #9E8B7A;
	text-decoration: none;
	display: inline;
	}







#text a:link, a.link:visited {
	display: inline;
	width: 100%;
}

#text a:hover {
	width: 100%;
	text-decoration: underline;
	color: #000;
}

#text span.bold {
	font-size: 100%;
	margin: 0;
	padding: 0;
}



#sidebar p {
	font-size: 85%;
	margin: 1em 1em 0 1em;
	padding: 0;
}

#sidebar a:link {
	color: #352E2C;
}

#sidebar a:hover, a:active {
	color: blue;/*#352E2C;*/
}





#location {
	background-color: #95966c;
	border-top: 1px dotted #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px dotted #fff;
	margin: 2em 0 2em 0;
	padding-bottom: 2em;
}

#location a:link {
	color: #DDDDB7;
}

#location a:hover, a:active {
	color: blue;/*#352E2C;*/
}

#location p {
	font-size: 80%;
	line-height: 1.25em;
}






#submit {
	margin: 10px 0 10px 20px;
}




#footer {
	background: #fff;
	text-align: left;
	padding: 0;
	width: 448px;
}

#footer p {
	color: #6b1004;
	font-size: 80%;
	line-height: 1.8em;
	text-align: left;
	border-top: 1px dotted #ccc;
	padding: 10px;
	margin: 1em 1em 0 1em;
	}

#footer .footerLinks {
	padding-left: 50px;
}

#footer a:visited {
	color: #6b1004;
	text-decoration: underline;
	display: inline;
}

#footer a:hover {
	color: #891405;
	text-decoration: none;
	display: inline;
}

#bottom	{
	background: #000 url(bgBody.gif) repeat-y;
	border-bottom: 1px solid #e6de59;
	}


#spacer {
	height: 10em;
}

#spacer02 {
	height: 5em;
}

#spacer03 {
	height: 2em;
}




* html #floated-image {
 margin: 0 -3px; ma\rgin: 0;
}