@charset "UTF-8";
/* --- CSS Document by Peter McLean --- */

body {
	margin: 0px;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #2a6fbe;
	vertical-align: middle;
}

h1 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #214265;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
	background-color:#dadada;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
/*	background-color:#a4a4a4;*/
}
h3 {
	color: #244669;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 0px;
}
h4 {
	color: #777777;
	margin-top: 4px;
	margin-bottom: 0px;
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a          {
	color: #36C;
}
a:visited  { color: #906; }
a:hover    {
	color: #000;
	left: 100px;
}
hr {
	background-color:#FFF;
	background:none;
	padding-top: 0px;
	
}
.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 100px;
	background-color:#36C;
	
}

.bannerArea .container {
	height:95px;
/*	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
*/}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #000; text-decoration: none; }

.toplogo {
	padding-left: 20px;
	padding-top: 5px;
}

/* Top Navigation Area */
.topNavBar {
	padding-top: 5px;
	height: 20px;
	text-align:center;
	background-color: #FFF;
}

.topNavBarItem {
	padding-left: 30px;
	padding-right: 30px;
	color:#36C;
	font-size: 14px;
	font-weight: bold;
	float: left;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color:#D6D2D2;
}

.topNavBarItemLeft {
	padding-left: 360px;
	padding-right: 30px;
	color:#36C;
	font-size: 14px;
	font-weight: bold;
	float: left;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color:#D6D2D2;
}

.topNavBarItemRight {
	padding-left: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.NavBarLinks {
	color: #36C;
	text-decoration: none;
}

/* CONTENT AREA 400px*/
.contentArea {
	width: 100%;
	height: 100%;
	background-color: #f0eff0;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
}

.contentArea .container {
	padding-top: 0px;
	padding-bottom: 30px;
/*	background-image: url(images/content_bkgd.jpg);*/
	background-repeat: no-repeat;
}

.hbar {
	margin-left:20px;
}

/*Total Area = 860*/
.contentleft {
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	float: left;
}

.contentright {
	padding-top: 0px;
	float: left;
	padding-left: 10px;
	width: 650px;
/*	border-left-style: solid;
	border-left-width: 1px;*/
}

.imageright {
	margin-left: 5px;
	float: right;
}

.imageleft {
	margin-left:0px;
	margin-top:5px;
	float:left;
}

.imageCDCover {
	margin-left: 0px;
	margin-right: 5px;
	float: left;
}

.CDHeader {
	color: #25476C;
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0px 3px 0px;
}

.NextConcert {
	padding-top: 5px;
}

.CDRecording {
	padding-top: 185px;
}


/* BOTTOM CONTENT AREA */
.contentAreaBottom {
	width: 100%;
	background-color: #f0eff0;
	background-repeat: repeat-x;
}

.contentAreaBottom .containerBottom {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
}
/*Total Area = 860*/
.contentBottomleft {
	width: 250px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}

.contentBottomright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;

	width: 610px;
}

.imageBottomRight {
	
	margin-left: 5px;
	
	float: right;
	
}

.imageBottomLeft {
	margin-left:5px
	float:left;
}

/* CONCERT DIARY TABLE */
.ConcertTable {
	padding-top: 12px;
}

.ConcertTableItem {
	padding-top: 12px;
	height: 24px;
}

/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #cfcfcf;

	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;
	
}

.footerArea .container {
	height: 77px;
/*	background-image: url(images/footer_bkgd.jpg);*/
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
