@charset "utf-8";
/*-----------------------------------------------------------------------------------------------*/
/*                         CSS RESET (MODIFIED VERSION OF YAHOO UI CSS RESET)                    */
/*-----------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding:0;
	z-index:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

img {
	border: none;
	text-decoration: none;
}

*:focus {
	outline: none;
}


/**********************************************/
/* ConstantSound Style Start here             */
/**********************************************/
html {
	scrollbar-face-color: #996600;
	scrollbar-track-color: #FFCC66;
	scrollbar-arrow-color: #FFFFFF;}

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/SheetMusic.jpg);
	background-repeat: repeat;
}

a:link { color:#996600; text-decoration:none; } 
a:visited  { color:#996600; text-decoration:none; } 
a:hover { color:#FFCC66; text-decoration:underline; position: relative; } 
a:active { color:#996600; text-decoration:none; }

a.menu:link { color:wheat; text-decoration:none; } 
a.menu:visited  { color:wheat; text-decoration:none; } 
a.menu:hover { color:#FFCC66; text-decoration:none; } 
a.menu:active { color:wheat; text-decoration:none; }

a span { display: none; }
a:hover span { 
	display:block; 
	position: absolute;
	width: 300px;
	text-decoration: none; 
	top: 10px; 
	left: 0;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;      
	background: #f0f0f0;
	background-image:url(../images/infoIcon.png);
	background-repeat:no-repeat;
	background-position:right;
	color:#CC6633; 
	border: 1px dotted #c0c0c0;   
	/*opacity: 0.9;*/
}

th.graphicsheading {text-align: left;}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 10;
	background-color: transparent;
	background-image: url(../images/newccc.gif);
	} 

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	color: #996600;
}

h2 {
	font-family: inherit;
	font-size: medium;
	color: #996600;
}

h3 {
	font-family: inherit;
	font-size: medium;
	color: #996600;
	margin: .5em 0 .5em 1em;
}
h4 {
	font-family: inherit;
	font-size: medium;
	color: #996600;
	margin: .5em 0 .5em 1em;
}

.twoColFixLtHdr #header { 
	padding: 0;  /* 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. */
	height: 80px;
} 
.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 #menu {
	padding: 5px 0px 0px 0px;  /* 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. */
	height: 25px;
	text-align: center;
	color: white;
	font-weight:bold;
	background-color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: .4em;
	word-spacing: 1.5em;
}
#thisPage {
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#tabImage {
	position: relative;
	top: -50px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 5px;
	text-align:center;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 160px; /* 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: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 90;
} 
.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#996600;
	text-align:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em; 
} 
.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 */
}
.flushleft { 
position:relative; 
left:-140px;
width: 780;
}

.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#460000;
	position:relative;
	top: 5px;
}
.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;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#460000;
}

/********************************/
/* Tab Navigation               */
/********************************/
table.tabNavigation {font-family:Arial, Helvetica, sans-serif; border:none; color:#333333;}
td.tabOnTop { width: 135px; height: 30px; text-align:center;}
td.tabBehind { width: 135px; height: 30px; text-align:center;}
td.tabOnTop { background-image:url(../images/tabOnTop2.png);}
td.tabBehind { background-image:url(../images/tabBehind3.png);}
a.tab span { color:#000000;}
.tabbedPanel {
	border: 1px solid #993300;
	margin: 0 0 0 0;
}
.tabbedPanelNoMargins {
	border: 1px solid #993300;
	margin: 0 0 0 0;
}
.tabbedPanel div, p, ul, ol {margin: 1em 1em 1em 1em;}