@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #000000;
	margin-top: 0px;
	margin-right:	0px;
	margin-bottom:	0px;
	margin-left:	0px;
	background-image: url(/_images/template/bkg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#header
{
	height: 130px;
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#white-bar
{
	height: 44px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(/_images/template/nav/bkg-holder.gif);
	background-repeat: repeat;
	background-position: top;
}

#search
{

	padding-top: 80px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
		
}

.search-box
{
	width: 210px;
	height: 25px;
	background-image: url(/_images/template/form/bkg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 0px;
	padding-left: 20px;
	padding-top: 5px;
	background-color: transparent;
	background-position: left top;
}

.search-button
{
	width: 68px;
	height: 25px;
	background-image: url(/_images/template/form/button.gif);
	background-repeat: no-repeat;
	border: 0px;
	position: fixed;
	padding: 0px;
	position: absolute;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#content
{
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:140%;
	color: #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

#content-sub
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#left
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#white-lines
{
	height: 150px;
	width: 100%;
	background-image: url(/_images/template/white-lines.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.footer
{
	width: 880px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height:140%;
	color: #666666;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 20px;
}

.small
{

	font-size: 10px;
	color: #666666;

}

#grey-lines
{
	height: 110px;
	width: 100%;
	background-image: url(/_images/template/grey-lines.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#navigation 
{
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

a:link 
{ 
color: #ccff00; 
text-decoration: none;
border-bottom:1px dotted #ccff00;
}

a:visited 
{ 
color: #ccff00; 
text-decoration: none;
border-bottom:1px dotted #ccff00;
}

a:hover 
{
color: #000000; 
text-decoration: none;
background-color: #ccff00;
} 

a.onwhite:link 
{ 
color: #000000; 
text-decoration: none;
background-color: #ccff00;
}

a.onwhite:visited 
{ 
color: #000000; 
text-decoration: none;
background-color: #ccff00;
}

a.onwhite:hover 
{
color: #000000; 
text-decoration: none;
border-bottom:1px dotted #ccff00;
background-color: #FFFFFF;
} 

a.footer-link:link 
{ 
color: #666666; 
text-decoration: none;
border-bottom:0px dotted #ccff00;
}

a.footer-link:visited 
{ 
color: #666666; 
text-decoration: none;
border-bottom:0px dotted #ccff00;
}

a.footer-link:hover 
{
color: #FFFFFF; 
text-decoration: none;
border-bottom:1px dotted #ccff00;
background-color: #000;
} 

a.nav-home {
	display: block;
	width: 49px;
	height: 44px;
	background: url(/_images/template/nav/home.gif);
	text-align: left;	border-bottom: none;
} 

a.nav-home:hover 
{ 
   background-position: -49px 0; 
}

#home a.nav-home
{ 
   background-position: -49px 0; 
}

a.nav-events {
	display: block;
	width: 85px;
	height: 44px;
	background: url(/_images/template/nav/events.gif);
	text-align: left;	border-bottom: none;
} 

a.nav-events:hover { 
   background-position: -85px 0; 
}

#events a.nav-events
{ 
   background-position: -85px 0; 
}

a.nav-news {
	display: block;
	width: 84px;
	height: 44px;
	background: url(/_images/template/nav/news.gif);
	text-align: left;	border-bottom: none;
} 

a.nav-news:hover { 
   background-position: -84px 0; 
}

#news a.nav-news
{ 
   background-position: -84px 0; 
}

a.nav-interviews {
	display: block;
	width: 94px;
	height: 44px;
	background: url(/_images/template/nav/interviews.gif);
	text-align: left;	border-bottom: none;
} 

a.nav-interviews:hover { 
   background-position: -94px 0; 
}

#interviews a.nav-interviews
{ 
   background-position: -94px 0; 
}

a.nav-contact {
	display: block;
	width: 78px;
	height: 44px;
	background: url(/_images/template/nav/contact.gif);
	text-align: left;	border-bottom: none;
} 

a.nav-contact:hover { 
   background-position: -78px 0; 
}

#contact a.nav-contact
{ 
   background-position: -78px 0; 
}

a.nav-about {
	display: block;
	width: 91px;
	height: 44px;
	background: url(/_images/template/nav/about.gif);
	text-align: left;	border-bottom: none;
} 

a.nav-about:hover { 
   background-position: -91px 0; 
}

#about a.nav-about
{ 
   background-position: -91px 0; 
}

a.nav-reviews {
	display: block;
	width: 128px;
	height: 44px;
	background: url(/_images/template/nav/reviews.gif);
	text-align: left;	border-bottom: none;
} 

a.nav-reviews:hover { 
   background-position: -128px 0; 
}

#reviews a.nav-reviews
{ 
   background-position: -128px 0; 
}

a.nav-shop {
	display: block;
	width: 48px;
	height: 44px;
	background: url(/_images/template/nav/shop.gif);
	text-align: left;	border-bottom: none;
} 

a.nav-shop:hover { 
   background-position: -48px 0; 
}

#shop a.nav-shop
{ 
   background-position: -48px 0; 
}

#home-nextevent
{
	background-image: url(/_images/home/next-event.jpg);
	background-repeat: no-repeat;
}

.home-nextevent-text
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute; 
	padding-top: 20px;
	padding-left: 10px;
}

a.imagelink:link 
{ 
color: none;
background-color: transparent;
text-decoration: none;
border-bottom: 0px dotted #ccff00;
}

a.imagelink:visited 
{ 
color: none; 
background-color: transparent;
text-decoration: none;
border-bottom: 0px dotted #ccff00;
}

a.imagelink:hover 
{
color: none; 
background-color: transparent;
text-decoration: none;
border-bottom: 0px dotted #ccff00;
} 

h1 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccff00;
	padding: 2px;
	line-height:100%;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccff00;
	padding: 2px;
	line-height:100%;
}

.cta

{
	font-size: 14px;
	color: #ccff00;
	line-height:100%;
	text-align: center;
	font-weight: bold;
}

a.home-facebook {
	display: block;
	width: 180px;
	height: 122px;
	background: url(/_images/home/facebook.gif);
	text-align: left;	border-bottom: none;
} 

a.home-email:hover { 
   background-position: -180px 0; 
}

a.home-email {
	display: block;
	width: 180px;
	height: 128px;
	background: url(/_images/home/email.gif);
	text-align: left;	border-bottom: none;
} 

a.home-facebook:hover { 
   background-position: -180px 0; 
}


#sub_subnavlist
{
padding: 0px;
margin:0px;
margin-left: 0;
margin-right: 0px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 150px;
}

#sub_subnavlist li
{
list-style: none;
margin: 0px;
margin-left: 0px;
border-bottom: 1px #CCCCCC dashed;
text-align: right;
}

#sub_subnavlist li a
{	
height: 25px;
display: block;
padding: 5px 5px 0px 5px;
text-decoration: none;
}

#sub_subnavlist li a:link { color: #999999; }
#sub_subnavlist li a:visited { color: #999999; }

#sub_subnavlist li a:hover
{
height: 25px;
color: #FF9933;
background-color: #FBFBF5;
}

#subnavlisthead
{
padding: 0px;
margin:0px;
margin-left: 0;
margin-right: 0px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 150px;
}

#subnavlisthead li
{
list-style: none;
background-color: #EDEDED;
margin: 0px;
margin-left: 0px;
border-bottom: 1px #FF9933 dashed;
text-align: right;
}

#subnavlisthead li a
{	
height: 25px;
display: block;
padding: 5px 5px 0px 5px;
text-decoration: none;
font-weight: bold;
}

#subnavlisthead li a:link { color: #666666; }
#subnavlisthead li a:visited { color: #666666; }

#subnavlisthead li a:hover
{
height: 25px;
font-weight: bold;
color: #FF9933;
background-color: #EDEDED;
text-decoration: none;
}



#sub_subnavlist
{
padding: 0px;
margin:0px;
margin-left: 0;
margin-right: 0px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 150px;
}

#sub_subnavlist li
{
list-style: none;
margin: 0px;
margin-left: 0px;
border-bottom: 1px #CCCCCC dashed;
text-align: right;
}

#sub_subnavlist li a
{	
height: 25px;
display: block;
padding: 5px 5px 0px 5px;
text-decoration: none;
}

#sub_subnavlist li a:link { color: #999999; }
#sub_subnavlist li a:visited { color: #999999; }

#sub_subnavlist li a:hover
{
height: 25px;
color: #FF9933;
background-color: #FBFBF5;
}

#breadcrumb 
{
	font-size: 10px;
}

.imageborder
{
	border: 1px solid #ccff00;
	padding: 5px;
	text-align: center;
}

.photo-caption
{
	font-size: 9px;
	color: #000000;
	background-color: #ccff00;
	padding: 5px;
}

.innertable2
{
	padding: 10px;
}

hr

{
	height: 1px;
	color: #999;
	border-top: 1px dashed #999;
}

.header-title
{

	color : #FF6600;
	line-height:140%;
	font-size : 18px;
	font-weight: bold;
}

.grey_big_dark
{
	font-size: 18px;
	color: #666;
	line-height:140%;
}

.subhead
{
	font-size: 12px;
	font-weight: bold;
	color: #99cc00;
}

#audioplayer
{
	background-image: url(/_images/home/flashplayer.gif);
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	
}
