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

#header {
}

#body {
}
/*
Basic Styles
Client: Lincoln Children's Zoo
Author: Bailey | Becca (rnispel@i2rd.com) | Vivian Clark (vclark@i2rd.com)
*/

html {
  font-size: 100%;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8em;  
  width: 100%;
}

/* header --------------------------------------------*/
#header_wc_0 {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
#header {
  width: 100%;
  padding-top: 12px;
  overflow: hidden;
}
#logo {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/resources/dyn/files/94931/_fn/logo.jpg) no-repeat top left;
  width: 218px;
  height: 119px;
} 
#logo h1 a {
  display: block;
  width: 218px;
  height: 119px;
  text-indent: -4000em;
}

/*main menu styles ---------------------------------*/

#main_menu {
  float: right;
  clear: right;
  margin-bottom: 20px;
} 
#main_menu li a {
  text-decoration: none;
  color: #DD7008;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
}
#main_menu li {
  list-style-type: none;
  padding: 0 10px;
}
#main_menu a:hover,
#main_menu li.mi_active a {
  color: #333333;
}

/*search styles ------------------------------------*/

div.searchbox {
  float: right;
  margin: 25px 0 50px;
  clear: both;
}
.searchbox span {
  display: block;
  float: left;
  height: 29px;
}
.searchbox span.query {
  width: 152px;
}
.searchbox span.button {
  width: 78px;
}
.searchbox span.query input {
  border: none;
  height: 23px;
  width: 120px;
  padding: 6px 16px 0;
  background: url(/resources/dyn/files/94940/_fn/search_field.jpg) no-repeat top left;
}
.searchbox span.button input {
  font-size: .9em;
  border: none;
  width: 78px;
  height: 29px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 3px;
  background: url(/resources/dyn/files/94939/_fn/search_button.jpg) no-repeat top right;
}
#ie6only .searchbox .button input {
  padding: 3px 0 0;
  background-position: left 2px;
}
/* columns -----------------------------------------------*/
#e_column_0 {
  background: url(/resources/dyn/files/94976/_fn/home_bg.jpg) repeat-x top;
}

#e_column_0_wc_0 {
  width: 910px;
  margin: 0px auto; 
  padding: 30px 0 30px 80px;
  overflow: hidden;
}
/* footer --------------------------------*/
#footer {
  width: 910px;
  margin: -80px auto 0;
  text-align: left;
  padding: 1em 0 1em 80px;
  font-size: .9em;
  color: #666;
}
/* lists ---------------------*/

.textbean ul,
.textbean ol,
.article_content ul,
.article_content ol,
div.search_tips ul,
div.search_tips li {
  margin: 0 0 15px 30px;
}

.textbean ul li,
.article_content ul li,
div.search_tips ul li {
  list-style-type: disc; 
  line-height: 1.5;
}
.textbean li ul li,
.article_content li ul li,
div.search_tips li ul li {
  list-style-type: square;
}
.textbean ol li,
div.search_tips ol li,
.article_content ol li {
  list-style-type: decimal;
  line-height: 1.5;
}
/* table styles -------------*/
.textbean table caption,
#adoption_prices div.article_heading {
  background: #A3DBF4;
  border-top: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
}
.textbean table,
.article_content table {
  width: 100%;
  margin: 0 0 25px;
}
.textbean td,
.textbean th,
.article_content td,
.article_content th {
  padding: 5px;
  vertical-align: top;
  line-height: 1.3;
}
.textbean th,
.article_content th {
  font-weight: bold;
  background: #E7F3FF;
  border: 1px solid #A3DBF4;
  border-width: 1px 1px 1px 0;
  text-align: center;
}
.textbean th.last,
.article_content th.last {
  border-right: none;
}
.textbean td.first,
.article_content td.first { /* animals all page */
  width: 180px;
  vertical-align: top;
}
.textbean tr.even td,
.article_content tr.even td {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
#sponsors table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
}

/* general styles ------------------------------ */

h2 {
  color: #B4B905;
  margin-bottom: 10px; 
  font-weight: bold;
  font-size: 1.8em;
}
h3 {
  color: #B4B905;
  margin: 10px 0 10px; 
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 6px;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  color: #DD7008;
}
p {
  margin-bottom: 15px;
  line-height: 1.3;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/* link styles----------------------- */
a:hover {
  color: #73B4DF;  
}
a {
  color: #DD7008;
  text-decoration: none;
}
span.volunteer_link {
  font-weight: bold;
  font-size: 1.2em;
}  
/* zoo crew "button" links -----------*/
.zoocrew_button a {
  background-color: #e7f3ff;
  border: 1px solid #A3dbf4;
  border-width: 1px;
  color: #a3dbf4;
  font-size: 1.8em;
  line-height: 2em;
  text-align: center;
  padding: 15px 10px;
  cursor: pointer;
  cursor: hand; /* sets cursor pointer for IE */  
}
/* images -----------------*/

.textbean img.left_border {
  float: left;
  margin: 5px 20px 10px 0px; 
  border: 5px solid #73B4DF;
}

/* interior pages ------------------------*/


/* 2 Column styles ------------------------- */

#column1 {
  float: left;
  margin: 0px 20px 0 0px;
  width: 150px;
}
#column2 {
  float: left;
  width: 740px;
}

/* template heading --------------------------*/
#template_heading {
  padding: 0 0 20px;
}
#template_heading h1 {
  color: #DD7008;
  font-size: 3em;
  font-weight: normal;
}

/*side nav styles ---------------------------------*/

#column1 li a {
  text-decoration: none;
  font-weight: bold;
  color: #73B4DF;
}
#column1 li a:hover,
#column1 li.mi_active a,
#column1 li.active a,
#column1 li.mi_active li.mi_inactive a:hover {
  color: #333333;
}
#column1 li {
  padding: 5px 0;
  line-height: 1.3;
}
#column1 li li {
  display: block;
  font-size: .9em;
  line-height: 1;
  padding: 2px 0 2px 1em;
}
#column1 li.mi_active li.mi_inactive a {
  color: #73B4DF;
}
#column1 li li a {
  font-weight: normal;
}
#side_nav {
  padding-left: 10px;
}

/* calendar styles---------------------------------*/

div.calendarSearch table.monthTable {
  margin-top: 10px;
}

td.monthDayBodyInactive_con,
td.monthDayBody_con {
  height: 40px;
}

div.calendarSearch div.subject {
  color: #73B4DF;
  font-weight: bold;
}

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

.textbean table td {
  vertical-align: middle;
  padding: 12px 5px;
}
/* height and width 100% to have animal flash file to work*/
html, 
body, 
#animals_flash_template #e_content,
#animals_flash_template #e_column_0,
#animals_flash_template #e_column_wc_0,
#animals_flash_template div.page,
#animals_flash_template div.e_content, 
#animals_flash_template div.flashcomponent,
#body,
#body_wc_0 {
  width: 100%;
  height: 100%;
}
/* animals page styles -----------------------------*/
#body { 
  background: url(/resources/dyn/files/95056/_fn/gray_bg.jpg) repeat-x top;
}
#body_wc_0 {
  margin: 0px auto; 
}

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