/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski */


/* SPECIFIC LAYOUT */
		
	
/* LAYOUT */
div#layout {
	border-width: 0px;
	width: 620px;
	float: left;
}


/* Sub1 */
div#sub1 {
	margin-top: 5px;
    float: left;
    width: 175px;
    display: inline;
	margin-left: 10px;
	padding: 75px 5px 5px 5px;
	background-image: url("/template/islip/images/importantlinksupperbackground.jpg");
	background-repeat: no-repeat;
	background-color: #640982;
}

div#sub1 > h3 
{
	color:White;
    text-align: center;
    font-weight: normal;
    text-decoration:none;
    margin: 0px 0px 0.5em 0px;
    padding:0px 0px 5px 0px;
    font-size: 1.4em;
    line-height: 1.3em;
    font-family: Arial, Verdana, Helvetica;
    border-bottom: solid 2px yellow;
    background-color: Transparent;
}

div#sub1 a,
div#sub1 a:link,
div#sub1 a:active {
    color: #ffffff;     
}
div#sub1 a:visited {
	color:#ffffff;
}
div#sub1 a:hover {
	color: #ffffff;
}

/* main */
div#main{
	margin-top: 0px;
	float: right; 
	width: 400px;
	display: inline;
	margin-left: 10px;
}

div#main > h3 {
	text-align: center;
	padding-bottom: 0px;
	line-height: 1.5em;
	margin: 0px 0px 0.5em;
	padding-left: 0px;
	padding-right: 0px;
	color: #640982;
	font-size: 2em;
	padding-top: 0px;
	background: none;
}

/* LOCAL */
div#local {
	display: none; 
}
div#local ul {
margin: 0px;
padding:30px 5px 15px 10px;
list-style-type:none;
}

/* Extra2 */
div#extra2 {
    position: absolute;
    width: 200px; 
    top: 480px;
    right: 0px;
    display: inline;
}
	
/* END LAYOUT */