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: "" "";
}

/*3 columns template ----( column1 is in style.css )--------------*/
#e_column_0 {
  background: white url(/resources/all/files/29098/_fn/content_left-bg.jpg) repeat-x top left;
  clear: both;
  float: left;
  margin: 0;
  width: 800px;
  overflow: hidden;
}
#column2 {
  float: left;
  width: 121px;
  /*margin-left: 152px;*/

  display: inline; /* fix IE6 double margin bug */
}

#column3 {
  background: #FFF url(/resources/all/files/28844/_fn/content_body-bg.jpg) repeat-y top left;
  float: left;
  width: 487px;
  padding: 20px;
  display: inline; /* fix IE6 double margin bug */
}
#ie6only #column3 {
  padding: 20px 17px 20px 20px;
}


/* Layout Styles */

html {
  background: url(/resources/dyn/files/74661/_fn/bg_repeat.jpg) repeat-x top left;
}
body {
  background: white url(/resources/dyn/files/157076/_fn/fallbg_middle.jpg) no-repeat left top;
  color: #222; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  width: 100%;
  height: 100%;
  min-height: 900px;
}
.page {
  background: white url(/resources/dyn/files/32838/_fn/bg.jpg) repeat-x left top;
  width: 800px;
}

/* header ------------------------------------------------*/

#header {
 width: 800px;
 float: left;
 position: relative;
 background: #2A62E8;
}

/* logout component */
.logoutbean {
  position: absolute;
  top: 10px;
  right: 5px;
}
.logoutbean span.username {
  color: #990000;
}
.logoutbean span.logout_url a {
  color: white;
}

/* top navigation */
#topnav {
  background: #FFF url(/resources/dyn/files/32823/_fn/menu_bg.gif) repeat-x left top;
  float: right;
  height: 37px; 
  width: 650px;
  border: none;
}
#topnav ul {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style-type: none;
  text-align: center;
}
#topnav ul li {
  float: left;
  display: inline;
}
#topnav ul li a,
#topnav ul li a:link {
  color: #FFF;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 10px 10px 8px 10px;
  text-decoration: none;
}	
#topnav ul li a:hover {
  color: #256613;
}
/* column1 ----------------------*/
#column1 {
  width: 152px;
  position: relative;
  top: -20px;
  left: 0;
  background: url(/resources/dyn/files/157075/_fn/fallbg_left.jpg) no-repeat top left;
  height: 900px;
 /* z-index: 1000;*/
  float: left;
}
#column1 img {
  display: block;
  margin: 0 auto;
}
#logo {
  padding: 18px 0 0;
  background: url(/resources/dyn/files/98902/_fn/NLN_Logo.gif) no-repeat center;
}
#logo,
#nsc_logo,
#active_autumn {
  width: 130px;
  margin: 0 auto;
  text-align: center;
}
#logo,
#logo h1 a {
  height: 160px;
} 
#nsc_logo,
#nsc_logo h1 a {
  height: 60px;
}
#nsc_logo {
  padding: 0;
  background: url(/resources/dyn/files/98903/_fn/NSC_Logo.gif) no-repeat center;
}
#active_autumn,
#active_autumn h1 a {
  height: 60px;
}
#active_autumn {
  padding: 45px 0;
}
#logo h1 a,
#nsc_logo h1 a,
#active_autumn h1 a {
  display: block;
  width: 130px;
  text-indent: -4000em;
}

/* submenu ------------------------------------*/
#submenu {
  margin: 0;
  padding: 0px 0 10px 0;
  text-align: left;
  width: 121px;
}
#submenu ul { 
  margin: 0 0 12px 0; 
  padding: 0; 
  width: 121px;
}
#submenu li {
  list-style: none;
  width: 121px;
}
#submenu li a {
  border-bottom: #E1D9BB 1px solid;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 15px 2px 15px;
  width: 91px;
}
#submenu li a:visited {
  color: #222;
}
#submenu li a:hover {
  background: #9D080D;
  border-bottom: #222 1px solid;
  color: #FFF;
}

/* footer ------------------------------------------*/

#footer {
  background: #333;
  clear: both;
  float: right;
  height: 38px;
  margin: 0;
  width: 648px;
}
#footer div {
  color: #FFF; 
  font-size: 10px; 
  margin: 0 10px 0 10px; 
  padding: 7px 0;
}
#footer a, 
#footer a:link {
  color: #FFFFCC; 
  font-size: 10px; 
  text-decoration: none;
}

/* general Styles */

img {
  border: 0;
}
img.left {
  float: left;
  margin-right: .5em;
}
img.right {
  float: right;
  margin-left: .5em;
}
a, a:link {
  color: #B11818; 
  font-weight: bold; 
  text-decoration: none;
}
a:active {
  color: #ffce49; 
  text-decoration: none;
}
a:visited {
  color: #990000; 
  text-decoration: none;
}
a:hover {
  color: #FF0000; 
  text-decoration: underline;
}

h2 {
  color: #00307E; 
  font-size: 20pt; 
  font-weight: bold;
  padding-bottom: 10px; 
}
h3 {
  color: #222; 
  font-size: 14pt; 
  font-weight: normal; 
  padding-bottom: 5px;
  line-height: 18px;
}
h4 {
  color: #00307E;  
  font-size: 12pt; 
  font-weight: bold;
}
h5 {
  color: #222;
}
h6 {
  color: #00307E; 
}
p {
  margin: 5px 0 15px 0;
  line-height: 14px;
}
strong {
  font-weight: bold;
}
/* lists ------------------*/
.textbean ul,
.textbean ol,
.article_content ul,
.article_content ol {
  margin: 0 0 1em 2em;

}
.textbean ul li,
.article_content ul li {
  list-style-type: disc;
}
.textbean ol li,
.article_content ol li {
  list-style-type: decimal;
}

li.ac_item {
  width: 487px;
  clear: both;
}
.article_teaser h4 a img {
  float: right;
  padding-right: 0 !important; /* this can be deleted if the inline styles are removed*/

}
/* 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;
}
