@charset "iso-8859-1";
.text {
	position:absolute;
	top:0px;
	left:0px;
	height:400px;
	width:300px;
	padding:80px 0 30px 15px;
	text-align:right;
	color:#fff;
	margin:0 0 0 0;
	visibility:hidden;¨
	}
	
	body {
	text-align:center;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
	background:#f2f2f2 url(/v3/images/core/skyline.jpg)  center 60px no-repeat fixed;
	margin:0;
	padding:0;
}

h1 {
	color:#777;/*9B1A1E*/
	font-weight:normal;
	font-size:2.4em;
	padding:15px 0 10px 0;
	width:75%;
	margin:15px 0;
	letter-spacing:-.08em;
	float:left;
	word-spacing:.2em;
	text-transform:uppercase;	

}

.addthis_toolbox {
	margin-top:15px;
	background:url(/v3/images/core/grid.png) top left repeat;
	width:180px;
	float:right;
	height:40px;
	text-align:center;
	padding:10px 5px;
	}
.addthis_toolbox a {
	font-size:9pt;
	margin:4px;
	}
.rightline {
/*	background:url(/v3/images/core/grid.png) top right repeat-y;
*/	padding-right:30px;
}
h2,h3 {
	background: url(/v3/images/core/heading-bg.jpg) top left repeat-x;
	color:#fff;
	padding:5px 10px;
	width:98%;
	margin:5px 0 10px 0;
	font-size:1.8em;
	float:none;
	font-weight:normal;
	letter-spacing:-.08em;
	word-spacing:.2em;
	text-transform:uppercase;	

	}

ul  {
	list-style-type:square;
	}
	
#songlist li {
	clear:both;
	}	
#carousel ul  {
	list-style-type:none;
	}
.block,label {
	float:left;
	width:40%;
	margin-right:15px;
	clear:left;
	}
	
input,select {
	font-size:1em;
	}
	
#container {
	position:relative;
	padding:20px 0 80px 0;
	width:1300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the pag
	e */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background: url(/v3/images/core/container-bg2.png) top left repeat-y;

}

#mainContent a:link, #mainContent a:active, #mainContent a:visited{
	color:#b00;
	font-weight:bold;
	}
#mainContent a:hover {
	color:#F03;
	}
#header {
	background: url(/v3/images/core/header-grey.png)  top left repeat-x  fixed;
	padding: 20px 0 0 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
	text-align: center;
	color: #fff;
	height:120px;
	margin:0;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	
}


#header div {
	width:1050px;
	margin:0 auto;
	text-align:center;
	}


#menu ul {
	list-style:none;
	text-align:center;

	
}

#menu span a {
	float:left;font-size:2.4em;color:#fff;text-decoration:none;
	}



#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:80px auto 0px auto;
	text-align:left;
	width:1000px;
	color:#333;
	font-size:1.1em;
}





/* --------------------------------- flyout menu ----------------------------------------- */	


.parent {
/* background: url(/v3/images/core/arrow-sml.png) bottom left no-repeat;
*/}

/* common styling */
#menu ul li a, #menu ul li a:visited {
	color:#ccc;
	font-size:1.2em;
	padding:5px 20px;
	font-weight:100;
	height:25px;
	overflow:hidden;
	border-right:1px dotted #ccc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:inline-block;
	}
#menu ul li a:hover {
	color:#fff;
}
	
#menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align:center; 
	}
#menu ul li {
	display:inline;
}
#menu ul li ul {
	display: none;
	
	}
/*this is the flyout part */
#menu ul li:hover ul {
	font-size:1em;
	display:block;
	position:absolute;
	left:38%; 
	top:45px;
	width:480px;
	padding-top:22px;
	color:#ccc;
	background-colour:#000;
}
#menu ul li:hover ul li a.hide {background-color:#1080BA; color:#ddd;}
#menu ul li:hover ul li:hover a.hide {width:180px;	float:left;
}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {
	color:#ccc;
	width:180px;
	padding:10px 20px;
	background:#333;
	display:inline-block;
	border:1px dotted #ccc;
	margin:0px;
	float:left;
}
#menu ul li:hover ul li a img {
	float:right;
	border:none;
	}
#menu ul li:hover ul li a:hover {
	color:#fff;
	background:#666;
	
}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#fff;background-colour:#000;}
#menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
#menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
	

.third {
	width:28%;
	float:left;
	margin:0 10px 0 0;
/*	border:1px dotted #333;
*/	padding:10px 40px 0 10px;
	line-height:1.4em;
	}
.clear {
	clear:both;
	}
.clearL {
	clear:left;
	}
.clearR {
	clear:right;
	}
#carousel {
	height:405px;
	width:1000px;
	margin:30px 0 0 0;
	padding:0;
	display:block;
	overflow:hidden;
	z-index:1;
	list-style:none;
	background-color:#000;
/*	border:10px solid #ccc;
*/}
#carousel ul {
	margin:0;
	padding:0;
	}	
#carousel ul li {
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	}
.mainpic {
	margin:0 0 0 365px;
	float:right;
	text-align:center;
	width:637px;
	overflow:hidden;
/*	border-radius:20px;*/
	
	}
.mainpic img {
	margin:0 auto;
	}	


.text2 {
	position:absolute;
	top:0px;
	left:0px;
	height:400px;
	width:960px;
	padding:30px 15px 30px 15px;
	text-align:center;
	color:#ccc;
	margin:0 0 0 0;
	font-size:5em;
	}	

.text div {
	padding:150px 10px 10px 10px;
	left:0px;
	text-align:center;
	width:348px;
	}
.text p {
	font-size:2.2em;
	font-weight:100;
	color:#ddd;
	font-style:normal;
	text-align:center;
	}	
.text div img {
border:1px dotted #444;
}	

.big {
	font-size:1.8em;
	color:#128CB5;
	font-weight:100;
	}
.sml {
	font-size:.8em;
	color:#128CB5;
	font-weight:100;
	}

span.big {
	font-size:1.3em;
	color:#128CB5;
	font-weight:100;
	}


.border {
	border:1px dotted #888;
	padding:10px;
	}

strong {
	color:#000;
}

/* Easy Slider */

#carousel.cell {
	margin:0;
	padding:0;
	list-style:none;
	width:1005px;
	overflow:hidden;
	height:420px;
	clear:both;
	z-index:1;
	color:#fff;
	font-size:3em;
}


.slideshow {
	width:670px;
	display:block;
	overflow:hidden;
	list-style:none;

	}

	
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 0;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.btn a:active, .btn a:link, .btn a:hover  {
 	 font-size:14pt;
	 text-align:right;	
	 font:normal .9em/100% "Lucida Grande",sans-serif;


	
}

p {
		line-height:1.4em;
}


.fltl {
	float:left;
	margin:0 10px 10px 0;
	}
.fltr {
	float:right;
	margin:0 0 10px 10px;
	}

.video {
	height:320px;
	background:url(/v3/images/core/grid.png) top left repeat;
	padding:10px;
	float:right;
	margin:15px;
	z-index:1;
	font-size:.8em;
	text-align:center;
	}
.video span {
	background:#fff;
	padding:5px 10px;
	}	
#audio {
	z-index:1;
	}	
.video h2 {
	width:95%;
	}
	
	
	
	

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/v3/images/core/black-bg3.png);		
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:660px;		
	
	/* some padding to layout nested elements nicely  */
	padding:40px 45px 25px 45px;

	/* a little styling */	
	font-size:12px;
	color:#ccc;
	text-align:center;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/v3/images/core/close.png);
	position:absolute; right:2px; top:2px;
	cursor:pointer;
	height:35px;
	width:35px;
}	

.red {
	font-style:italic;
	color:#b00;
	}

