body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%;
	font-weight:normal;
	background: #fff;
	text-align:center;
	margin:0;
	color:#fff;
}




/*/////////////////////////////////// LINKS ///////////////////////////////////*/
a {
	text-decoration:none;
	cursor:pointer;
	color:#6187aa;
	font-weight:bold;
	outline:0;
}
a:focus {
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#fff;
}
a:active {
outline:none;
}



/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	overflow: hidden;
}
.space {
	height:25px;
}




/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:0;
} 
.PixLeft {
	margin-right:10px;
	margin-bottom:7px;
	float:left;
	border: none;
}
.PixRight {
	margin-left:10px;
	margin-bottom:7px;
	float:right;
	border: none;
}




/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
div#wrapper {
	background: #fff url(../images/backgrounds/blue_bg.jpg) center top repeat-y;
	margin:0 auto;
	padding:0;
	border-top:10px solid #fff;
	width:960px;
}
body#Intro div#wrapper {
	background: #fff;
}
body#Intro div#HomeFlash {
	background: #fff url(../images/backgrounds/blue_bg.jpg) center top repeat-y;
	margin:0 auto;
	padding:0;
	border-top:10px solid #fff;
	width:960px;
}





/*/////////////////////////////////// HEADER ///////////////////////////////////*/
div#wrapper div#header {
	margin:0 auto;
	padding:38px 0 0 0;
	height:193px;
	text-align:left;
	width:960px;
	background: transparent url(../images/backgrounds/page_header.gif) top center no-repeat;
}
div#header div#Logo {
	float:left;
	width:193px;
	height:193px;
	margin:0 0 0 37px;
}
div#header h1 {
	background:url(../images/logos/wfg_logo.gif) no-repeat;
	width:193px;
	height:193px;
	margin:0;
	display:block;
	float:left;
	font-weight:normal;
	text-indent:-9999px;
}
div#header h1 a {
	width:193px;
	height:193px;
	margin:0;
	display:block;
	font-size:0.1em;
}
div#header h2 {
	margin:0 37px 0 0;
	padding:0;
	text-indent:-9999px;
	font-size:0.1em;
}
div#header h2#trh {
	height:86px;
	width:86px;
	float:right;
	background:url(../images/logos/trh_logo.gif) no-repeat;
}
div#header h2#date {
	height:53px;
	background:url(../images/titles/international_tour.gif) no-repeat;
	width:672px;
	float:right;
	clear:right;
	margin-top:37px;
}






div#main {
	clear:both;
	margin:10px auto 0 auto;
	padding:0;
	text-align:left;
	width:884px;

}





/*///////////////////////////////////  MENU ///////////////////////////////////*/
div#leftCol {
	width:193px;
	float:left;
}
div#leftCol ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	clear:both;
	width:193px;
}
div#leftCol ul li {
	margin:0;
	padding:0;
	width:193px;
	line-height:120%;
	text-align:right;
	text-transform:uppercase;
	font-size:1.4em;
}
div#leftCol ul li a{
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
	/*background:transparent url(../images/backgrounds/page_header.gif) 50px 100px no-repeat;*/
	background: transparent url(../images/navigation/hover.gif) 0 -100px no-repeat;
}
div#leftCol ul li a:hover{
	color:#fff;
	text-decoration:none;
	/*background: url(../images/backgrounds/page_header.gif) -50px -100px no-repeat;*/
	background: transparent url(../images/navigation/hover.gif) 0 0 no-repeat;
}
div#leftCol ul li ul li {
	text-align:right;
	text-transform:none;
	font-size:.8em;
}
body#Home div#leftCol ul li.item01 a, body#Home div#leftCol ul li.item01 a:hover,
body#Tickets div#leftCol ul li.item02 a, body#Tickets div#leftCol ul li.item02 a:hover,
body#Cast div#leftCol ul li.item03 a, body#Cast div#leftCol ul li.item03 a:hover,
body#Photos div#leftCol ul li.item04 a, body#Photos div#Menu ul li.item04 a:hover,
body#News div#leftCol ul li.item05 a, body#News div#leftCol ul li.item05 a:hover,
body#Masterclass div#leftCol ul li.item06 a, body#Masterclass div#leftCol ul li.item06 a:hover {
	/*background:#fff;*/
	background: transparent url(../images/navigation/select.gif) 0 0 no-repeat;
	cursor:default;
	color:#004;
	text-decoration:none;
}





/* sub-menus */
div#leftCol ul li ul {
	display:none;
}
body#Education div#leftCol ul li.item04 ul {
	display:block;
	margin:0;
	/*background:#fff;*/
	background:none;
}
body#Education div#leftCol ul li.item04 li a {
	padding:7px 5px;
	/*background: #fff url(../images/backgrounds/page_header.gif) 50px 100px no-repeat;*/
	background: transparent url(../images/navigation/hover.gif) 0 -100px no-repeat;
	font-weight:normal;
	color:#fff;
	display:block;
	text-align:right;
	text-decoration:none;
}
body#Education div#leftCol ul li.item04 li a:hover {
	cursor:pointer;
	/*background: url(../images/backgrounds/page_header.gif) -50px -100px no-repeat;*/
	background: transparent url(../images/navigation/hover.gif) 0 0 no-repeat;
	text-decoration:none;
}



/* sub menu select*/
html body.sub01 div#wrapper div#leftCol ul li.item04 li.sub01 a,
html body.sub02 div#wrapper div#leftCol ul li.item04 li.sub02 a,
html body.sub03 div#wrapper div#leftCol ul li.item04 li.sub03 a,
html body.sub04 div#wrapper div#leftCol ul li.item04 li.sub04 a,
html body.sub05 div#wrapper div#leftCol ul li.item04 li.sub05 a {
	background: transparent url(../images/navigation/select.gif) 0 0 no-repeat;
	cursor:default;
	color:#004;
}


/* content column */
div#centerCol {
	width:498px;
	float:left;
}






/* right column */
div#rightCol {
	width:193px;
	float:right;
}
div#rightCol div {
	width:193px;
	clear:both;
	margin:0;
	padding:18px 0 0 0;
	background:url(../images/backgrounds/side_top.gif) no-repeat;
}
div#rightCol div.odd {
	background:url(../images/backgrounds/side-top-yell.gif) no-repeat;
}
div#rightCol div.lblue {
	background:url(../images/backgrounds/side-top-lblue.gif) no-repeat;
}
div#rightCol div.odd {
	background:url(../images/backgrounds/side-top-yell.gif) no-repeat;
}

div#rightCol div h3{
	padding-top:5px;
}
div#rightCol div.robin {
	background:none;
	padding:0;
}

div#rightCol div p{
	font-size:1.2em;
	margin:1em 0 0 0;
}
div#rightCol div div.RightContent{
	width:173px;
	clear:both;
	margin:0;
	padding:0 10px;
	background:url(../images/backgrounds/side_bg.gif) repeat-y;
}
div#rightCol div div.Yellow{
	background:url(../images/backgrounds/side-bg-yell.gif) repeat-y;
}
div#rightCol div div.Lblue{
	background:url(../images/backgrounds/side-bg-lblue.gif) repeat-y;
}
div#rightCol div div.Yellow a {
	color:#000033;
}
div#rightCol div div.RightContent h3 {
	margin:0;
}
div#rightCol div.Bottom {
	width:193px;
	clear:both;
	height:18px;
	margin-bottom:5px;
	padding:0;
	background:url(../images/backgrounds/side_bot.gif) no-repeat;
}
div#rightCol div.oddBot {
	background:url(../images/backgrounds/side-bot-yell.gif) no-repeat;
}
div#rightCol div.lblueBot {
	background:url(../images/backgrounds/side-bot-lblue.gif) no-repeat;
}
div#rightCol div#Tickets a {
	background:url(../images/buttons/buy_tickets.gif) no-repeat;
	width:166px;
	margin:0 auto;
	padding:3px 0;
	text-align:center;
	height:119px;
	display:block;
	text-indent:-9999px;
}
div#rightCol div#Newsletter a {
	background:url(../images/buttons/mailing_list3.gif) no-repeat;
	width:167px;
	margin:0;
	padding:0;
	height:38px;
	display:block;
	text-indent:-9999px;
}
div#Facebook a {
	background:url(../images/buttons/facebook.gif) no-repeat;
	width:167px;
	margin:0;
	padding:0;
	height:30px;
	display:block;
	text-indent:-9999px;
}
div#iTunes a {
	background: url(../images/buttons/podcast.gif) 0 0 no-repeat;
	width:193px;
	margin:0;
	padding:0;
	height:150px;
	display:block;
	text-indent:-9999px;
}
div#rightCol div#Blog ol {
	list-style:none;
	margin:1em 0 0 0;
	padding:0;
	border-top:1px dotted #fff;
	width:167px;
}
div#rightCol div#Blog h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.35em;
}
div#rightCol div#Blog ol li{
	font-size:1.2em;
	padding:5px 0;
	width:167px;
	border-bottom:1px dotted #fff;
}
div#rightCol div#Blog ol li a{
	display:block;
}






/* main text area */
div#textArea {
	margin:12px 20px 0  20px;
	width:458px;
	padding:0 0 30px 0;
	overflow:visible;
	clear:both;
}
div#textArea h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:2.5em;
	margin-top:0;
	margin-bottom:.8em;
	letter-spacing:-0.01em;
}
body#Cast div#textArea h3,
body#Education div#textArea h3,
body#News div#textArea h3 {
	margin:0;
}
body#Cast div#textArea,
body#Education div#textArea h4,
body#News div#textArea h4 {
	margin-bottom:1em;
	text-transform:none;
}

div#textArea h4 {
	font-size:2em;
	margin:0 0 .25em 0;
	color:#6187aa;
	/*text-transform:uppercase;*/
	font-weight:normal;
}
div#textArea h5 {
	font-size:1.7em;
	margin:0 0 .5em 0;
}
div#textArea h6 {
	font-size:1.3em;
	margin:0;
}
div#textArea p, div#textArea li, div#textArea td {
	font-size:1.3em;
	line-height:1.5em;
	margin:0;
}
div#textArea p {
	margin-bottom:1.7em;
}
div#textArea li li {
	font-size:1.0em;
}





/*/////////////////////////////////// CAST and CREATIVE LISTS ///////////////////////////////////*/
div#textArea ul.TwoColList {
	border-top: 1px dotted #fff;
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}
div#textArea ul.TwoColList li {
	border-bottom: 1px dotted #fff;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
div#textArea ul.TwoColList li a {
	display:block;
	float:left;
	width:98%;
	padding:1%;
	text-decoration:none;
	color:#fff;
}
div#textArea ul.TwoColList li.noLink {
	display:block;
	float:left;
	width:98%;
	padding:1%;
	color:#ccc;
	background:transparent url(../images/backgrounds/page_header.gif) 50px 100px no-repeat;
	text-decoration:none;
}
div#textArea ul.TwoColList li a:hover {
	text-decoration:none;
	background:#c49a47 url(../images/backgrounds/page_header.gif) -50px -70px no-repeat;
	color:#004;
}
div#textArea ul.TwoColList li span.ListRight {
	text-align:left;
	float:right;
	width:45%;
	font-style:italic;
	font-weight:normal;
}
body#News div#textArea ul.TwoColList li span.ListRight,
body#Tour div#textArea ul.TwoColList li span.ListRight {
	width:auto;
}





div#textArea .indent {
	text-align:left;
	float:right;
	width:45%
}






/*///////////////////////////////////  GENERAL ///////////////////////////////////*/
.Center {
	text-align:center;
}
.Credit {
	font-size:0.8em;
	font-style:italic;
}
.Right {
	text-align:right;
	float:right;
	font-weight:normal;
}
.Last , #textArea .Last {
	border:none;
	margin:0  !important;
	padding:0;
}
.Note {
	font-size:0.85em;
	margin:0;
	line-height:120%;
}
.small {
	font-size:0.65em;
	margin:0;
	line-height:120%;
}
.big {
	font-size:1.8em;
	margin:0;
	line-height:120%;
	letter-spacing:-0.01em;
}




/*///////////////////////////////////  quotes ///////////////////////////////////*/
div#textArea p.quotes {
	font-size:1.5em;
	line-height:120%;
	font-weight:normal;
	margin-bottom:1em;
}
div#textArea p.quotesBlue {
	font-size:1.5em;
	line-height:120%;
	font-weight:normal;
	margin-bottom:1em;
	color:#6187aa;
}

div#textArea p.quotes em {
	color:#6187aa;
	font-style:italic;
	font-size:85%;
}

div#textArea p.quotesBlue em {
	color:#ffffff;
	font-style:italic;
	font-size:85%;
}




/*///////////////////////////////////  FOOTER ///////////////////////////////////*/
#Footer {
	margin:0;
	padding:30px 0 0 0;
	background:transparent url(../images/backgrounds/page_footer.gif) top center no-repeat;
	width:100%;
	font-size:1em;
	clear:both;
}
body#Intro #Footer {
	background:none;
	padding:0;

}
#Footer div {
	width:940px;
	padding:10px 10px 5px 10px;
	background:#fff;
	color:#000;
	margin:0 auto;
}
#Footer a, #Footer a:hover {
	color:#0f335b;
}
#Footer #Copyright {
	margin:0;
	text-align:left;
	float:left;
	padding:0;
}
#Footer #FootLinks {
	float:right;
	padding:0;
	margin:0;
}
#Footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Footer ul li {
	border-right:1px solid #000;
	margin:0 4px 0 0;
	padding:0 4px 0 0;
	float:left;
}
#Footer ul li.Last {
	border:none;
	margin:0;
	padding:0;
}
#Footer h3 {
	margin:0;
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:2em;
	color:#003366;
}

/*///////////////////////////////////  Photos ///////////////////////////////////*/

#Photos #textArea h4 {
	font-size:2em;
	margin:0 0 .25em 0;
	color:#ffffff;
	/*text-transform:uppercase;*/
	font-weight:bold;
}