/* 
Deerpark School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mir Tanvir Hossain
Date: 10/22/2008 */   

@import url("/Template/Deerpark/css/nav-horizontal.css");

body
{
	margin:0;
	padding:0;
}

html,body,form#aspnetForm,form#form1,div#page
{
	xheight:100%;
}

div#page
{
	width:760px;
	position:relative;
	height:auto !important;
	min-height:100%;
	margin:0 auto;
	padding:0;
}

div#header
{
	height:85px;
	text-align:right;
}

div#branding
{
	background-image:url('/Template/DeerPark/images/logo.gif');
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:30px;
	width:267px;
	height:74px;
	cursor:pointer;
}

div#content
{
	width:100%;
	position:relative;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:0;
}

div#layout
{
	width:480px;
	float:right;
	border-width:0;
}

div#clear
{
	clear:both;
}

div#main
{
	width:480px;
	min-height:110px;
	border-width:0;
	margin:15px;
}

div#search
{
	top:0;
	right:10px;
	position:absolute;
	width: 220px;
}
div#search iframe
{
    width: 220px !Important;
}
div#translate{
	top: 1px;
    left: 340px;
    position:absolute;
    width: 200px;
}	

#events
{
	top:0;
	margin-top:0;
	width:150px;
	height:480px;
	padding:0 10px 10px;
}

.event
{
	margin-top:20px;
}

div#footer
{
	position:absolute;
	width:745px;
	xbottom:0;
	height:60px;
	background:#FFF;
}

div#footer p
{
	font-size:0.8em;
	margin:0;
	padding:15px;
}

table
{
	font-size:1em;
	margin:0;
	padding:2px;
}

table caption
{
	font-weight:700;
	margin:0;
	padding:0 0 1.5em;
}

th
{
	font-weight:700;
}

td
{
	font-size:1em;
	vertical-align:top;
	padding:2px;
}

table#signup
{
	border-bottom:1px solid #9d9fa0;
	margin-bottom:10px;
	margin-right:60px;
}

div#banner,div#local,div#sub1,div#sub2,div#extra2,div#extra3,div#extra4,div#extra5,div#extra6
{
	display:none;
}

.styleProfileInterTable,.styleProfileDescriptionTable
{
	width:100%;
}     
