/***** Begin site header *****/

.ecbc_eng_menu_bar { /* entire menu bar */
	/* based on .forumline */
	background-color: #EFEFEF; border: 1px #006699 solid;
	background-image: url(phpBB2/templates/subSilver/images/cellpic1.gif);
	background-repeat: repeat-x;
}
.ecbc_eng_menu_head { /* single menu bar header */
	padding: 3px;
	
	/* from td.catHead */
	border-width: 0px 0px 0px 0px;
	font-size: 10px; border-width: 1px 1px 0px 1px;
}
a.ecbc_eng_menu_head_current { /* to highlight current site section in menu bar header */
	color: #FFFFFF !important;
	
	background-color: #3D89AF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:7px;
	padding-right:7px;
}
.ecbc_eng_drop { /* drop down menu */
	visibility:hidden;
	position:absolute;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(images/cellpic_drop.gif);
	background-repeat: repeat-x;
	border: 1px #006699 solid;
	padding: 2px;
}

body { 
margin-left: 1%; margin-right: 1%; 
}

.ecbc_eng_site_header a {
	white-space: nowrap;
	
	/* from .cattitle, a.cattitle */
	font-weight: bold;
	letter-spacing: 1px;
	
	font-size: 12px;
	color : #006699;
	text-decoration: none;
}

.ecbc_eng_site_header a:hover {
	/* from a.cattitle:hover */
	text-decoration: underline;
	
	/* from a.hover */
	color : #DD6900;
}

/***** End site header *****/

td.ecbc_eng_page_title { /* title banner for the main body of the page */
	font-weight: bold;
	font-size : 18px;
	
	background-image:url('phpBB2/mods/phpbb_fetch_all/examples/header_bg.png');
	background-repeat:repeat-x;
	padding-top:28px;
	padding-bottom:28px;
}

h4 { /* used for headings in the main body of the page */
	font-weight: bold;
	font-size : 12px;
}

h5 { /* used for sub-headings in the main body of the page */
	font-weight: bold;
	font-style: italic;
	font-size : 10px;
}

td.ecbc_eng_news { /* header of news boxes (Recently in Forums, Upcoming Events) */
	padding-top:10px;
	padding-bottom:10px;
	height:28px;
}

.hilite {
	color : #334466;
	font-style: italic;
}

.ecbc_eng_quote {
	/* from .quote */
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	
	display:block;
	padding:10px;
}

.ecbc_eng_quote .cite {
	font-style: italic;
	float:right;
}

