@CHARSET "ISO-8859-1";
/* CSS Document for EHA Consulting Group
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: disc;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 11px;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background: #fff;
}

h1 {
	font-size: 25px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	color: #fff;
	margin: 15px 0 10px 0;
	padding: 5px 0 8px 0;
	text-align: center;
	font-weight: normal;
	background: #ab2c2e;
}
h3 {
	font-size: 18px;
	color: #181d48;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}

a:link, a:visited, a:active {
	color: #182e7a;
	text-decoration: none;
}

a:hover {
	color: #4d87c7;
	text-decoration: underline;
}

p {
	line-height: 1.4em;
	margin: 20px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 25px 35px;
	padding: 0;
}
	li {
		margin-bottom: 7px;
		line-height:1.3em;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

/* Header =============================== */
#header-wrap {
	background: url('http://www.ehagroup.com/images/header-bg.gif');
	height: 142px;
	padding-top: 0px;
}
#header {
	background: url('http://www.ehagroup.com/images/new_header.gif') 0 0 no-repeat;
	padding-top: 1px;
	width: 950px;
	margin: 0 auto;
	height: 142px;
}

#map a {
	position:absolute;
	height: 90px;
	width: 540px;
	top: 10px;
	left: 25px;
	text-decoration:none;
}

#map a i { visibility: hidden; }



/* Navigation =========================== */
#top-nav {
	width: 335px;
	float: right;
	background: url('../images/top-nav_left.gif') left top no-repeat;
	padding-left: 5px;
}
	#top-nav ul {
		margin: 0;
		padding: 2px 0 0 5px;
		list-style: none;
		background: url('../images/top-nav_right.gif') right top no-repeat;
		height: 21px;
	}
		#top-nav ul li {
			display: inline;
			border-right: 1px solid #fff;
			font-size: 8px;
			background: #181d48;
			padding: 0 8px 0 5px;
		}
		#top-nav ul li.top-none {
			margin: 0;
			padding: 0 0 0 5px;
			border: none;
		}
			#top-nav ul li a {
				color: #fff;
				font-size: 12px;
				text-decoration: none;
			}
			
#nav {
	margin-top: 114px;
	padding-left: 155px;
	height: 39px;
	
}
	#nav ul {
		margin: 0px 0 0 0;
		padding: 11px 0 0 0;
		list-style: none;
		
		display:inline;
	}

#nav li {position: relative;}

#nav ul ul {
position: absolute;
left:0;
z-index: 500;
}



div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display: none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul {
	display: block; 
	background-color:#80B12B;
	margin:8px 0 0 0;
	width:19em;

	 }

div#nav ul li:hover ul li,
div#nav ul ul li:hover ul li,
div#nav ul ul ul li:hover ul li {
	display: block; 
	padding-bottom:18px;

	
	 }



		#nav ul li {
			display: inline;
			margin: 0;
			padding: 0;
		}
		/*#nav ul li.nav-title {
			color: #3a530e;
			font-weight: bold;
			font-size: 14px;
			padding-right: 15px;
			background: url('../images/raquo.gif') right center no-repeat;
			margin-right: 10px;
		}*/
			#nav ul li a {
				text-decoration: none;
				color: #fff;
				font-weight: bold;
				font-size: 15px;
				padding: 10px 10px 8px 10px;
				margin: 0;
				
			}
			#nav ul li a:hover {
				background: #3a530e;

			}
			#nav ul li a#current {
				background: #3a530e;
			}

/* Content ============================== */
#content {
	width: 950px;
	margin: 0 auto;
	background: url('../images/content-bg.gif') 0 0 repeat-y;
	padding-top: 1px;
}

#main-content {
	width: 665px;
	float: left;
	padding: 20px 40px 20px 50px;
}


/* This ID is specifically for the Sharepoint site (ehagroup.sharepoint.com) and does not affect the main site */
#main-content-sharepoint {
	width: 100%;
	

}



/* Sidebar ============================== */
#sidebar {
	width: 175px;
	float: left;
	padding: 15px 10px;
}
#sidebar ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
	#sidebar ul li {
		margin-bottom: 20px;
	}
		#sidebar ul li ul {
			margin: 10px 0 10px 20px;
			list-style: disc;
		}
			#sidebar ul li ul li {
				margin-bottom: 12px;
				font-size: 16px;
			}
	#sidebar ul li span.side-title {
		text-transform: uppercase;
		font-size: 18px;
		color: #181d48;
		text-decoration: underline;
		padding-left: 17px;
		background: url('../images/green-square.gif') 0 center no-repeat;
		font-weight: bold;

	}
		#sidebar ul li span.side-title a {
			color: #181d48;

		}
		#sidebar ul li span.side-title a:hover {
			color: #181d48;
		}
	
		#sidebar ul li div.news-container {
			margin: 15px 0;
			font-size: 12px;
		}
			#sidebar ul li div.news-container span.news-title {
				font-size: 	12px;
				color: #181d48;
				font-weight: bold;
			}
			#sidebar ul li div.news-container span.date-time {
				font-size: 10px;
				font-style: italic;
				color: #a4a4a9;
			}

/* Footer =============================== */
#footer-wrap {
	border-top: 15px solid #719d26;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px 20px;
}

#links {
	width: 450px;
	float: left;
	color: #666;
	font-size: 11px;
	line-height: 1.4em;
}
	#links a {
		text-decoration: underline;
		color: #666;
	}
	
#copyright {
	font-size: 10px;
	color: #666;
	text-align: right;
	width: 350px;
	float: right;
}
	#copyright a {
		font-size: 10px;
		color: #666;
		text-decoration: underline;
	}
	
/* Pyramid Styles ======================= */
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.center-align {
	text-align: center;
}

#pyramid-container {
	width: 578px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

ul#pyramid {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#pyramid li {
	margin: 0;
}
ul#pyramid li span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
ul#pyramid li span.top {
	padding-top: 95px;
}
ul#pyramid li span.middle {
	padding-top: 20px;
}
ul#pyramid li span.bottom {
	padding-top: 45px;
}
ul#pyramid li:hover span {
	color: #333;
}

ul#pyramid li ul li a {
	color: #fff;
	text-decoration: none;
}

ul#pyramid li#top {
	height: 214px;
	background: url('../images/top.gif') 0 0 no-repeat;
}
ul#pyramid li#top:hover,ul#pyramid li#top.over:hover {
	background: url('../images/top.gif') 0 -214px no-repeat;
}
ul#pyramid li#top:hover ul li a {
	color: #000;
}

ul#pyramid li#middle {
	height: 145px;
	background: url('../images/middle.gif') 0 0 no-repeat;
}
ul#pyramid li#middle:hover {
	background: url('../images/middle.gif') 0 -145px no-repeat;
}
ul#pyramid li#middle:hover ul li a {
	color: #000;
}

ul#pyramid li#bottom {
	height: 171px;
	background: url('../images/bottom.gif') 0 0 no-repeat;
}
ul#pyramid li#bottom:hover {
	background: url('../images/bottom.gif') 0 -171px no-repeat;
}
ul#pyramid li#bottom:hover ul li a {
	color: #000;
}

ul#pyramid li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#pyramid li ul li a {
	
}
ul#pyramid li ul li a:hover {
	text-decoration: underline;
}

ul#pyramid li ul#top-sub {
	width: 240px;
	position: relative;
	top: 30px;
	left: 195px;
}
ul#pyramid li ul#top-sub li {
	float: left;
	width: 95px;
	margin-right: 20px;
}

ul#pyramid li ul#middle-sub {
	width: 400px;
	position: relative;
	left: 120px;
	top: 20px;
}
ul#pyramid li ul#middle-sub li {
	float: left;
	width: 110px;
	margin-right: 15px;
}

ul#pyramid li ul#bottom-sub {
	width: 578px;
	position: relative;
	top: 35px;
	left: 8px;
}
ul#pyramid li ul#bottom-sub li {
	float: left;
	width: 100px;
	margin-right: 15px;
}


/* Highlight Box Styles =================== */

div#box {
	
	border:solid 1px;
/*	background-image:url(../images/watermark.jpg);
	background-repeat:no-repeat;
	background-position:right;
*/

	background-color:#F7F5EE; 
	padding:10px 25px;
	width:60%;
	margin-left:15%;

}

/* End Highlight Box Styles =================== */
