@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f1c8ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	border-left: solid;
	border-left-width: thin;
	border-color: #FFCCFF;
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 19px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 5px 170px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#intro {
	color: #a75cb5;
	font: Arial, Helvetica, sans-serif;
	background-color:#FFCCFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 365px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#podcast {
padding-top: 10px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f1c8ff; 
} 
#intro2 {
color: #a75cb5;
font: Arial, Helvetica, sans-serif;
background-color:#FFCCFF;
padding: 10px 20px 10px 20px;

}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f1c8ff; 
} 


.twoColFixLtHdr #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 */
	font: Arial;
	font-size:9px;
	color:#FF66CC
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headerToday{
	border-bottom: 1px solid #BBBEC7;
	background: url(../img/headerToday.jpg) #FFFFFF no-repeat left top;
	height: 144px;
	position: relative;
	z-index: 10;
	}
	#headerToday2{
	border-bottom: 1px solid #BBBEC7;
	background: url(../img/headerToday2.jpg) #FFFFFF no-repeat center top;
	height: 115px;
	position: relative;
	z-index: 10;
	
	}
	#headerToday3{
	border-bottom: 1px solid #BBBEC7;
	background: url(../img/headerToday3.jpg) #FFFFFF no-repeat center top;
	height: 180px;
	position: relative;
	z-index: 10;
	}


/*commence nav stuff*/
div#nav {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: auto;
	background: #C6B5C5;
	font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	float: left;
	top: 147px;
	left: 0px;
	height: 19px;
	z-index: 20;
	background-color: #006699; /*main menu background colour  */
}


div#nav li {
	margin: 0;
	float: left;
	width: auto;
	border-left: 1px solid #99CCFF;
	list-style: none;
	text-align: left;
	position: relative;
	z-index: 1;
}

div#nav li.first {
	border-left: none;
	z-index: 1;
}

div#nav li.submenu {
	margin: 0;
	float: left;
	width: auto;
	list-style: none;
	line-height: 18px;
	text-align: left;
	position: relative;
	height: 18px;
	z-index: 20;
}

/*colors*/

div#nav ul ul li{
	border-bottom: 1px solid #99CCFF;
	width: 104px;
	background: #0099FF;
}

div#nav ul ul.wide, div#nav ul ul.wide li {
	border-bottom: 1px solid #99CCFF;
	width: 110px; /*dropdown width required to get borders all the way across*/
		z-index: 20;
}

div#nav li:hover, 
div#nav li a:hover {
	color: #FFFFFF;
	background: #006699; /* On hover background colour Should be the same as the background colour for the main background colour */
}

div#nav li.submenu:hover,
div#nav li.submenu li a:hover {
	color: #FFFFFF;
	background: #006699; /* On hover background colour Should be the same as the background colour for the main background colour */
	background-color: #006699; /* On hover background colour Should be the same as the background colour for the main background colour */
	z-index: 20;

}

div#nav li a {
	padding: 1px 5px;
	width: auto;
	display: block;
	color: #FFFFFF; /*color of all menu text*/
	text-decoration: none;
}


div#nav>ul a { width: auto; }

div#nav ul ul{
	width: 104px;
	border-top: 1px solid #99CCFF;
	display: none;
	font: normal 11px/13px Tahoma, sans-serif;
	position: absolute;
}

div#nav ul ul li{
padding: 2px 0;
}


div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

div#nav ul.level2 {
	top: 19px;
	left: -1px;
	z-index: 30;
}

div#nav ul li.wide{ width: 114px; text-align: center; }
div#nav ul li.narrow{
	width: 104px;
	text-align: center;
}
.flash {background: (url:../images/noflash.jpg) ;
}