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,
table, 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;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

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: "" "";
}body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.page {
  width: 800px;
  text-align: center;
  margin: 0 auto;
}
#e_content {
  width: 800px;
  clear: both;
  height: auto;
  text-align: left;
}
/* header -------------------------------------*/

#header {
  width: 800px;
  clear: both;
  height: 140px;
  background: #e21a22;
}
#logo {
  background: url(/resources/dyn/files/26390zf6ce884e/_fn/logo.gif) no-repeat center;
  padding: 20px;
  float: left;
}
#logo h1 a {
  display: block;
  width: 200px;
  height: 60px;
  text-indent:-4000em;
}
#address {
  float: right;
  font-size: 16px;
  color: white;
  padding: 15px;
  width: 169px;
  text-align: right;
}
#heading {
  width: 785px;
  background: black;
  clear: both;
  color: white;
  text-align: right;
  font-size: 14px;
  padding: 7px 15px 7px 0;
  border-top: 3px solid white;
}
/* columns -------------------------------------*/

#e_column_0 {
  width: 800px;
  clear: both;
  height: auto !important;
  background: #e21a22;
  overflow: hidden;
}

#column1 {
  width: 160px;
  height: auto;
  float: left;
  padding: 20px;
}

#column2 {
  width: 556px;
  height: auto;
  float: left;
  background: white;
  padding: 20px;
  line-height: 20px;
}
#column3 {
  width: 0;
  height: auto;
  float: left;
}
/* main navigation ----------------------------*/
.menubean {
  
}
.menubean li {
  padding: 8px 15px;
  border-bottom: 1px solid white;
}
.menubean li a {
  color: white;
  text-decoration: none;
}
.menubean li a:hover {
  color: black;
  text-decoration: none;
}
/* footer -------------------------------------*/

#footer {
  width: 760px;
  clear: both;
  height: auto;
  text-align: left;
  padding: 20px;
  border-top: 4px solid #e21a22;
}
/* general styles ----------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: black; 
}
h2 {
  font-size: 1.9em;
  margin-bottom: 10px;
  font-weight: bold;
}
h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
a {
  color:#e21a22;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  padding-bottom: 10px;
}
#column2 li {
  list-style-type: disc;
  margin-left: 15px;
}
#column2 ul {
  padding-bottom: 15px;
}
strong {
  font-weight: bold;
}
/* article styles -----------------------------*/
.articlecontainer div.ac_heading,
.articleview div.article_heading {
  font-size: 1.9em;
  margin-bottom: 10px;
  font-weight: bold;
}
.ac_style_boxed div.ac_item {
  float: left;
  padding: 15px;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}

