@charset "utf-8";
/* TABSHEET LAYOUT */

#tabsheet {
	width:678px;
	float:left;
    display:inline;     /* fixes IE6 margin doubling bug */
	margin:8px 10px 0 0;
	padding:0;
	}

#tabsheet h2 {
    margin:10px 10px;
    }

#tabsheet h5 {
    margin:0 10px;
    text-decoration:underline;
    }

#tabsheet h6 {
    margin:0 10px;
    font-style:italic;
    }
        
#tabsheet p, ul {
    text-align:justify;
    margin:10px 10px;
    }
        
#tab {
    float:left;
    width:100%;
    background:url("../images/tabs/tab_background.gif") repeat-x bottom;   /* Set the background image behind the tabs */
    line-height:normal;
    overflow:hidden;
    padding-top:20px;
    margin-bottom:15px;
    }

#tab ul {
    margin:0;
    padding:0 10px 0;
    list-style:none;
    margin-left:20px;
    }

#tab li {
    float:left;
    display:inline;
    background:url("../images/tabs/tab_norm_left.gif") no-repeat left top;  /* Sets the left sliding door for an unselected tab */
    margin:0;
    padding:0 0 0 9px;
    }

#tab a, #tab strong, #tab span {
    float:left;
    display:inline-block;
    background:url("../images/tabs/tab_norm_right.gif") no-repeat right top;  /* Sets the right sliding door for an unselected tab */
    padding:5px 15px 4px 6px;
    text-decoration:none;
    }
    
#tab a:hover {
    text-decoration:underline;
    }
    
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#tab a {float:none;}
/* End IE5-Mac hack */

#tab #selected {
    background-image:url("../images/tabs/tab_norm_left_selected.gif");  /* Sets the left sliding door for a selected tab */
    }
    
#tab #selected a {
    background-image:url("../images/tabs/tab_norm_right_selected.gif");  /* Sets the right sliding door for a selected tab */
    padding-bottom:5px;
    }

#subtab1 {
    float:left;
    width:100%;
    background:url("../images/tabs/tab_background1.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
    overflow:hidden;
    }    

#subtab1 ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    margin-left:20px;
    }

#subtab1 li {
    float:left;
    display:block;
    background:url("../images/tabs/tab_norm_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }

#subtab1 a, #subtab strong, #subtab span {
    float:left;
    background:url("../images/tabs/tab_norm_right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#765;
    }

#subtab1 a:hover {
    text-decoration:underline;
    }

#subtab1 #current {
    background-image:url("../images/tabs/tab_norm_left_selected.gif");
    }

#subtab1 #current a {
    background-image:url("../images/tabs/tab_norm_right_selected.gif");
    padding-bottom:5px;
    }

#privacy {  
    float:left;
    display:inline;        /* fixes margin-doubling bug in IE6 */
    margin:0 20px;
    padding:0;
    }
    
#tou {  
    float:left;
    display:inline;        /* fixes margin-doubling bug in IE6 */
    margin:0 20px;
    padding:0;
    }
    
#cancellation {  
    float:left;
    display:inline;        /* fixes margin-doubling bug in IE6 */
    margin:0 20px;
    padding:0;
    }
    
#by_laws {  
    float:left;
    display:inline;        /* fixes margin-doubling bug in IE6 */
    margin:0 20px;
    padding:0;
    }
    
#constitution {  
    float:left;
    display:inline;        /* fixes margin-doubling bug in IE6 */
    margin:0 20px;
    padding:0;
    }

#discipline {  
    float:left;
    display:inline;        /* fixes margin-doubling bug in IE6 */
    margin:0 20px;
    padding:0;
    }      
