@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	background: #000 url(/images/buffalo-hide-background-content-drop.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


.show {
   display: block;
}

.hide {
   display: none;
}

.clear {
   clear: both;
}

a {
   font-weight: bold;
   color: #5e2f10;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a[href$='.pdf'] {
   padding: 0 20px 0 0;
   background: transparent url(/images/pdf.gif) no-repeat center right;
}

a[href$='.pptx'],
a[href$='.ppt'] {
   padding: 0 20px 0 0;
   background: transparent url(/images/ppt.gif) no-repeat center right;
}

p {
   padding-bottom: 10px;
}

h1 {
   font-family: georgia, serif;
   font-size: 30px;
   font-weight: bold;
   color: #5e2f10;
   padding: 10px 0 5px 0;
}

h2 {
   font-family: georgia, serif;
   font-size: 20px;
   font-weight: bold;
   color: #0d140a;
   padding: 5px 0;
}

h3 {
   font-family: georgia, serif;
   font-size: 16px;
   font-weight: bold;
   color: #0d140a;
   padding: 5px 0;
}

ul.bullet-list {
   display: block;
   margin-left: 40px;
   margin-top: 0;
   margin-bottom: 0;
   list-style-type: disc;
   list-style-position: outside;
   padding-bottom: 10px;
}

ul.bullet-list ul {
   margin-left: 20px;
   list-style-type: circle;
   padding-bottom: 0;
}

ul.bullet-list ul.bulletless-list,
ul.bullet-list ul ul.bulletless-list {
   margin-left: 20px;
   list-style-type: none;
   padding-bottom: 0;
}

.indented-block {
   padding-left: 30px;
}

#site-wrapper {
   position: absolute;
   left: 50%;
   margin-left: -431px;
   width: 860px;
   padding: 0;
   background: url(/images/content-background.jpg) top left repeat-y;
}

#bison-logo {
   position: absolute;
   padding: 5px 0 0 20px;
   margin: 0;
}

#bison-walking {
   position: absolute;
   top: 0;
   left: 600px;
   margin: 0;
   z-index: 999;
}

#navigation {
   width: 730px;
}

#navigation .navigation-top-line,
#navigation .navigation-bottom-line {
   width: 730px;
   height: 2px;
   background-color: #5e2f10;
   clear: both;
}

#navigation .navigation-top-line {
   margin-bottom: 1px;
}

#navigation .navigation-bottom-line {
   margin-top: 1px;
}

#mgmt-navigation {
   width: 860px;
}

#mgmt-navigation .navigation-top-line,
#mgmt-navigation .navigation-bottom-line {
   width: 860px;
   height: 2px;
   background-color: #5e2f10;
   clear: both;
}

#mgmt-navigation .navigation-top-line {
   margin-bottom: 1px;
}

#mgmt-navigation .navigation-bottom-line {
   margin-top: 1px;
}

#management-content {
   float: left;
   width: 790px;
   padding: 20px 10px 30px 40px;
}

#content {
   float: left;
   width: 550px;
   padding: 20px 10px 30px 40px;
}

#sidebar {
   float: right;
   width: 220px;
   padding: 125px 10px 30px 10px;
}


#host-associations {
   margin-top: 10px;
   background-color: #fff;
   width: 189px;
   padding: 5px;
   border: 2px solid #5e2f10;
}

#host-associations .one-logo {
   text-align: center;
   clear: both;
   width: 189px;
}

#host-associations .two-logos {
   text-align: center;
   clear: both;
   width: 189px;
}

#host-associations .one-logo img,
#host-associations .two-logos img {
   vertical-align: middle;
   padding: 5px;
}

#footer {
   width: 860px;
   padding: 5px 0 20px 0;
   background-color: #000;
   color: #fff;
   font-size: 10px;
   text-align: center;
}

#footer a {
   text-decoration: none;
   color: #fff;
}

#footer a:hover {
   text-decoration: underline;
   color: #fff;
}

#email-updates-button {
   margin-top: 10px;
   background-color: #fff;
   width: 195px;
   padding: 2px;
   border: 2px solid #5e2f10;
}

#registration-forms {
   position: absolute;
   top: 225px;
   left: 360px;
   width: 200px;
   padding: 0 10px 10px 10px;
   border: 4px solid #5e2f10;
   background-color: #EEE6BF;
}

#registration-forms a {
   font-size: 16px;
}

.agenda-table th {
   text-align: left;
   padding: 5px 0;
   border-top: 2px solid #000;
   border-bottom: 2px solid #000;
}

.agenda-table td {
   text-align: left;
   vertical-align: top;
}

.agenda-table td.time-field {
   width: 70px;
}

.bison-prices-table {
   margin: 10px 0;
   padding: 10px;
   background-color: #fff;
   border: 1px solid #000;
}

.bison-prices-table td {
   text-align: right;
}

.bison-prices-table .main-heading {
   font-size: 16px;
   font-weight: bold;
   text-align: left;
}

.bison-prices-table .header {
   font-size: 14px;
   text-align: left;
}

.bison-prices-table .description {
   width: 175px;
   text-align: left;
}

img.framed {
   background-color: #fff;
   margin: 5px;
   padding: 2px;
   border: 2px solid #5e2f10;
}


.contact-host-assoc {
   margin-top: 10px;
   background-color: #fff;
   padding: 5px;
   border: 2px solid #5e2f10;
}


/* ----------------------------------------------------------------------------------------------------
		Drop-down Menu Styles
------------------------------------------------------------------------------------------------------- */

/* The primary UL tag of the menu */
#navigation-list {
}

/* The LI tag for each main menu item */
#navigation-list li {
   background: none;
   float: left;
   text-align: center;
   margin: 0;
   padding: 0;
   position: relative;
   z-index: 900;
}

/* The drop-down list of any sub-menu item list */
#navigation-list ul {
   background: #fff;
   display: none;
   list-style-type: none;
   position: absolute;
   top: 32px;  /* MAKE SAME AS THE A TAG HEIGHT/LINE-HEIGHT */
   left: 0;
   margin: 0;
   padding: 0;
}

#navigation-list > ul {
   top: auto;
   left: auto;
}

#navigation-list li:hover > ul {
   display: block;
}

#navigation-list li.over ul {
   display: block;
}

/* The LI tag for each sub-menu item in drop-down list */
#navigation-list ul li {
   background-image: none;
   display: inline;
   float: none;
   font-size: 11px;
   line-height: 1.1em;
   margin: 0;
   padding: 0;
}

/* All links in navigation -- both main and sub-menu */
#navigation-list a:link,
#navigation-list a:visited {
   display: block;
   float: left;
   margin: 0 1px 0 0;
   padding: 0 9px;
   height: 42px;
   line-height: 42px;
   border: none;
   background-color: #5e2f10;
   font-family: georgia, serif;
   font-weight: bold;
   font-size: 14px;
   color: #fff;
   text-align: center;
   text-decoration: none;
}

#navigation-list a#two-line {
  line-height: 20px;
}

/* Hover/Selected state for all links in navigation -- both main and sub-menu */
#navigation-list a.selected,
#navigation-list a:hover,
#navigation-list a:active {
   background-color: #905631 !important;
}

#navigation-list a.last:link,
#navigation-list a.last:visited {
   padding-right: 100px;
}

#navigation-list a.selected-last:link,
#navigation-list a.selected-last:visited {
   padding-right: 100px;
   background-color: #905631 !important;
}

/* All links in drop-down sub-menus of navigation */
#navigation-list ul li a:link,
#navigation-list ul li a:visited {
   display: block;
   float: none;
   width: 100px;
   margin: 0;
   text-align: left;
   background-color: #fff;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
}

/* Hover state of all links in drop-down sub-menus of navigation */
#navigation-list ul li a:hover,
#navigation-list ul li a:active {
   color: Red !important;
   background-color: #eee !important;
}


/* ----------------------------------------------------------------------------------------------------
		Form Styles
------------------------------------------------------------------------------------------------------- */

form#email-updates {
   display: none;
}

form#email-updates h2 {
   font-size: 18px;
   font-weight: bold;
   color: #fff;
   background-color: #000;
   padding: 5px;
}

form#email-updates span.required {
   color: #ff0000;
   font-weight: bold;
}

form#email-updates .error-message {
   display: none;
   clear: both;
   background-color: #FFBABA;
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 5px 10px;
   margin: 5px 0;
}

noscript div {
   display: block;
   clear: both;
   background-color: #FFBABA;
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 15px;
   margin: 5px 0;
}

form#email-updates label {
   display: block;
   float: left;
   text-align: right;
   font-weight: bold;
   padding: 6px 10px 5px 0;
   width: 110px;
}

form#email-updates div.input-container label {
   width: auto;
}

form#email-updates input,
form#email-updates select,
form#email-updates textarea,
form#email-confirm input {
   float: left;
   border: 1px solid #aaa;
   padding: 1px;
}

form#email-updates input,
form#email-confirm input {
   padding: 2px;
}

form#email-updates input:focus,
form#email-updates select:focus,
form#email-updates textarea:focus {
   background-color: #e0efef;
   border: 1px solid #0077C0;
}

form#email-updates input.button,
form#email-confirm input.button {
   margin: 15px;
   padding: 4px;
}

form#email-updates .side-note {
   float: left;
   font-size: 12px;
   padding: 8px 0 0 10px;
}

form#email-updates .optional {
   font-style: italic;
}

form#email-updates div.input-container {
   float: left;
   padding-top: 4px;
}
