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

div#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
    padding: 0px;
	text-align: left;
	}

body {
	text-align: center;
    }

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
    padding-top:10px;
    padding-left:0px;
    }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 130%;
    }

a {
     text-decoration: none;
	 color: #0000FF;
     }

a:hover, a:active { /* This is the text on the link page*/
 	text-decoration: none;
	color: #FF0000;
    }

#header {
	overflow:hidden;
	position:absolute;
	left:15px;
	top:5px;
	z-index:0;
	align="left";
	background-image: url(../images/TSFSBanner2010.png);
	height: 110px;
	width: 960px;
	background-repeat: no-repeat;
    }

#left_column {
	overflow:hidden;
	position:absolute;
	left:15px;
	top:119px;
	z-index:1;
	align="left";
	height: 360px;
	width: 166px;
	background-image:url(../images/left_column.png);
	background-repeat: no-repeat;
    }

#right_column {
	text-align: left;
    overflow:hidden;
	position:absolute;
	left:809px;
	top:119px;
	z-index:2;
	align="left";
	height: 360px;
	width: 166px;
	background-image:url(../images/right_column.png);
	background-repeat: no-repeat;
    }


#calendar_table {
    width: 145px;
	position: absolute;
	top: 60px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
    }
    


#main_column_1 {/*used with index.html*/
	overflow:auto;
	position:absolute;
	left:185px;
	top:119px;
	width:620px;
	height:360px;
	z-index:5;
    align:left;
	background-color:#C1B9A6;
	display: inline;
    /*padding-top:10px;*/
    text-align:justify;
    }

#table_main_column_1 {
    width: 620px;
    vertical-align:top;
    }
     
     
     
#table_main_column_1 td {
     text-align: justify;
     padding-left:20px;
     padding-right: 20px;
     padding-bottom:1px;
     padding-top:1px;
     }


#main_column_2 {/*used with about us, dancer, singer,choir, executive committee, links, our sponsors, upcoming events*/
	overflow:auto;
	position:absolute;
	left:185px;
	top:119px;
	width:790px;
	height:360px;
	z-index:5;
	align="left";
	background-color:#C1B9A6;
	display: inline;
    }
    
#table_about_us {
     width:780;
     background-color: #C1B9A6;
     display: inline;
     }
     
#table_about_us td {
     text-align: justify;
     padding-left:20px;
     
    }
     
#table_choir {
     width:780;
     background-color: #C1B9A6;
     display: inline; 
      }
      
#table_choir td {
      text-align: justify;
      padding-left:20px;
      }
      
#table_photos {
     width:760;
     background-color: #C1B9A6;
     /*display: inline;*/ 
      }
      
#table_photos td {     
      vertical-align:top;
      /*text-align: left;
      padding-left:20px;*/
      }

#table_dancers {
     width:780;
     background-color: #C1B9A6;
     display: inline; 
      }
      
#table_dancers td {     
      text-align: justify;
      padding-left:20px;
      }
      
#exectable {
     width:780;
     background-color: #C1B9A6;
     }   
     
#events {
     width:780;
     background-color: #C1B9A6;
     display: inline; 
     }
     
#events td {
     text-align: justify;
     padding-left:20px;
     }
     
#events p{
	padding-top:1px;
	font-size:12px;
    }
    
#link_table {
     width:780;
     background-color: #C1B9A6;
     display: inline; 
     }
     
#link_table td {
     text-align: justify;
     padding-left:20px;
     }

#exectable {
     width:760px;
     background-color: #C1B9A6;
     /*display: inline;*/
     padding-left:20px; 
     }

#exectable td {
     
     }
     
#main_column_3 {
	overflow:auto;
	position:absolute;
	left:186px;
	top:134px;
	width:620px;
	height:461px;
	z-index:5;
	align="left";
	background-color:#C1B9A6;
	background-repeat: no-repeat;
	background-image:url(../images/main_column_3.png);
	display: inline;
	padding:0px;
	padding-top:0px;
	Padding-bottom:0px;
    }

#footer {
	overflow:hidden;
	position:absolute;
	left:15px;
	top:482px;
	z-index:6;
	align: left;
	height: 151px;
	width: 960px;
	background-image: url(../images/TSFSBottom2010.png);
	background-repeat: no-repeat;
   display: inline;
   }

#footer_text {
	position:absolute;
	align:right;
	top:110px;
	right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.6em;
	text-align: right;
    }

#member_box {
	position:absolute;
	top:117px;
    align="center";
	height:485px;
	width:960px;
	left: 15px;
    border-style:solid;
    border-width:1px;
    border-color:blue;
	background-color: #FFF;
	overflow: auto;
    }

#musictable {
	background:#FFF;
	line-height: 10px;
	vertical alignment: center;
	padding bottom: 5px;
	padding-left:20px;
	padding-right:20px;
    }


#musictable a {
 	text-decoration: none;
	color: #0000FF;
	}

#musictable a:hover, a:active { /* This is the text on the link page*/
 	text-decoration: none;
	color: #FF0000;
	}

#music_list {
	padding:10px;
	width: 492px;
	text-align: justify;
    }
    
    
.resize_small { 
     
     height: 100;
     width: auto; }
     
.indent {
     padding-left:10px;}

     
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; 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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

     