/* 
islip School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mir Tanvir Hossain
Date: 12/02/008 */  
  

@import url("/Template/islip/css/nav-horizontal.css");


/* SITE SPECIFIC LAYOUT */
    body {
                margin: 0;
                padding: 0;
                     
    }
	
	html, body,  form#aspnetForm, form#form1, div#page {
	            height:100%; /* needed for container min-height */
}

	
    div#page {
                width: 800px;
                margin:  0 auto;
                padding: 0;
		        position:relative;
				height:auto !important; /* real browsers */
				height:100%; /* IE6: treaded as min-height*/
				min-height:100%; /* real browsers */
   	}
	

    
    /* HEADER */
		div#header {
			   height:211px;
			   text-align: right;
			   

		}
		
			div#branding {
		        display:none;
				
			}	

    
    /* CONTENT */
		div#content {
			width:  100%;
			position: relative;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding-top: 0;
			padding-right: 0;
			padding-bottom: 0;
			padding-left: 0;
		}
		
		/* BANNER */   
		div#banner {
			display: none;
		}

		
        /* LAYOUT */
			div#layout {
			 	width: 480px;
				float: right;
				border-width: 0px;
			}
			
		 /* CLEAR */
			div#clear {
				clear: both;				
			}
			
			
		
        /* MAIN */
			div#main {
				width: 480px;
				border-width: 0px;
				min-height:110px;
				margin:0px;
			}
		
		 /* LOCAL */
			div#local{
			    display: none;
			}

		 /* SUB1 */
		 
			 div#sub1, div#sub2{
			    display: none;
			  }

		 /* SUB2 */

			div#search{
			    top:0px;
			    right:10px;
			    position:absolute;
			}	
			
			/* extras */
			 div#extra2,div#extra3,div#extra4,div#extra5,div#extra6{
			    display: none;
			  }		
			  

        
    /* FOOTER */
		div#footer {
			position:absolute;
			width:100%;
			bottom:0px; /* stick to bottom */
			height: 20px;
			text-align:center;
			
			}
		div#footer p {
			    margin: 0;
			    padding: 15px;
			    font-size: 0.8em;
		    }

	
/* END LAYOUT */

/* Special Divs */


	#events {
		top:0px;
		margin-top:0px;
		padding:0px 10px 10px 10px;
		width: 150px;
		xheight:480px;
	}
	
	.event {
		margin-top:20px;

	}
	
	.CurrentNews{
		margin-left:4px;
		min-height:200px;
		width:97%;
	}
	#principalsMessage{
		margin-top:20px;
		height:30px;
	}
	
	#importantLinks{
		min-height:300px;
		margin-left:1px;
		width:99.60%;
 	}
	
	
	.gallery{
		width:158px;
		height:115px;
		margin-left:10px;
		margin-bottom:20px;
		}
		
	
/* End Special Divs
/* TABLE */
	table {
		        margin: 0 0 0 0;
		        padding: 2px;
		        font-size: 1em;
	        }
	table caption {
		        margin: 0;
		        padding: 0 0 1.5em 0;
		        font-weight: bold;
	        }
	th {
	        	font-weight: bold;
	}
	td {
		        font-size: 1em;
		        padding: 2px;
        	    vertical-align: top;
	}


	table#signup {
	            border-bottom: 1px solid #9d9fa0;
	            margin-bottom: 10px;
	            margin-right: 60px;
	            }
				
/* END TABLE */ 				

     