/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   


@import url("/css/nav-horizontal.css");

/* SITE SPECIFIC LAYOUT */
body
{
	margin:0;
	padding:0;
	background-color:#000000;
}

html,body,form#aspnetForm,form#form1
{
	height:100%;
}

div#page
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:821px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#branding{
	position:absolute;
	top: 10px;
	left: 5px;
	}

/* HEADER */
div#header
{
	height:163px;
	text-align:left;
}

div#banner{

  height:277px;
  margin:0px;
  padding:0px;
  



}



/* CONTENT */
div#content
{
	width: 100%;
	height:580px;
	position:relative; /* needed for footer positioning*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

/* LAYOUT */
div#layout
{
	width: 493px;
	border-width: 0px;
	float: left;
}

/* CLEAR */
div#clear
{
	clear:both;
}

/* MAIN */
div#main
{
	width:480px;
	min-height:326px;
	border-width:0;
	margin-left:5px;
	padding: 5px 5px 5px 15px;
	float: left;
}	
	

div#local
{
	width:300px;
	border-width:0;
	margin-top: 0px;
	margin-left:6px;
	padding-left:20px;
	float: left;
}

body.home div#local, body.contact div#local
{
	height: 370px; 
}


/* FOOTER */
div#footer
{
	

	width: 821px;
	height: 100px;
	padding-top: 70px;
	text-align: center;
	
	
}

/* END LAYOUT 
//////////////////////////////////// TABLE */
table
{

}


th
{

}

td
{

}

/* END TABLE */

/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

div#sub1,div#sub2,div#extra2,div#extra3,div#extra4,div#extra5,div#extra6
{
	display:none;
}


