﻿
body 
{
	background-color: Black;
	margin: 0;
	padding: 0;
	font-family: verdana,arial, Sans-Serif;
}

a:link, a:visited
{
	font-size: 11px;
	color: #0A0DF8;
	font-weight: bold;
	border-bottom: 1px solid #ACAD81;
	text-decoration: none;
	border-bottom-color: #0A0DF8;
}

a:hover
{
	color: White;
	border-bottom: 1px solid white;
}	

p, div
{
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}

H1
{
	font-size: 17px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 2px;
}

H2
{
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
	line-height: normal;
	margin-bottom: 0;
}

#navbuttons
{
	background-color: #666666;
	padding: 0;
	height: auto;
	border: 0;
	width: 605px;
	/*
	margin-left: 304px;
	margin-top: 0;
	*/
	position: absolute;
	top: 0;
	left: 255px; /* 304; */
	z-index: 99;
	height: 26px;
}

HTML>BODY #navbuttons
{
	position: absolute;
}


table.bigtable
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 860px;
	max-width: 860px;
}

table.bigtable td
{
	padding: 0;
	vertical-align: top;
}



td.leftpanel
{
	width: 255px;
	max-width: 255px;
	overflow: hidden;
	vertical-align: top;
}

td.contentpanel
{
	
	width: 605px;
	background-color: #ACAD81;
}

div.contentpaneldiv
{
	padding: 35px;
	margin-bottom: 50px;
}

/* general settings for the nav buttons */
.navrecordings,
.navperformances,
.navphotos,
.navvideo,
.navpress,
.navbio,
.navteaching,
.navcontact,
.navhome
{
	float: left;
	height: 26px;
	overflow: hidden;
	position: relative;
}

/* general settings for the <span> within each nav button */
.navrecordings span,
.navperformances span,
.navphotos span,
.navvideo span,
.navpress span,
.navbio span,
.navteaching span,
.navcontact span
{
	display: none;
}

/* specific settings for each individual nav button */
.navrecordings
{
	background: #666666 url( "../images/menubuttons/recordings_on.gif" ) no-repeat;
	width: 86px;
}

.navperformances
{
	background: #666666 url( "../images/menubuttons/calendar_on.gif" ) no-repeat;
	width: 104px;
	height: 26px;
}

.navphotos
{
	background: #666666 url( "../images/menubuttons/photos_on.gif" ) no-repeat;
	width: 64px;
}

.navvideo
{
	background: #666666 url( "../images/menubuttons/video_on.gif" ) no-repeat;
	width: 56px;
}

.navpress
{
	background: #666666 url( "../images/menubuttons/press_on.gif" ) no-repeat;
	width: 56px;
}

.navbio
{
	background: #666666 url( "../images/menubuttons/bio_on.gif" ) no-repeat;
	width: 44px;
}

.navteaching
{
	background: #666666 url( "../images/menubuttons/teaching_on.gif" ) no-repeat;
	width: 73px;
}

.navcontact
{
	background: #666666 url( "../images/menubuttons/contact_on.gif" ) no-repeat;
	width: 64px;
}

.navhome
{
	background: #666666 url( "../images/menubuttons/home_on.gif" ) no-repeat;
	width: 55px;
}

/* general settings for the hyperlink within each nav button */
.navrecordings a,
.navperformances a,
.navphotos a,
.navvideo a,
.navpress a,
.navbio a,
.navteaching a,
.navcontact a,
.navhome a
{
	display: block;
	float: left;
	height: 26px;
}

/* general settings for the "off" image within each nav button */
.navrecordings img,
.navperformances img,
.navphotos img,
.navvideo img,
.navpress img,
.navbio img,
.navteaching img,
.navcontact img,
.navhome img
{
	border: 0;
	height: 26px;
}

/* general settings for the "off" image within each nav button when hovered over */
.navrecordings a:hover img,
.navperformances a:hover img,
.navphotos a:hover img,
.navvideo a:hover img,
.navpress a:hover img,
.navbio a:hover img,
.navteaching a:hover img,
.navcontact a:hover img,
.navhome a:hover img
{
	visibility: hidden;
}


.navbarblock
{
	text-align: center;
	font-size: 10px;
	margin-top: 100px;
	line-height: 18px;
}

.navbarblock a:link,
.navbarblock a:visited
{
	font-size: 10px;
	color: #ACAD81;
	border: 0;	
	text-transform: uppercase;
	font-weight: normal;
}

.navbarblock a:hover
{
	color: #F5F5EF;
}

.navbaritem
{
	padding: 0 10px 0 10px;
}

.navbardivider
{
	color: #ACAD81;
}



#leftpanellinkdiv
{
	text-align: center;
	margin-top: 20px;
}

#leftpanellinkdiv a:link,
#leftpanellinkdiv a:visited
{
	border: 1px solid black;
	padding-bottom: 3px;
	color: #ACAD81;
}

#leftpanellinkdiv a:hover
{
	color: #F5F5EF;
}



td.wmfooter
{
	padding: 0;
	color: #ACAD81;
}

div.wmfooterdiv{
	text-align: center;
	margin-top: 75px;
	margin-bottom: 150px;
	margin-left: 255px;
	margin-right: 25px;
	background-color: transparent;
}

div.wmfooterdiv a:link,
div.wmfooterdiv a:visited
{
	color: White;
	border-bottom: 1px solid black;
}

div.wmfooterdiv a:hover
{
	border-bottom: 1px solid white;
}



div.wmfooterdiv p
{
	font-size: 11px;
	line-height: normal;
	color: #ACAD81;
	text-align: center;
}

div.wmfooterdiv img{
	border: 0;
}

div.wmfooterdiv p.WMLogoTextABOVE{
	margin: 0 0 3px 0;
}

div.wmfooterdiv p.WMLogoImage{
	margin: 0;
	border: 0;
}

div.wmfooterdiv p.WMLogoImage a:link,
div.wmfooterdiv p.WMLogoImage a:visited
{
	border: 0;
}


div.wmfooterdiv img{
	border: 0;
}

div.wmfooterdiv p.WMLogoTextBELOW{
	margin: 0 0 25px 0;
}

div.designcreditdiv{
	text-align: center;
	margin: 30px 0 30px 0;
	padding: 5px;
	border: 1px solid #3D4A76;
	width: 200px;
}

div.designcreditdiv p{
	line-height: normal;
	font-size: 11px;
}

div.designcreditdiv p.WMDesignCreditTextABOVE{
	margin: 0 0 5px 0;
}

p.WMDesignCreditLogo{
	background-image: url(../../images/Logos/pen1.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 65px;
	width: 100%;
	margin: 0;
}
	
div.designcreditdiv p.WMDesignCreditTextBELOW{
	margin: 5px 0 0 0;
}

.copyrightinfo
{
	text-align: center;
	margin: 50px 200px 25px 200px;
	border: 3px double #ACAD81;
	padding: 20px;
}

.copyrightinfo p
{
	color: #ACAD81;
}

.rotatorimagediv a:link,
.rotatorimagediv a:visited,
.rotatorimagediv img
{
	border: none;
}

td.contentpanel
{
	background-color: #ACAD81;
	background-image: url(../images/bottom-corners.gif);
	background-position: bottom;
	background-repeat: no-repeat;

}

div#popoutMain
{
	width: 229px;
	max-width: 229px;
	padding: 0;
	background-color: #ACAD81;
	margin-top: 300px;
	margin-left: 70px;
	background-image: url(../images/popout-middle.gif);
	height: auto;
	padding: 0;
	text-align: center;
}

div#popoutTop
{
	width: 100%;
	background-image: url(../images/popout-top.gif);
	background-position: top ;
	background-repeat: no-repeat;
	height: 8px;
	padding: 0;
	margin: 0;
}


div#popoutContent
{
	padding: 0 3px 0 8px;
	width: 229px;
	margin: 0;
}

div#popoutBottom
{
	width: 100%;
	background-image: url(../images/popout-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 8px;
	padding: 0;
	margin: 0;
}

.floatimageRIGHT
{
	float: right;
	margin: 0 0 10px 10px;
}

.navbarblock
{
	margin-left: 255px;
}
