/* CSS created by David Whitsel */

* {
margin:0;
padding:0;
}
#container {
	width:760px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #933 url(assets/layout/bg_body.jpg) 0 0 repeat-x;
	text-align: left;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	text-decoration: none;
}
a:hover, a:focus {
	font-family: Arial, Helvetica, sans-serif;
	color: #66FFFF;
	text-decoration: underline;
}

/* Masthead */

#masthead {
	background: #933 url(assets/layout/head1.jpg) no-repeat;
	float: left;
	width: 760px;
	height: 150px;
	margin: 0 0;
}
#masthead2 {
	background: #933 url(assets/layout/head2.jpg) no-repeat;
	float: left;
	width: 760px;
	height: 150px;
	margin: 0 0;
}

/* Primary Nav */

.solidblockmenu ul{
clear: left;
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(assets/nav/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 4px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(assets/nav/blockactive.gif) center center repeat-x;
}

/* Secondary Nav */

.tabcontainer{
clear: left;
font: bold 12px Arial;
width:98.3%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-left: 1.3em;
background: #999;
}
.tabcontainer  ul {
	list-style: none;
}
.tabcontainer li {
	display: inline;
}		
/* 
*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents
margin-top: -1em;
}
*/
.tabcontent{
display: none;
}

/* Page Content */

#content {
	clear: both;
	float: left;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color:#F1F1F1;
	letter-spacing: 1px;
	padding: 10px 10px;
	background: #000 url(assets/layout/bg_page_content.jpg) 0 0 repeat-x;
	width: 97.4%;
}

/* Left Column */

#leftcolumn {
	float: left;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color:#F1F1F1;
	letter-spacing: 1px;
	padding: 0.5em 20em 0.5em 1em;
}
#leftcolumn h2,h3,h4,h5,h6 {
	color: #CC9900;
}
#leftcolumn h1 {
	font: italic bold 20px "Times New Roman", Times, serif;
	color: #F1F1F1;
	letter-spacing: 2px;
	border-bottom: 1px solid #CC9900;
	margin-bottom: 10px;
}
#leftcolumn h2 {
	font: italic bold 20px "Times New Roman", Times, serif;
	letter-spacing: 2px;
}	
#leftcolumn h3 {
	font: italic bold 16px/50px "Times New Roman", Times, serif;
	letter-spacing: 1.5px;
}
#leftcolumn h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 15px 0px;
}
.imageLeft {
	float: left;
	margin: 3px 10px 3px 0px;
	border: 1px solid #CC9900;
}
.imageRight {
	float: right;
	margin: 3px 0px 3px 10px;
	border: 1px solid #CC9900;
}
.staff {
	margin-left: 20px;
}
/* Table for instruments */
.instruments {
	margin: 10px 0 10px 30px;
	width: 400px;
	border: none;
}
.instruments td {
	width: 100px;
}
/* End Table for instruments */

/* Table for Schedule */
.schedule {
	margin: 10px 0 10px 30px;
	width: 450px;
	border: none;
}
.schedule td {
	padding: 4px 4px;
	vertical-align: top;
}	
/* End Table for Schedule */

/* Table for Events */
.events {
	margin: 10px 0 10px 30px;
	width: 450px;
	border: none;
}
.events td {
	padding: 4px 4px;
	vertical-align: top;
	width: 225px;
}
/* End Table for Events */

/* Table for Sponsors */
.sponsors {
	margin: 10px 0 10px 20px;
	width: 450px;
	border: none;
}
.sponsors td {
	padding: 4px 4px;
	vertical-align: top;
	width: 150px;
}
/* End Table for Sponsors */

.indent30 {
	margin-left: 30px;
}				
/* Right Column */

#rightcolumn {
	float: right;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color:#F1F1F1;
	letter-spacing: 1px;
	width: 17em;
	margin: 0.5em 0 4em -18em;
	padding-bottom: 5em;
	border-left:2px dotted #CC9900;
	text-align: center;
}
#rightcolumn h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #F1F1F1;
	letter-spacing: 3px;
	line-height: 30px;
}
#rightcolumn p {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	letter-spacing: 2px;
	line-height: 30px;
}

/* Footer */

#footer {
	clear: both;
	border-top: 1px solid #CC9900;
	padding-top: 12px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	text-align: center;
	margin-bottom: 20px;
}

	
