/* 
=============================================================================
Black River - Global
============================================================================= */

/* General
============================================================================= */

html, body {
  height: 100%;
}

html,body,div,p,ul,ol,li,h1,h2,h3,h4,pre,form,p,button,img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #fff;
  font: normal 11px/16px Tahoma, Arial, sans-serif;
  color: #333333;
}

ul,li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a span, button span, ul#navigation span, h2 span, h3 span {
  display: none;
}

.tours h2 {
	font-size: 18px;
}

input, textarea {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #3a3a35;
}

button {
  display: block;
  cursor: pointer;
}

div.clear {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

#page_container {
  text-align: left;
  width: 920px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

#page_content {
  background: url(../images/content.gif) 0 0 repeat-y;
  width: 890px;
  margin: 25px 0 0 15px;
}

p a, h4 a, ul.tourlist li a, dd ul li a {
  color: #6385a1;
  border-bottom: 1px solid #d7e1e9;
}

p a:hover, h4 a:hover, ul.tourlist li a:hover, dd ul li a:hover {
  color: #80a1bb;
  border-bottom: 1px solid #fff;
}

p.link {
  padding: 0 0 0 19px;
}

p.arrow_right {
  background: url(../images/arrow_right.gif) 0 2px no-repeat;
}

p.arrow_down {
  background: url(../images/arrow_down.gif) 0 2px no-repeat;
}

h3 {
  height: 10px;
}

dl {
	margin-left: 20px
}
dt {
	font-weight:		bold;
	font-size:		11pt;
}
dd ul {
	list-style-type:	disc;
}
dd li {
	list-style-type:	disc;
	line-height:		14pt;
}

#left_column {
  width: 674px;
  float: left;
}

#tours_column {
  width: 890px;
  float: left;
}

#tours_content {
  width: 890px;
  margin: 0px 0 0 15px;
}

/* Header
============================================================================= */

#header {
  height: 150px;
}

#header #logo {
  width: 450px;
  height: 100px;
  padding: 28px 0 0 15px;
  float: left;
}

#header h1 {
  display: block;
  background: url(../images/BROC-logo.png) 0 0 no-repeat;
  text-indent: -9999px;
  height: 100px;
  cursor: pointer;
}

#header h1 a {
  display: block;
  width: 450px;
  height: 29px;
}

#header .contact {
  width: 215px;
  padding: 35px 0 0 0;
  float: right;
}

#header .contact span {
  color: #5c5c56;
}

/* Navigation
============================================================================= */

ul#navigation {
  height: 50px;
}

ul#navigation li {
	width:			14%;
	/*width: 		180px;*/
	float:			left;
}

ul#navigation li a {
	display: block;
	/*height: 50px;
	cursor: pointer;*/
	height:			30px;
	border-bottom:		1px solid #000000;
	/*border-left:		1px solid #666666;*/
	background-color:	#62645F;
	color:			#EEEEEE;
	font-family:		"Helvetica",sans-serif;
	line-height:		14px;
	font-size:		11pt;
	font-weight:		bold;
	font-variant:		small-caps;
	letter-spacing:		1px;
	vertical-align:		middle;
	padding:		10px 0px 5px 9px;
	width:			100%;
}
ul#navigation li a div {
	font-variant:		normal;
	font-weight:		normal;
	letter-spacing:	normal;
	font-size:		7pt;
}
ul#navigation li a:hover {
	background-color:	#51534D;
	/*border-left:		1px solid #51534D;*/
}
ul#navigation li a.active {
	background-color:	#51534D;
	color:			#EEEEEE;
}
/*
ul#navigation li a#home {
  background: url(../images/home.gif) 0 0 no-repeat;
}

ul#navigation li a#rentals {
  background: url(../images/rentals.gif) 0 0 no-repeat;
}

ul#navigation li a#tours {
  background: url(../images/tours.gif) 0 0 no-repeat;
}

ul#navigation li a#store {
  background: url(../images/store.gif) 0 0 no-repeat;
}

ul#navigation li a#work {
  background: url(../images/work.gif) 0 0 no-repeat;
}

ul#navigation li a#about {
  background: url(../images/about.gif) 0 0 no-repeat;
}

ul#navigation li a#services {
  background: url(../images/services.gif) 0 0 no-repeat;
}

ul#navigation li a#contact {
  background: url(../images/contacts.gif) 0 0 no-repeat;
}

ul#navigation li a#home:hover,
ul#navigation li a#rentals:hover,
ul#navigation li a#store:hover,
ul#navigation li a#tours:hover,
ul#navigation li a#work:hover,
ul#navigation li a#about:hover,
ul#navigation li a#services:hover,
ul#navigation li a#contact:hover {
  background-position: 0 -50px;
}

ul#navigation li a#home_active {
  background: url(../images/home.gif) 0 0 no-repeat;
  background-position: 0 -50px;
}

ul#navigation li a#tours_active {
  background: url(../images/tours.gif) 0 0 no-repeat;
  background-position: 0 -50px;
}

ul#navigation li a#store_active {
  background: url(../images/store.gif) 0 0 no-repeat;
  background-position: 0 -50px;
}

ul#navigation li a#rentals_active {
  background: url(../images/rentals.gif) 0 0 no-repeat;
  background-position: 0 -50px;
}

ul#navigation li a#contact_active {
  background: url(../images/contact.gif) 0 0 no-repeat;
  background-position: 0 -50px;
}*/

/* Right column
============================================================================= */

#right_column {
  width: 215px;
  float: right;
  padding: 0 0 27px 0;
}

#right_column p,#right_column div.pa {
  margin: 7px 0 0 15px;
}

#right_column p.highlight,#right_column p.highlight a,#right_column span.highlight {
  color: #7aaa1b;
  border: none;
}

#right_column p.new {
  margin: 19px 0 0 15px;
}

#right_column p.twitter {
  margin: 1px 0 0 15px;
}

#right_column p.link {
  margin: 16px 0 0 15px;
}

#right_column .section {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #dcdcdc;
}

#right_column h3 {
  margin: 0 0 12px 15px;
}

h3#latest_news {
  background: url(../images/latest_news.gif) 0 0 no-repeat;
  width: 111px;
}

h3#twitter_feed {
  background: url(../images/twitter_feed.gif) 0 0 no-repeat;
  width: 113px;
  height: 28px;
  margin: 18px 0 0 13px;
}

h3#facebook {
  background: url(../images/facebook.gif) 0 0 no-repeat;
  width: 144px;
  height: 44px;
  margin: 24px 0 0 13px;
}

/* TOURS
======================= */

.tours {
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 2px;
  padding-top: 0px;
  margin-bottom: 5px;
  margin-top: 0px;
  font: normal 12px/16px Tahoma, Arial, sans-serif;
}

.tours p {
  padding-bottom: 5px;
  margin-left: 0;
  margin-bottom: 5px;
  margin-right: 0;
  margin-top: 9px;
  color: #333333;
  font: normal 14px/17px Arial, Helvetica, sans-serif;
}

.tours h1 {
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 5px;
  margin-left: 0px;
  margin-bottom: 8px;
  margin-right: 0px;
  margin-top: 5px;
}

/* Table
============================================================================= */

#mytable {
  width: 830px;
  padding: 0;
  margin: 0;
}

caption {
  padding: 0 0 5px 0;
  width: 700px;
  font: italic 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}

th {
  font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #C1DAD7;
  background: none;
}

td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
}

td.alt {
  background: #F5FAFA;
  color: #797268;
}

th.spec {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #fff url(../images/bullet1.gif) no-repeat;
  font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #f5fafa url(../images/bullet2.gif) no-repeat;
  font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #797268;
}

/* Boxes
============================================================================= */

#boxes {
  background: url(../images/boxes.gif) 0 0 repeat-y;
  width: 890px;
  margin: 0 0 0 15px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

#boxes .box {
  width: 200px;
  padding: 28px 0 27px 0;
  margin: 0 0 0 30px;
  float: left;
}

#boxes .left {
  margin: 0;
}

#boxes p {
  margin: 10px 0 0 0;
}

#boxes p.link {
  margin: 16px 0 0 0;
}

h3#updates {
  background: url(../images/updates.gif) 0 0 no-repeat;
  width: 51px;
}

#boxes form div {
  background: url(../images/textbox_144.gif) 0 0 no-repeat;
  height: 26px;
  margin: 23px 0 0 0;
}

#boxes form input {
  background: none;
  width: 132px;
  height: 21px;
  padding: 5px 6px 0 6px;
  border: none;
  float: left;
}

#boxes form button {
  background: url(../images/send.gif) 0 0 no-repeat;
  height: 26px;
  width: 48px;
  float: right;
}

#boxes form button:hover {
  background-position: 0 -26px;
}

/* Footer
============================================================================= */

#news_box {
  position: relative;
}

#news_error_box {
  position: absolute;
  top: 52px;
  left: 0;
  height: 65px;
  width: 200px;
  background: url(../images/newsletter.gif) 0 0 no-repeat;
}

#footer {
  padding: 26px 0;
  margin: 0 0 0 15px;
}

#footer ul,
#footer li {
  float: left;
}

#footer li a {
  color: #6e6e66;
  border-bottom: 1px solid #e0e0e0;
}

#footer li a:hover {
  color: #8e8e86;
  border-bottom: 1px solid #fff;
}

#footer li span {
  color: #d0d0d0;
}

#footer p#copyright {
  width: 445px;
  float: right;
  color: #6e6e66;
}

/* Javascript
===================================*/
  label, input, textarea, select{ display:block; }
  input.text { margin-bottom:12px; width:95%; padding: .4em; }
  textarea.text {margin-bottom:12px; width:95%; padding: .4em;}
  select.text {margin-bottom:12px; width:95%; padding: .4em;}
  fieldset { padding:0; border:0; margin-top:25px; }
  h1 { font-size: 1.2em; margin: .6em 0; }
  div#users-contain {  width: 350px; margin: 20px 0; }
  div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
  div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
  .ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; padding-top:5px; }
  .ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }