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

body {
	background-color: #000000;
	background-image: url(images/bg_black.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; }
	
a:link {
	color: #ffffcc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AC9C7B;
}
a:hover {
	text-decoration: none;
	color: #AC9C7B;
}
a:active {
	text-decoration: none;
	color: #ffffcc;
}

.leftFloat{
float:left;
}
.rightFloat{
float:right;
}	
	
.copyright { color: #556C51; font-family: Arial, Helvetica, sans-serif; }

.red_title { font-size: 30px; color: #784F41; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

.cream_title {font-size: 30px; color: #938268; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

.maintable{background-image:url(images/bg_title.png); background-repeat:no-repeat; background-position:top; }

.red_table {background-image: url(images/bg_red.png); }

.cream_table {background-image: url(images/bg_yellow.png); }

.maillist_page {
	text-decoration: none;
	color: #ffffcc;
}

.next_gig {
	color: #ffffff;
}

/*start flickr style*/


.flickr_badge { }

.flickr_badge img { width: auto; height: 90px; padding: 6px; margin: 0 0px 0px 0; border: 0px solid #000; float: left; }

.logo{
background-image:url(sitelogo.gif);
background-position:top, left;
background-repeat:no-repeat;

}

/*end flickr style*/







/*Start style for Menu*/

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: right;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 4px 6px;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
color: #B5AF85;
font: 12px Arial;
font-weight:bold;
background:#000000;
/*background-image:url(bg-khaki.png);*/
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 122px; /*width of sub menu levels*/
font-weight: normal;
padding: 10px 5px;
background-image:url(bg-red.png);
border-width: 0px 0px 0px 0px;
color: #300000;
}

.horizontalcssmenu ul li a:hover{
background-image:url(bg-red.png);
color: #B5AF85;
}

.horizontalcssmenu ul li ul li a:hover{
background-image:url(bg-red.png);
color: #B5AF85;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }

/*end style for Menu*/



/*start Togle script*/

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#ffffcc;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content in slide down */
	padding: 6px; margin: 0 0px 0px 0; border: 0px solid #000; float: left;
	}
.dhtmlgoodies_answer_content img{	/* Content in slide down */
	padding: 6px; margin: 0 0px 0px 0; border: 0px solid #000; float: left;
	}
/*end Togle script*/












