/*DEFAULT BODY STYLES*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #515151;
	text-align: justify;
}

body {
	background: #EFEFEF url(images/bgfx.gif) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

/*LINKS*/

a:link {
	color:#669900;
	text-decoration:underline;
}
a:hover {color:#669900; text-decoration:none;}
a:visited {color:#669900;
	text-decoration:underline;}


.baselinks:link{color:#999999; text-decoration:none;}
.baselinks:hover{	color:#333333;	border-bottom: 1px dashed #999999;}
.baselinks:visited {color:#999999; text-decoration:none;}

A.menublock:link {
	DISPLAY: block;
	PADDING-BOTTOM: 0px;
	height: 56px;
	COLOR: #ffffff;
	PADDING-TOP: 17px;
	background: #ffffff url(images/bg_menu.jpg) repeat-x;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	text-transform: uppercase;
}
A.menublock:visited {
	DISPLAY: block;
	PADDING-BOTTOM: 0px;
	height: 56px;
	COLOR: #ffffff;
	PADDING-TOP: 17px;
	background: #ffffff url(images/bg_menu.jpg) repeat-x;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	text-transform: uppercase;
	}
A.menublock:hover {
	DISPLAY: block;
	PADDING-BOTTOM: 0px;
	height: 56px;
	COLOR: #ffffff;
	padding-top: 17px;
	background: #ffffff url(images/bg_menu_hover.jpg) repeat-x;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	text-transform: uppercase;
}


/*TEXT*/

/*blinking text*/
.blinking {
text-decoration: blink;
color:#FF0000;}

ul {
list-style-type: circle;
list-style-image: url(images/bg_ul_art.gif);
list-style-position: outside;
margin-top: 0pt;
margin-right: 10px;
margin-bottom: 0pt;
margin-left: 35px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
}

.body_highlight {
	color: #990000;
}

.toppage {
	font-size: 10px;
}

.header1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #889B1C;
	padding-bottom: 10px;
	}
	
.phone {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #66CC00;
	padding-top: 15px;
	text-align:left;
	}


.header2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.base_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menutxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	}
	

/*LAYOUT*/

.baloonsbg {
	background: #ffffff url(images/balloonbg.jpg) repeat-x;
	}

.container {
	width: 720px;
	height: auto;
	min-width: 720px;
	min-height: 500px;
	background-color: #ffffff;
	border-left: 15px solid #ffffff;
	border-right: 15px solid #ffffff;
	}
	
.header {
	width: 720px;
	height: 239px;
	background-color: #ffffff;
	}
	
.menu_tbl {
	width: 100%;
	height: 56px;
	background-color: #333333;
	margin-bottom: 0px;
	border-top: 1px solid #ffffff;
	}
	
.content_area {
	width: 100%;
	height: 200px;
	min-height: 200px;
	background-color: #ffffff;
	margin-bottom: 15px;
	}

.base {
	width: 100%;
	height: 57px;
	background-color: #E1E1E1;
	border-top: 1px dashed #999999;
	margin-bottom: 0px;
	}
	
.header_image {
	width: 357px;
	height: 133px;
	background-color: #9FE606;
	padding-top: 0px;}


.popup_songlist td{
	border-bottom: 1px dashed #9FE606;
	text-align: left;}
	

/*IMAGES*/

.imagefloatright {
	float:right;
	margin-top:auto;
	margin-left:10px;
	margin-bottom:auto;
	}
.imagefloatleft {
	border: 2px solid #9FE606;
	text-align: left;
	}

/*---------------------
    STANDARD FORMS
---------------------*/

#contact p, label, legend { font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; color: #666; }

#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 500px; margin: 8px auto; padding: 8px; border: 0px solid #cbcbcb; background-color: transparent; -moz-border-radius: 5px; -webkit-border-radius:5px; }

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 150px; font-size: 11px; }
input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #06C;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	margin: 2px 0;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:10px; border:1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:0px -20px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 11px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { font-size: 11px; display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../forms/assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h4 { background: url('../forms/assets/success.gif') left no-repeat; padding-left:22px; }

select {
	cursor:pointer;
}

#button {
	padding: 5px;
	color: #FFF;
	background-color: #4A4A4A;
	border: 1px solid #ccc;
}
#button :hover {
	background-color: #000;
}


/*FX - image in top right of screen, must be PNG*/

a#corner {
position: absolute;
right: 0pt;
top: 0pt;
display: block;
height: 90px;
width: 100px;
background-color: transparent;
background-image: url(../images/joomla_donate.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: right;
background-y-position: top;
text-indent: -999em;
text-decoration: none;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

/*IMAGE HOVER FX*/


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -800px;
border: 1px solid #999999;
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 on hover*/
visibility: visible;
top: -300px;
left: 120px; /*position where enlarged image should offset horizontally */

}
.hmpagetxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	line-height: 140%;
	}