body {
	background:#222222;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
td, th {
	font-size:11px;
}
.topmenu-holder {
	position:relative;
	width:10px;
	z-index:10000;
}
a{
	color:#000000;
	}
a:hover{
		color:#c67e00;
		}
.divbg {
	position:absolute;
	left:473px;
	top:0px;
	width:505px;
	background:#000000;
	padding-left:10px;
	padding-right:10px;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
	height:20px;
}
.topmenu {
	position:absolute;
	left:473px;
	top:0px;
	width:505px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	z-index:10000;
	color:#FFFFFF;
}
.topmenu a{
	color:#FFFFFF;
	text-decoration:none;
	white-space:nowrap;
} 
.topmenu a:hover {
	color:#fba919;
}
a.selectedTop {
	color:#fba919;
}
.footer a.selectedBottom {
	color:#fba919;
}
.right-bg {
	background:#fba919 url(../images/right-bg.gif) no-repeat left 100px;
}
div.content {
	padding:40px;
	min-height:450px;
}
div.flash-holder {
	position:relative;
	z-index:1;
}
div.flash-cont {
	position:absolute;
	left:0px;
	top:0px;
}
div.title {
	margin-bottom:20px;
}
span.subtitle {
	color:#000000;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-bottom:7px;
	padding-right:20px;
	background:url(../images/tit-bullet.gif) no-repeat right bottom;
}
div.submenu a {
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/bullet.gif) no-repeat left 5px;
	padding-left:15px;
	border-bottom:1px solid #fba919;
	padding-bottom:7px;
	margin-bottom:7px;
}
div.submenu a:hover {
					color:#f79d00;
					}
div.padding {
	padding-left:15px;
	padding-right:15px;
}
div.bullet {
	background:url(../images/bullet2.gif) no-repeat left 5px;
	padding-left:10px;
	margin-left:15px;
}
 a.selected, .submenu a.selected{
		color:#fba919;
		}
.marquee{
		 position:absolute;
		 top:100px;
		 right:0;
		 z-index:1000;
		 width:280px;
			direction:ltr;
			cursor:pointer;
			}
.bullet a {
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
.bullet a:hover{
				color:#c67e00;
				}
.footer{
		color:#ffffff;
		padding:10px 0 0 40px;
		}
.footer a{
		color:#ffffff;
		padding:0 10px;
		text-decoration:none;
		}
.footer a:hover{
				text-decoration:none;
				color:#fba919;
				}
.bgswf{
		background:#222222;
		padding:5px;
		}
li{
	list-style:none;
	line-height:18px;
	}
.adv td{
	padding:3px;
	}
/**********Photo Gallery*************/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #febf41;
padding: 5px;
left: -1000px;
border: 1px solid gray;
/*visibility: hidden;*/
display:none;
color: black;
text-decoration: none;
white-space:nowrap;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
/*visibility: visible;*/
display:block;
top: -40px;
left: 80px; /*position where enlarged image should offset horizontally */

}

/*******Newsticker***********/
#NewsTicker{
	width:280px;
	height:50px;
}
#NewsVertical {
	width: 280px;
	height: 35px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* Ticker Vertical */
#TickerVertical {
		width: 280px;
		height: 50px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
#TickerVertical li {
		display: block;
		width: 260px;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding:0px 6px 10px 0;
		float: left;
	}
.seasonalTitle{
					font-size:15px;
					}