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

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

#footer {
}

#header {
}

#main_navigation {
}

#e_column_0 {
}

#column2 {
	float: left;
	width: 100.0%;
}
/* article styles -----------------------*/

div.ac_heading,
#weekend_events div.article_heading,
.articleview div.article_heading {
  font-size: 14px;
  margin: 0px 0 5px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #900000;
  border-bottom: #900000 1px dotted;
}
div.articlecontainer {
  margin-bottom: 30px;
}
div.ac_item {
  padding: 3px 0;
}
.ac_style_boxed div.article_heading {
  font-size: 14px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #900000;
}
.venue img {
  margin-right: 1em;
}
/* home page - weekend events -----------*/

#weekend_events div.ac_item {
  clear: both;
  float: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
#weekend_events div.ac_heading {
  border: none;
  text-transform: lowercase;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
#weekend_events div.article_heading a {
  text-decoration: none;
  color: #900000;
}

/*  
Basic Styles
Client: Red9
*/
html {
  font-size: 100%;
}
body {
  background: #000000 url(/resources/dyn/files/88230za78c6561/_fn/background.jpg) repeat top left;
  font-size: 0.75em;
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  margin: 0 auto;
}
/* header -----------------------------*/
#header {
  font-size: 26px;
  font-weight: bold;
  text-decoration:none;
  font-family: Verdana;
  margin: 0 auto;
  height: 180px;
  width: 900px;
  padding: 0;
  background: black;
}
/* main navigation -----------------*/
#main_navigation {
  background: none repeat scroll 0 0 #900000;
  height: 28px;
  margin: 0 auto;
  width: 900px;
}

#main_menu li {
  padding: 7px 0px;
  color: white;
}
#main_menu li a {
  border-right: 1px solid white;
  color: white;
  display: block;
  font-size: 1em !important;
  padding: 2px 8px;
  text-decoration: none;
  font-weight: bold;
}
#main_menu li.last a {
  border: none;
}
/*dropdown styles */
#main_menu li li {
  background: #fff;
  border-bottom: 1px solid #000;
  font-size: 0.9em;
  width: 120px;
}
#main_menu li li a{
  border-right: none;
  color: #000;
  /*padding: 0 72px 0 10px;*/
  padding: 0 0 0 10px;
}
#main_menu ul {
  /*margin-top: 7.5px;*/
}
#main_menu li li.last {
  border-bottom: none;
}
 #main_menu li li.over a {
  color: #fff;
}
#main_menu li li.over {
    background: #000;
}

/* columns -------------------*/
#e_column_0 { 
  width: 900px;
  margin: 0 auto;
  background: #ccc;
  padding-top: 15px;
}
/* column2 area ---------------------*/
#column2 {
  float: left;
  width: 603px;
  margin: 5px 15px 20px 0px;
  padding-left: 8px;
  text-align: left;
  display: inline;
  border-left: 1px dotted #630100;
}
/* column1 ---------------------------*/
#column1 { 
  float: left;
  padding: 5px 8px 20px 25px;
  width: 230px;
  font-size: 12px;
  display: inline;
}

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

#footer { 
  width: 900px;
  margin: 0 auto;
}
#footer p {
  margin-top: 6px;
  color: white;
} 
/* general styles -------------*/
a {
  color: #630100;
}
a:visited {
  color: #630100;
  text-decoration: underline;
}
a:hover {
  color: #630100;
}
h2 {
  font-size: 14px;
  margin: 0px 0 5px;
  padding: 0 0 5px;
  font-weight: bold;
  color: #900000;
  border-bottom: 1px dotted #900000;
}
h3 {
  font-size: 14px;
  margin-top: 0;
}
p {
  line-height: 1.3;
  margin-bottom: .75em;
}
img { 
  padding: 3px;
  /* margin: 0 10px;  removed so ad would fit proper on home page */ 
  /* border: #630100 1px solid; */
}

img.left { 
  float: left;
  margin: 3px 3px 3px 0;
}
img.right { 
  float: right;
  margin: 0 3px 3px 3px;
}

/* lists --------*/

.textbean ul,
.textbean ol,
.article ul,
.article ol {
  margin-bottom: 15px;
}
.textbean li,
.article li {
  line-height: 15px;
  padding: 5px 0 5px 15px; 
  list-style-type: disc;
  list-style-position: inside;
}
.textbean li ul li,
.article li ul li {
  background-image: none;
  list-style-type: square;
}
.textbean ol li,
.article ol li {
  list-style-type: decimal;
  background-image: none;
}

/* table styles -------------*/

.textbean table {
  width: 100%;
  margin: 10px 0;
}
.textbean td,
.textbean th {
  padding: 5px;
  vertical-align: top;
  text-align: center;
}
.textbean th {
  font-weight: bold;
  background:  #900000;
  color: white;
  text-align: center;
}
.textbean th.last {
  border-right: none;
}
.textbean tr.even td {
  background: #f5f5f5;
  border-width: 1px 0;
}


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

