@charset "utf-8";
/* CSS Document */
    body {
   text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;  
		color:#3d7bc1;	 	
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#666;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;

    }
	
#fixed {
	margin:0 auto;
	width:995px;   /* you can use px, em or % */
	text-align:left;
}
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		text-decoration:underline;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 0 0;  
		border:none;
	}
	/* Header styles */

	#header {
	height: 210px;
	background-color: #FFFFFF;
	background-image: url(images/1_homeShort3.png);
	background-repeat: no-repeat;
        clear:both;
        float:left;
        width:100%;	
	}
	#header p,
	#header h1,
	#header h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	    /*padding:0 15px 0 15px;*/
		padding: 0;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */

	background-color: #fff;
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background colour */
		top: 0px;
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column PSC -200*/
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column PSC 200*/
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding: PSC 215
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
		width: 565px;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:180px;        	/* Width of right column content (right column width minus left and right padding) PSC 170*/
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding PSC 45*/
        position:relative;		
        left:1002px;				/* PSC 50% */
		white-space:normal;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		background-color:#CCCCCC;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
/* ----- PSC START ---- */
.t {
	width: 180px;
	background-image: url(images/Boxes/Dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.b {
	background-image: url(images/Boxes/Dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.l {
	background-image: url(images/Boxes/Dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.r {
	background-image: url(images/Boxes/Dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.bl {
	background-image: url(images/Boxes/BL.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(images/Boxes/BR.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(images/Boxes/TL.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(images/Boxes/TR.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}	
.col3 p {
	font-size: 14px;
	line-height: 15px;
	margin: 5px 0;
	padding-left: 5px;
}
.col3 a{
color: #3d7bc1;
font-size: 11px;
}
.col3 hr{
 color: #3d7bc1;
 line-height: 4px;
 font-size:8px;
 	border: thin dotted #999999;
}
h1 {
	color: #E96C2C;
	font-size:19px;
	margin: 0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;		
}
h2{
	color: #E96C2C;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
h3 {
	font-size: 16px;
	color: #E96C2C;
	margin: 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	width: 150px;
}
.tblMonths {
text-align:center;
}
.tblMonths a, .tblMonths p, .tblMonths td{
	color:#ffffff;
	margin:13px 0 10px 6px;
	padding-left: 10px;
	text-decoration:none;
	font-weight:bold;
}
.tblMonths a {
	color:#000000;
}
.tblMonths a:hover{
text-decoration:underline;
}
.tblMonths img {
border:none;
margin:0 8px 0 0;
}	
#tblMonths2 table{
margin-left: 5px;
border-collapse:collapse;
border:thin #e96c2c solid;
}
#tblMonths2 td {
	color:#3d7bc1;
border-collapse:collapse;
border:thin #e96c2c solid;	
padding-left: 5px;
}
.Search{
width:100px;
}
.Search td, p{
font-size: 12px;
padding:0;
margin:0;
color: #3d7bc1;
} 

.Menu {
position:relative;
	background-color:#E96C2C;
	width:754px;
	padding: 0;
	left: 236px;
	background-image: url(/images/OrangeBanner50.png);
	background-repeat: repeat-x;
	top:-95px;
	margin: 0;
}	
.Menu a{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	display: inline;
	vertical-align:top;
	line-height:22px;
	font-family: tahoma, Arial, sans-serif;
	font-weight: bold;

}
.Menu a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	background-color:#E96C2C;	
}
.Menu img{
	padding: 2px 1px 0 1px;
	margin: 0;
}
.SiteName {
	top: 15px;
	left: 0px;
	width:160px;
	height:100px;
	color:#ffffff;
	text-align:center;
	font-size:26px;
	font-family:tahoma, times, arial;
	font-weight: bold;
	text-decoration:none;
	margin-top: 60px;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: -60px;
	z-index: 2;

}
.SiteName a{
 color:#FFFFFF;
 text-decoration:none;
 }
.SiteName a:hover{
 text-decoration:underline;
 } 
#OrangeBanner {
	background-color: #E96C2C;
	padding: 5px 0 5px 10px;
	margin: 0px;
	font-weight: bold;
	color:#FFFFFF;
} 
    /* --> */
    #CheapTickets {
	position:relative;
	width:750px;
	height:75px;
	z-index:1;
	left: 240px;
	top: -100px;
	text-align: center;
	
}
.left{
	float: left;
	margin: 5px 5px 5px 5px;
}
.right{
	float: right;
	margin: 5px 5px 5px 5px;
}
.venue, .venue a{
background-color:#FFFFFF;
	color:#3d7bc1;
}
.venue a{
font-size:20px;
}
.Link a {
text-align:center;
font-size:16px;
		color:#E96C2C;
		text-decoration:underline;
	}
.Link a:hover {
		color:#E96C2C;
		text-decoration:underline;
	}
IFRAME{
	border:none;
}
.UnderMenu {
	position:relative;
	width:750px;
	height:75px;
	z-index:1;
	left: 240px;
	top: -95px;
	text-align: center;
}
