@charset "UTF-8";
/* CSS Document */

/* :::::::::::::::::::::BODY::::::::::::::::::::: */

body {
	background-color:#999170;
	color:#000000;
}


/* :::::::::::::::::::::HOLDER::::::::::::::::::::: */

/* holder holds the content of the webpage and centers the page */
div.holder {
	background-color:#b1a989;
	color:#000000;
	margin:auto;
	width:60em;
}

/* :::::::::::::::::::::HEADER::::::::::::::::::::: */

/* header content area that holds page title and service times */
div.header {
	background-color:#b2a98a;
	color:#000000;
	width:60em;
	height:8em;	
}

/* image of calvary chapel with dove */
div.header_image a {
	background-image:url(assets/header_image.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#807650;
	width:30em;
	height:8em;
	float:left;
	border:none;
	text-decoration:none;

}

div.header a span {
	visibility:hidden;

}

div.header_service_times {
	background-color:#b2a98a;
	color:#62582d;
	width:22em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	float:right;
	margin:1em 1em 0 0;
}

div.header_service_times span {
	background-color:#b2a98a;
	color:#53504d;
}

/* :::::::::::::::::::::NAVIGATION::::::::::::::::::::: */

/* holds the navigation bar for navigating the website */
div.navbar {
	background-image:url(assets/navbar_background.jpg);
	background-repeat:repeat-x;
	background-color:#998e60;
	color:#4c4113;
	width:100%;
	height:2em;
	text-align:center;
	padding-top:0.5em;

}

div.navbar span {
	background-color:transparent;
	color:#4c4113;
	width:10em;
	height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	
}

div.navbar span a {
	background-color:transparent;
	color:#4c4113;
	width:10em;
	height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:75%;
	margin:1em 1.5em 0 1.5em;
	text-decoration:none;
	
}


/* style for current selected page */

div.sub_nav #selected {
	background-color:transparent;
	color:#FFFFFF;
	height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:75%;
	margin:1em 0.6em 0 0.6em;
	padding-left:0.2em;
	text-decoration:none;
	border-left:0.2em solid #FFFFFF;
}

div.sub_nav {
	background-color:#a29769;
	color:#4c4113;
	width:60em;
	height:2em;
	text-align:left;
	padding-top:0.5em;
	display:none;
}

div.sub_nav span a {
	background-color:transparent;
	color:#454340;
	height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:75%;
	margin:1em 0.6em 0 0.6em;
	padding-left:0.2em;
	text-decoration:none;
	border-left:0.2em solid #454340;
}
div.sub_nav span a:hover {
	background-color:transparent;
	color:#454340;
	height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:75%;
	margin:1em 0.6em 0 0.6em;
	padding-left:0.2em;
	text-decoration:underline;
	border-left:0.2em solid #454340;
}

/* ::::::::::::::::::::FOOTER::::::::::::::::::::::::: */

div.footer {
	background-color:transparent;
	font-size:75%;
	width:80em;
	height:1em;
	color:#000000;
	width:60em;
	padding:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* :::::::::::::::::::MEMBER AREA ::::::::::::::::::::: */


/* styles for back image to return to the main member page */
div.return {
}

div.return a {
	font-size:120%;
	color:#000000;
}

div.return img {
	border:none;
}

	
/* :::::::::::::::::::::EXTRA::::::::::::::::::::::::::::: */

/* used mostly for email coloring */
span.highlight {
	color:#535250;

}

}

