/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Reclaim Design LLC

Last Updated: David Henry
Date: 10/10/2009 */   



@import url("/css/nav-horizontal.css");
@import url("/css/subnav.css");
/* SITE SPECIFIC LAYOUT */
body
{
	margin:0px;
	padding:0px;
	
}

html,body,form#aspnetForm,form#form1
{
	height:100%;
}

div#toppagebkg
{
	height:283px;

}

div#topcontent
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

div#middlepagebkg
{	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


div#page
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

div#branding{
	position:absolute;
	top: 30px;
	left: 27px;
	}

/* HEADER */
div#header
{
	height:130px;

}

div#banner{

  height:120px;
  margin-top:0px;
  padding-left:30px;

}



/* CONTENT */
div#content
{
	width: 100%;
	position:relative; /* needed for footer positioning*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

/* LAYOUT */
div#layout
{
	width:960px;
	float: left;
}

/* CLEAR */
div#clear
{
	clear:both;
}

/* MAIN */
div#main
{
	width:618px;
	float: right;
}

/* LOCAL */
div#local
{
	width:290px;
	float: left;
	padding-left:30px;
}

/* EXTRA */
div#extra1
{
	position:absolute;
	top:-220px;
	left:440px;


}

div#extra2
{
	position:absolute;
	top:20px;
	left:740px;
	z-index:100;
}

div#extra3
{
	position:absolute;
	bottom:30px;
	left:630px;
	z-index:100;
}




/* FOOTER */
div#footerbkg
{
	
	height:370px;
}


div#footer
{
	
    width:960px;
    padding-top:50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 200px;
	text-align:center;
}


/* ARROWS */

#mainpicturearrowleft
{

	margin:100px 75px 0px 0px;
	
}



#mainpicturearrowright
{

	margin:100px 75px 0px 20px;


}



/* List Items ul li */

div#footer ul{

 margin-left: 20px;

}

div#footer ul li{

 float: left;
 margin-right: 10px;


}


/* 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#extra5,div#extra6
{
	display:none;
}

