.marquee {
	display:block;

}

.marquee a{ 
display:block; 

}

.marquee:hover a{
background-color:#FC0;
}


.halfopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-moz-opacity: 0.3;
}

.halfopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
	
		
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #F30;
}
a:active {
	color: #F30;
}


.thrColFixHdr #divisionheader	{
	text-align:center;
	width:640px;
	background-color:#183573;
	border-style:outset; 
	color:#FFF;
	border-bottom:none;
}

.thrColFixHdr #divisionbody	{
	text-align:center;
	width:640px;
	background-color:#183573;
	border-style:outset; 
	color:#FFF;
	border-top:none;
	float:none;
}

.thrColFixHdr #header {
	border-top:10px solid black;
	border-left:10px solid black;
	border-right:10px solid black;
	border-bottom:0px solid black;
	height:197px;
	background: #000;
	background-image:url(http://www.budlighttrail.com/BLT/images/sunsetbannerNEW.jpg);
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat:no-repeat;
	background-position:center;
} 

.thrColFixHdr #headerbasic {
	border-top:10px solid black;
	border-left:10px solid black;
	border-right:10px solid black;
	border-bottom:0px solid black;
	height:200px;
	background: #000; 
	background-image:url(http://www.budlighttrail.com/BLT/images/BLTsimpleheader.jpg);
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat:no-repeat;
	background-position:center;
} 

.thrColFixHdr #headerserene {
	border-top:10px solid black;
	border-left:10px solid black;
	border-right:10px solid black;
	border-bottom:0px solid black;
	height:195px;
	background: #000; 
	background-image:url(http://www.budlighttrail.com/BLT/images/sunsetbanner.jpg);
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat:no-repeat;
	background-position:center;
} 

.thrColFixHdr #menu {
	border-top:5px solid black;
	border-left:3px solid black;
	border-right:0px solid black;
	border-bottom:10px solid black;
	height:20px;
	background: #000; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat:no-repeat;
	background-position:center;
} 

.thrColFixHdr #marqueesponsor {
	text-align:center;
	border-top:5px solid black;
	border-left:10px solid black;
	border-right:10px solid black;
	border-bottom:0px solid black;
	height:130px;
	background: #000; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-position:center;
	background-repeat:repeat-x;
	
} 

.thrColFixHdr #marqueesponsor2 {
	text-align:center;
	border-top:5px solid black;
	border-left:10px solid black;
	border-right:10px solid black;
	border-bottom:0px solid black;
	height:230px;
	background: #000; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-position:center;
	background-repeat:repeat-x;
	
} 

.thrColFixHdr #scroller {
	color:#000;
	background: #000;
	border-top:0px solid black;
	border-left:0px solid black;
	border-right:0px solid black;
	border-bottom:0px solid black;
	height:0px;
	 
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	

}

.thrColFixHdr #scroller a:link {
color: #fff;
text-decoration:underline;
}

.thrColFixHdr #scroller a:hover {
color: #F90;
text-decoration:underline;
}

.thrColFixHdr #scroller a:visited {
color: #FFF;
text-decoration:underline;
}

.thrColFixHdr.scroller a:active {
color: #F60;
text-decoration:underline;
}

.thrColFixHdr #footer {
	border-top:0px solid #FFF;
	border-left:5px solid black;
	border-right:5px solid black;
	border-bottom:10px solid black;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align:center;
} 

.thrColFixHdr #footer p {
	text-align:center;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #122755;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	
	background-image: url(http://www.budlighttrail.com/BLT/images/mainBG-2.jpg);
	background-position:center;
	background-repeat: repeat;
}

.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#bigbody	{
	float:left;
	text-align:center;
	margin-left:5px;
	margin-top:10px;
	width:953px;
	height:500px;
	overflow:auto;
	border-bottom-color:#FFF;
	background-color:#000;
	background-image:url(http://www.budlighttrail.com/BLT/images/divBG.png);
	background-repeat:repeat-x;
	border-style:outset; 
	color:#FFF;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	text-align:center;
	border-top:5px solid black;
	border-left:0px solid black;
	border-right:5px solid black;
	border-bottom:0px solid black;
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 0px; /* padding keeps the content of the div away from the edges */
}



.thrColFixHdr #sidebar2 {
	border-top:5px solid black;
	border-left:5px solid black;
	border-right:0px solid black;
	border-bottom:0px solid black;
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	background-position:center;
	background-repeat:repeat-y;
	padding: 0px 0px 5px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent {
	border-top:5px solid black;
	border-left:5px solid black;
	border-right:0px solid black;
	border-bottom:0px solid black;
	color:#FFF;
	background-color:#000;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
} 

.thrColFixHdr #mainContent2 {
	border-style:inset;
	border-top:1px #FFF;
	border-left:1px inset white;
	border-right:1px inset white;
	border-bottom:1px inset white;
	color:#FFF;
	background-color:#000;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
} 

.thrColFixHdr #mainContent2 {
	float:left;
	border-top:0px solid black;
	border-left:0px solid black;
	border-right:0px solid black;
	border-bottom:0px solid black;
	color:#FFF;
	background-color:#000;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
} 

.thrColFixHdr #sponsorfooter {
	border-top:5px solid black;
	border-left:10px solid black;
	border-right:10px solid black;
	border-bottom:0px solid black;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color:#000;
} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/* slides styling */

.photo {width:545px; text-align:left; position:relative; margin:0 auto;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:542px; height:545px; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:77px; height:542px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:76px; height:542px; text-align:center; line-height:1.218em; color:#fff; text-decoration:none; border:1px solid #fff; border-width:1px 1px 1px 1px; background:#000; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#fff; background:#753A00;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#000; background:#F90;}

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:50px; list-style:none; padding:0; margin:0; height:433px; background:#000; width:481px; padding:10px 10px; border:20px solid #753A00; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:50px; list-style:none; padding:0; margin:0; height:433px; background:#000; width:481px; padding:10px 10px; border:20px solid #F90; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:112px; height:112px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:110px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:100px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:200px; border-color:#f90;}



/*this is for the division links (top of each division page)*/
.hovermenu ul{
font: bold 12px arial;
padding-left: 2px;
margin-left: 0;
height: 20px;
width: 620px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #f90;
background-color: #000;
border: 2px solid white;
border-bottom:thin;
border-bottom-color:#FFF;
border-style: outset;
}

.hovermenu ul li a:hover{
color: #000;
background-color: #f90;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/*this is for the RED division links (top of each division page)*/
.hovermenured ul{
font: bold 12px arial;
padding-left: 2px;
margin-left: 0;
height: 20px;
width: 540px;
}

.hovermenured ul li{
list-style: none;
display: inline;
}

.hovermenured ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #F00;
background-color: #000;
border: 2px solid white;
border-bottom:thin;
border-bottom-color:#FFF;
border-style: outset;
}

.hovermenured ul li a:hover{
color: #fff;
background-color: #f00;
border-style: outset;
}

html>body .hovermenured ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/*this is the css for the vertical version*/
		.vertical ul{
			font: 14px Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			list-style-type: none;
			padding: 0;
			width: 160px;
			margin: 0;
			position: relative;
			text-align:center;
			color:#000;
			background-image:url(images/navwhite_bg.jpg);
			border-top: 0px solid black;
		}
		.vertical li a{
			display: block;
			width: 160px;
			text-decoration: none;
			height: 20px;
			padding: 4px 0px 0px 0px;
			border: 1px solid;
			
			border-top: 0px solid black;
		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		} 
		.vertical li:first-child>a{
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			border-top: 0px solid black;
		}
		.vertical a.first{
			border-top: 1px solid;
		}
		.vertical li ul{
			position: absolute;
			top: -0px;
			left: 160px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -160px;
		}
		
		
		
		
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display:none;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		
		
		.bluewhite li a{
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			background-color: #000;
			background-image:url(images/navblue_bg.jpg);
			color: #FFF;
			border-color: #000;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			background-color: #039;
			background-image:url(images/navblue_hover.jpg);
			color: #FFF;
			border-color: #0000;
		}
		.bluewhite li:first-child>a:hover{
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			background-color: #039;
			background-image:url(images/navblue_hover.jpg);
			color: white;
			border-color: #0000;
		}
		.bluewhite ul{
			border-color: #0000;
		}
		

/*this is the css for the horizontal version*/
		.horizontal2 ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.horizontal2 ul li{
			float: left;
			position: relative;
		}
		.horizontal2 ul li a{
			display: block;
			width: 115px;
			text-decoration: none;
			height: 1.5em;
			padding: .1em 1px;
			overflow: hidden;
			border: 0px solid #333;
			border-left: none;
		}
		.horizontal2 li li{
			float: none;
			border-bottom: 0px solid #333;
			margin-bottom: 1px;
		}
		.horizontal2 li li.last{
			border-bottom: none;
		}
		.horizontal2 ul li ul{
			position: absolute;
			top: 1.9em;
			left: -1px;
			margin-top: -1px;
		}
		.horizontal2 ul ul ul{
			width: 115px;
			top: 0px;
			left: 118px;
			margin-top: 0;
		}
		.horizontal2.left ul ul ul,.horizontal2 .left ul ul{
			top: 0px;
			left: -118px;
		}
		.horizontal2 ul li li a{
			border: 0px solid #333;
			border-top: none;
		}
		.horizontal2 ul li:first-child>a{
			border-left: 0px solid;
		}
		.horizontal2 ul li a.first{
			border-left: 0px solid;
		}
		.horizontal2 ul li li a.first{
			border-top: 0px solid;
		}
		.horizontal2 ul li li:first-child>a{
			border-top: 0px solid;
		}
		div.horizontal2 ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal2 ul li.pixelfix ul ul{
			left: 118px;
		}
		
/*colors for menu*/
				
		.bluewhite2 li a{
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			background-color: #000;
			
			background-image:url(images/menu-V-BG.jpg);
			color: #fff;
			border-bottom: 0px solid white;
		}
		.bluewhite2 li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			background-color: #006;
			background-image:none;
			color: #fff;
			border-color: #FFF;
		}
		.bluewhite2 li:first-child>a:hover{
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			background-color: #006;
			background-image:none;
			color: fff;
			border-color: #FFF;
		}
		.bluewhite2 ul{
			border-color: #ff0;
		}
		
		
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox2
{
	cursor: default;
	list-style: none;
}

.hoverbox2 a
{
	cursor: default;
}

.hoverbox2 a .preview
{
	display: none;
}

.hoverbox2 a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -25px;
	z-index: 1;
}

.hoverbox2 img
{
	background: #000;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 100px;
}

.hoverbox2 li
{
	background: #000;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox2 .preview
{
	border-color: #000;
	width: 150px;
	height: 225px;
}		


#blanket {
background-color:#111;
   opacity: 0.65;
   filter:alpha(opacity=65);
   position:fixed;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
   height:100%;

}
#popUpDiv {
position:absolute;
background-color:#000000;
width:700px;
height:370px;
border:outset;
color:#FFFfff;
z-index: 9002;
top:200px;
left:200px;
}

table, td
{
    border-color: #ffffff;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}


/* =Hoverbox Code3
----------------------------------------------------------------------*/

.hoverbox3
{
	cursor: default;
	list-style: none;
}

.hoverbox3 a
{
	cursor: default;
}

.hoverbox3 a .preview
{
	display: none;
}

.hoverbox3 a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -25px;
	z-index: 1;
}

.hoverbox3 img
{
	background: #000;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 50px;
	height: 50px;
}

.hoverbox3 li
{
	background: #000;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 4px;
	padding: 4px;
	position: relative;
}

.hoverbox3 .preview
{
	border-color: #F90;
	width: 100px;
	height: 100px;
}		


/*this is for the photo links (top of each division photo page)*/
.hovermenu2 ul{
font: bold 12px arial;
padding-left: 2px;
margin-left: 0;
height: 20px;
width: 806px;
}

.hovermenu2 ul li{
list-style: none;
display: inline;
}

.hovermenu2 ul li a{
padding: 5px 1.5em;
margin-left:10px;
margin-right:10px;
text-decoration: none;
float: left;
color: #f90;
background-color: #000;
border: 2px solid white;
border-bottom:thin;
border-bottom-color:#FFF;
border-style: outset;
}

.hovermenu2 ul li.current a{
padding: 5px 1.5em;
margin-left:10px;
margin-right:10px;
text-decoration: none;
float: left;
color: #000;
background-color: #f90;
border: 2px solid white;
border-bottom:thin;
border-bottom-color:#FFF;
border-style: inset;
}

.hovermenu2 ul li a:hover{
color: #000;
background-color: #960;
border-style: outset;
}

html>body .hovermenu2 ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/*this is for the division links (top of each division page)*/
.hovermenu3 ul{
font: bold 10px arial;
padding-left: 2px;
margin-left: 0;
height: 35px;
width: 100%;
}

.hovermenu3 ul li{
list-style: none;
display: inline;
}

.hovermenu3 ul li a{
padding: 2px 1.5em;
margin-left:2px;
margin-right:2px;
text-decoration: none;
float: left;
color: #f90;
background-color: #000;
border: 2px solid white;
border-bottom:thin;
border-bottom-color:#FFF;
border-style: outset;
}

.hovermenu3 ul li.current a{
padding: 2px 1.5em;
margin-left:2px;
margin-right:2px;
text-decoration: none;
float: left;
color: #000;
background-color: #f90;
border: 2px solid white;
border-bottom:thin;
border-bottom-color:#FFF;
border-style: inset;
}

.hovermenu3 ul li a:hover{
color: #000;
background-color: #f90;
border-style: outset;
}

html>body .hovermenu3 ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
