/* Reset Style.
* @author Eric Meyer
* @author Russ Tennant (russ@i2rd.com)
* @author Ben Barber (bbarber@i2rd.com)
*/
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;
}
body{line-height: 1;color: #000;background: #FFF;}
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: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}
html, body, div.page, div.ieonly {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#e_column_0 {
	padding-bottom: 100.0px;
}

#enclosing3 {
	float: left;
	width: 31.1%;
}

#enclosing4 {
	float: left;
	width: 66.0%;
}

#logo_column {
}

#column1 {
}

#navigation {
}

#column2 {
}
 #event #column2 img {
  float: left;
  padding: 0 2em 2em 0;
}
#event tr {
  padding-bottom: 1em;
  display: block;
}
#event td {
  vertical-align: top;
}
#home_page td {
  vertical-align: top;
}
/* Basic Styles
Company: NSCevents
Author: Becca Nispel (bnispel@i2rd.com)/Vivian Clark(vclark@i2rd.com)
*/

html {
  font-size: 100%;
}
body {
  font: .8em Arial, helvetica, sans-serif;
}
#e_content {
  width: 100%;
  margin: 0;
  background: #a8d6f3 url(/resources/dyn/files/208229/_fn/bg_gradient.gif) repeat-y top left;
}
#logo_column,
#navigation {
  margin-bottom: 1em;
}
#logo a {
  text-indent: -4000em;
  background: #a8d6f3 url(/resources/dyn/files/208232/_fn/NSCEvents_logo.gif) no-repeat top left;
  border: 2px solid #fff;
  width: 223px;
  height: 135px;
  display: block;
}

/* navigation---------------- */
#navigation {
  border: 2px solid #fff;
  height: 2.9em;
  background: #f47221 url(/resources/dyn/files/208231/_fn/menu_gradient.gif) no-repeat top right;
}
#menu span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}
#menu a {
  padding: 0.8em 1.1em;
  text-decoration: none;
  border-left: 2px solid #FFFFFF;
  display: block;
}
#menu .last a {
  padding-right: 0;
}
#menu li.first a {
  border-left: none;
}
#menu a:hover {
  text-decoration: underline;
  color: #fff;
}
/* columns -------------------*/
#enclosing3 {
  margin-right: 1em;
  width: 227px;
}
#enclosing4 {
  width: 38em;
}
#e_column_0 { 
  width: 60em;
  margin: 0 auto;
  padding-top: 4em;
}
#column1 {
  background: #f57a21 url( /resources/dyn/files/208230/_fn/column1_bg.gif) repeat-x top left;
  border: 2px solid #fff;
  padding: 1.5em;
  color: #222;
}
#column2 {
  background: #fff;
  padding: 1.5em;
}
#column1 p {
  line-height: 1.5em;
}

/*basic styles */
h1 {
  font-size: 1.7em;
  font-weight: bold;
  padding-bottom: .5em;
}
#column1 h1 {
  color: #fff;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: .5em;
}
h3 {
  font-weight: bold;
  color: #03507e;
  padding-bottom: .5em;
}
p {
  padding-bottom: .5em;
}
/* button styles */
.button a {
  text-decoration: none;
  cursor: pointer;
  background: #146293;
  color: #ffffff;
  padding: .5em;
  -moz-border-radius: 4px;
}
.button a:hover {
  text-decoration: underline;
}
div.button {
  margin-bottom: 1em;
}
/* banner */
.banner {
  margin-bottom: 1em;
}
/* 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;
}
