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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	/*submenu always defaults to display none*/
	div.submenu {display: none}
    
	#wb-container-outer {
		background-color: #464646;	
		
		min-height: 100%;
	}
	
	#wb-container-inner {
		margin: auto;
		width:880px;
		background-color: transparent;
		background-image: url(../images/layout1/Background_Header.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
	}
		
	#wb-layout {
		margin: 0 auto;
		width:880px;
	}
	
	#wb-layout-inner {
		width:880px;	
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		width: 850px;
		height: 145px;
		padding: 0px 15px;
		background-color: transparent;
		background-image: url(../images/layout1/Background_HeaderImg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#wb-layout-header-mask {
		width:850px;
		height:145px;
		background-color: transparent;
		overflow: hidden;
	}
		
	#wb-layout-header-base {
		width:880px;
		height:32px;
		background-color: transparent;
		background-image: url(../images/layout1/Background_TopNav1.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}

	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content 
**	Layout 2
**  Layout 3
*/	
	
    #wb-navigation-subtop {
		display: none;
    }
    
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:880px;
		height: 100%;
		background-color: #fff;
		background-image: url(../images/layout1/Background_Content1.jpg);
		background-position: top center;
		background-repeat: repeat-y;
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar { 
        float: left;
        width: 206px;
		height: 100%;     
		padding-bottom: 40px;
	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:206px;
		min-height: 566px;
        background-color: transparent;
		background-image: url(../images/layout1/Background_LeftNav-top.jpg);
		background-position: top left;
		background-repeat: repeat-y;
	}
	
	#wb-navigation-top {
		width: 206px;
		min-height: 219px;
        background-color: transparent;	
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 191px;
		padding: 0px 0px 0px 15px;
		background-color: transparent;

	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
		padding: 0px;
		text-align: right;
		margin: 0px 0px 0px 0px;
	}
			#wb-navigation-bottom div a {
			display: block;
			padding: 8px 16px 8px 5px;
			width: 170px;
		}
			#wb-navigation-bottom div a:hover {
			background-color:#333232;
			width: 170px;
		}	
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:659px;
		padding: 0px 15px 0px 0px;
		height: 100%;
		float: right;
		background-color: transparent;

	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 115px;
		width: 880px;
		border: 0px;
		margin-left: 0;
		background-color: transparent;
		background-image: url(../images/layout1/Background_Footer.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
div.submenu {
	display:none;
	background-color:#000000;
	}

	

