*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	font: 12px/17px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #222;
	background: #000 url(/images/body_bg.gif) repeat-x;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
  font: 14px/17px  "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}

h1
{
	font-size: 1.3em;
	color: #dc143c;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
}

h2
{
	font-size: 1.2em;
	color: #8b4513;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #8f0c12;
	font-size: 1.3em;
	font-weight: bold;
}
h4 
{
  margin-top: 10px;
}
h5
{
  font-size: 1.0em;
  font-weight: normal;
  margin-top: -20px;
  margin-left: 10px;
  margin-bottom: 10px;
}

em
{
  font-style: normal;
  color: #78171a;
}


img
{
	border: 0;
}

a:link
{
	color: #222;
}

a:visited
{
	color: #222;
}

a:hover
{
	color: #fefdf5;
	background-color: #8d221c;
	text-decoration: none;
}

a:active
{
	color: #8d221c;
}

body#contact form
{
  clear: both;
  margin-top: 0; 
  margin-bottom: 10px;
}
form label b
{
  font-weight: normal;
  color: #8d221c;
}
.contact-errors
{
  border: 1px solid #8d221c;
  padding: 5px;
}
.contact-thanks
{
  background-color: #fefdf5;
}
input, select, textarea
{
  font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 2px;
  margin-bottom: 5px;
  border: none;
  border-top: 1px solid #8d221c;
  border-left: 1px solid #8d221c;
  background-color: #fefdf5;
}
input.btn-send
{
  border: 1px solid black;
  background-color: #8d221c;
  color: #fefdf5;
}

p, blockquote, li
{
	text-align: left;
	padding-left: 2px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

ul, ol, dl { position: relative; margin-top:-16px; }
li {
  position: relative;
  list-style-type: none;
  background: transparent url(/images/bullet_arrow.gif) 0 5px no-repeat;
  margin-left: 5px;
  padding-left: 10px; 
}
dl {margin: 10px 0 10px -30px;}
dt a:link, dt a:visited, dt a:hover, dt a:active
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	background: transparent;
	padding-left: 30px;
        padding-bottom: 10px;
  height: 100%;
}
dt a:hover
{
	color: #8f0c12;
	background: transparent url(/images/star-double.gif) no-repeat;
}
dl
{
  padding-right: 20px;
}
dd
{
	line-height: 1.2em;
	color: #801b17;
	padding-left: 50px;
}

#right p, #left p
{
	line-height: 15px;
	font-size: 10px;
}

#left p
{
	text-align: right;
}

#head
{
	text-align: left;
	height: 194px;
	background: transparent url(/images/hdr_bg.jpg) no-repeat;
	max-height: 194px;
	_overflow: hidden;
	z-index: 1;
}
#head-logo
{
	position: relative;
	text-indent: -9999px;
	height: 255px;
	background:	transparent url(/images/wow_logo.gif) no-repeat;
	z-index: auto;
}
#head div.head-top
{
	text-indent: -9999px;
	position: relative;
	float: right;
	z-index: 10;
	margin-right: 4px;
}
body#default #head div.head-top
{
	background: transparent url(/images/home-hdr-text.gif) no-repeat;
	padding: 10px 5px 0 0;
	height: 115px;
	width: 345px;
}
body#bios #head div.head-top
{
	background: transparent url(/images/bios-hdr-img.gif) no-repeat;
	height: 240px;
	width: 351px;
        margin-top: 5px;
        margin-right: 14px;
	_margin-right: 7px;
}
body#roadshow #head div.head-top,
body#roadshow-menu #head div.head-top,
body#calendar #head div.head-top,
body#testimonials #head div.head-top
{
	background: transparent url(/images/roadshow-hdr-img.gif) no-repeat;
	height: 290px;
	width: 339px;
}
body#pics #head div.head-top
{
	background: transparent url(/images/pics-hdr-img.gif) no-repeat;
	height: 195px;
	width: 367px;
}
body#contact #head div.head-top
{
	background: transparent url(/images/contact-hdr-img.gif) no-repeat;

	height: 244px;
	width: 381px;
}
body#privacy #head div.head-top


{
	background: transparent url(/images/privacy-hdr-img.gif) no-repeat;
	height: 225px;
	width: 343px;
}

#container
{
	text-align: left;
	background: transparent;
	margin: 0 auto;
	width: 719px;
}

#container p
{
  padding-bottom: 20px;
}

#main
{
	background: transparent url(/images/content_bg.jpg) repeat-y;
	width: 100%;
}

.menu
{
	clear: both;
	float: left;
	position: relative;
	background-color: transparent;
	padding: 0;
	margin: 0;
	color: #222;
	width: 233px;
	z-index: 100;
}

.menu li
{
	background-image: none;
	list-style: none;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active
{
	display: block;
	clear: left;
	color: #222;
	text-decoration: none;
	font-weight: normal;
	text-indent: -9999px;
}

.menu a#menu_home, .menu a#menu_home:link, .menu a#menu_home:visited, .menu a#menu_home:active 
{
	background: transparent url(/images/mainmenu.gif) 0 0 no-repeat;
	height: 50px; width: 233px;
}
.menu a#menu_home:hover, .menu a#menu_home.active,
.menu a#menu_home.active:link,
.menu a#menu_home.active:visited,
.menu a#menu_home.active:hover,
.menu a#menu_home.active:active
{
	background: transparent url(/images/mainmenu_hi.gif) 0 0 no-repeat;
}
.menu a#menu_bios, .menu a#menu_bios:link, .menu a#menu_bios:visited, .menu a#menu_bios:active 
{
	background: transparent url(/images/mainmenu.gif) 0 -46px no-repeat;
	height: 30px; width: 233px;
}
.menu a#menu_bios:hover, .menu a#menu_bios.active,
.menu a#menu_bios.active:link,
.menu a#menu_bios.active:visited,
.menu a#menu_bios.active:hover,
.menu a#menu_bios.active:active
{
	background: transparent url(/images/mainmenu_hi.gif) 0 -46px no-repeat;
}
.menu a#menu_roadshow, .menu a#menu_roadshow:link, .menu a#menu_roadshow:visited, .menu a#menu_roadshow:active 
{
	background: transparent url(/images/mainmenu.gif) 0 -75px no-repeat;
	height: 82px; width: 233px;
}
.menu a#menu_roadshow:hover, .menu a#menu_roadshow.active,
.menu a#menu_roadshow.active:link,
.menu a#menu_roadshow.active:visited,
.menu a#menu_roadshow.active:hover,
.menu a#menu_roadshow.active:active
{
	background: transparent url(/images/mainmenu_hi.gif) 0 -75px no-repeat;
}
.menu a#menu_pics, .menu a#menu_pics:link, .menu a#menu_pics:visited, .menu a#menu_pics:active 
{
	background: transparent url(/images/mainmenu.gif) 0 -155px no-repeat;
	height: 30px; width: 233px;
}
.menu a#menu_pics:hover, .menu a#menu_pics.active,
.menu a#menu_pics.active:link,
.menu a#menu_pics.active:visited,
.menu a#menu_pics.active:hover,
.menu a#menu_pics.active:active
{
	background: transparent url(/images/mainmenu_hi.gif) 0 -155px no-repeat;
}
.menu a#menu_contact, .menu a#menu_contact:link, .menu a#menu_contact:visited, .menu a#menu_contact:active 
{
	background: transparent url(/images/mainmenu.gif) 0 -185px no-repeat;
	height: 30px; width: 233px;
}
.menu a#menu_contact:hover, .menu a#menu_contact.active,
.menu a#menu_contact.active:link,
.menu a#menu_contact.active:visited,
.menu a#menu_contact.active:hover,
.menu a#menu_contact.active:active
{
	background: transparent url(/images/mainmenu_hi.gif) 0 -185px no-repeat;
}
.menu a#menu_merchandise, .menu a#menu_merchandise:link, .menu a#menu_merchandise:visited, .menu a#menu_merchandise:active 
{
	background: transparent url(/images/mainmenu.gif) 0 -215px no-repeat;
	height: 40px; width: 233px;
}
.menu a#menu_merchandise:hover, .menu a#menu_merchandise.active,
.menu a#menu_merchandise.active:link,
.menu a#menu_merchandise.active:visited,
.menu a#menu_merchandise.active:hover,
.menu a#menu_merchandise.active:active
{
	background: transparent url(/images/mainmenu_hi.gif) 0 -215px no-repeat;
}

li>a
{
	float: none;
}

#left
{
	float: left;
	width: 235px;
	\width: 235px;
	w\idth: 235px;
	padding-top: 0;
}

#center
{
	position: relative;
	margin: 0 100px 245px 275px;
	padding-top: 30px;
	z-index: 1000;
}
body#pics #center
{
  margin-left: 250px;
  margin-right: 50px;
}
body#roadshow-menu #center,
body#calendar #center,
body#testimonials #center,
body#contact #center
{
  background: transparent url(/images/center_bg.gif);
  margin-left: 250px;
  margin-right: 25px;
  margin-top: 10px;
  padding-left: 50px;
}
body#testimonials #center,
body#calendar #center
{
  padding-right: 25px;
}
body#contact #center
{
  padding-right: 50px;
  margin-top: 60px;
}

/* Hides from IE5-mac \*/
* html #center {height: 1%;}
/* End hide from IE5-mac */
#right
{
	display: none;
	float: right;
	width: 120px;
	\width: 120px;
	w\idth: 120px;
	margin-left: 5px;
	padding-top: 25px;
}

#foot
{
	/* position: relative; */
	clear: both;
	font-size: .9em;
	line-height: 1.8em;
	text-align: center;
	color: #222;
	border: none;
	height: 55px;
	background: transparent url(/images/ftr_bg.gif) no-repeat bottom;
	z-index: 10;
}
div#foot-chrome
{
	position: relative;
	float: right;
	margin: -315px -55px 0 0;
	height: 323px;
	width: 652px;
	z-index: 1;
	background: transparent url(/images/roadshow-ftr-chrome.gif) no-repeat;
}
body#default div#foot-chrome { background: transparent url(/images/home-ftr-chrome.gif) no-repeat; }
#foot-links
{
	clear: both;
	font-size: .9em;
	line-height: 1.8em;
	text-align: center;
	color: #cebd84;
	padding: 0px 0 10px 25px;
}
#foot-links a {
	color: #cebd84;
	text-decoration: none;
}

.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

/* ********************************
 roadshow hdr/menu
*/
body#roadshow h3, body#calendar h3, body#testimonials h3
{
  display: none;
}
#h2-roadshow
{
	background: transparent url(/images/h2-roadshow.gif) no-repeat;	
	width: 378px;
	height: 65px;
	text-indent: -9999px;
}
#h2-roadshow-menu
{
  background: transparent url(/images/h2-roadshow-menu.gif) no-repeat;	
  height: 69px;
  text-indent: -9999px;
  width: 90%;
}
#h2-calendar
{
  background: transparent url(/images/h2-calendar.gif) no-repeat;
  margin-top: -10px;
  height: 40px;
  text-indent: -9999px;
}
#h2-testimonials
{
  background: transparent url(/images/h2-testimonials.gif) no-repeat;	
  margin-top: -10px;
  height: 54px;
  text-indent: -9999px;
}

#submenu-roadshow
{
  position: relative;
  height: 90px;
  width: 317px;
  background: transparent url(/images/clickontheabove.gif) bottom right no-repeat;
  margin: -18px 0 0 300px;
  z-index: 100;
}
#submenu-roadshow li { background-image: none; list-style: none; }
#submenu-roadshow a:link, #submenu-roadshow a:visited, #submenu-roadshow a:hover, #submenu-roadshow a:active {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#rsub-about { background: transparent url(/images/roadshowmenu.gif) 0 0; width: 305px; height: 21px; }
#rsub-about:hover, #rsub-about.active { background: transparent url(/images/roadshowmenu_hi.gif) 0 0; }
#rsub-roadshow { background: transparent url(/images/roadshowmenu.gif) 0 -20px; width: 305px; height: 25px; }
#rsub-roadshow:hover, #rsub-roadshow.active { background: transparent url(/images/roadshowmenu_hi.gif) 0 -20px; }
#rsub-calendar { background: transparent url(/images/roadshowmenu.gif) 0 -45px; width: 160px; height: 27px; }
#rsub-calendar:hover, #rsub-calendar.active { background: transparent url(/images/roadshowmenu_hi.gif) 0 -45px; }
#rsub-testimonials { margin: -27px 0 0 160px; background: transparent url(/images/roadshowmenu.gif) 144px -45px; width: 144px; height: 28px; }
#rsub-testimonials:hover, #rsub-testimonials.active { background: transparent url(/images/roadshowmenu_hi.gif) 144px -45px; }

/*********************************
 PDF links
*/
.pdf-links
{
  float: right;
  height: 27px;
  padding: 5px 0 0 36px;
  margin: -25px 5px 0 0;
  background: transparent url(/images/pdf_icon.gif) no-repeat;
  font-size: .8em;
  line-height: 1.2em;
}

/*********************************
 Flash Portal images
*/
#wow-portal
{
  clear: left;
  position: relative;
  top: 10px;
  left: 16px;
  height: 205px;
  width: 202px;
  overflow: hidden;
  background: #222;
}

/*********************************
 These are standard sIFR styles... do not modify 
*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.NsIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -4px;
	font-size: 18px;
	line-height: 21px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size: 14px;
	line-height: 18px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/**********************************
pics thumbnail
*/
.rssThumbFloat {
  float: left;
  width: 112px;
  height: 105px;
  background: transparent url(/images/pics-th-bg.gif) no-repeat;
  margin: 0;
  padding: 15px 0 0 18px;
  text-align: left;
  font-size: .85em;
}
