
/* Stylesheet for calendar */

*{
	margin: 0em;
	padding: 0em;
}
body {
	background-image: url(images/wheel2.jpg);
}
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #32331D;
	width: 55.5em;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding: 2px;
}
#branding {
	color: #32331D;
	background-image: url(images/OBT/OBT_branding.png);
}


#branding img {
	width: 100%;
	background-color: #32331D
}

/* Navbar division */
#navbar{
  background:#32331D;
  /* Left margin must match leftcolumn width */
  height:2em;
  padding-bottom:0em;
}

/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* List items in the navbar */
#navbar li{
  float:left;
  position:relative;
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#32331D;
	background:#929555;
	display:block;
	height:2em;
	width:6.5em;
	border-right: solid 1px #D3D4B2;	
	line-height:2em;
	text-align:center;
	outline-style:none;
	font-weight: bold;
	border-left: solid 1px #D3D4B2;
}

/* Navbar hover, active, and current page links */

#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background:#F3F3E9;
  color:#BC3F3F;
} 

#navbar a:hover {
	background:#F3F3E9;
	color:#32331D;
	border-right: solid 1px #32331D;
	border-left: solid 1px #32331D;
} 

/* Start Drop-down menu styles */
#navbar li ul {
	position:absolute;
	z-index:100;
	visibility:hidden;
}

		/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:1.6em;
  left:0;
}

		/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
	background:#D7D9BB; /*Removes background image */
	color:#000;
	text-align:left;
	display:block;
	width:10em;
	padding:0 0 0 1em;
	height:auto;
	border:solid 1px #32331D;
}

		/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */ 
	background: #F3F3E9;
	color:#BC3F3F;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px;
  border-collapse:collapse;
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}

/* End Drop-down menu styles */

/* Flyout menu */

 

/* End Flyout Menu */
#content_wrapper {
	padding:0em;
	width:100%;
	text-align:center;
	/*equal column height 
	height:auto;
	overflow:hidden;*/
}

/*

#sidebar_heading {
	color: #BC3F3F;
	background-color: #D3D4B2;
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
	padding-right: 3px;
	padding-bottom: 1em;
	padding-left: 3px;
	font-size: 1.2em;
}
#sidebar_content p {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}


#sidebar {
	float: right;
	border-left-style: solid;
	border-left-color: #32331D;
	font-size: 0.85em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32331D;
	width: 27.5%

	}
	
#sidebar_content {
	background-color: #E3E3CE;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	/* padding-bottom: 4px; */
/*	padding-left: 6px;
	text-align: center;
			/* equal column height code */
/*	padding-bottom:30000px;
	margin-bottom:-30000px;
}
*/

#content_photo_band img {
	width: 100%;
	text-align:center;
}

#content {
	font-size: 1em;
	background-color: #F9F8F2;
	width: 100%;
	/*float: left;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #32331D; */
	padding: 0em;
	/* equal column code 
	padding-bottom:30000px;
	margin-bottom:-30000px; */
}

#content p {
	margin-top: 2em;
}



#footer {
	font-size: 0.75em;
	color: #F3F3E9;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#footer a {
	color: #0099FF;
}

wisteria {
  border: 0;
  width: 80%;
  color: #32331d;
  background-color: #32331d
  height: 5px;
}

div.wisteria {
	height: 35px;
  width:80%
  background: url(Images/wisteria_small.gif) no-repeat scroll center;
	background-image: url(file:///D|/OBT%20-%20CSS/Images/wisteria_small.gif);
	background-repeat: no-repeat;
	float: none;
	background-position: center;
}
div.wisteria wisteria {
  display: none;
}

/*
#sidebar_content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #BC3F3F;
}
*/

#content h1 {
	margin-bottom:-1em;
	line-height:3em;
	font-family: Lydian, Verdana, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}


#content_photo_band {
	background-position: center;
	text-align: center;
	margin-top: 2em;
}
#wrapper #navbar ul li ul li ul {
	text-align: center;
	width: 80%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	border: 1px solid 32331D;
}
#wrapper #navbar ul li ul li ul li {
	position: relative;
}

/*
#sidebar_content img {
	background-position: center;
	width: 90%;
}

*/

/* table code source: http://www.tagbox.de/style/tagbox.css  */

table {
	border-collapse: collapse;
	border: 2px solid #03476F;
	/*color: #363636;*/
  background: #d3d4b2; 
  width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#32331D;
  }
caption {
	margin-top:.5em;
	text-align: center;
	/*background: transparent;*/
	padding:6px 4px 8px 0px;
	color: #bc3f3f;
	background:#929555
	text-transform: uppercase;
	font-family: Lydian, Verdana, Arial, sans-serif;
	font-size: 2em;
	border-collapse: collapse;
	border: 2px solid #03476F;
  }
  
td, th {
  border: 2px solid #03476F;
  padding: .4em;
  color: #32331D;
  }
  
thead th, tfoot th {
	border: 1px solid #03476F;
	text-align: left;
	/*background: #4591AD; */
  color: #FFFFFF;
	padding-top:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #f9f8f2;
  color: #bc3f3f;
  }
tbody th a {
	background: transparent;
	text-decoration: none;
	font-weight:normal;
	color: #363636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
/* tbody th a:hover {
  background: transparent;
  color: #363636;
  }
*/  
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #d3d4b2;
  }
  
tbody tr:hover {
  background: #e3e3ce;
  border: 1px solid #03476F;
  color: #32331D;
  }
  
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #f9f8f2;
  color: #bc3f3f;
  }

/* End Style for Tables */

acronym, abbr {
	border-bottom: dotted 1px #ddd;
	cursor:help;
}

