/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   




/* 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: 450px;
	left: 257px;
	}

/* HEADER */
div#header
{
	height:20px;

}





/* CONTENT */
div#content
{
	width: 1024px;
	height: 716px;
	position:absolute; /* 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: 100%;
	float: left;
}

/* CLEAR */
div#clear
{
	clear:both;
}

/* MAIN */
div#main
{
	width: 100%;
	float: left;
}




/* FOOTER */
div#footer
{
	position: absolute;
	top: 750px;
	width: 100%;
	text-align: center;

}



/* List Items ul li */




/* END LAYOUT */
/*//////////////////////////////////// Flash Movies */

div#bees{
  position: absolute;
  top: 255px;
  left: 305px;

}

div#mailbox{
  position: absolute;
  top: 417px;
  left: 5px;
  }
  
 div#stars{
  position: absolute;
  top: 0px;
  right: 75px;
  }
  
 div#spider{
  position: absolute;
  top: 268px;
  right: 13px;
  }
  
 div#flowers{
  position: absolute;
  bottom: 15px;
  right: 0px;
  }  
 
 /* ThickBox */
#tbContent
{
 position: relative;
 width: 490px;
 padding: 20px 20px 0px 40px;
}


#tbContentBig
{
 position: relative;
 width: 791px;
 height: 591px;
 padding: 40px 20px 0px 40px;

}


#tbMainBig
{
 width: 741px;
}


#modcloseinline{
    width:60px;
	height:61px;
	float:right;
	z-index: 999;
}


#modcloseinline_big{
    position: absolute;
    right: 40px;
    bottom: 40px;
    width:60px;
	height:61px;
	z-index: 999;
}


a.modclose{
    display:block;
    width:60px;
	height:61px;
}


/* JCycle */
div.slideshow {

 position: absolute;
 top: 0px;
}

div.slideshow li{
 width: 652px;
 padding: 130px 0px 0px 50px;
 list-style-type: none;
}


a#prev2{

 display: block;
 position: absolute;
 top: 40%;
 left: 0px;

}


a#next2{

 display: block;
 position: absolute;
 top: 40%;
 right: 55px;

} 

/*//////////////////////////////////// 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#banner,div#local,div#sub1,div#extra2,div#extra3,div#extra4,div#extra5,div#extra6
{
	display:none;
}

