	
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	/*submenu always defaults to display none*/
	div.submenu {
       display: none;
       background-color: #ffffff;				
	}
    
	#wb-container-outer {
		background-color: #fff;
		background-image:url(../images/layout1/Layout_SiteBackground.gif);
		background-position: top center;
		background-repeat: repeat-x;		
		height: auto;
		min-height: 100%;
	}
	
	#wb-container-inner {
		margin: auto;
		width:850px;
		text-align: center;
		background-image: url(../images/layout1/Layout_Header.gif);
		background-position: top center;
		background-repeat: no-repeat;
		padding-bottom: 16px;
	}
		
	#wb-layout {
		width:850px;
	}
	
	#wb-layout-inner {
		width:850px;	
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		width: 850px;
		height: 309px;
		background-color: transparent;
	}
	
	#wb-layout-header-mask {
		width:850px;
		height:309px;				
		overflow: hidden;
	}
				
	#wb-layout-header-base {

	}

	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content 
**	Layout 2
**  Layout 3
*/	
	
    #wb-navigation-subtop {
		display: none;
    }
    
    #wb-navigation-subtop div {
    }
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:850px;
		height: 100%;
		background-color: transparent; 	
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar { 
        float: left;
        width: 198px;
		height: 100%;     
		padding-bottom: 40px;
        background-color: #FFFFFF;

	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:198px;
		background-color: transparent;
	}
	
	#wb-navigation-top {
		width: 198px;
		padding-top: 10px;
		background-color: transparent;	
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 198px;
		padding-bottom: 15px; 
		background-color: #ffffff;
	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
	    background-color:#ffffff;
		padding: 0px;
		text-align: left;
		margin: 0px 0px 4px 0px;
		width: 198px;
	}

	#wb-navigation-bottom div a {
		display: block;
		padding: 5px 0px 5px 5px;
		width: 189px;
		border-left: 4px solid #5977ba;
		border-bottom: 2px solid #5977ba;
	}

	#wb-navigation-bottom div a:hover {
		border-left: 4px solid #405c2a;
		border-bottom: 2px solid #405c2a;
	}	

	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:647px;
		height: 100%;
		padding: 0px 0px 0px 0px;
		float: right;
		background-color: #FFFFFF;
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		height: 71px;
		width: 850px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Footer.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	

