/* EHImembStyles.css */

/* Universal style rule */
*{
  /* Block all browser default margins and padding */
  margin:0;
  padding:0;
  /* Temporary borders */
  /* border:dashed 1px #f00;*/
}
#wrapper{
  width: 54em;
  background-color: #008080;
  /* Put 20px margin above the wrapper */
  /* Set right and left to auto for centering */
  margin: 20px auto;
  /* Required for absolutely-positioned layout only */
  position:relative;
}


#leftcolumn{
/* Remember, content left margin must match this width */
 width:16em;
 float:left;
 /* temporary border */
 /* border:dashed 1px #f00; */
 /* center images and text inside this div */
 text-align:center;
 /* For absolutely-positioned leftcolumn */
  position:absolute;
  top:11.5em; /* Same as branding div height */
  left:0;
}

/* Applies to images in the leftcolumn div */
#leftcolumn img{
  width:100%;
  margin: 0;
  padding: 0;
}

/* Applies to paragraphs in the leftcolumn div. */
#leftcolumn p {
border:solid 2px #00709e;
padding:0.5em;
width:80%;
font-size:0.8em;
margin:1em auto;
text-align:left;
}

/* Unvisited and visited links in leftcolumn */
#leftcolumn a:link, #leftcolumn a:visited {
  color:#fff;
}

/* Hover links in leftcolumn */
#leftcolumn a:hover{
  color:#ffff00;
}

/* Active link in leftcolumn */
#leftcolumn a:active{
  color:#ffff00;
}

body {
  background-color: #00709e;
  font-family: Arial, Helvetica, sans-serif;
  background: url(EHIImages/footerbg6.jpg) repeat;
  /* font-size:1em; */
}

#content{
/* Left margin must match leftcolumn width */
 margin-left:16em;
  background-color:#fff;
  color:#000;
  padding:2em 10px 10px 20px;
}
/* Applies to h1 elements in the content division */
#content h1{
  font-family: Charcoal, Impact, sans-serif;
  color:#806659;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;
}
/* Applies to unordered lists in the content division */
#content ul{
  padding-left:40px;
}
#content p{
  line-height:1.25em;
}
/* Styles h1, h2, and h3 style rules in the content division */
#content h1, #content h2, #content h3{
  font-family: Charcoal, Impact, sans-serif;
  color:#000;
  font-weight:normal;
  font-style:italic;
  font-variant:normal;
  letter-spacing:0.08em;
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
  font-size:1.5em;
}
/* Size h3 headings in the content division */
#content h3{
  font-size:1.25em;
  font-style:normal;
}
/* Applies to all lists in the content division */
#content ul, #content ol{
  padding-left:40px;
}
/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
}

/* contain the image within the content div */
#content td:img{
	width:100%;
}

/* form formatting in the content div */
#content table{
	background-image:url(EHIImages/footerbg6.jpg);
	table-layout:auto;
	border:5px outset #c0c0c0;
	width:100%;
	border-spacing:3px;
}
#content td{
	background:none;
	border:2px outset #c2c2c2;
	padding:4px;
	font-family:Calibri, Sans-Serif, Tahoma;
	font-size:0.9em;
	color:#ffffff;
	text-align:left;
	vertical-align:top;
}
#content input, #content textarea{
	border:2px outset #c2c2c2;
}

/* Make branding a positioned element, but don't move it */
#branding{
  position:relative;
}

/* Absolutely position links in the branding division */
#branding a{
  position:absolute;
   text-decoration:none;
  color:#000;
  font-size:0.8em;
}
/* Unvisited and visited links in branding bar */
#branding a:link, #branding a:visited {
  color:#000;
}

/* Hover links in branding bar */
#branding a:hover{
  color:#0f0;
}

/* Active link in branding bar */
#branding a:active{
  color:#1bb498;
}

/* Navbar division */
#navbar{
  background:#aaa url(EHIImages/navbak.jpg) repeat-x center;
  height:1.6em;
  /* For absolutely-positioned navbar */
  position:absolute;
  top:11.5em; /* Same as branding div height */
  left:16em; /* Same as leftcolumn width */
  width:32.5em; /* Layout width minus leftcolumn width */
}

/* Fixes the mysterious image gap */
#branding img{
  display:block;
}
/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}
/* List items in the navbar */
#navbar li{
  float:left;
  /* Required for drop-down menus */
  position:relative;
}
/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
}
/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
  color:#000;
  background:#aaa url(images/navbak.jpg) repeat-x center;  
  display:block;
  height:2em;
  width:8em;
    border-right:solid 1px #ddd;
    text-align:center;
	line-height:2em;
	outline-style:none;
}
/* Navbar hover, active, and current page links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background:#ddd url(images/navhover.jpg) repeat-x center;
  color:#000;
}

/* Drop-down menu styles */

/* Applies to drop-down menus in navbar */
#navbar li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
}

/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:1.6em;
  padding:0;
}

/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
  background:#ccc; /* Removes background image */
  color:#000;
  text-align:center;
   display:block;
  width:7.9em;
  padding:0 0 0 0.1em;
  height:auto;
}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
  background: #aaa;
  color:#000;
}
/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px;
  border-collapse:collapse;
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}
#footer{
	height:3em;
	font-size:0.8em;
	text-align:right;
	padding:0 0.2em 0 0;
	background-position:left top;
	background-repeat:repeat;
}