/* 
HB School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mir Tanvir Hossain
Date: 12/02/008 */  
  

@import url("/template/hamptonbays/css/nav-horizontal.css");

/* SITE SPECIFIC LAYOUT */
body {
    margin: 0;
    padding: 0;         
}
html, body, form {
    height:100%; /* needed for container min-height */  /* for sticky footer */
}
div#page {
	width: 791px;
    margin:  0px auto;
    padding: 0;
    position:relative;
}

/* HEADER */
div#header {
   height:163px;
   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;
	padding-bottom: 40px;  /* for sticky footer, set as same height as footer */
}
/* BANNER */   
div#banner,div#hdrHome, div#$hdrContactUs, div#hdrStaffDirectory {
	display: none;
}
/* LAYOUT */
div#layout {
 	width: 619px;
	float: left;
	border-width: 0px;
	margin-left: 8px;
	margin-top: 20px;
}
/* CLEAR */
div#clear {
	clear: both;				
}
/* MAIN */
div#main {
	width: 579px;
	border-width: 0px;
	min-height:600px;
	margin:0px 20px;
}

/* LOCAL */
div#local{
    float: right;
    width: 154px;
    margin-right: 10px;
	margin-top: 20px;
}
/* SUB1 */
div#sub1, div#sub2{
	display: none;
}

/* SUB2 */
div#search{
    top:0px;
    right:10px;
    position:absolute;
}	
div#translate{
	top: 2px;
    left: 312px;
    position:absolute;
    width: 200px;
}

/* extras */
div#extra2,div#extra3,div#extra4,div#extra5,div#extra6{
    display: none;
}		
  
/* FOOTER */
div#footer {
	width:775px;
	text-align:center;	
	position: relative;  /* for sticky footer */
	margin-top: -20px;  /* for sticky footer */
	height:40px;		/* for sticky footer */
	clear:both;			/* for sticky footer */
	margin-left: 6px;
}
/* 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 */ 				

     
