@charset "macintosh";
/* CSS Document */
/* BASIC */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	background-color: #47484c;
	line-height: 1.5em;
}

a:link {
	color: #6F1704;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #6F1704;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* creating unique banner images for each page */
body#generic div#banner {
	background: url(images/header_generic.jpg) no-repeat left top;
}
body#swing div#banner {
	background: url(images/2009_swing_header.jpg) no-repeat left top;
}
body#concert div#banner {
	background: url(images/header_concert.jpg) no-repeat left top;
}
body#marching div#banner {
	background: url(images/header_marching.jpg) no-repeat left top;
}
/* STRUCTURE */
div#banner {
	color: #fff;
	height: 344px;
}
#wrappercontainer {
	margin: 0px auto;
	width: 976px;
	background-color: #fff;
	border: 2px solid #000;
}
#wrappercontainer #container #container2 {
	margin-right: 20px;
	margin-top: 4em;
}

div#banner p.outside {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	left: -999em;
}
div#more
{
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
}
div#content {
	margin-left: 244px;
	margin-right: 280px;
}
div#sub-content {		/* this div is used on sub-pages. it is the center main column. the RH column is hidden and not used. */
	margin-left: 244px;
	margin-right: 10px;
}
div#leftcolumn {
	width: 240px;
	position: fixed;
	bottom: 20px;
	float: left;
}
* html div#leftcolumn { position: absolute; }  /* fixes, so to speak, IE6 and earlier, which don't handle fixed positioning */
#leftcolumn div {
	margin: 0px 16px 10px 20px;
	padding: 0px;
}

/* NAVIGATION */
div#navigation {
	position: relative;
	width: 180px;
	top: 100px;
	left: 34px;
}
div#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#navigation ul li {
	margin-top: 0px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
}

#navigation ul li a {
	display: block;
	width: 180px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #333333;
}

#navigation ul li a:hover {
	color: #6F1704;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#navigation ul ul li a {
	color: #333333;
	width: 160px;
	margin-left: 16px;
	font-size: 0.9em;
	padding: 0px;
}
/* this style greybar is only on events pages. */
div.greybar#more {
	border-top: 3px solid #47484C;
	margin-right: 20px;
}


/* right hand column -called #more- styles  */
div#more p img {
	border: 2px solid #666666;
	margin: 0px;
	padding: 0px;
}
div#more p a img {
	border: 2px solid #666666;
}
div#more p a:hover img {
	border: 2px solid #6f1704;
}
div.greybar#more p img {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
div.greybar#more p a img {
	border: 1px solid #ccc;
}
div.greybar#more p a:hover img {
	border: 1px solid #6f1704;
}

div.greybar#more  a img, div.greybar#more a img {
	border-width: 0px;
}
div#more h3, div.greybar#more h3 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
}
div#more p, div.greybar#more p {
	margin-top: 0px;
	margin-bottom: 4px;
}
div#more h4 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
div.greybar#more h4 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 0px 0px;
}

div#more h5, div.greybar#more h5 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}
div#more p.date, div.greybar#more p.date {
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
div#more p.promotion, div.greybar#more p.promotion {
	margin: 0px;
	padding: 0px 0px 30px 0px;
}
#more p.who, div.greybar#more p.who {
	font-weight: bold;
	margin-bottom: 2px;
}

/* center content styles */
div#content h1, div#sub-content h1 {
	font-size: 1.8em;
	color: #666666;
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 0px;
	line-height: 1em;
}
div#content h2, div#sub-content h2 {
	font-size: 1.5em;
	color: #333333;
	margin: 26px 0px 8px 0px;
	font-weight: bold;
	text-transform: capitalize;
}
div#content h3, div#sub-content h3 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
	margin: 6px 0px 3px 0px;
}
div#content h4, div#content h5, div#content h6, div#sub-content h4, div#sub-content h5, div#sub-content h6 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
	margin: 6px 0px 3px 0px;
	font-style: italic;
}
#wrappercontainer #container #container2 #content p, div#sub-content p {
	margin: 10px 0px 8px 0px;
}
#wrappercontainer #container #container2 #content p.first {
	margin: 10px 0px 0px 0px;
}
#wrappercontainer #container #container2 #content p.first a img {
	border: 1px solid #666666;
	margin: 0 6px 0 0;
}
#wrappercontainer #container #container2 #content p.first a:hover img {
	border: 1px solid #6f1704;
	margin: 0 6px 0 0;
}
#content table tr th, #sub-content table tr th {
	color: #999999;
	padding: 2px 6px 2px 10px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: solid 1px #999999;
}
#content table tr td, #sub-content table tr td {
	padding: 2px 0px 10px 10px;
	margin: 0px;
}
#content table tr td p, #sub-content table tr td p {
	margin: 0px 0px 6px;
}
#content table tr td p.title, #sub-content table tr td p.title {
	font-weight: bold;
}
#content table, #sub-content table  {
	margin: 10px 0px;
	border-collapse:collapse;
}
#content #frmSS233 table {
	border: 1px solid #8C8C8C;
}
#content img, #sub-content img {
	margin: 0px;
	padding: 0px;
}
/* FORM STYLES */
#content form label {
	clear:left;
	display:block;
	float:left;
	width:180px;
	text-align:right;
	padding-right:10px;
	margin-bottom:0.5em;
}
#content form input {
	border:1px solid #454545;
	padding-left:0.5em;
	margin-bottom:0.6em;
}


/* LEFT COLUMN STYLES */
#leftcolumn div p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-size: 0.8em;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
/* CLEARER DIV - JUST ABOVE THE FOOTER AREA */
#cleardiv {
clear: both;
height: 1em;
}
/* FOOTER */
div#footer {
	clear: both;
	padding: .5em 1em;
	text-align: right;
	background: #6f1704;
	border-top: 1px solid #999;
}
div#footer p {
	text-align: left;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: .8em;
	text-transform: uppercase;
	font-size: 0.8em;
}
div#footer a:hover {
	text-decoration: underline;
}
#content ul {
	padding-top: 0px;
	list-style: none;
}
#content  ul li {
	padding-bottom: 3px;
	padding-right: 50px;
}
.required {
	color: red;
}

#content ol {
	padding-top: 0px;
}
#content ol li {
	padding-bottom: 3px;
	padding-right: 50px;
	list-style: none;
	background: url(images/eighth-note-icon.gif) no-repeat 0px 0px;
	padding-left: 14px;
}
.borderimg {
	margin: 0px;
	padding: 0px;
	border: 1px solid #47484C;
}
