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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

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

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		width: 850px;
		height: 160px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Header.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#wb-layout-header-mask {
		width:850px;
		height:160px;
		background-image: url(../images/layout1/Layout_HeaderMask.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_HeaderMask.png, );
		}
			* html #wb-layout-header-mask a {
				position:relative;
			}
		
	#wb-layout-header-base {
		width:850px;
		height:39px;
		background-image: url(../images/layout1/Layout_TopNav.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:850px;
		min-height: 100%;
		background-color: #fff;
		background-image: url(../images/layout1/Layout_LefNav.jpg);
		background-position: top left;
		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: 238px;
		min-height: 100%;     
		padding-bottom: 40px;
		background-image: url(../images/layout1/Layout_LefNav-top.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:238px;
	}
	
	#wb-navigation-top {
		width: 238px;
		min-height: 219px;
		border-bottom: 2px solid #bcbdd3;	
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 238px;
		padding: 221px 0px 0px 0px;
	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
		width: 100%;
		padding: 0px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		width: 238px;
	}
			#wb-navigation-bottom div a {
			display: block;
			padding: 8px 5px 8px 16px;
			background-color:#000;
			border-bottom: 2px solid #bcbdd3;
			width: 217px;
		}
			#wb-navigation-bottom div a:hover {
			background-color:#8889b0;
			border-bottom: 2px solid #bcbdd3;
			width: 217px;
		}	
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:592px;
		min-height: 300px;
		padding: 10px;
		float: right;
		background-color: #fff;
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 115px;
		width: 850px;
		border: 0px;
		margin-left: 0;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Footer.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	

