@charset "UTF-8";

#container {
	width: 980px;
	margin: 0 auto;
}

a {
	outline: none;
	text-decoration:none;
}

a:hover { text-decoration:underline; }
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#charity-nav {
	float: right;
	width: 100px;
}

img {

}

/* FONT STYLES */

h1 { font-size:17pt; }

h2 {
	font-size:14pt;
	margin:0;
}

h3 {
	font-size:12pt;
	margin:0;
}

h4 {
	font-size:11.5pt;
	font-weight:bold;
	margin:0;
}

/* HEADER */

#header {
	width: 980px;
	height: 115px;
}
	

#logo {
	width: 694px;
	height: 55px;
	background: url(../media/images/globals/ELPbanner_03.png);
	margin-left:1px;
	float:left;
	background-repeat: no-repeat;
}

#logo_clo {
	width: 500px;
	height: 53px;
	float:left;
	background-image: url(../media/images/globals/CLO1lineC.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 100px;
}

/* NAV BAR */

#nav_wrap { /* nav bar position */
	width: 974px;
	height: 33px;
	background: url(../media/images/globals/nav_bg.png);
	border:3px solid;
	border-color: #000; /* IE */
	border-color: rgba(0,0,0,.7);
	margin-top:9px;
}

#nav_content {
	width: 974px;
	height: 33px;
}

/* NAV MENU */

#nav_content ul { /* menu lists */
	height: 33px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav_content li { /* menu items */
	height: 33px;
	float: left;
	padding: 8px 18px 0 18px;
	font-size: 12pt;
}

#elp_menu { float: left; } /* green menu position */

#elp_menu a {
	color: #92c092;
	text-decoration: none;
}

#elp_menu li:hover, #elp_menu li.active {
	border-top: 2px solid #92c092;
	padding-top: 6px;
}

#elephant_menu { float: right; } /* brown menu position */

#elephant_menu a {
	color: #cfa57b;
	text-decoration: none;
}

#elephant_menu li:hover, #elephant_menu li.active {
	border-top: 2px solid #cfa57b;
	padding-top: 6px;
}

#nav_content ul li:hover .sub { display:block; } /* toggles submenu visibility */

/* DROPDOWN MENUS */

#nav_content ul li ul { /* submenu lists */
	height: auto;
	list-style-type: none;
	display:none;
	position:absolute;
	top:162px;
	padding-top:6px;
	border-bottom:2px solid;
	z-index:5;
}

ul#elp_menu li ul {
	border-bottom-color: #92c092; /* IE */
	border-bottom-color: rgba(146,192,146,.8);
	}

ul#elephant_menu li ul {
	border-bottom-color: #cfa57b; /* IE */
	border-bottom-color:rgba(207,165,123,.8);
	}

#nav_content ul li ul li { /* submenu items */
	min-width:130px;
	background-color: #282828; /* IE */
	background-color: rgba(40,40,40,.9);
	height:auto;
	float: none;
	padding: 6px 18px 6px 18px;
	font-size:10.5pt;
}

ul#elp_menu li ul li {
	border-right:2px solid;
	border-left:2px solid;
	border-color: #92c092; /* IE */
	border-color: rgba(146,192,146,.8);
}

ul#elephant_menu li ul li {
	border-right:2px solid;
	border-left:2px solid;
	border-color: #cfa57b; /* IE */
	border-color: rgba(207,165,123,.8);
}

ul#elp_menu li ul li:first-child, ul#elp_menu li ul li:first-child:hover {
	border-top:2px solid;
	border-color: #92c092; /* IE */
	border-color: rgba(146,192,146,.8);
}

ul#elephant_menu li ul li:first-child, ul#elephant_menu li ul li:first-child:hover {
	border-top:2px solid;
	border-color: #cfa57b; /* IE */
	border-color: rgba(207,165,123,.8);
}

#nav_content ul li ul li:hover {
	background-color: #141414; /* IE */
	background-color: rgba(20,20,20,.9);
	border-top:none;
}

#nav_content ul li:hover {
	background-color: #141414; /* IE */
	background-color: rgba(20,20,20,.9);
}
#elp_menu .help a {
	color: #990D00;
}
