<STYLE TYPE="text/css"><!--

/*
P {font-family: sans-serif; font-size:10pt; line-height: 12pt; margin-top: 8pt; margin-bottom: 0pt}
BODY {font-family: sans-serif; font-size: 10pt; line-height: 12pt; }
*/

/* CCB STYLES ------------------------------------------------------------------ */
/* ELEMENTS */

/* Putting body styles in the linked file messes up article composition boxes */
/*
body {
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #efefef;
	background-image: url(background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
*/

h1 {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	padding: 0;
	/* position: absolute; puts footer Grace Bible Church in wrong position on some pages */
	bottom: 2px;
	left: 152px;
	display: none;
}

div.nmlhead {
font-family: sans-serif;
font-size: 10pt;
color: #336699;
font-weight: bold;
text-decoration: underline;
margin-top: 8pt;
}



/* Controls article headings. */
#content h3 { color: #993333;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #336699;
	margin-top: 8pt;
	margin-bottom: 4pt;
	margin-right: 154px;
}

#content p {margin-top: 0pt; margin-bottom: 8pt}

h3.short {
	font-size: 19px;
}

h3.mid {
	font-size: 17px;
}

h3.long {
	font-size: 15px;
}

a {
	color: black;
	text-decoration: underline;
	padding: 1px;
}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #336699;
}

a.image:link, a.image:visited, a.image:hover, h3 a {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

a.color-inverse {
	color: white;
	text-decoration: underline;
}

a.color-inverse:hover {
	color: white;
	text-decoration: none;
}

img.right {
	float: right;
	padding: 5px;
	margin: 0 0 5px 10px;
}

img.left {
	float: left;
	padding: 0px;
	margin: 0px 10px 5px 0px;
}

span.current-page {
	font-weight: bold;
}

/* DIVS for layout */

#container {
	width: 760px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	height: 110px;
	background: url(http://www.gbcnj.org/images/custom_header.jpg)
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
}

#left {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 150px;
	border: 1px solid #cccc99;
	z-index: 50;
	font-size: 11px;
	padding: 0 0 5px 0;
}

#content {
	position: absolute;
	left: 150px;
	top: 131px;
	width: 600px;
	background: #ffffff;
	min-height: 1000px;
	padding: 5px;
}

#articles {
	line-height: normal; /* CCB default is 1.75 */
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	margin-top: 12px;
}
/*
div#articles {
  margin-top: 0px; 
}
*/
.article {
	clear: left;
}

/* TOP NAVIGATION */
	
div#top-nav {
	position: absolute;
	left: 150px;
	top: 110px;
	width: 610px;
	background: #eeeecc;
	font-size: 11px;
	border-bottom: 1px solid #cccc99;
	z-index: 40;
}

div#top-nav ul {
	margin: 0;
	padding: 0;
	background: #eeeecc;
}

div#top-nav li {
	list-style: none;
	margin: 0;
	padding: 4px 7px;
	border-right: 1px dotted #cccc99;
	font-weight: bold;
	float: left;
}

div#top-nav li:hover {
	background: #ffffff;
}

div#top-nav li a {
	display: inline;
	text-decoration: none;
	color: black;
}

div#top-nav li a:hover {
	background-color: transparent;
	color: black;
}


/* BOXOUT */
	
#boxout {
	float: right;
	width: 150px;
	margin: 5px 0 0 10px;
	margin-right: 5px;
	padding-top: 5px;
	font-size: 90%;
}

#boxout h3 {
	margin: 0;
	padding: 0 0 2px;
	text-align: center;
	background: #336699;
	color: #ffffff;
	font-size: 11px;
}

#boxout ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

#boxout li.title {
	font-weight: bold;
	padding-top: 2px;
}

#boxout li.item {
	padding-left: 5px;
}

#logo {
	text-align: center;
}

#logo img {
	margin: 0 auto;
}

#logo span {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

#contact-info, #weekly-schedule, #event-calendar {
	border: 1px solid #336699;
	margin-top: 1em;
}

#event-calendar h3 a {
	color: #ffffff;
}

#event-calendar a {font-size: 8pt;} /* added to control event calendar link font size */

#event-calendar ul li {
	margin-bottom: .8em;
}

span.date {
	font-weight: bold;
}

/* FOOTER */
	
#footer {
	background: #ffffff;
	clear: both;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 40px;
	z-index: 60;
}

/* LEFT COLUMN */
	
#left {
	background: #eeeecc;
	border-right: 1px solid #cccc99;
	border-bottom: 1px solid #cccc99;
	border-left: 1px solid #cccc99;
	margin-right: 0px;
}

#left h3 {
	margin: 0 0 5px;
	padding: 4px 3px;
	background: #cccc99;
	font-size: 11px;
}

#left form {
	margin-left: 5px;
	line-height: 1.8em;
	font-weight: bold;
	display: block
}

#search {
	clear: left;
}

#online-community a {
	display: block;
	text-align: center;
	padding: 0 5px;
}

div#left-nav ul {
	margin: 0;
	padding: 0;
	width: 148px;
	background: #eeeecc;
	border: 0px solid #eeeecc;
}

div#left-nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #eeeecc;
}

div#left-nav li:hover {
	background: #ffffff;
}

div#left-nav li.submenu {
	background: url(/images_ccb/site/submenu_arrow.gif) 95% 50% no-repeat;
}

div#left-nav li.submenu:hover {
	background-color: #ffffff;
}

div#left-nav li a:hover {
	background-color: transparent;
	color: black;
}

div#left-nav li a {
	display: block;
	padding: 3px 10px 3px 4px;
	text-decoration: none;
	color: black;
	voice-family: "\"}\""; voice-family:inherit;width:136px;
}

div#left-nav>ul a {
	width: auto;
}

div#left-nav ul ul {
	position: absolute;
	top: 0;
	left: 148px;
	display: none;
}

div#left-nav ul.level1 li.submenu:hover ul.level2,
	div#left-nav ul.level2 li.submenu:hover ul.level3,
	div#left-nav ul.level3 li.submenu:hover ul.level4,
	div#left-nav ul.level4 li.submenu:hover ul.level5,
	div#left-nav ul.level5 li.submenu:hover ul.level6,
	div#left-nav ul.level6 li.submenu:hover ul.level7 {
	display: block;
}

#left-nav h3 {
	margin: 0 0 5px;
	padding: 4px 3px;
	background: #cccc99;
	font-size: 11px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #cccc99;
}

#left-nav h3 a {
	text-decoration: none;
	display: block;
	padding: 4px 3px;
	margin: -4px -3px;
	width: 100%;
}

#left-nav h3 a:hover {
	background: #ffffff;
	color: black;
}

/* SPECIALTY */

.f1 {
	font-size: 8.5pt;
	font-family: arial, helvetica, sans-serif;
}

.f1-bold {
	font-size: 8.5pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.f1-bold-inverse {
	font-size: 8.5pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.month_cal_date {
	float: right;
	text-align: center;
	margin-left: 1px;
	margin-bottom: 1px;
}

.month_cal_date a {
	color: black;
	background: transparent;
	border: 1px solid #cccc99;
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

.month_cal_date a:hover {
	color: white;
	background: black;
}

.month_cal_event {
	margin: 0.5em;
}

td.cal-days {
	background-color: #999966;
}

table.list_page_util {
	width: 100%;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #ffffff;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background: white url(images_ccb/site/title_tile_dark_beige.gif) repeat-x;
}

tr.column-headings {
	font-size: 8.5pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #999966;
}

.site-map ul {
	margin: 0;
	padding: 0;
}

.site-map li {
	text-align: left;
	line-height: 1.5;
	list-style: none;
	margin: 0;
}

.td-label
{
	vertical-align	: middle;
	text-align		: right;
	font-size			: 8.5pt;
	font-family		: arial, helvetica, sans-serif;
	font-weight		: bold;
	white-space		: nowrap;
}

.td-label-required
{
	vertical-align	: middle;
	text-align		: right;
	font-size			: 8.5pt;
	font-family		: arial, helvetica, sans-serif;
	font-weight		: bold;
	color			: red;
	white-space		: nowrap;
}

.td-label-textarea
{
	vertical-align	: top;
	text-align		: right;
	font-size			: 8.5pt;
	font-family		: arial, helvetica, sans-serif;
	font-weight		: bold;
	white-space		: nowrap;
}

.td-input
{
	vertical-align	: middle;
	text-align		: left;
	font-size			: 8.5pt;
	font-family		: arial, helvetica, sans-serif;
}

.td-radio
{
	vertical-align	: middle;
	text-align		: center;
	font-size			: 8.5pt;
	font-family		: arial, helvetica, sans-serif;
	font-weight		: bold;
	white-space		: nowrap;
}

tr.odd, td.odd
{
	background-color	: #eeeecc;
}

tr.even, td.even
{
	background-color	: #cccc99;
}

tr.white, td.white
{
	background-color	: white;
}	



--></STYLE>

