/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/160% Verdana, Arial, Helvetica, sans-serif;
	color: #fff; 
	margin: 0; padding: 0;
	background: #333 url(../images/bg5.jpg) no-repeat top center;
	letter-spacing: 1px;
	font-size-adjust: none;
	text-transform: none;
	width: 100%;
	display: table;
}

/* Links */
a {
	text-decoration: none;
	color: #FFE763;	
	border-bottom: #FFF 1px dotted;
	padding: 1px 1px;
}
a:hover, a:focus {
	color: #333;
	border-bottom: #FFE763 1px dotted;
	padding: 1px 1px;
	background-color: #FFD74A;
}

/* Headers */
h1, h2, h3, h4 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0 0 18px 0;
	margin: 0;
}
h1  {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 5px;
	padding-top: 5px;
}
h2  {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 3px;
	border-bottom: #FFE763 1px dotted;
	margin: 5px 0 20px 0;
}
h3  {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #6D706D;
}
h4  {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
h5  {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
h6  {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 16px;
	letter-spacing: 3px;
	border-bottom: #FFE763 1px dotted;
	margin: 5px 0 20px 0;
}
.descriptive  {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	line-height: 180%;
}


p, dl { padding: 0 0 18px 0; margin: 0; }

ul, ol {
	margin: 10px 10px;
	padding: 0 10px;
}
ul { 
	list-style: none;
	margin: 10px 20px;
	padding: 0 20px;
}
ol {
	margin-top: 0px;
}
blockquote  {
	font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 4px;
	padding-bottom: 0;
	color: #CCC;
}
.small  {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.medium  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.list ul{ list-style: disc; }
select {
    border: #333;
}
.chooseyear {
 	background-color: #fff;
 	color: #000;
}
option {
 	background-color: #666;
 	color: #fff;
	border: none;
	padding-left: 2px;
}
.divfloatright {
float:right; width:200px; height:20px; text-align:right;
}
.innerquote  {
	font-size: 14px;
	font-weight: normal;
	font-style: italic
	margin-bottom: 8px;
	padding-bottom: 8px;
}


/* Images */
img {
    border: none;
}
.floatright {
	float: right;
  	margin: 3px 0px 0px 20px;  
}
.floatleft {
	float: left;
  	margin: 8px 20px 0px 0px;
}
.floatleft_padbottom {
	float: left;
  	margin: 3px 20px 5px 0px;
}
.line {
	border-bottom: #FFE763 1px dotted;
	margin: 6px 0 20px 0;
	clear: both;
}
.breadcrumb {
	font-size: 9px;
	color: #666;
	margin: 6px 0 10px 0;
}
.breadcrumb a {
	text-decoration: none;
	color: #666;	
	border-bottom: none;
	padding: 1px 1px;
}
.cal {
	border-bottom: #FFE763 1px dotted;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	clear: both;
	min-height: 135px;
	height: auto !important;
	height: 135px;
}
.uppercase {
	text-transform: uppercase;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#container {
	margin: 20px auto 10px auto;
	width: 990px;
}
*+html #container {
	margin: 14px auto 10px auto;
}

/*  Menu  */
#globalNavBar .nav {
	width: 990px;
	height: 30px;
	margin: 0;
	font: 18px/160% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#globalNavBar .nav ul{
	margin: 0;
	display: inline;
	list-style: none;
}
#globalNavBar .nav ul li{
	margin: 0;
	display: inline;
}
#globalNavBar .nav ul li a,  #globalNavBar .nav ul li a:visited{
	margin: 0px 10px;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 16px;
	border-bottom: none;
}
*+html #globalNavBar .nav ul li a{
	line-height: 40px;
}
#globalNavBar .nav ul li a:hover {
	color: #FFE763;
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
	/*opacity:0.4;
	filter:alpha(opacity=40)*/
}
#globalNavBar .nav ul li a.selected, #globalNavBar .nav ul li a.selected:visited{ /*selected main tab style */
	color: #FFE763;
}
#globalNavBar .nav ul li a.selected:hover{ /*selected main tab style */
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}
#globalNavBar .nav ul li a#home{
	margin-left: 0px;
}
#globalNavBar .nav ul li a#contact{
	margin-right: 0px;
}
/* ######### Style for Drop Down Menu ######### */
#globalNavBar .dropmenudiv{
	position: absolute;
	border: 1px dotted #FFE763; /*THEME CHANGE HERE*/
	border-bottom: none;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	z-index: 100;
	background-color: #666;
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=230,strength=5); /*Add Shadow in IE. Remove if desired*/
}
*+html #globalNavBar .dropmenudiv{
	margin-top: -1px;
	margin-left: -4px;
}
#globalNavBar .dropmenudiv a{
	width: 97%;
	display: block;
	border-bottom: 1px dotted #FFE763; /*THEME CHANGE HERE*/
	padding: 5px 0 5px 5px;
	text-decoration: none;
	color: #FFF;
}
#globalNavBar .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFE763;
	background-color: #333;
	text-decoration: none;
}
#globalNavBar .dropmenudiv a.selected, #globalNavBar .dropmenudiv a.selected:visited{ /*selected main tab style */
	color: #FFE763;
}

/*  Content Area  */
#contentarea {
	background: none;
	width: 990px;
	margin: 0;
}
#contentarea #rightcol{
	float: right;
	margin: 180px 0 0 0;
	padding: 0;
	width: 550px;
	display: inline;
}
#contentarea #rightcol ul{
	margin: 0 0 30px 0;
}
#contentarea #rightcol li{
	margin: 2px 0 14px 0;
}
#contentarea #leftcol{
	float: left;
	margin: 120px 0 0 169px;
	/*margin: 80px 0 0 168px; higher larger version used with musings layout*/
	padding: 0;
	width: 240px;
	display: inline;
}
*+html #contentarea #leftcol{
	margin: 86px 0 0 168px;
}
#contentarea #leftcol #calendar{
	background: url(../images/calendarclip3.png) no-repeat;
	width: 240px;
	height: 276px;
}
#contentarea #leftcol #productions{
	background: url(../images/productionsclip3.png) no-repeat;
	width: 240px;
	height: 276px;
}
#contentarea #leftcol #activities{
	background: url(../images/activitiesclip3.png) no-repeat;
	width: 240px;
	height: 276px;
}
#contentarea #leftcol #about{
	background: url(../images/aboutclip3.png) no-repeat;
	width: 240px;
	height: 276px;
}
#contentarea #leftcol #press{
	background: url(../images/pressclip3.png) no-repeat;
	width: 240px;
	height: 276px;
}
#contentarea #leftcol #contact{
	background: url(../images/contactclip3.png) no-repeat;
	width: 240px;
	height: 276px;
}
/* #contentarea #leftcol{
	float: left;
	margin: 211px 0 0 75px;
	padding: 0;
	width: 301px;
	display: inline
}
*+html #contentarea #leftcol{
	margin: 217px 0 0 75px;
	display: inline
} */
.clear{
	clear: both;
	margin: 0;
	padding: 0;
	height: 10px;
}
.clear_ie6{
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}


/* Inner Menu maintabs */
#maintabs{
	width: 550px;
	height: 52px;
	background: url(../images/bg_innermenu3.jpg) top left no-repeat;
	padding: 20px 0 0 0;
	margin: 0;
	font: 16px/160% Verdana, Arial, Helvetica, sans-serif;
}
#maintabs ul{
	margin: 0;
	display: inline;
	list-style: none;
}
#maintabs ul li{
	margin: 0;
	display: inline;
}
#maintabs ul li a,  #maintabs ul li a:visited{
	margin: 0px 8px;
	color: #FFF;
	text-decoration: none;
	padding: 4px 12px;
	border-bottom: none;
}
*+html #maintabs ul li a{
	line-height: 26px;
}
#maintabs ul li a:hover{
	color: #FFE763;
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}
#maintabs ul li a.selected, #maintabs ul li a.selected:visited{ /*selected main tab style */
	color: #FFE763;
	background: none;
}
#maintabs ul li a.selected:hover{ /*selected main tab style */
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}
#maintabs ul li a#info{
	margin-left: 0px;
}

#maintabs_condensed{
	width: 550px;
	height: 52px;
	background: url(../images/bg_innermenu3.jpg) top left no-repeat;
	padding: 20px 0 0 0;
	margin: 0;
	font: 16px/160% Verdana, Arial, Helvetica, sans-serif;
}
#maintabs_condensed ul{
	margin: 0;
	display: inline;
	list-style: none;
}
#maintabs_condensed ul li{
	margin: 0;
	display: inline;
}
#maintabs_condensed ul li a,  #maintabs_condensed ul li a:visited{
	margin: 0px 8px;
	color: #FFF;
	text-decoration: none;
	padding: 4px 3px;
	border-bottom: none;
}
*+html #maintabs_condensed ul li a{
	line-height: 26px;
}
#maintabs_condensed ul li a:hover{
	color: #FFE763;
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}
#maintabs_condensed ul li a.selected, #maintabs_condensed ul li a.selected:visited{ /*selected main tab style */
	color: #FFE763;
	background: none;
}
#maintabs_condensed ul li a.selected:hover{ /*selected main tab style */
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}
#maintabs_condensed ul li a#info{
	margin-left: 0px;
}

.lang h1  {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 3px;
	border-bottom: #FFE763 1px dotted;
	margin: 0;
}
 /*language menu*/
#infotabs{
	width: 230px;
	height: 45px;
	background: url(../images/bg_languagemenu3.jpg) top left no-repeat;
	padding: 5px 0 0 0;
	margin: 0;
	font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
}
*+html #infotabs{
	padding: 3px 0 0 0;
}
#infotabs ul{
	margin: 0;
	display: inline;
	list-style: none;
}
#infotabs ul li{
	margin: 0;
	display: inline;
}
#infotabs ul li a,  #infotabs ul li a:visited{
	margin: 0px 8px;
	color: #FFF;
	text-decoration: none;
	padding: 4px 3px;
	border-bottom: none;
}
*+html #infotabs ul li a{
	line-height: 24px;
}
#infotabs ul li a:hover{
	color: #FFE763;
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}
#infotabs ul li a.selected, #infotabs ul li a.selected:visited{ /*selected main tab style */
	color: #FFE763;
	background: none;
}
#infotabs ul li a.selected:hover{ /*selected main tab style */
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}

#credittabs{
	width: 230px;
	height: 45px;
	background: url(../images/bg_languagemenu3.jpg) top left no-repeat;
	padding: 5px 0 0 0;
	margin: 0;
	font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
}
*+html #credittabs{
	padding: 3px 0 0 0;
}
#cre
#credittabs ul{
	margin: 0;
	display: inline;
	list-style: none;
}
#credittabs ul li{
	margin: 0;
	display: inline;
}
#credittabs ul li a,  #credittabs ul li a:visited{
	margin: 0px 8px;
	color: #FFF;
	text-decoration: none;
	padding: 4px 3px;
	border-bottom: none;
}
*+html #credittabs ul li a{
	line-height: 24px;
}
#credittabs ul li a:hover{
	color: #FFE763;
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}
#credittabs ul li a.selected, #credittabs ul li a.selected:visited{ /*selected main tab style */
	color: #FFE763;
	background: none;
}
#credittabs ul li a.selected:hover{ /*selected main tab style */
	background: transparent url(../images/black40.png) repeat;
	background: rgba(0,0,0,0.4) none;
}
.download{
	float:right;
	width:200px;
	text-align:right;
	margin-top:5px;
}

/* gallery  */
#gallery a, #gallery a:hover{
	border-bottom: none;
}
#gallery img { 
	padding: 4px;
	margin: 10px 20px 10px 0;
	width: 100px;
	height: 80px;
	border: transparent 1px dotted;
	background: transparent;
}
#gallery img:hover {
	border: #FFE763 1px dotted;
}
#gallery a:hover { background-color: transparent; border: none }

.image a, .image a:hover, .image a:focus { border-bottom: none; }
.image img { border: none; background: transparent; }
.image img:hover { border: none; }
.image a:hover { background-color: transparent; border: none }

.linkimage { width: 100px; height: 80px; float: left; margin: 3px 20px 0px 0px; }
.linkimage a, .linkimage a:hover, linkimage a:focus { border-bottom: none; }
.linkimage img { border: none; background: transparent; }
.linkimage img:hover { border: none; }
.linkimage a:hover { background-color: transparent; border: none }

/*  Footer  */
#footer {
	position: relative;
	background: none;
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
	width: 550px;
	clear: both;
	font-size: 10px;
	color: #666;
	text-align: right;
}
*+html #footer {
	margin-bottom: 0px;
}
#footer .border {
	position: relative;
	border-bottom: #666 1px dotted;
	overflow:auto;
}
#footer #facebook {
	position: relative;
	width: 230px;
	height: 53px;
	float: left;
	text-align: left;
	border-bottom: none;
}
#footer #facebook a {
	margin: 0; padding: 0;
}
#footer #facebook:hover {
	width: 230px;
	height: 53px;
	background-color: #FFD74A;
}
#footer #backtotop {
	margin-top:15px;
	position: relative;
	float: right;
	border-bottom: none;
}
#footer #backtotop img{
	vertical-align: baseline;
}
#footer a {
	text-decoration: none;
	color: #666;	
	border-bottom: none;
	padding: 1px 1px;
}

/*  Tabcontent styles  */
.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

