	
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
}

	/*submenu always defaults to display none*/
	div.submenu {
		display: none;
		width: 120px;
	}

	div.submenu div{
        float: none;
        width: 100px;
		background-image: url(../images/layout3/nav-top-bg.gif);
      }

	
	#wb-container-outer {
	    background-color: #fff;		
   		height: auto;
   		min-height: 100%;
   }
	
	#wb-container-inner {
		width:799px;
		margin:0 auto;
	}
		
	#wb-layout {

	}
	
	#wb-layout-inner {

	}


/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
              background-image:url(../images/layout1/header-img.jpg);
              background-position: 9px 0px;
              height:208px;
              width:799px;
      }

      #wb-layout-header-mask {
              background-image:url(../images/layout1/header-bg.gif);
              width:799px;
              height:208px;
              overflow: hidden;
      }
				
	#wb-layout-header-base {
		background-image:url(../images/layout1/header-top-bg.png);
		background-repeat:no-repeat;
		height:9px;
		overflow:hidden;
	}

	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content 
**	Layout 2
**  Layout 3
*/	
	
    #wb-navigation-subtop {
		display:none;
		overflow:hidden;
		width: 780px;
    }
    
    #wb-navigation-subtop div {

    }
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		background-image:url(../images/layout1/contentwrapper-bg.png);
		background-repeat:repeat-y;
		padding-left:9px;
		padding-right:10px;		
		 	
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar { 
		width:210px;
		float:left;

	}
	
	/* sidebar navigation */
	#wb-navigation {

	}
	
	#wb-navigation-top {
	
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */

	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
		background-image:url(../images/layout1/sidebar-nav-bg.gif);
		background-repeat:repeat-y;
		background-position:left;
		border-left:1px solid #aca8ba;
		border-bottom:1px solid #aca8ba;
		padding-left:14px;
	}

#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		float:right;
		width:570px;
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		background-image:url(../images/layout1/footer-bg.png);
		background-repeat:no-repeat;
		padding-top:15px;
	}
