@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#000;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:sright;}
.clrleft	{clear:left;}
 
h1			{font:18px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}
h2			{font:16px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}
h3			{font:14px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:9px;line-height:10px;}
.sm10		{font-size:10px;line-height:11px;}

img,
#bgclaw {behavior: url(inc/pngbehavior.htc);}

h1.smheading	{
	background:url(../images/headerbg.jpg) repeat-x;
	font: 18px/26px "Century Gothic", 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-indent:30px;
	color: #ffd400;
	}

#poll	{
	background:#35393e;
	}

/*************  NEW WINDOW   ************/
a[target ="_blank"] {
   padding-right: 18px;
   background: transparent url(../images/newwindow.gif) no-repeat center right;
   }
a.nonewwin {
   padding-right: 18px;
   background: transparent url() no-repeat center right;
	}
a[target ="_blank"].pdf 	{
   padding-right: 18px;
   background: transparent url(../images/adobe-pdf.gif) no-repeat center right;
   }
ul#pdf a[target ="_blank"] {background:none;}




/******   LAYOUT   ******/
html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height:18px;
	background:#fff url(../images/bg.jpg) repeat-x;
	}

table, td	{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	background:url(../images/bgwrapper.jpg) repeat-y;
	}

#container	{
	width: 976px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	}
	
#header	{
	height:165px;
	margin:0 auto -22px auto;
	background:#fff url(../images/bgheader.jpg) repeat-x;
	}

* html #header {
	overflow:hidden;}

#header #official	{
	margin:16px 0 0 0px;
	float:right;
	width: 550px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#b0b2b4;
	}
	
#header #flheader	{
	margin: -159px 0 0 0;
	float:right;
	z-index:1;
	position:relative;
	}

#content		{
	float:left;
	width:476px;
	margin: -22px 15px 0 0;
	}

* html #content	{margin: -22px 6px 0 -2px;}


#sidebar	{
	float:right;
	width:275px;
	margin: -22px 5px 0 0;
	}

#darkbox	{
	background: #262a2e;
	border:2px solid #000;
	color:#fff;
	}

#bgclaw	{
	background: url(../images/bgclaw.png) no-repeat;
	float:left;
	width: 192px;
	height:194px;
	margin: 0 0 0 -15px;
	z-index:1;
	}

#logo	{
	margin: 0 0 0 -190px ;
	z-index:10;
	position:relative;
	}


	
#sidebar .partners img	{
	border:2px solid #000;
	width:225px;}

#sidebar .partners p	{
	font: 11px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 2px 0;}
		
	

/******* FOOTER *******/
#footer	{
	height:50px;
	padding: 8px;
	border-top:5px solid #fff;
	font-size:9px;
	color:#8c8d8d;
	background: #262a2e;
	clear:both;
	}
#footer a	{
	color:#8c8d8d;
	font-size:9px;
	text-decoration:none;
	}

#footer #credit				 {float:right;width:110px;}
#footer #credit a 	 		 {color:#696969;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}






/******* VERTICAL NAV MENU  ***********/
#nav	{margin-top:51px;}
ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0 4px 0 0;
  float:left;
  border: 0 none;
  padding: 0;
  width: 199px; /*For KHTML*/
  list-style: none;
	}

ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  z-index:500;
	}

/* Root Menu */
ul#vrtnav a {
  border-bottom: 1px solid #1c1c1c;
  padding: 0 6px;
  display: block;
  color: #b3b2b2;
  font: 13px/28px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background: #1c1c1c;
  color: #FFF;
	}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #292828;
  color: #b3b2b2;
	}

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #373636;
  color: #FFF;
	}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 199px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
	}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
	}






/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 300px;
	position:relative;
	z-index:1;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #262a2e;
	color:#fff;
	border: 1px solid #7c5b47;	
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#000;
	background:#ffd400;
	border:1px solid #696969;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	padding:2px 20px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}
	

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}

#contact .shhhh { display:none; }


/**********  Request tickets FORM   **********/
#request 	{
	margin:0 auto;
	padding: 5px;
	width: 360px;
	position:relative;
	}	


#request label,#request input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#request label {
	text-align: right;
	width: 160px;
	padding-right: 5px;
	}

#request br {clear: left;}

#request fieldset	{
	background: #262a2e;
	color:#fff;
	border: 1px solid #7c5b47;	
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#request legend	{
	color:#000;
	background:#ffd400;
	border:1px solid #696969;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	padding:2px 20px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}
	

#request fieldset ol {  
	padding-top: 0.25em;
	}
	
#request #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#request #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
	
#request #submit	{
	width: 60px;
	height:24px;
	margin-left:200px;
	}

#request .shhhh { display:none; }








	#tripes {
		border: 1px solid #666666;
	}

	#tripes tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
	
#join input	{width:200px;}
#join .shhhh, #request .shhhh	{display:none;}