/* Copyright notice



(c) 2005 Foundation for Evangelism

All rights reserved



This template is part of the Web-Empowered Church (WEC)

(http://webempoweredchurch.org) ministry of the Foundation for Evangelism 

(http://evangelize.org). The WEC is developing TYPO3-based 

(http://typo3.org) free software for churches around the world. Our desire 

is to use the Internet to help offer new life through Jesus Christ. 

Please see http://WebEmpoweredChurch.org/Jesus.



You can redistribute this template and/or modify it under the terms of the

GNU General Public License as published by the Free Software Foundation;

either version 2 of the License, or (at your option) any later version.



The GNU General Public License can be found at

http://www.gnu.org/copyleft/gpl.html.



This template is distributed in the hope that it will be useful for ministry,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.



This copyright notice MUST APPEAR in all copies of the script! */



/******************************/

/******** Common Styles ********/

/******************************/



body {

	background-image: url(images/body-rpt.gif);

	background-repeat: repeat-x;

	background-position: top left;

	margin: 0px;

	background-color: #FFFFFF;

	padding: 0;

}

/* LAYOUT */



#wrapper {

	background: #efefef url(images/sidebar-bg.gif) repeat-y right;

}



/*******Header******/



#header {

	background: transparent;

	width: 100%;

	height: 136px;

	background-image: url(images/banner2.jpg);

	background-repeat: no-repeat;

	background-position: top right;

}

#header #siteid {

	float: left;

	display: block;

	text-align: left;

	padding-right: 10px;

}

#header #logo {

	float: left;

	margin-right: 3px;

	padding-left: 25px;

	padding-top: 30px;

	display: block;

	max-width: 100px;

}

#header #sitename h1 {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 1.4em;

	font-weight: bold;

	color: #336699;

	margin-top: 50px;

	margin-bottom: 0px;

}

#sitename h1 a:link, #sitename h1 a:visited, #sitename h1 a:hover {

        color: #336699;

}

#header #siteslogan h2{

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 1.2em;

	font-weight: bold;

	font-style: italic;

	color: #336699;

	margin-bottom: 0px;

	margin-top: 0px;

}

#container {

	width: 100%;

	background: #efefef url(images/sidebar-bg.gif) repeat-y right;

	float: left;

	margin-right: -385px;

}

#banner-img {

        font-family: Geneva, Arial, Helvetica, sans-serif;

        color: #333;

        /*background-color: #c93;*/

}



/********************************************/

/********Horizontal Menu Styles************/

/*********************************************/

/* 

 *		Horizontal, top-2-bottom menu

 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/

 */



/*		------	Basic style	------		*/



#mainmenu {

	display: block;

}

#mainmenu ul {

	margin: 0;

	padding: 0;

	border: 0;

	list-style-type: none;

}

#mainmenu li {

	margin: 0;

	padding: 0;

	border: 0;

	display: block;

	float: left;

	position: relative;

}

#mainmenu a {

	display: block;

}

#mainmenu li li {

	width: 100%;

}



/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */



#mainmenu li li ul {

	top: 0;

	left: 0;

}



/* ...and then place it where it should be when shown */

#mainmenu li li:hover ul {

	left: 100%;

}



/* initialy hide all sub menus */

#mainmenu li ul {

	display: none;

	position: absolute;

	z-index: 10;

}



/* display them on hover */

#mainmenu li:hover>ul {

	display: block;

}



/* this is needed if you want to style #mainmenu div - force containment of floated LIs inside of main UL */

#menuList:after {

	content: ".";

	height: 0;

	display: block;

	visibility: hidden;

	overflow: hidden;

	clear: both;

}



/* Clear-fix for IE5/Mac \*//*/

#mainmenu a {

	float: left;

}

#menuList {

	display: inline-block;

}



/*  */



/*		------   Make-up	--------			*/



#mainmenu {

	font-size: 1.4em;

	color: #FFFFFF;

	background-color: #A0C3DE;

	height: 30px;

	padding-top: 5px;

}

#mainmenu li {

	background-color: transparent;

}

#mainmenu li li {

	background: none;

	width: 8em;

}

#mainmenu a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-transform: none;

	text-decoration: none;

	text-align: center;

	color: #fff;

	padding: 2px 10px 2px 10px;

}

#mainmenu li:hover>a {

	color: #FFCC33;

	background-color: transparent;

}

#mainmenu li li a {

	color: #336799;

 	font-size: 12px;

	font-weight: normal;

	text-align: left;

	text-transform: none;

	background: none;

	padding: 5px;

	border-bottom: 1px solid #fff;

	border-left: 1px solid #fff;

	border-right: 1px solid #fff;

}

#mainmenu li li:hover>a {

	color: #fff;

	background-color: transparent;

}

#mainmenu li ul {

	color: #000000;

	/*margin-left: 10px;*/

	background-color: #CCCCCC;

	width: 8em

}

#mainmenu li li ul {

	border-top-width: 0px;

}

#mainmenu li li li:first-child {

	border-top: 1px solid #fff;

}

#mainmenu li li.submenu>a:after {

	content: "";

}



/*************** Main **********/



#main {

	background: #efefef;

	margin-right: 250px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 75%;

	color: #003366;

	padding-top: 15px;

	padding-right: 20px;

	padding-bottom: 5px;

	padding-left: 20px;

}

#main h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

}

#main-content {

	width: 95%;

}

#main-content a:link, #main-content a:visited {

	color: #003366;

}

#main-content a:hover, #main-content a:active{

	color: #6699cc;

}



/************ Breadcrumb *************************/



.breadcrumb {

	font-size: 10px;

	text-align: right;

}

.breadcrumb a:link, .breadcrumb a:visited {

	font-size: 10px;

	text-align: right;

	color: #003366;

}

.breadcrumb a:hover, .breadcrumb a:active {

	font-size: 10px;

	text-align: right;

	color: #3399FF;

}



/***********/

/*Styles the Macina Searchbox plugin*/

/**********/

#search {

	padding-right: 10px;

	padding-left: 15px;

	padding-top: 10px;

}

#searchform .searchbox {

	width: 70px;

	margin-left: 3px;

	border: 1px solid #333;

	font-size: 10px;

}

input.searchsubmit {

	/*width: 50px;*/

	font-size: 11px;

}



/************** Right Content *****************/



#right-column {

	width: 250px !important;

	width: 225px;

	float: right;

	z-index: 10;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: .8em;

	font-weight: normal;

	color: #333;

	padding-bottom: 5px;

}

#right-column IMG {

	margin: 0px;

	padding: 0px;

}

#right-column h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1.3em;

	font-weight: bold;

	color: #333;

}

#right-column h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1.2em;

	font-weight: bold;

	color: #333;

}

#right-column h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1.1em;

	font-weight: bold;

	color: #333;

}

#right-column a:link, #right-column a:visited {

	color: #333;

}

#right-column a:hover, #right-column a:active{

	color: #369;

}

#right {

	padding-right: 10px;

	padding-left: 15px;

}

.last {

	margin-bottom: 0px;

}

.clearing {

	height: 0px;

	clear: both;

}



/************** Footer *************/



#footer {

	background-color: #115C11;
	
	text-align: center;

	padding-left: 15px;

	padding-right: 10px;

	padding-top: 5px;

	padding-bottom: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

}

#footer a:link, a:visited {

	color: #FFFFFF;

	text-decoration: underline;

}

#footer a:hover, a:active {

	color: #7DCBFF;

}



/*******************************************/

/************* Extension Styles *************/

/*******************************************/



/************ tt_news extension ***********************/





/*-----------------------------------  clearer  -----------------------------------*/

/* prevent floated images from overlapping the div-containers they are wrapped in  */



.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{

	clear:right;

	height:1px;

	border:1px solid #369;

}

#right .news-list-container HR.clearer, #right .news-single-item HR.clearer, #right .news-latest-container HR.clearer{

	clear:right;

	height:1px;

	color:#fff;

	border:none;

	background-color:#fff;

}



/*-----------------------------------  tt_news LATEST view  -----------------------------------*/



.news-latest-container {

	/*border:1px solid #333;*/

	background-color:#B8D0E8;

	color:#000;

}

#main-content .news-latest-container {

	float: left;

}

.news-latest-container H2 {

	color:#369;

	padding:3px;

	font-size: 120%;

	/*margin:3px;

	border:1px solid #666;

	background-color:#D8FA70;

	background-color:#769024;*/

}

#main-content .news-latest-container H2 {

	background:none;

	font-size: 130%;

}

.news-latest-gotoarchive {

	font-weight:bold;

	margin-top:5px;

	color:#369;

	padding:3px;

	/*margin:3px;

	border:1px solid #666;

	background-color:#D8FA70;

	background-color:#769024;*/

}

.news-latest-gotoarchive A:LINK, 

.news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {

	color:#060;

}

.news-latest-gotoarchive A {

	color:#369;

	font-size: 95%;

}

.news-latest-item {

	/* IE hack */

	height: 1%;

	line-height: 1.3;

	/* IE hack end */

	padding:3px;

	/*margin:3px;

	border:1px solid #666;

	background-color:#BB9E62;*/

}

#main-content .news-latest-item {

	float: left;

}

.news-latest-item IMG {

	margin-bottom:5px;

	margin-right:5px;

	border:1px solid #666;

	float:left;

}

.news-latest-category IMG {

	float: none;

	border:none;

	margin:0px;

}

.news-latest-date,.news-latest-morelink,.news-latest-category {

	font-size:9px;

}

.news-latest-morelink {

	height:12px;

}

.news-latest-morelink A {

	float:right;

	color:#000;

}



/** Left Styles**/



#left .news-latest-container .news-latest-item .news-latest-morelink a:link, 

#left .news-latest-container .news-latest-item .news-latest-morelink a:visited,

#left .news-latest-container .news-latest-item .news-latest-morelink a:hover,

#left .news-latest-container .news-latest-item .news-latest-morelink a:active,

#left .news-latest-container .news-latest-item .news-latest-date a:link, 

#left .news-latest-container .news-latest-item .news-latest-date a:visited,

#left .news-latest-container .news-latest-item .news-latest-date a:hover,

#left .news-latest-container .news-latest-item .news-latest-date a:active{

	color:#369;

}

#left .news-latest-container H2,#left .news-latest-gotoarchive {

	color:#369;

	padding:3px;

	/*margin:3px;

	border:1px solid #666;

	background-color:#D8FA70;

	background-color:#769024;*/

}

#left .news-latest-item h3, #left .news-latest-item h3 a:link,

#left .news-latest-item h3 a:visited, #left .news-latest-item h3 a:hover{

	color:#369;

}



/** Right Styles**/



#right .news-latest-container {

	/*border:1px solid #333;*/

	background-color:#B8D0E8;

	color:#000;

	float:right;

	margin-right: 0px !important;

	margin-left: 0px !important;

	margin-right: 10px;

	margin-left: 15px;

}

#right .news-latest-container .news-latest-item .news-latest-morelink a:link, 

#right .news-latest-container .news-latest-item .news-latest-morelink a:visited,

#right .news-latest-container .news-latest-item .news-latest-morelink a:hover,

#right .news-latest-container .news-latest-item .news-latest-morelink a:active,

#right .news-latest-container .news-latest-item .news-latest-date a:link, 

#right .news-latest-container .news-latest-item .news-latest-date a:visited,

#right .news-latest-container .news-latest-item .news-latest-date a:hover,

#right .news-latest-container .news-latest-item .news-latest-date a:active{

	color:#369;

}

#right .news-latest-container H2 {

	color:#369;

	padding:3px;

	font-size: 120%;

	/*margin:3px;

	border:1px solid #666;

	background-color:#D8FA70;

	background-color:#769024;*/

}

#right .news-latest-gotoarchive {

	color:#369;

	padding:3px;

}

#right .news-latest-item {

	/* IE hack */

	height: 1%;

	line-height: 1.3;

	/* IE hack end */

	padding:3px;

	float:right;

	/*margin:3px;

	border:1px solid #666;

	background-color:#BB9E62;*/

}

#right .news-latest-item h3, #right .news-latest-item h3 a:link,

#right .news-latest-item h3 a:visited, #right .news-latest-item h3 a:hover{

	color:#369;

	font-size:100%;

}



/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {

	/*border:1px solid #000;

	background-color:#BBE53A;*/

}

.news-list-item {

	/* IE hack */

	height: 1%;

	line-height: 1.3;

	/* IE hack end */

	padding:3px;

	margin:3px;

	/*border:1px solid #666;

	background-color:#F9FFE5;*/

	float: left;

}

.news-list-item h3 {

      font-size: 120%;

}

.news-search-form {

	padding:3px;

	margin-bottom:5px;

	/*border:1px solid #666;

	background-color:#F9FFE5;*/

}

.news-search-emptyMsg{

	margin:0px;

}

.news-search-form FORM {

	margin:0px;

}

.news-list-container H3 {

	margin-bottom: 0px;

	padding: 0px;

	/*border-bottom: 1px solid #769024;

	background-color: #769024;*/

}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED {

	color:#369;

	padding-left:2px;

	text-decoration: none;

}

.news-list-container H3 A:HOVER {

	color:#9cf;

	/*padding-left:2px;*/

        text-decoration: underline;

}

/*.news-list-container H3 A {

	color:#fff;

}*/

.news-list-container P {

	padding-left:3px;

}

.news-list-date {

	float: right;

	color: #369;

	/*width: 180px;*/

	text-align: left;

	/*height: 20px;

	margin-top: -2px;

	margin-right: -2px;*/

	font-size: 9px;

	font-weight: normal;

	/*background-color: #F9FFE5;*/

}

.news-list-imgcaption {

	float: right;

	padding-top:3px;

	padding-right:3px;

	font-size: 9px;

}

.news-list-container IMG {

	float: right;

	border:1px solid #666;

	margin-bottom:5px;

	margin-right:2px;

	margin-left:5px;

}

.news-list-category IMG {

	float: none;

	border:none;

	margin:0px;

}

.news-list-morelink,.news-list-category {

	font-size:10px;

	margin-left:3px;

}

.news-list-morelink  {

	margin-bottom:3px;

	font-weight: bold;

}

.news-list-browse {

	text-align: center;

}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox {

	margin:3px;

	border:1px solid #666;

	padding:3px;

	background-color:#b8d0e8;

	float: left;

}

.tx-ttnews-browsebox TD {

	font-size: 10px;

}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {

	font-weight: bold;

}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{

	margin:0px;

}

.tx-ttnews-browsebox-SCell {

	background-color: #9abddd;

	border:1px solid #666;

}

#main-content .tx-ttnews-browsebox-SCell a:link,

#main-content .tx-ttnews-browsebox-SCell a:visited,

#main-content .tx-ttnews-browsebox-SCell a:hover{

	color:#fff;

}


/********* Styles for extension "tx_newloginbox_pi1" *********/



.tx-newloginbox-pi1 {

	font-size: 100%; 	

	padding-right: 10px; 	

	padding-left: 15px;

}

.tx-newloginbox-pi1 input {

	border: 1px solid #369;

}

.tx-newloginbox-pi1 table {

	width: 100px; 

	font-size: 100%;

}

.tx-newloginbox-pi1 h3 {

	/*padding-left: 10px;*/ 

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-size: 130%; 

	font-weight: bold; 

	color: #369;

}

#right-column .tx-newloginbox-pi1 td {

	/*color: #fff;*/

}

#right-column .tx-newloginbox-pi1 h3 {	

	font-family: Arial, Verdana, sans serif;

	font-size: 130%;

	font-weight: bold;

	/*color: #039;

	background-color:  #6699cc;

	margin-left: 0px;

	padding-left: 17px;

	padding: 10px;*/

}

.tx-newloginbox-pi1-submit {

	/*width: 50px;*/

}

#tx-newloginbox-pi1-user {

	width: 75px; 

	font-size: 11px;

}

#tx-newloginbox-pi1-pass {

	width: 75px; 

	font-size: 11px;

}



/********* Styles for extension "tx_newloginbox_pi3" *********/



.tx-newloginbox-pi3-listrow TD { 

	background-color:#eeeeee; 

	padding-left: 3px; 

	padding-right: 3px; 

}

.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { 

	background-color:#cccccc; 

}

.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { 

	font-weight:bold; 

}

.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { 

	background-color:#f6f6f6; 

}



/********* Styles for extension "tx_indexedsearch" *********/



.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 

	width:100px; 

}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 

	width:150px; 

}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { 

	font-weight:bold; 

	font-style:italic; 

}

.tx-indexedsearch .tx-indexedsearch-whatis { 

	margin-top:10px; 

	margin-bottom:5px; 

}

.tx-indexedsearch P.tx-indexedsearch-noresults { 

	text-align:center; 

	font-weight:bold; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 

	background:#eeeeee; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { 

	font-weight:bold; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {

	font-weight:normal; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { 

	font-style:italic; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { 

	color:red; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 

	background:#eeeeff; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 

	margin-top:20px; 

	margin-bottom:5px; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 

	margin-top:0px; 

	margin-bottom:0px; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { 

	background:#cccccc; 

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 

	vertical-align: middle; 

}



/********* default styles for extension "tx_srfeuserregister_pi1" *********/



.tx-srfeuserregister-pi1 P { 

	margin-top:5px; 

	margin-left:5px; 

	padding-top:0px; 

	padding-bottom:0px; 

}

.tx-srfeuserregister-pi1 A:link, 

.tx-srfeuserregister-pi1 A:visited { 

	color:#333; 

	text-decoration:underline;

}

.tx-srfeuserregister-pi1 A:hover, 

.tx-srfeuserregister-pi1 A:active { 

	color:#000; 

	text-decoration:underline; 

}


/********************************/ 
/* Frames, spacing, link-to-top */ 
/********************************/ 
P.csc-linkToTop { text-align:right; }
P.csc-linkToTop A { font-weight:bold; }

DIV.csc-frame { border:0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top:1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom:1px solid #333333; }
DIV.csc-frame-indent { padding-left:100px; }
DIV.csc-frame-indent3366 { padding-left:33%; }
DIV.csc-frame-indent6633 { padding-right:33%; }
.contenttable { background-color:#EDEBF1; padding:2px 4px 2px 4px; border:1px solid #333333; }
DIV.csc-frame-frame2 { background-color:#FFFFFF; padding:4px 0px 8px 0px; border-bottom:1px dotted #FF6000; margin-bottom:12px; margin-top:5px; font-size:11px; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top:2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top:2px; }

/*****************************/ 
/* Menu / Sitemap, generally */ 
/*****************************/ 
DIV.csc-menu { margin-left:10px; }
DIV.csc-menu P { font-size:13px; font-weight:bold; margin:1px 0px 0px 0px; padding:2px 2px 2px 10px; background-color:#EDEBF1; }
DIV.csc-menu P A { color:#000000; text-decoration:none; }
DIV.csc-menu P A:hover { color:#660000; text-decoration:underline; }
DIV.csc-menu P.csc-section { font-weight:normal; margin-left:20px; font-style:italic; }

/* Menu / Sitemap, "Menu of these pages" */ 
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */ 
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */ 
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left:20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left:40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left:60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left:80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color:#000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color:#186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color:#000000; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color:#8A0020; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */ 
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left:0px; }
DIV.csc-menu-3 P.csc-section A { color:#186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */ 
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top:2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight:normal; font-style:italic; margin-top:0px; padding:0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */ 
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */ 
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */ 
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight:bold; }
DIV.csc-menu-7 P.csc-section A { color:#186900; }