/* Default Settings */

body {
	background: url('images/layout/sheetmusic1.jpg') repeat-y;
	margin: 0 auto;
	text-align: center;
	overflow-x: hidden;
}

*{
	padding: 0;
	margin: 0;
}

p{
	margin: 15px;
	font-family: "Garamond";
	text-align: justify;
	line-height: 17px;
	font-size: 16px;
	color: #4b0082;
}

a{
	line-height: 17px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #4b0082;
}

a:hover{
	color: blue;
	text-decoration: none;
}

a:visited{
	text-decoration: underline;
	color: #4b0082;
}

h1{
	font-family: "Garamond";
	text-decoration: underline;
	color: #4b0082;
}

h2{
	font-family: "Garamond";
	text-decoration: none;
	color: #4b0082;
}

img {
	border: none;
	margin: 0;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

span{
	color: #4b0082;
	font-weight: bold;
	font-size: 16px;
}

.loader{
	display: none;
	visibility: hidden;
	background: url(./images/layout/navbar-bg.png) no-repeat;
	background: url(./images/layout/navbar-bg.png) no-repeat;
}

.blank {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

.hideplayer {
	height: 0px;
}	


/*  Top Page Settings  */

#logobar{
	width: 100%;
	height: 90px;
	background: #4b0082;
}

#headerwrap{
	width: 800px;
	margin: auto;
}

#logoholder{
	width: 270px;
	height: 80px;
	float: left;
	margin-top: 5px;
	display: block;
}

#logotxtholder{
	width: 430px;
	height: 40px;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	display: block;
}
	
.logoimg{
	height: 80px;
	width: 270px;
}

.logotxt{
	height: 40px;
	width: 430px;
}


/*  Nav Bar Settings  */

#navbar{
	width: 100%;
	height: 33px;
	background: url(./images/layout/navbar-bg.png) repeat-x;
}

#menu{
	width: 800px;
	height: 33px;
	margin: auto;
	background: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: block;
	float: left;
	width: 98px;
	height: 33px;
	margin-right: 2px;
	background: url(./images/layout/navbar-bg.png) repeat-x;
}

#menu li.endbtn{
	width: 100px;
	margin-right: 0;
}

#menu li.endbtn_current{
	width: 100px;
	margin-right: 0;
	background:url(images/layout/navbtn-over.png) repeat-x;
}	

#menu li:hover {
	display: block;
	height: 33px;
	background: url(./images/layout/navbtn-over.png) repeat-x;
	z-index: 2;
}

#menu a {
	text-align: center;
	display: block;
	letter-spacing: 0.3px;
	text-decoration: none;
	font: bold 17px "Garamond";
	color: #ffffff;
	margin-top: 5px;
}

#menu a:hover { 
	text-decoration: underline; 
	color: lightgrey;
}

#menu .current_item {
	display: block;
	float: left;
	height: 33px;
	background:url(images/layout/navbtn-over.png) repeat-x;
}

#menu .current_item a {
	color: lightgrey;
	text-decoration: underline;
} 
	
/*  Secondary Menu Dropdown Settings   */

#menu ul li:hover ul.navdd{
	
visibility: visible;

	display: block;
}

#menu ul ul.navdd{
	display: none;
	position: relative;
	z-index: 1;
	
visibility: hidden; 
	width: 98px;
	height: auto;
	
background: #ceade5;
	text-align: center;
	margin-top: 8px;
}
	

#menu ul ul.navdd:hover{
	display: block;
	visibility: visible;
}

#menu ul ul.navdd a {
	text-align: center;
	letter-spacing: -.5px;
	text-decoration: none;
	font: bold 17px "Garamond";
	color: #ffffff;
}

#menu ul ul.navdd li{
	
width: 98px;

	height: auto;
	background: #ceade5;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu ul ul.navdd li:hover{
}

#menu ul ul.navdd a:hover{
	text-decoration: underline;
	color: lightgrey;
}

/*  Main Content Settings   */

#mainwrap{
	width: 850px;
	margin: 5px auto;
}

/*   Left Content Setting  */

#leftside{
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-left: 25px;
}

.post{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.post h1{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 20px;
}

.post h2{
	margin-bottom: 10px;
	font-size: 18px;
}

.post p.listtxt{
	text-align: center;
	font-weight: bold;
	margin: 7px;
}

.postbreak{
	width: 410px;
	height: 40px;
	margin: -5px auto;
	background: url(./images/layout/break.png) no-repeat;
}

.post .centertxt{
	text-align: center;
}


/* Right Content Settings  */

#rightside{
	float: right;
	width: 300px;
	height: 300px;
	margin-top: 20px;
	margin-right: 20px;
}

img.rightside{
	height: 380px;
	width: 290px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

img.rightls{
	height: 200px;
	width: 290px;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

img.rightsmall{
	height: 56px;
	width: 56px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.rightsml{
	height: 380px;
	width: 290px;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 0px;
}

img.rightsmls{
	height: 340px;
	width: 250px;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 0px;
}

img.rightsms{
	height: 200px;
	width: 290px;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 0px;
}

.hideplayer {
	height: 0px;
	
}

#flashPlayer {
	padding-top: 10px;
	display: block;
	text-align: center;
}


/* Footer Settings  */

#footer{
	width: 100%;
	height: 30px;
	background: #4b0082;
}

#copyright-wrap{
	height: 30px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

#copyright-wrap p{
	text-decoration: none;
	font: bold 17px "Garamond";
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	margin: 0;
}

.contact_form { 
	margin: 0 40px;
	padding: 0;
	font-size: 16px;
	font-family: "Garamond";
}

fieldset{
	margin-bottom: 10px;
	border: 1px solid #4b0082;
}

fieldset legend {
	margin: 0 10px;
	padding: 0 2px;
	color: #4b0082;
}

.tcontactus {
	width: 95%;
	margin: 0 auto 10px auto;
}

.tcontactus tbody td {
	text-align: left;
	vertical-align: center;
	border-width: 2px;
	padding: 5px;

}

.tcontactus tbody td.label {
	text-align: right;
	vertical-align: center;
	border-width: 2px;
	padding: 5px;
	font-size: 16px;
	color: #4b0082;

}

.contact_form .align-btns {
	text-align: center;
	margin: 10px auto 10px auto;
}


input, textarea, select {
	font-family: "Garamond";
	font-size: 16px;
	color: #4b0082;
}

