@charset "utf-8";
/* CSS Document */

/* General setup coding for template */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	background-color: #FFFFCC;
	width: 980px;
	margin: 5px;
	text-align: justify;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	padding: 0px;
	float: left;
	width: 100%;
	background-image: url(../graphics/mast7.jpg);
	background-repeat: repeat-y;
	background-position: right;
	display: block;
	clear: both;
	height: 190px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

/***********************************************/
/* Masthead Header settings                    */ 
/***********************************************/

#masthead h2 {
	font-size: 140%;
	color: #330000;
	font-style: normal;
	padding: 10px 0px 0px;
	margin: 0px;
}
#masthead h3 {
	font-size: 110%;
	color: #334d55;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}	
#masthead h4 {
	font-size: 130%;
	color: #334D55;
	padding-top: 10px;
	margin: 0px;
	text-align: center;
	padding-right: 10px;
}

/***********************************************/
/* Masthead image settings                     */ 
/***********************************************/

#masthead img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: absolute;
}

/***********************************************/
/* Masthead Positioning settings               */ 
/***********************************************/

#mastcolumn1 {
	position: absolute;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 230px;
}
#mastcolumn2 {
	width: 100px%;
	position: absolute;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 825px;
	height: 60px;
}
#mastcolumn4 {
	text-align: center;
	position: absolute;
	margin: 0px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 500px;
	width: 400px;
}
#mastcolumn5 {
	position: absolute;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 370px;
}
#mastcolumn6 {
	position: absolute;
	margin: 0px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 450px;
	font-size: 95%;
	text-align: center;
}

/***********************************************/
/* Top Horizontal menu settings                */ 
/***********************************************/
#topcolumn {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}	

#topmenu {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* A relative position with a high z-index to make it appear over any element below */
#menu_container {
	position:relative;
	z-index:100;
	width: 966px;
	padding-left: 5px;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a:link, #pmenu a:visited {
	display:block;
	width:191px;
	font-size:14px;
	color:#000000;
	height:30px;
	line-height:30px;
	text-decoration:none;
	border:1px solid #000;
	text-align: center;
	font-weight: bold;
}

/* Set up the sub level borders*/
#pmenu li ul li a, #pmenu li ul li a:visited {
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
} 
#pmenu li a.enclose, #pmenu li a.enclose:visited {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* Set up the list items */
#pmenu li {
	float:left;
	background-color: #efd657;
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {
	position:relative;
	background-color: #f1da88;
}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	color:#000000;
	background-color: #f1da88;
}





/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {
	display:none;
}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	background:transparent url(transparent.gif);
	width:120px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {
	left:-25px; 
	top:-5px;
}





/* get rid of the table */
#pmenu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}


/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#c00;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {
	background-color: #efd657;
	background-image: url(../graphics/fly.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#pmenu li.drop {
	background-color: #efd657;
	background-image: url(../graphics/drop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}






/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */









/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	color:#000000;
	background-color: #f1da88;
}

/* show flydown box of information when hovering over horizontal link */
#menu_container a span {
	display: none;
}
#menu_container a:hover span {
	display: block;
	position: absolute;
	top: -30px;
	width: 170px;
	padding: 5px;
	margin: 2px;
	left: 5px;
	z-index: 100;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: thin dashed #000000;
	line-height: 1.1;
	font-weight: normal;
}

/***********************************************/
/* Side Vertical menu settings                 */ 
/***********************************************/

#navcolumn {
	float: left;
	width: 190px;
}

/* show flyout box of information when hovering over vertical link */
#navcolumn a span {
	display: none;
}
#navcolumn a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	width: 130px;
	padding: 5px;
	margin: 2px;
	left: 180px;
	z-index: 100;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: thin dashed #000000;
	line-height: 1.1;
	font-weight: normal;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	/*	height:150px; */
	font-size:70%; /* this page only */
	font-weight: bold;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* style the list items */
.menu li {
	height:26px;
	/* for IE7 */
	float:left;
	background-color: #efd657;
	background-image: url(shade.gif);
	border: 1px solid #999999;
}
.menu li.sub {
	background-color: #efd657;
	background-image: url(../graphics/fly.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a:link, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:179px;
	color:#000;
	text-indent:5px;
	border:1 solid #999999;
}
/* hack for IE5.5 */
* html .menu a:link, * html .menu a:visited {width:180px; w\idth:179px;}
/* style the link hover */
* html .menu a:hover {
	color:#000000;
	position:relative;
	background-color: #f1da88;
}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {
	color:#000000;
	background-color: #f1da88;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color:#000000;
	background-color: #f1da88;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-25px;
/* set up the overlap (minus the overrun) */
left:140px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/***********************************************/
/* Content settings                            */ 
/***********************************************/

#content{
	width: 780px;
	float: left;
}

/***********************************************/
/* Siteinfo settings                           */ 
/***********************************************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #999999;
	padding: 10px;
	margin-top: 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px none #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px none #cccccc;
	margin-bottom: 5px;
}
#topmenu #menu_container #pmenu .musicfestival {
	background-color: #efd657;
}
#navcolumn .menu .calendar {
	background-color: #efd657;
}
#navcolumn #cwlogo {
	padding: 10px;
	margin-left: 5px;
}
#campaign {
	padding: 5px;
	display: block;
	border: 2px solid #0099FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	line-height: 190%;
	text-align: center;
}
