@charset "utf-8";
/* CSS Document */

/* CSS Reset */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1.2em;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/**** General Styles ****/
.bold {
  font-weight:bold;
}

p {
  margin-top:0px;
  color:#333;
}

.content-text h1 {
  padding-bottom:0px;
}

.about {
  float:left;
  margin-bottom:20px;
  border:1px solid #ccc;
}

.profile-img {
  float:left;
  width:200px;
  margin-left:10px;
  margin-top:20px;
}

.profile-description {
  float:left;
  width:600px;
  margin:8px 0 20px 20px;
}

.clear {
  clear:both;
}

.logo {
  margin:6px;
}

.norfolk {
  list-style-type:disc;
  font-weight:bold;
  margin-left:40px;
}

.eie-logo {
  float:right;
  margin:14px 20px 0 0;
}

.eie-img {
  border:1px solid #ccc;
  margin:0 7px 7px 7px;
}

.divider {
  clear:both;
  width:900px;
  margin: 0 auto;
  height:2px;
  border-top:1px dashed #ccc;
}

.news-divider {
  width:400px;
  height:2px;
  border-top:1px dashed #ccc;
  margin:8px 0 0px 8px;
}

.footer-divider {
  clear:both;
  width:900px;
  margin: 0 auto;
  height:4px;
  border-top:dashed thin #ccc;
  margin-top:10px;
}

.promo {
  float:left;
  width:300px;
  margin: 0 10px; 0 0;
  border:1px solid #ccc;
}

.comments {
  float:left;
  width:450px;
  margin-left:0px;
}

.section1 {
  float:left;
  width:430px;
  padding-right:20px;
  border-right:dashed thin #ccc;
  margin-bottom:40px;
}

.section2 {
  float:left;
  width:430px;
  padding-left:20px;
}

h1.title {
  margin-bottom:20px;
}

.home-image {
  padding:4px;
}

.full-page-img {
  float:right;
  border:1px solid #ccc;
  margin:10px 20px 20px 20px;
}

.normal {
  font-weight:normal;
}

.title {
  font-weight:normal;
  color:#3B0B6F;
}

#site-map {
  padding:10px 0 0 20px;
}

#site-map ul li {
  padding-bottom:8px;
}

ul.inset {
  list-style-type:circle;
  padding:10px 0 0 20px;
}

/**** Page Layout Styles ****/
body {
  font-family: arial helvetica, sans-serif;
  font-size:12px;
  color:#808080;
  line-height:1.4em;
  margin-bottom:40px;
}

h1 {
  font-size:15px;
  font-weight:bold;
  color:#3B0B6F;
  margin:10px 0 0 10px;
}

h2 {
  font-size:14px;
  font-weight:normal;
  color:#3B0B6F;
  margin:20px 0 0 10px;
}

h2.first-heading {
  font-size:14px;
  font-weight:normal;
  color:#3B0B6F;
  margin:8px 0 0 10px;
}

p {
  color: #808080;
  padding-top:10px;
}

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

#spacer {
  width:918px;
  height:10px;
}

/**** Top Links ****/
#top {
  float:right;
  padding:8px;
}

#top-links {
  width:918px;
  padding:8px;
  margin-left:8px;
}

#top-links a:link {
  color: #3c0b6d;
  text-decoration:none;
  font-weight: bold;
}

#top-links a:visited {
  color: #3c0b6d;
  text-decoration: none;
  font-weight: bold;
}

#top-links a:hover {
  color: #999;
  text-decoration:none;
  font-weight: bold;
}

#top-links a:active {
  color: #3c0b6d;
  text-decoration:none;
  font-weight: bold;
}

#top-right-links {
  float:right;
  margin-right:22px;
}

/**** header ****/
#header {
  width:918px;
  height:134px;
  background: url(../images/header.jpg) no-repeat;
}

#menu {
  width: 918px;
  height:30px;
}

/**** Full Page Styles ****/
#full-page-container {
  width:916px;
  border:1px dashed #ccc;
  margin-top:8px;
}

#full-page-container p {
  margin:0 10px 0 10px;
}

#full-page-content {
  width:918px;
  margin:0px;
  padding-bottom:30px;
}

#full-page-content p {
  margin:0 10px 0 10px;
}

#full-page-content a:link {
  color: #3c0b6d;
  text-decoration: underline;
  font-weight: normal;
}

#full-page-content a:visited {
  color: #3c0b6d;
  text-decoration: underline;
  font-weight: normal;
}

#full-page-content a:hover {
  color: #3c0b6d;
  text-decoration:none;
  font-weight: normal;
}

#full-page-content a:active {#
  color: #3c0b6d;
  text-decoration:underline;
  font-weight: normal;
}

/**** Content Styles ****/
.content {
  width:916px;
  margin:4px 0 4px 0;
  float:left;
}

.content a:link {
  color: #3c0b6d;
  text-decoration: none;
  font-weight: normal;
}

.content a:visited {
  color: #3c0b6d;
  text-decoration:none;
  font-weight: normal;
}

.content a:hover {
  color: #999;
  text-decoration: none;
  font-weight: normal;
}

.content a:active {
  color: #3c0b6d;
  text-decoration: none;
  font-weight: normal;
}

.content img {
  margin:2px;
}

.content-text {
  float:right;
  width:550px;
  margin-top:6px;
}


/**** Drop-down menu ****/
#menu {
  margin: 0 auto;
  width: 918px;
  height:38px;
  background: url(../images/menu-bg.gif) repeat-x;
  color:#fff;
}

#nav {
  width:100%;
  list-style:none;
}

#nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  width:100%;
}

#nav a {
  font-weight:bold;
  color:#ebebeb;
  text-decoration:none;
  display: block;
  padding:10px 10px 10px 14px;
  font-size:12px;
  font-weight:bold;
}

#nav a:hover {
  color:#ccc;
}

/*#nav a.selected {
  color:#999;
}*/

#nav li { /* all list items */
  float: left;/* width needed or else Opera goes nuts */
  padding-right:0px;
}

#nav li ul { /* second-level lists */
  position: absolute;
  margin-left: 0px;
  margin-top:0px;
  width:15em;
  left: -999em;
  background:url(../images/menu-drop-down-bg.png);
  background-repeat:repeat-x y; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
  color:#fff;
  font-weight:normal;
  width:15em;
  font-size:12px;
  text-align:left;
  padding:0.64em 10px 0.64em 10px;
}

#nav li ul a:hover {
  color: #ccc;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav li ul li.selected {
  color:#ffce00;
}

#menu li:hover, #menu li.hover {
  position: static;
}

/**** Footer ****/
#top-footer {
  clear:both;
  width:918px;
  height:10px;
  background-color:#3C0A6D;
  margin-top:20px;
}

#bottom-footer {
  clear:both;
  width:918px;
  height:6px;
  background-color:#3C0A6D;
  margin-top:20px;
}

#footer-bottom {
  clear:both;
  width:918px;
  height:20px;
  background-color:#3C0A6D;
  margin:20px 0 20px 0;
}

#footer {
  clear:both;
  width: 918px;
  margin-bottom:20px;
  background-color: #3COA6D;
}

#sub_footer {
  height: 100%;
  width:918px;
  margin: 0 auto;
}

#footer p {
  padding: 8px 0 0 10px;
  text-align:center;
  font-size:12px;
  font-weight:normal;
}

#footer a {
  border:none;
}

#footer a:link {
  color: #3c0b6d;
  text-decoration: none;
  font-weight: normal;
}

#footer a:visited {
  color: #3c0b6d;
  text-decoration: none;
  font-weight: normal;
}

#footer a:hover {
  color: #3c0b6d;
  text-decoration: underline;
  font-weight: normal;
}

#footer a:active {
  color: #3c0b6d;
  text-decoration: none;
  font-weight: normal;
}

#footer-images {
  float:right;
  width:400px;
  height:40px;
  margin:12px 40px 0 0;
}

#footer img {
  border:none;
  padding:6px 6px 0 0;
}

/**** Map ****/
#map {
  text-align:center;
  width:400px;
  height:248px;
  border:4px solid #ccc;
  margin:10px 20px 20px 20px;
  float:right;
}

/**** Form ****/
#form {
  margin-left:20px;
}

/**** Overlay Picture Hover Button ***/
.overlay_picture_button {
  display: block;
  position: relative;
  float: right;
  padding:14px 20px 10px 20px;
  border:none;
  z-index: 0;
  background-repeat:no-repeat;
  background-position: 0.2em;
}

a.overlay_picture_button:hover  {
  text-decoration: none;
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  border: none;
}

a.overlay_picture_button:hover span {
  filter: alpha(opacity=130);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=130);
  opacity: 1.3;
  -moz-opacity: 1.3;
  border: none;
}

.overlay_picture {
  float:left;
}

a.overlay_picture:hover  {
  text-decoration: none;
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  border: none;
}

a.overlay_picture:hover span {
  filter: alpha(opacity=130);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=130);
  opacity: 1.3;
  -moz-opacity: 1.3;
  border: none;
}

