/* 
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: 0px 0px 0px 0px;
	
}

html,body,form#aspnetForm,form#form1
{
	height:100%;
}

div#page
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 1024px;
	/*height:auto !important;  real browsers */
	/*height:100%; /* IE6: treaded as min-height*/
	/*min-height:100%; /* real browsers */
}

div#branding{
	position:absolute;
	top: 26px;
	left: 20px;
	z-index: 2;
	}

/* HEADER */
div#header
{
	margin:0 auto; /* center, not in IE5 */
	height:112px;    
}




/* CONTENT */
div#content
{
	width: 100%;
	
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;

}
/*FLASH */
div#flash
{
	position: absolute;
	top: 111px; 
    width: 1024px; 
  z-index: 1;    
}

/* BANNER */
    
body.Home div#banner{
position: relative;
	margin-top: 40px;
    width: 600px;
    height: 305px;
   z-index: 999;
}


/* BANNER */
div#banner
{
	margin-top: 40px;
}


/* LAYOUT */
div#layout
{
	width: 617px;
	float: left;
}



/* MAIN */
div#main
{
	width: 100%;
	float: left;
	
}

div#sub1 {

 		display: none;
		
		}


/* CLEAR */
div#clear
{
	clear:both;
}


/* LOCAL */
div#local
{
	width: 365px;
	float: right;
}

/* FOOTER */
div#footer
{

	bottom: 0px;
	width:100%;

}

div#footercontent
{
	width: 1004px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
}

div.contactbox{

	float: left;
	width: 275px;

}

div.servicesbox{

	float: right;
	width: 660px;
}


/* List Items ul li */

div#footer ul{


  float: left;
  margin-right: 46px;

}

div#footer ul li{

}


/* END LAYOUT 
//////////////////////////////////// TABLE */
table
{

}


th
{

}

td
{

}

/* END TABLE */



/*//////////////////////////////////// Forms */

fieldset{

padding: 0px;
margin: 0px;
}

form.contact input[type="text"]
{
width: 220px;
height: 30px;
}



/* END Forms */

/* 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 */


