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

/* Layout Styles */

html {
  background: url(/resources/dyn/files/74661z62732107/_fn/bg_repeat.jpg) repeat-x top left;
}
body {
  background: white url(/resources/dyn/files/157076z82ecea6a/_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/32838zbcadb9f0/_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/32823z32645139/_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/157075z1be5bbd0/_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/98902z539a91df/_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/98903z249da149/_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;
}

/*article container styles -----------------------------*/
.articlecontainer .ac_style_boxed .article_heading,
.articlecontainer .ac_heading {
  color:#00307E;
  font-size:20pt;
  font-weight:bold;
  padding-bottom: 5px;
  line-height: 28px;
}

.articlecontainer .ac_style_boxed .ac_item {
  padding: 10px 0;
  margin: 15px 0;
  border-bottom: 1px solid #ccc;
  line-height: 14px;
}
.articlecontainer .ac_style_list .article_heading {
  color:#222222;
  font-size:14pt;
  font-weight:normal;
}
.articlecontainer .ac_style_list .ac_item {
  margin: 0 0 15px 0;
  line-height: 14px;
}
/* article view styles ------------------------------*/

.articleview .article_heading {
  color:#00307E;
  font-size:20pt;
  font-weight:bold;
  padding-bottom: 5px;
  line-height: 28px;
}


/* welcome page ------------------------------------------*/
#e_column_0 {
  background: #fff;
  clear: both;
  float: left;
  margin: 0;
  width: 800px;
  overflow: hidden;
}
#column2 {
  background: url(/resources/dyn/files/29098za230ae73/_fn/content_left-bg.jpg) repeat-x center left;
  float: left;
  width: 236px;
 /* margin-left: 152px;*/

  display: inline; /* fix IE6 double margin bug */
  position: relative;
  z-index: 1;
}
#column3 {
  background: #FFF url(/resources/dyn/files/28844za887aac8/_fn/content_body-bg.jpg) repeat-y top left;
  float: left;
  width: 411px;
  padding: 0;
}
/* resources navigation ----------------*/
#resources_menu {
  background: url(/resources/dyn/files/87459zd4e416a7/_fn/left_nav.gif) no-repeat 66px 10px;
  width: 236px;
  height: 345px;
}
#resources_menu ul {
  display: block;
  height: 345px;
  width: 236px;
  background: url(/resources/dyn/files/87462z681b9cec/_fn/Tools_Resources.gif) no-repeat 20px 15px;
}
#resources_menu li {
  float: right;
  height: 40px;
  width: 170px;
  margin-bottom: 29px;
}
#resources_menu li.first {
  margin-top: 11px;
}
#resources_menu li a {
  display: block;
  width: 170px;
  height: 40px;
  text-indent: -4000em;
}
/* column2 ------------------------*/
#home_template #column2 div#tools.textbean {
  font-size: 11px;
  padding: 10px;
  background: url(/resources/dyn/files/28842z41e40ffd/_fn/bottom_content_2c_left-bg.jpg) repeat-x top left;
}
#home_template #column2 .textbean {
  padding: 0 10px;
}
/* lha banner -----*/
#home_template #column3 #lha_banner {
  padding: 0;
  width: 412px;
}
#home_template #column3 #lha_banner img {
  padding-bottom: 0;
}
#home_template #column3 #lha_banner a {
  display: block;
}
/* team navigation ---------------------
#team_menu {
  position: relative;
  width: 412px;
  height: 215px;
  border-bottom: 1px solid #ddd;
  background: url(/resources/dyn/files/87458za3e32631/_fn/home_mainimage.jpg) no-repeat right top;
}
#team_menu ul {
  position: absolute;
  top: 60px;
  left: 45px;
}
#team_menu li {
  margin-bottom: 8px;
  height: 33px;
}
#team_menu li.create_team,
#team_menu li.create_team a {
  height: 60px;
  width: 135px;
}
#team_menu li.central,
#team_menu li.central a {
  width: 135px;
}
#team_menu li.report_progress,
#team_menu li.report_progress a {
  width: 185px;
}
#team_menu li a {
  height: 33px;
  display: block;
  text-indent: -4000em;
}
*/

/* welcome page column3 ------------------------*/

#home_template #column3 .textbean {
  padding: 30px;
  width: 347px;
}
#home_template #ie6only #column3 .textbean {
  /*width: 360px;*/

}
#home_template #column3 .textbean img {
  padding-bottom: 20px;
}

#home_template #column3 .textbean h4 {
  font-size: 1.3em;
}
#home_template #column3 .textbean h3 {
  color:#00307E;
  font-weight:bold;
}
#home_template #column3 .text2 {
  border-bottom: 1px solid #ddd;
}


.sitesearch {
  padding: 10px;
}
.site_search_query {
  width: 140px;
}/* 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;
}
.site_search_results_heading {
  padding: 0.125em;
}
.site_search_results_heading .clear_float_bounding {
  line-height: 1px;
}
.site_search_no_results .site_search_query {
  font-weight: bold;
}
.site_search_results_heading .site_search_title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}
.site_search_results_heading .site_search_results_count {
  margin-top: 0.125em;
  text-align: right;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}
div.site_search_rpp {
  margin-bottom: 1em;
  margin-left: 0.125em;
  font-size: 80%;
}
a.site_search_rpp {
  text-decoration: none;
}
div.site_search_rpp span.site_search_rpp {
  padding-left: 0.25em;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
}
div.site_search_results {
  margin: 1em 0 1em 0;
  width: 100%;
  float: left;
}

.site_search_result {
   padding-bottom: 0.71em;
}
.site_search_result .highlight {
  font-weight: bold;
}
.site_search_result .site_search_result_title {
}
.site_search_result .site_search_result_description {
  font-size: 0.93em;
}
.site_search_result .site_search_result_link {
  font-size: 0.93em;
}
.site_search_pager {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 1.5em;
  padding: 10px;
}
.site_search_pager a, site_search_rpp {
  text-decoration: none;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid; 
  padding: 0.13em 0.33em 0.13em 0.33em;
}
span.site_search_pager_offset {
  padding-left: 0.25em;
}
.site_search_pager_next {
  padding-left: 0.25em;
}

