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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height:100%;
	
}

	/*submenu always defaults to display none*/
	div.submenu {display: none; background-color:#94C7B6;}
    
	#wb-container-outer {
		background-color: #403b33;
		background-image: url(../images/layout1/Layout_SiteBackground.jpg);
		background-position: top center;
		background-repeat: repeat-x;
		min-height: 100%;
		height:auto !important;
	}
	
	#wb-container-inner {
		margin: auto;
		width:942px;
		background-color: transparent;
		text-align: center;
	}
		
	#wb-layout {
		margin: 0 auto;
		width:942px;
		padding-top: 32px;
	}
	
	#wb-layout-inner {
		width:942px;	
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		width: 942px;
		height: 269px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Header.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#wb-layout-header-mask {
		width:942px;
		height:269px;
		background-color: transparent;		
		overflow: hidden;
	}
		
	#wb-layout-header-base {
		display: none;
	}

	
/* 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:942px;
		height: 100%;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_ContentRepeat.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: 270px;
		height: 100%;     
		padding-bottom: 40px;
        background-color: transparent;
		background-image: url(../images/layout1/Layout_LeftTop.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:270px;
		background-color: transparent;
	}
	
	#wb-navigation-top {
		width: 270px;
		background-color: transparent;	
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 214px;
		padding: 20px 10px 15px 46px;
		background-color: transparent;
	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
		width: 100%;
		padding: 0px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		width: 214px;
	}
			#wb-navigation-bottom div a {
			display: block;
			padding: 8px 5px 8px 16px;
			border-bottom: 2px solid #403b33;
			width: 193px;
		}
			#wb-navigation-bottom div a:hover {
			background-color:#83b8a6;
			border-bottom: 2px solid #cc6239;
			width: 193px;
		}	
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:626px;
		height: 100%;
		padding: 20px 36px 0px 10px;
		float: right;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_CenterTop.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		height: 115px;
		width: 942px;
		border: 0px;
		margin-left: 0;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Footer.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	

