/* 
Three Village District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */

@import url("/Template/ThreeVillage/css/nav-horizontal.css");

/*RESETS*/
*{padding:0; margin:0;}
fieldset{border:none;}
a img{border:none;}
a{-moz-outline:none;}

/* SITE SPECIFIC LAYOUT */

html,body,form#aspnetForm,form#form1
{
	height:100%;
	min-height: 100%;
}

div#branding{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}

div#page
{
	position:relative; /* needed for footer positioning*/
	margin: 30px auto 0 auto; /* center, not in IE5 */
	width: 770px;
}

div#search
{
	position:absolute;
	top: -30px;
	right: -130px;	
}
div#translate
{
	position:absolute;
	top: -30px;
	left: 20px;	
}

/* HEADER */
div#header
{
	position: relative;
  height: 141px;
  z-index: 101;
}

/* CONTENT */
div#content
{
	width: 100%;
	position:relative; /* needed for footer positioning*/
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* LAYOUT */
div#layout
{
	margin-top: 30px;
}

div#main
{
 
}

/* LOCAL */
div#local{
	margin-top: 30px;
}

/* FOOTER */
div#footer2
{	
	width: 767px;
	margin: 0px auto 0px auto;
	height: 105px;
}

/* List Items ul li */



/* END LAYOUT 
//////////////////////////////////// TABLE */


table
{
    border-collapse: collapse;
	border-spacing: 0;
}

th
{
}

td
{
}

/* END TABLE */


/*//////////////////////////////////// Display: None */
div#sub2, div#banner, div#extra1, div#extra2, div#extra3, div#extra4, div#extra5, div#extra6
{
	display:none;
}



/* CLEAR */
div#clear
{
	clear:both;
}


/* 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 */
