@charset "utf-8";
/* Fellowship in the Pass CSS Styles */

/* 	These are the basic color schemes used. One scheme is set in each CSS

/*	Based on scheme 075-Pastel

/*	Main-Style	075-Pastel	150-Dk Past	210-Dk Past	240-Lt Past	090-DkPast	Present		New
/*	Container	E6DFCF		DCE6CF		CFE6E6		E6ECFF		E6E1CF		F0F0CF		6F7A92
/*	H1-Light	BF9430		99BF60		60BFBF		809FFF		BFAC60		869439		A3926F
/*	Hoover		E6C373		B4CC8F		567A7A		BFCFFF		CCC08F		6F6B36		A3926A
/*	H1-Dark		806C40		708059		598080		6078BF		807859		48451E		36431C

/*	Set the font-family to Arial in all elements */
* 	{
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	margin: 0;
	background-image: url('../files_images/00_0_01_bgheader.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #6F7A92;
	}
	
hr {
	width: 100%;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	color: #36431C;
	background-color: #36431C;
	}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	line-height: 2em;
	background-color: #36431C;
	}
	
h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	line-height: 2em;
	background-color: #A3926F;
	}
	
h3 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	color: #36431C;
	}
	
h4	{
	font-size: 2.0em;
	font-weight: bold;
	line-height: 50%;
	color: #FF0000;
	}
	
h5	{
	font-size: 1.0em;
	font-weight: bold;
}
	
p {
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	}
	
p.error {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
	}

p.hanging {
	text-indent: -1em;
	margin-left: 1em;
	}
	
p.indent {
	margin-left: 1em;
	}
	
p.musichead {
	color: #36431C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.0em;
	font-weight: bold;
	font-style: italic;
	line-height: 50%;
	}
	
p.scripture {
	font-size: 1em;
	font-style: italic;
	}
	
p.pullout {
	background-color: #6F7A92;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
p.top {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	}
	
em	{
	color: #FF0000;
	font-style:normal;
	font-weight: bold;
	}
	
ul {
	margin-left: 0;
	padding-left: 0;
	}
	
li {
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 40px;
	}
	
li.menus {
	font-weight: bold;
	line-height: 1em;
	}
	
li.first {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	margin-left: 20px;
	list-style-type: square;
	}
	
li.second {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 40px;
	padding-left: 0;
	list-style-type: disc;
	}
	
li.third {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 60px;
	padding-left: 0;
	list-style-type: circle;
	}
	
li.normal {
	font-size: 1em;
	}
	
strong.warning {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	}

table.shade {
	width: 100%;
	background-color: #6F7A92;
	}
	
table.collapse {
	border-collapse: collapse;
	}
	
table.outer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color: #6F7A92;
	border-width: 5px;
	border-style: solid;
	border-top-color: #A3926F;
	border-left-color: #A3926F;
	border-bottom-color: #36431C;
	border-right-color: #36431C;
	}
	
caption {
	font-size: 1.4em;
	font-weight: bold;
	}
	
th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #36431C;
	}
	
th.weekday {
	background-color: #36431C;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	width: 14%;
	}

tr.roweven {
	background-color: #FFFFFF;
	}
	
tr.rowodd {
	background-color: #6F7A92;
	}
	
tr.pastdate {
	background-color: #6F7A92;
	}
	
td {
	font-size: 12px;
	}
	
td.weekend {
	font-size: 11px;
	vertical-align: top;
	text-align: center;
	background-color: #DCDCDC;
	border: 1px solid #000000;
	}
	
td.weekday {
	font-size: 11px;
	vertical-align: top;
	text-align: center;
	background-color: #EDEDED;
	border: 1px solid #000000;
	}
	
td.today {
	font-size: 11px;
	vertical-align: top;
	text-align: center;
	background-color: #6F7A92;
	border: 1px solid #000000;
	}
	
td.udatal {
	text-align: left;
	border-bottom: 1px solid #000000;
	}

td.udatac {
	text-align: center;
	border-bottom: 1px solid #000000;
	}

td.udatar {
	text-align: right;
	border-bottom: 1px solid #000000;
	}
	
a {
	color: #36431C;
	text-decoration: none;
	}
	
a:hover {
	color: #6F7A92;
	background-color: #A3926F;
	}
	
a.footer {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.footer:hover {
	color: #A3926F;
	background-color: #36431C;
	}
	
a.logo {
	color: #FFFFFF;
	}
	
a.logo:hover {
	background-color: #FFFFFF;
	}
	
a.date {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: -2px;
	margin-left: -2px;
	margin-bottom: 4px;
	float: left;
	width: 1em;
	height: 1em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #A3926A;
	padding: 0.2em 0.6em;
	}
	
a.link {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #36431C;
	}
	
a.link:hover {
	color: #ff0000;
	background-color: #FFFFFF;
	}
	
a.linkdark {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #36431C;
	}
		
a.linkdark:hover {
	color: #FF0000;
	background-color: #6F7A92;
	}
	
a.list {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #36431C;
	}
	
a.list:hover {
	color: #FF0000;
	}
	
.button {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background: #A3926A;
	padding: 0.2em 0.6em;
	border-top: 2px solid #6F7A92;
	border-left: 2px solid #6F7A92;
	border-right: 2px solid #36431C;
	border-bottom: 2px solid #36431C;
	}

.lrgbutton {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background: #A3926F;
	padding: 0.2em 0.6em;
	border-top: 2px solid #6F7A92;
	border-left: 2px solid #6F7A92;
	border-right: 2px solid #36431C;
	border-bottom: 2px solid #36431C;
	}
	
.midbutton {
	color: #444488;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #36431C;
	border-bottom: 2px solid #36431C;
	background: #E6C373; /*#A3926A; */
	padding: 2px;
	cursor:pointer;
	}

.midbutton:hover {
	color: #FFFFFF;
	background: #A3926F;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #36431C;
	border-bottom: 2px solid #36431C;
	cursor:pointer;
	}
	
.smbutton {
	color: #444488;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 9px;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #36431C;
	border-bottom: 2px solid #36431C;
	background: #E6C373;
	padding: 2px;
	cursor:pointer;
	}

.smbutton:hover {
	color: #FFFFFF;
	background: #A3926F;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #777788;
	border-bottom: 2px solid #777788;
	cursor:pointer;
	}	

dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	}
	
dd {
	font-size: 1.2em;
	margin-left: 10px;
	}
	
input:focus {
	background-color: #6F7A92;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
textarea:focus {
	background-color: #6F7A92;
	}

div.video {
	top: auto; 
	right: auto; 
	left: 0; 
	bottom: 0; 
	position: fixed; 
	z-index: 10;
}

div#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
	border: 0 solid black;
	}
	
div#banner {
	width: 100%;
	height: 170px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 0 solid black;
	border-bottom: 10px solid #6F7A92;
	}
	
div#banner_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 246px;
	height: 190px;
	border: 0 solid black;
	}
	
div#banner_right {
	position: absolute;
	top: 0;
	left: 246px;
	width: 670px;
	height: 190px;
	border: 0 solid black;
	}
	
div.data {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	border: 1px solid #000000; /* Black */
	font-size: 11px;
	}

div.outside {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px;
	}

#mission {
	width: 606px;
	height: 90px;
	position: absolute;
	top: 58px;
	left: 60px;
	background-image: url('../files_images/00_0_03_missionstatement.jpg');
	background-repeat: no-repeat;
	}
	
div#logo {
	width: 120px;
	height: 110px;
	margin: 0 auto;
	border: 0 solid black;
	}
	
#church p {
	width: 100%;
	height: 50px;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
	text-align: center;
	color: #36431C;
	font-size: 1.3em;
	font-weight: bold;
	border: 0 solid black;
	}
	
div#date {
	width: 246px;
	position: absolute;
	top: 170px;
	left: 0;
	text-align: center;
	border: 0 solid black;
	}
	
p.date {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	line-height: 1.4em;
	color: #36431C;
	}
	
p.eventdate {
	font-weight: bold;
	color: #36431C;
	margin: 10px 0px 5px 0px;
}

p.event {
	margin: 0px;
}
	
div#footer {
	width: 100%;
	height: 80px;
	clear: left;
	margin-left: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #36431C;
	}
	
div.imgholder {
	float: right;
	background-color: #A3926A;
	margin: 10px 7px 7px 10px !important;
	margin: 10px 0 0 5px;
	}
	
div.imgholder img {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: -3px 5px 5px -3px;
	padding: 2px;
	}
	
div.picholder {
	float: left;
	background-color: #A3926A;
	margin: 10px 7px 7px 10px !important;
	margin: 10px 0 0 5px;
	}
	
div.picholder img {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: -3px 5px 5px -3px;
	padding: 2px;
	}
	
div.bannerholder {
	width: 653px;
	height: 140px;
	overflow: hidden;
	background-image: url('../files_images/11_1_05_banner.gif');
	background-position: 0 0%;
	background-repeat: no-repeat;
	background-color: #6F7A92;
	}
	
div.bannertext {
	width: 652px;
	height: 140px;
	position: relative;
	font-size: 3em;
	font-weight: bold;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2.3em;
	color: #FFFFFF;
	background-image: url('../files_images/11_1_05_banner01.gif');
	background-position: 0 0%;
	background-repeat: no-repeat;
	background-color: #6F7A92;
	}
	
div#one_col {
	width: 25%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 10px;
	border-right: 2px solid #36431C;
	}
	
div#two_col, #two_col2 {
	width: 72.5%;
	float: left;
	margin-left: -2px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 0;
	border-left: 2px solid #36431C;
	}
	
div#two_col_left {
	width: 49%;
	float: left;
	border: 0 solid black;
	}
	
div#two_col_right {
	width: 49%;
	float: right;
	border: 0 solid black;
	}
	
div#three_col {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border: 0 solid black;
	}
	
div#three_col_left {
	width: 31%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 10px;
	border-right: 2px solid #36431C;
	}
	
div#three_col_center {
	width: 33.1%;
	float: left;
	margin-left: -2px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #36431C;
	border-right: 2px solid #36431C;
	}
	
div#three_col_right {
	width: 31%;
	float: right;
	margin-left: -2px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 0;
	border-left: 2px solid #36431C;
	}
	
div.calendar {
	background-color: #6F7A92;
	padding: 8px;
	}
	
#navbartop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 674px;
	height: 30px;
	text-align: left;
	border-bottom: 5px solid #36431C;
	}

#navbartop ul {
	padding: 3px 0 0 0;
	margin-left: 0;
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#navbartop ul li {
	color: #36431C;
	list-style: none;
	margin: 0;
	display: inline;
	}
	
#navbartop ul li a {
	color: #36431C;
	padding: 3px 0.5em;
	margin-left: 0;
	background: #FFFFFF;
	text-decoration: none;
	}
	
#navbartop ul li a:link {
	color: #36431C;
	}
	
#navbartop ul li a:visited {
	color: #36431C;
	}
	
#navbartop ul li a:link:hover, #navbartop ul li a:visited:hover {
	color: #6F7A92;
	background: #A3926F;
	border-color: #A3926F;
	}
	
#navbartop ul li a#current {
	background: white;
	border-bottom: 1px solid white;
	}
	
#navbarbot {
	width: 674px;
	height: 30px;
	position: absolute;
	top: 159px;
	left: 0;
	font-size: 1em;
	font-variant:small-caps;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	border: 0 solid #36431C;
	}
	
#navbarport {
	position: relative;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	border: 0px solid #36431C;
	}
	
#navbarbot ul, #navbarport ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 0 solid #6F7A92;
	font-weight: bold;
	font-size: 0.99em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#navbarbot ul li, #navbarport ul li {
	color: #36431C;
	list-style: none;
	margin: 0;
	display: inline;
	}
	
#navbarbot ul li a, #navbarport ul li a {
	color: #36431C;
	padding: 3px 0.5em;
	margin-left: 0;
	border: 1px solid #6F7A92;
	border-bottom: none;
	background: #6F7A92;
	text-decoration: none;
	}
	
#navbarbotul li a:link, #navbarport ul li a:link {
	color: #36431C;
	}
	
#navbarbot ul li a:visited, #navbarport ul li a:visited {
	color: #36431C;
	}
	
#navbarbot ul li a:link:hover, #navbarbot ul li a:visited:hover, #navbarport ul li a:link:hover, #navbarport ul li a:visited:hover {
	color: #6F7A92;
	background: #A3926F;
	border-color: #A3926F;
	}
	
#navbarbot ul li a#current, #navbarport ul li a#current {
	background: white;
	border-bottom: 1px solid white;
	}
	
#tagline {
	font-size: 11px;
	color: #993300;
	letter-spacing: 0.4em;
	line-height: 18px;
	}
	
#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
	
#dateformat {
	font-size: 11px;
	color: #993300;
	letter-spacing: 0.2em;
	}

#dateformat a {
	font-size: 11px;
	color: #993300;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	}

#dateformat a:hover {
	color: #f4ffe4;
	letter-spacing: 0.1em;
	}

.bodyText {
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	margin-top: 0;
	}

.pageName {
	font-size: 18px;
	color: #99CC66;
	line-height: 26px;
	letter-spacing: 0.21em;
	}

.subHeader {
	font-weight: bold;
	font-size: 11px;
	color: #993300;
	line-height: 22px;
	letter-spacing: 0.2em;
	}

.quote {
	font-size: 20px;
	color: #759DAL;
	line-height: 30px;
	}

.smallText {
	font-size: 10px;
	color: #666666;
	line-height: 22px;
	}

.navText {
	font-size: 11px;
	color: #003366;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-decoration: none;
	}
