/* 
islip School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mir Tanvir Hossain
Date: 12/02/008 */   
  

/* SITE SPECIFIC LAYOUT */



	/* LAYOUT */
	
div#header a,div#header a:link,div#header a:active
{
	position:absolute;
	left:60px;
	top:30px;
	width:180px;
	height:180px;
	display:block;
}

div#header a:visited
{
	background-color:transparent;
}

div#header a:hover
{
	text-decoration:none;
}
div#banner{
	position:relative;
	margin:15px;
	margin-top:0px;
	bottom:0px;
	height:211px;
}
div#layout {
   width: 575px;
   float: right;
   border:none;
}        

	/* MAIN */
div#main {
	width: 575px;
	padding-right: 0px;	
	border:none;
}
		
	    /* LOCAL */
div#local {
    float: left;
	top: 0px;
    margin-top: 70px;
    width: 185px; 
    margin-left: 10px;	
    display: inline;
}
             
div#local .curvy
{
	width:184px;
	-moz-border-radius-bottomleft:3ex;
	-moz-border-radius-bottomright:3ex;
	-webkit-border-bottom-left-radius:3ex;
	-webkit-border-bottom-right-radius:3ex;
}
div#local div.curvy div.localInner div.curvy
{
	width: auto;
	-moz-border-radius-bottomleft: 0ex;
	-moz-border-radius-bottomright: 0ex;
	-webkit-border-bottom-left-radius: 0ex;
	-webkit-border-bottom-right-radius: 0ex;
}
        
div#extra6
{
	position:absolute;
	display: block;
	top:35px;
	right:15px;
	height:44px;
	width:158px;
	border:none;
}

hr
{
	margin:0;
	margin-right:80px;
	padding:0;
}

div#extra5
{
	position:absolute;
	top:220px;
	left:9px;
	background-image: url(/Template/islip/images/ImportantLinksUpperBackground.jpg);
	background-repeat:no-repeat;
	display:block;
	height:72px;
	width:186px;
	z-index:10;
	border:none;
}

/* END LAYOUT */




