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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	/*submenu always defaults to display none*/
	div.submenu {
		display: none;
		z-index: 2000;
	}
    
	#wb-container-outer {
		background-color: #e3edc1;
		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:866px;
		text-align: center;
		background-image: url(../images/layout1/Layout1_HeaderBG.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		padding-bottom: 16px;
	}
		
	#wb-layout {
		width:866px;
	}
	
	#wb-layout-inner {
		width:866px;	
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		width: 866px;
		height: 299px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Background-img.jpg);		
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#wb-layout-header-mask {
		width:866px;
		height:299px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Mask.png);		
		background-position: top center;
		background-repeat: no-repeat;			
		overflow: hidden;
	}
		* html #wb-layout-header-mask {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/Layout_Mask.png, );
		}
		
	#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 {
     	float: left;
     	padding-left: 6px;
		text-align: left;
		margin: 2px 4px;
		width: 100px;
    }
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:866px;
		height: 100%;
		background-color: transparent;
		background-image: url(../images/layout1/Layout1_Content.gif);
		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: 185px;
		height: 100%;
		padding-left: 5px;
        padding-right: 5px;     
		padding-bottom: 40px;
        background-color: transparent;
	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:185px;
		background-color: transparent;
	}
	
	#wb-navigation-top {
		width: 185px;
		padding-top: 0px;
		background-color: transparent;	
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 185px;
		padding-bottom: 15px; 
		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 8px;
		width: 156px;
	}
			#wb-navigation-bottom div a {
			display: block;
			padding: 8px 5px 8px 16px;
			/*width: 156px;*/
		}
			#wb-navigation-bottom div a:hover {
			background-color:#bfb88f;
			/*width: 156px;*/
		}
		#wb-navigation-bottom div.submenu {
			background-color: rgb(213, 206, 166);
			border: 2px solid #000000;
			margin: 0px;
		}
			#wb-navigation-bottom div.submenu div {
				margin: 0px;
			}
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:654px;
		height: 100%;
		padding: 0px 0px 0px 0px;
		margin-right:10px;
		float: right;
		background-color: transparent;
	}
	* html 	#wb-layout-main {
		margin-right:5px;
	}
	#wb-layout-main-inner-1 {		
		padding-left: 10px;
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		height: 119px;
		width: 866px;
		border: 0px;
		margin-left: 0;
		background-color: transparent;
		background-image: url(../images/layout1/Layout1_Footer.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
		#wb-layout-footer-inner-1 {
			padding: 15px 7px 7px;
		}
	

