/* @override http://cbcep.dev/CSS/CBCEP_layout.css */

html {
	margin: 0;
	padding: 0;
	background: #c4e1f2 url(../images/bground_top.jpg) repeat-x;
}

body {
	margin: 0 auto;
	padding: 0;
}

#page_header p {
	display: none;	
}

div#container {
	width: 825px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}

div#page_header {
	display: block;
	background-image: url(../images/header.jpg);
	width: 850px;
	height: 250px;
}

/* @group menubar */

div#menubar_container {
	width: 800px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	z-index: 2;
	background: url(../images/menu/menubar.jpg) repeat-x 0 0;
}


#menubar,
#menubar ul {
	width: 800px;
	list-style: none;
	display: block;
	height: 50px;
	z-index: 1;
	padding: 0;
	font-family: "Tw Cen MT", "Century Gothic", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 auto;
}

#menubar ul {
	background-image: none;
}

#menubar a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#menubar li {
	float: left;
	width: 132px;
	height: 50px;
	z-index: 3;
}

#menubar li.top_level {
	height: 50px;
	font-size: 18px;
	font-weight: normal;
}

#menubar li.top_level a {
	height: 48px;
	padding-top: 2px;
}

#menubar li:first-child {
	border-left-style: none;
	width: 135px;
}

#menubar li#no_bold a {
	font-size: x-small;
}

#menubar li a {
	text-align: center;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
}

#menubar li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	margin: 0;
	z-index: 3;
}

#menubar li li {
	width: 155px;
	height: 33px;
	padding: 3px 10px 1px;
}

#menubar li li a {
	text-align: center;
	height: 33px;
	vertical-align: middle;
	line-height: 33px;
}

#menubar li li a span.sub_sub_menu_pointer {
	display: block;
	top: -32px;
	position: relative;
}

#menubar li.top_level ul.sublist li:hover ul.sub_sublist {
	left: -999em;
	top: -32px;
	position: relative;
}

#menubar li li:first-child {
	width: 155px;
	height: 33px;
}

#menubar li ul li a {
	text-align: left;
	font-size: .66em;
}

#menubar li:hover ul ul,
#menubar li:hover ul ul ul,
#menubar li.sfhover ul ul,
#menubar li.sfhover ul ul ul {
	left: -999em;
}

#menubar li:hover ul,
#menubar li li:hover ul,
#menubar li li li:hover ul,
#menubar li.sfhover ul,
#menubar li li.sfhover ul,
#menubar li li li.sfhover ul {
	left: auto;
}

#menubar li.top_level ul.sublist li:hover ul.sub_sublist {
	left: 154px;
}

#menubar li.top_level:hover,
#menubar li.sfhover {
	background: url(../images/menu/menubar.jpg) center -50px;
}

#menubar li.top_level > a:active {
	background: url(../images/menu/menubar.jpg) center -100px;
}

#menubar li ul.sublist li:hover,
#menubar li ul.sublist li.sfhover {
	width: 155px;
}

#menubar li ul li.top_shadow {
	height: 6px;
}

#menubar li ul li.bottom_shadow {
	height: 1px;
}

#menubar li ul li.bottom_shadow:hover,
#menubar li ul li.bottom_shadow.sfhover {
	
}

/* @end */

div.body {
	display: block;
	width: 825px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/content_top.jpg) no-repeat center 0;
}

div#home_main {
	width: 750px;
	min-height: 200px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
}

div#footer {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top: 1px dotted #3b6c8f;
	padding: 15px 0;
	clear: both;
	margin-top: 15px;
}

.float_left {
	float: left;
	padding-right: 15px;
}

.float_right {
	float: right;
	padding-left: 15px;
}

.clear_both {
	clear: both;
}

/* @group approval form */

form.approval_form {
	font-size: smaller;
	border-top: 1px dotted #5e798d;
}

form.approval_form table {
	width: 100%;
}

form.approval_form table tbody tr {
	display: table-row;
	height: 100px;
	padding: 5px 0;
}

form.approval_form table tbody tr td.username {
	width: 15%;
}

form.approval_form table tbody tr td.name {
	width: 25%;
}

form.approval_form table tbody tr td.member {
	width: 25%;
}

form.approval_form table tbody tr td.date {
	width: 20%;
}

form.approval_form table tbody tr td.buttons {
	width: 15%;
}

form.approval_form tbody tr td input.button {
	display: none;
}

form.approval_form tbody tr:hover td input.button {
	display: inline;
}



/* @end */

#home_service_times {
}

#home_service_times h3 {
	margin: 0;
}

#home_service_times p {
	margin: 0;
}

#home_service_times ul {
	margin-top: 0;
}

.home_welcome {
	width: 400px;
	float: left;
}

.home_welcome h1 {
	margin-top: 0;
}

/* @group Facilities */

div#facilities {
	position: relative;
	height: 500px;
}

div#facilities ul {
	display: block;
	list-style-type: none;
	padding: 0;
	float: right;
	width: 208px;
}

div#facilities li {
	float: left;
}

div#facilities a.facilities_slide,
div#facilities a.facilities_slide:visited {
	cursor: default;
	text-decoration: none;
	color: #3b6c8f;
}

div#facilities a.facilities_slide:hover {
	border: 1px solid #bce1f4;
}

div#facilities a.facilities_slide:hover img {
	border: 1px solid #bce1f4;
	float: left;
	margin-right: 5px;
}

div#facilities a.facilities_slide:hover span {
	position: absolute;
	width: 530px;
	height: 500px;
	top: 10px;
	left: 0px;
}

div#facilities a.facilities_slide span {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

div#facilities a.facilities_slide span span.image_name {
	display: block;
	position: absolute;
	margin-top: 400px;
	font-weight: bold;
	left: 0;
}

div#facilities a.facilities_slide span span.image_caption {
	display: block;
	position: absolute;
	margin-top: 420px;
	left: 0;
	font-size: small;
	border: none;
}

div#facilities a.facilities_slide {
	width: 100px;
	height: 63px;
	display: block;
	border: 1px solid #5e798d;
	margin: 1px;
}

div#facilities a#a.facilities_slide {
	background-image: url(../images/facilities/auditorium_small.jpg);
}

div#facilities a#b.facilities_slide {
	background-image: url(../images/facilities/bell_tower_small.jpg);
}

div#facilities a#c.facilities_slide {
	background-image: url(../images/facilities/building_front_small.jpg);
}

div#facilities a#d.facilities_slide {
	background-image: url(../images/facilities/junior_church_small.jpg);
}

div#facilities a#e.facilities_slide {
	background-image: url(../images/facilities/nursery_1_small.jpg);
}

div#facilities a#f.facilities_slide {
	background-image: url(../images/facilities/nursery_2_small.jpg);
}

/* @end */

/* @group church directory */

table.church_directory {
	width: inherit;
	border-bottom: 1px dotted #5e798d;
}

table.church_directory tr {
	display: block;
	width: auto;
	padding: 10px 5px;
	margin: 10px 5px;
	border-top: 1px dotted #5e798d;
}

td.section_1 {
	width: 300px;
	display: table-cell;
	vertical-align: top;
}

td.section_1 span {
	display: block;
}

td.section_2 {
	display: table-cell;
	vertical-align: top;
}

td.section_2 span {
	display: block;
}

td.section_3 {
	display: table-cell;
	vertical-align: top;
}

td.section_3 span {
	display: block;
}

/* @end */