/* 
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");


/* SITE SPECIFIC LAYOUT */
    body {
                margin: 0;
                padding: 0;
                     
    }
	
	html, body,  form#aspnetForm, form#form1, div#page {
	xheight:100%; /* needed for container min-height */
}

	
    div#page {
                width: 760px;
                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: 85px;
			    text-align: right;

		}
		
			div#branding {
				background-image:url(/Template/DeerPark/images/logo.gif);
				background-repeat:no-repeat;
				position:absolute;
				top:0px;
				left:30px;
				width:267px;
				height:74px;
				cursor: pointer;
			}	

    
    /* 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:15px;
			}
		
		 /* 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;
			  }		
			  
			#events {
				top:0px;
			    margin-top:0px;
				padding:0px 10px 10px 10px;
			    width: 150px;
			    height:480px;
			}
			
			.event {
                margin-top:20px;

		}
        
    /* FOOTER */
		div#footer {
			position:absolute;
			width:100%;
			width: 745px;
			xbottom:0px; /* stick to bottom */
			height: 40px;
			padding-left: 15px;
			background: #FFFFFF;
			
			}
		div#footer p {
			    margin: 0;
			    padding: 15px;
			    font-size: 0.8em;
		    }

	
/* END LAYOUT */
/*//////////////////////////////////// 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;
	}
/* END TABLE */ /* Specific */

	table#signup {
	            border-bottom: 1px solid #9d9fa0;
	            margin-bottom: 10px;
	            margin-right: 60px;
	            }
				
	.styleProfileInterTable
	{
		width: 100%;
	}

	.styleProfileDescriptionTable
	{
		width: 100%;
	}




     