/* CSS Document */
body{
	background:#0B5502;
	background-image:url(../images/innerPageBg.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


table{
	position:absolute;
	top:150px;
}
td, th
{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#mainnav {
	background-image:url(../images/nagBG.gif);
	background-repeat:repeat-x;
	position: absolute;
	top: 76px;
	height: 40px;
	width: 790px;
	left: 50%;
	margin-left: -395px;
}


#mainnav a{
	font-family:"trebuchet MS", verdana, arial, helvetica;
	display:block;	
	font-size:1.50em;	
	color:#C7C0CD;
	padding-top:6px;
	border:none;
	text-decoration:none;
}

#mainnav a:hover{
	text-decoration:none;
	color:#EBD806;
}

#mainnav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#mainnav li{
	float:left;
}

.homelink{
	width:90px;
	padding-left:15px;
}

.aboutlink{
	width:100px;
}

.gallerieslink{
	width:135px;
}

.memberslink{
	width:120px;
}

.agendalink{
	width:110px;
}

.contactlink{
	width:125px;
	
}

.musiclink{
	width:80px;
}

.pageHeaders{
	position:absolute;
	top:155px;
	left:50%;
	margin-left:-395px;
}

.sampleHeader{
	position:absolute;
	top:360px;
	left:50%;
	margin-left:-395px;
}

.samplesTable{
	position:absolute;
	top:410px;
	left:50%;
	margin-left:-395px;
}


.innerPageText{
	position:absolute;
	left:50%;
	margin-left:-210px;
	top:180px;
	width:520px;
	font-size:0.70em;
	line-height:1.5;
	background-color:#DDCB06;
	border-left:3px solid #C9B905;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}

#info{
	position:absolute;
	top:210px;
	left:50%;
	margin-left:50px;
	width:322px;
	font-size:0.70em;
	line-height:1.5;
	background-color:#DDCB06;
	border-left: 3px solid #C9B905;
	padding:10px;
}

/* ----------------- */
/*  lightbox style   */
/* ----------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #eee;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* ---------------------- */
/*   photos page style 	  */
/* ---------------------- */
	
.sage {
	position:absolute;
	top:200px;
	left:47%;
	margin-left:-395px;
	color:#684B81;
	text-decoration:none;
	width:180px;
	text-align:center;
}	

.cg {
	position:absolute;
	top:200px;
	left:47%;
	margin-left:-180px;
	color:#684B81;
	text-decoration:none;
	width:180px;
	text-align:center;
}

.cc {
	position:absolute;
	top:200px;
	left:47%;
	margin-left:35px;
	color:#684B81;
	text-decoration:none;
	width:180px;
	text-align:center;
}


.albumLinks{
	position:absolute;
	width:760px;
	top:150px;
	left:50%;
	margin-left:-395px;
	font-size:12px;
}

#photoThumbs{
	position:absolute;
	top:240px;
	left:50%;
	margin-left:-395px
}	

#sgMainThumb{
	position:absolute;
	top:240px;
	left:50%;
	margin-left:-180px;
}	

#ccMainThumb{
	position:absolute;
	top:240px;
	left:50%;
	margin-left:35px;
}

/* ------------------------- */
/*	  CONTACT FORM STYLE     */
/* ------------------------- */

.contactFormContainer{
	position:absolute;
	top:210px;
	left:50%;
	margin-left:-390px;
	padding:6px;
	border: 1px solid #C9B905;
	width:400px;
	background-color:#EBD806;
}

#contactFormBlock{
	padding:10px;	
	background-color:#DDCB06;
}

#contactFixed{
	font-size:12px;
	width:150px;
}

#submitButton{
	background-color:#DDCB06;
}

p.thanks{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-250px;
	font-size:12px;
}


/* ------------------------- */
/*     MUSIC FORM STYLE      */
/* ------------------------- */

.formContainer{
	position:absolute;
	top:250px;
	left:50%;
	margin-left:-180px;
	padding:6px;
	border: 1px solid #C9B905;
	width:400px;
	background-color:#EBD806;
}

#formBlock{
	padding:10px;	
	background-color:#DDCB06;
}

#fixed{
	font-size:12px;
	width:150px;
}

#submitButton{
	background-color:#DDCB06;
}

/* ----------------------- */
/* 	  MUSIC LIST STYLE     */
/* ----------------------- */

#musicList{
position:absolute;
top:150px;
list-style:none;
font-size:0.75em;
line-height:1.5em;
}

/* ------------------------- */
/*      footer style	     */
/* ------------------------- */

#footer {
	position: absolute;
	top:800px;
	left: 50%;
	margin-left: 270px;
	font-size:0.70em;
	color:#999999;
	height:50px;
}

/* ------------------------- */
/*      members pics	     */
/* ------------------------- */
#memberPics{
float:left;
border:solid 2px #C9B905;
padding:4px;
}

/* ------------------------- */
/*     agenda list style    */
/* ------------------------- */


#agendaText{
	padding-right:5px;
}





