body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #888;
	text-decoration: none;
}
a:visited {
	color: #888;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1172px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 0px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #888;
}
body,td,th {
	font-size: 12pt;
}
.Field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-color: #FFF;
	padding: 1px 2px;
	border: 1px solid #ccc;
	background-image: url(images/_main/3.0/search.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.Field2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 2px 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.Sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
}.EventBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/_main/3.0/events_bg.png);
	padding-top: 20px;
	padding-left: 20px;
}
.EventBoxHead {
	font-family: Varela, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/_main/3.0/events_head_bg2.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.EventBoxText {
	font-family: Varela, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
a.EventBoxLink:link {
	color: #333;
	line-height: 17px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.EventBoxLink:visited {
	color: #333;
	line-height: 17px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.EventBoxLink:active {color: #333; }
a.EventBoxLink:hover {color: #fff; text-decoration: underline; }
.FeaturedBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/_main/3.0/featured_bg.png);
	padding-top: 22px;
	padding-left: 30px;
}
.Footer {
	font-family: Varela, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBB;
	padding-bottom: 10px;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-left: 15px;
}
.Contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
}
.SubDescrip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 18px 30px 22px 22px;
	line-height: 30px;
	background-color: #eeeeee;
}
.SubDescrip3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #eeeeee;
	padding: 18px 30px 22px 22px;
	line-height: 27px;
}
.SubDescripDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ccc;
	padding: 18px 30px 22px 22px;
	line-height: 30px;
}
.SubDescrip2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #444;
	padding: 22px 30px 22px 22px;
	line-height: 30px;
}
.SubDescripTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.SubDescripSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 30px;
	font-weight: normal;
}
.SubDescripSub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 14px;
	font-weight: normal;
}
.BandThumbTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 12px;
	font-weight: normal;
}
.Med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}.MedLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
.Lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: Bold;
	color: #333;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
.AudioHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.ShowcaseHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.ShowcaseText {
	font-family: Varela, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
}
.ShowcaseDate {
	font-family: Varela, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}



table.button {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top:10px;
}
table.button td {
   border: 0px;
}
table.button td a{
	display: block;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.button td a:link, table.button td a:visited {
   color: #FFF;
   background-color: #444444;
}
table.button td a:hover, table.button td a:active {
	color: #fff;
	background-color: #999;
}




.search-query {
	border: none;
	padding: 3px;
	height: 18px;
	font-size: 13px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	margin: 0;
	background: #b9b9b9;
	background-image:url(images/_main/3.0/search_bg.jpg);
	color: #fff;
}
.search-query-submit {
	position: absolute;
	background-image:url(images/_main/3.0/search_bg2.jpg);
	background-repeat: no-repeat;
}
input::-webkit-input-placeholder {
color: white
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


/* ~~ Dance Band Page ~~ */

.Thumb {
	position: absolute;
	width: 188px;
	height: 25px;
	z-index: 3;
	font-family: Varela, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin-top: 136px;
}
a.Thumb:link {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
a.Thumb:visited {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
a.Thumb:active {
	color: #fff;
}
a.Thumb:hover {
	color: #ddd;
	text-decoration: underline;
}


.ThumbLG {
	position: absolute;
	width: 324px;
	height: 35px;
	z-index: 3;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin-top: 210px;
}
a.ThumbLG:link {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}
a.ThumbLG:visited {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}
a.ThumbLG:active {
	color: #fff;
}
a.ThumbLG:hover {
	color: #ddd;
	text-decoration: underline;
}

.transparent img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.transparent img:hover
{
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}



#fancyfont h1 { color: #000; font-weight: 400; font-size: 20px; font-family: Varela, Helvetica, Arial, sans-serif; line-height: 1.2; margin: 0 0 0px;}

#fancyfont h5 { color: #666; font-weight: 400; font-size: 13px; font-family: Varela, Helvetica, Arial, sans-serif; line-height: 1.5; margin: 0 0 0px;}


table.contactbutton {
	border-collapse: collapse;
	font-family: Varela, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table.contactbutton td {
   border: 0px;
}
table.contactbutton td a{
	display: block;
	text-decoration: none;
	text-align:center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 0px 0px 4px 4px;
}
table.contactbutton td a:link, table.contactbutton td a:visited {
   color: #FFF;
   background-color: #999;
   opacity:0.9;
}
table.contactbutton td a:hover, table.contactbutton td a:active {
	color: #fff;
	background-color: #444;
}

    #ContactButton {
         /* IE 5.0/Win and other lesser browsers will use this */
         position: absolute; right: 20px; top: 0px;
    }
    body > div#ContactButton {
         /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
         position: fixed;
    }



 @media screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
}
}