@charset "UTF-8";
/* CSS Document */

a:link {
	color: #999;
}
a:visited {
	color: #333;
}

.leftside {
	background-image: url(images/left_side.png);
	background-repeat: repeat-y;
}
.underbody {
	vertical-align: top;
}
.mikelogo {
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
}
.leftsidebanner {
	background-image: url(images/leftsidebanner.png);
	background-repeat: repeat-y;
	vertical-align: top;
}
.rightsidebanner {
	background-image: url(images/rightsidebanner.png);
	background-repeat: repeat-y;
	vertical-align: top;
}
.bodytext {
	vertical-align: top;
	padding: 20px;
}
.presstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	background-color: #FFF;
	padding: 10px;
}
.homebody {
	text-align: center;
	vertical-align: top;
	padding: 15px;
	background-color: #FFF;
}
.menucell {
	background-image: url(images/topbanner.png);
	vertical-align: top;
}
.closecell {
	background-color: #FFF;
	vertical-align: top;
}
.rightside {
	background-image: url(images/right_side.png);
	background-repeat: repeat-y;
}
.bottombanner {
	background-image: url(images/bottombanner.png);
	text-align: center;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.topheader {
	background-color: #000;
	vertical-align: top;
}
.topheaderhome {
	background-color: #D5171E;
	vertical-align: top;
}
.topcell {
	vertical-align: top;
}

.maincontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.maincontentbl {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #06F;
}
.maincontentblbig {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #06F;
}
.maincontentred {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #C00;
}
.maincontent1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
}

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}
.album {
	vertical-align: top;
	text-align: center;
	background-color: #FFF;
}
.albumsongtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
}
.redunderline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
}
.redunderlinemain {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.invertedshiftdown ul{
margin:0;
margin-left: 45px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}
.albumplayer {
	text-align: center;
	vertical-align: top;
	padding: 3px;
	background-color: #FFF;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	font: bold 16px Arial;
	color: White;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: #C00; /*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
	background-color: #333; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 250;
	left: 5px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	bottom: 85px;
}
.invertedshiftdown1{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}
.invertedshiftdown1 ul{
margin:0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}
.invertedshiftdown1 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown1 a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: White;
	text-decoration: none;
	margin: 0 1px 1px 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: #C00; /*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftdown1 a:hover{
	background-color: #333; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.invertedshiftdown1 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
.docucell {
	vertical-align: top;
	text-align: center;
	background-color: #FFF;
}
.contacttype {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #06F;
}
.nodrugs {
	color: #C00;
	font-size: 24px;
}
.contactform {
	text-align: left;
}
