@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 107%;
	cursor: default;
	width: auto;
	background-color: #676767;
	height: 25px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	height: 25px;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 107%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	border: 1px solid #F00;
	background-color: #363636;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 7em;
	position: absolute;
	left: -1000em;
	background-color: #363636;
	height: auto;
	font-size: 85%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 7em;
	height: 100;
	font-size: 100%;
	text-align: left;
	background-color: #999;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	height: auto;
	padding: 0em;
}
.ecnfg_founder {
	background-image: url(../images/SAMPLE5_10.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.ecnfg_fdetail {
	background-attachment: scroll;
	background-image: url(../images/SAMPLE5_15.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.ecnfg_welcom {
	background-attachment: scroll;
	background-image: url(../images/SAMPLE5_11.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ecnfg_newsact {
	background-attachment: scroll;
	background-image: url(../images/SAMPLE5_12.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ecnfg_welcom2 {
	background-attachment: scroll;
	background-image: url(../images/SAMPLE5_12.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: justify;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #666;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	z-index: 200000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
	z-index: 200000;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-size: 100%;
	text-align: justify;
	z-index: 200000;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	z-index: 200000;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	z-index: 200000;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	z-index: 200000;
}

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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 200000;

	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
	background-color: #666;
	z-index: 200000;
	}
}
.ecnfg_welcom2 p {
	text-align: justify;
	font-size: 12px;
}
.ecnfg_wmes {

}
.ecnfg_group {
	font-size: 13px;
	color: #F00;
	font-weight: bold;
}
.ecnfg_hlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	display: none;
}
.ecnfg_uh {
	color: #FFF;
}
.ecnfg_uhlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAA;
}
.ecnfg_cns {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A8F0C9;
}
.ecnfg_chee {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}
.ecnfg_chee {
	color: #999;
}
.ecnfg_me {
	color: #999;
}
.ecnfg_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B0B0B0;
	text-align: center;
	font-size: 24px;
}
.ecnfg_welcom2 table tr td .ecnfg_wmes {
	text-align: center;
}
.paper_page .ecnfg_cn strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
.cntnt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: justify;
}

.ecnfg_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C0C0C0;
	font-size: 24px;
}
.ecnfg_footer {
	background-attachment: scroll;
	background-image: url(../images/SAMPLE5_17.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #D6594B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ecnfg_footlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
}
.ecnfg_flink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
}
.ecnfg_footer u a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FBECC8;
}
.ecnfg_disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #F1D3B4;
	background-color: #868686;
}
.ecnfg_pdetail {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96B5BE;
	text-align: center;
	font-size: 12px;
}






.ecnfg_common {
	text-align: justify;
}
.ecnfg_cn {
	text-align: justify;
}
.ecnfg_fdetail a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFE6E6;
}
.News {
	font-size: 12px;
}
#flashContent {
	color: 335C88;
	background-color: 335C88;
}
#flashc {
	background-color: #535353;
}
a:hover {
	color: #65ABAB;
}
a {
	text-decoration: none;
	color: #6DB450;
}
