/* CSS Bobby Clampett Official website */

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/*because legend doesn't inherit in IE */
legend{
color:#000;
}

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #1b2713 url(images/back.jpg) repeat;
	padding: 0;
	font-size: 101%
	}
	
p {
	font: normal 0.7em/2em Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 4px;
	padding: 0px;
	text-align: justify;
	color: #000000;
	}
	
.caption {
	font: normal 65%/110% Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 3px;
	}

h1 {
	margin: 0;
	padding: 0px;
	color: #FFF;
	font: bold 65%/100% Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0;
	padding: 0px;
	color: #394f28;
	font: bold 65%/150% Arial, Helvetica, sans-serif;
}
	
h4 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	vertical-align: top;
	color: #FFFFFF;
	font: normal 60%/85% Arial, Helvetica, sans-serif;
}

ul {
	margin: 0px 0px 30px;
	list-style: square outside;
	padding: 0px 0px 0px 18px;
}

li {
	margin: 0px;
}

/* link style */	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0d79a0;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}
	
a:hover {
	color: #333;
	text-decoration: none;
}
	
a:active {
	color: #333;
	text-decoration: none;
}

/* take out the troublemaking HR */
div.line hr { 
	display:none;
}

/* DIV that wraps and replaces the HR */
div.line { 
	background: transparent url(images/line.gif) no-repeat center center;
	height: 3px;
	width: 100%;
}

#containerlanding {
	width:800px;
	margin:0 auto;
	text-align:left;
	background: #FFFFFF url(images/intro.jpg) no-repeat;
	height: 600px;
}

#landingtextbox {
	width:800px;
	margin:0;
	height: 225px;
	float: right;
	width: 340px;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 350px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#container {
	width:680px;
	margin:0 auto;
	text-align:left;
	background: #FFFFFF;
}

#container2 {
	width:636px;
	margin:0;
	padding: 22px;
	position: relative;
	float: left;
}

#header {
	width: 680px;
	height: 90px;
	background: #CCCCCC url(images/header.jpg) no-repeat center center;
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*----nav---*/

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #394f28;
	list-style-type: none;
	cursor: default;
	width: 680px;
	height: 23px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 14em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 14em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #394f28;
	color: #FFF;
	text-decoration: none;
	padding: 4px 0px 4px 17px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #394f28;
	color: #CCC;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #394f28;
	color: #CCC;
}

ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	background-color:#99a960;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 4px 8px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-color: #99a960;
	color: #CCC;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul  a.MenuBarSubmenuVisible
{
	background-color: #99a960;
	color: #CCC;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*----nav end---*/

#photostop {
	width: 680px;
	height: 230px;
	padding: 0px;
	position: relative;
	margin: 0px;
	float: left;
	background: #CCCCCC url(images/photostop.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

#photoband {
	width: 680px;
	height: 22px;
	padding: 0px;
	position: relative;
	margin: 0px;
	float: left;
	background: #006600 url(images/photoband.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

#sectionband {
	width: 680px;
	height: 30px;
	padding: 0px;
	position: relative;
	margin: 0px;
	float: left;
	background: #006600 url(images/sectionband.jpg) no-repeat;
}

#sectionbandtextbox {
	margin: 0px;
	float: left;
	height: 12px;
	width: 300px;
	padding: 12px 0px 0px 22px;
}

#band {
	width: 680px;
	height: 20px;
	padding: 0px;
	position: relative;
	margin: 0px;
	float: left;
	background: #006600 url(images/band.jpg) no-repeat;
}

#bannner {
	width: 680px;
	height: 34px;
	padding: 0px;
	position: relative;
	margin: 0px;
	float: left;
	background: #006600;
}

/*sidenav*/
#col1{
	width:270px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
}

#col1photos {
	float:left;
	width:180px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

div #subnav {
	background: url(images/bcabout.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 410px;
	width: 170px;
}

/*gridboxes*/
#index_grid {
	padding:0px;
	width:326px;
	float: right;
	margin: 0px;
	clear: right;
}

/*gridtext*/
#col2
 {
	float:right;
	width:355px;
	margin:0px;
	padding: 0px;
	border-left: 1px solid #cdda88;
	list-style: square outside;
}

#col2box {
	float:right;
	width:340px;
	margin:0px 0px 0px 14px;
	padding: 0px;
	list-style: square outside;
}

#col2wide {
	float:right;
	width:420px;
	margin:0px;
	padding: 0px 0px 0px 22px;
	border-left: 1px solid #cdda88;
}

/*footer*/
#footer_wrap {
	width:100%;
	height:16px;
	padding-top:10px;
	clear: both;
	text-align: center;
	background: #1b2713 url(images/back.jpg) repeat;
	margin: 0px;
}

#col2logo {
	margin: 0px;
	float: right;
	height: 70px;
	width: 155px;
	background: #FFFFFF url(images/logo.jpg) no-repeat bottom;
	padding: 22px 0px 0px;
	position: relative;
}

/*embedded photos*/
#bcbook {
	background: url(images/bcbook.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 250px;
	width: 175px;
}

#bcabout {
	background: url(images/bcabout2.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcevents {
	background: url(images/bcevents.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bctestim {
	background: url(images/bctestim.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcmedia {
	background: url(images/bcmedia2.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bchistory {
	background: url(images/bchistory.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bccalender {
	background: url(images/bccalender.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bccourses {
	background: url(images/bccourses.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcfcourses {
	background: url(images/bcfcourses.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcunfcourses {
	background: url(images/bcunfcourses.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bccontact {
	background: url(images/bccontact.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcinstruct1 {
	background: url(images/bcinstruct1.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcinstruct2 {
	background: url(images/bcinstruct2.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcinstruct3 {
	background: url(images/bcinstruct3.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcschool {
	background: url(images/bcschool.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bcproshop {
	background: url(images/bcproshop.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#bccontact2 {
	background: url(images/bccontact2.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#col1_doyle {
	background: url(images/col1_doyle.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#col1_pparrish {
	background: url(images/col1_pparrish.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#col1_jcoles {
	background: url(images/col1_jcoles.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#col1_ibarguen {
	background: url(images/col1_ibarguen.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#col1_martin {
	background: url(images/col1_martin.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#col1_marren {
	background: url(images/col1_marren.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#col1_mcdonald {
	background: url(images/col1_mcdonald.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

#col1_rasmussen {
	background: url(images/col1_rasmussen.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 175px;
}

/* instructor table style */
div#dataTable td, #dataTable th{
	font: normal 0.7em/1em Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 3px;
	vertical-align: top;
	border-top: 1px solid #C9C2BC;
	text-align: left;
	}

.oddRow{
}

.hoverRow, .selectRow{
	background-color: #EDE5DE;
	cursor: pointer;
	cursor: hand;
}
	
div#threeColumn div.middlewide h1 {
	color: #007db1;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 3px;
}
