@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: repeat;
	background-position: center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 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 */
	background-color: #022064;
	
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FEE496;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #topheader {
	height: 5px;
	background-color: #333;
	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. */
	vertical-align: bottom;
	width: 800px;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/hdr_snsprod.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-bottom: 20px;
	background-color: #C00;
}

#menu {
	margin: auto;
	width: 100%;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
#menu ul {
	margin: auto;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	width: 16%;
	height: 100%;
}
#menu a, #menu h2 {
	margin: 0;
	padding: 2px 3px;
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	line-width: 50px;
	font-size-adjust: none;
	font-stretch: normal;
	display: block;
}
#menu h2 {
	color: #000066;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	font-size: medium;
}
#menu a {
	color: #777569;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
}
#menu a:hover {
	background: #ffffff none repeat scroll 0%;
	color: #6E6757;
}
#menu li {
  position: relative;
}
#menu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}
#menu ul ul {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
div#menu ul ul {
  display: none;
}
div#menu ul li:hover ul {
  display: block;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
  display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
  display: block;
}


/* Clear float */
.clear{
    clear:both;
}

#SteinwayWidget {
	font-size: small;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#leftSideBox {
	padding:5px 15px;
	font-size: x-small;
}
#MusicYrWidget {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FEE496;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	color: #0033CC;
	font-weight: bold;
}

#leftSideBox h1{
	font-size: small;
	color: #A43000;
	text-align: left;
}


.twoColFixLtHdr #mainContent {
	float: right; /* since this element is floated, a width must be given */
	width: 775px;
	margin: 0 0 0 5px; /* 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: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FEE496;
	color: #040404;
}
.twoColFixLtHdr #mainContent h2{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: x-large;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	color: #CE5A03;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
} 

.twoColFixLtHdr #mainContent h3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 16px;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: x-small;
	text-align: left;
} 

.twoColFixLtHdr #mainContent li{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: small;
	text-align: left;
}
.twoColFixLtHdr #mainContent table {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: small;
	text-align: left;
	vertical-align: text-top;
}

.quote{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: large;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #C30;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent table{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: small;
	text-align: left;
} 


.twoColFixLtHdr #newEvent {
	float: none; /* since this element is floated, a width must be given */
	width: 765px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FEE496;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	position: relative;
	left: auto;
	right: auto;
}


.twoColFixLtHdr #newEvent h1{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 24px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
} 

.twoColFixLtHdr #newEvent p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #specialEvent {
	float: none; /* since this element is floated, a width must be given */
	width: 750px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FEE496;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	position: relative;
	left: auto;
	right: auto;
}
.twoColFixLtHdr #specialEvent h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 24px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.twoColFixLtHdr #specialEvent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: medium;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.twoColFixLtHdr #BottomBanner {
	background-color: #CCC;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2em;
} 
.twoColFixLtHdr #BottomBanner p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: small;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #333;
} 
.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 */
	font-size: small;
	text-align: center;
	color: #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.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;
}

.twoColFixLtHdr #webmaster {
	padding: 0 10px;
	font-size: 10px;
	color: #C0C0C0;
	font-weight: bold;
}
.twoColFixLtHdr #webmaster a{
	padding: 0 10px;
	font-size: 10px;
	color: #FFFF80;
}
