/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Janean Angeles
Date: 7/21/2009 */   


@import url("/Template/Valleystream/css/nav-horizontal.css");

/* SITE SPECIFIC LAYOUT */
body
{
	margin: 0;
	padding: 0;		
}

html,body,form#aspnetForm,form#form1
{
	height:100%;
}

div#page
{
	position:relative; /* needed for footer positioning*/
	margin:35px auto 0 auto; /* center, not in IE5 */
	width:787px;
	padding: 0px 20px;	
}

div#search
{
	position:absolute;
	top: -21px;
	left: 0px;
	width: 787px;
}

/* HEADER */
div#header
{
    display: none;
}
div#banner
{
	position:absolute;
	top: 25px;
	left: 0px;
}


/* 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: 747px;
	float: left;
}

/* CLEAR */
div#clear
{
	clear:both;
}

/*bubble boxes*/
div.bubbleBlock
{
    width: 178px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.bubbleBlock .top
{
    width: 178px;
    height: 9px;
    margin: 0px;
    padding: 0px;
}
.bubbleBlock .body
{  
    width: 178px;
    margin: 0px;
}
.bubbleBlock .starHdr
{
    position: relative;
    top: -8px;
    left: -15px;
    z-index: 2;
}
.bubbleContent
{
    margin: 0px 15px;
}
.bubbleForm
{
    margin: 0px 8px;
}
.bubbleBlock .bottom
{ 
    width: 178px;
    height: 9px;
    margin: 0px;
    padding: 0px;
}
.bubbleBlock ul
{
    margin-left: 15px;
    padding-left: 0;
}
.bubbleBlock li
{
    margin-left: 0px;
    padding-bottom: 10px;
}



/* FOOTER */
div#footer
{	
    position: relative;
	width:773px;
	height: 38px;
	left: -13px;
}



/* 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#branding,div#local,div#extra2,div#extra3,div#extra4,div#extra5,div#extra6,div#tmBanner
{
	display:none;
}

