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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	/*submenu always defaults to display none*/

					
    
	#wb-container-outer {
		background-color: #fff;		
		min-height: 100%;
	}
	
	#wb-container-inner {
		margin: auto;
		width:800px;
		border-top: 10px solid #e7ecf2;
		border-left: 1px solid #e7ecf2;
		border-right: 1px solid #e7ecf2;
		border-bottom: 1px solid #e7ecf2;
		background-color: #FFFFFF;
	}
		
	#wb-layout {
		margin: 0 auto;
		width:800px;
	}
	
	#wb-layout-inner {
		width:800px;	
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		width: 800px;
		height: 154px;
		background-color: transparent;
		background-image: url(../images/layout1/Background_Body.jpg);
		background-position: top left;
		background-repeat:no-repeat;
	}
	
	#wb-layout-header-mask {
		position: relative;
		width:800px;
		height:154px;
		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;
		overflow: hidden;
    }
    
    #wb-navigation-subtop div {
     	float: left;
     	padding-left: 10px;
		text-align: left;
		margin: 2px 4px;
    }
	
		#wb-navigation-subtop div.submenu {
			width: 100px;
			padding:0;
     	}
	 
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		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: 200px;
		height: 100%;     
		padding-bottom: 40px;
		padding-left: 10px;
        background-color: transparent;
	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:200px;
		background-color: transparent;
	}
	
	#wb-navigation-top {
		width: 200px;
		background-color: transparent;	
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 200px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
		width: 100%;
		padding: 0px;
		text-align: left;
		margin: 0px 0px 5px 0px;
		
	}
	
	#wb-navigation-bottom div.submenu div {
		margin: 0;
	}
	
		#wb-navigation-bottom div a {
			display: block;
			background: #fff;
			padding: 8px 5px 8px 16px;
			border: 1px solid #8d96bf;
			width: 177px;
		}
		
		#wb-navigation-bottom div.submenu div a {
			display: block;
			background: #fff;
			padding: 8px 5px 8px 16px;
			border: none;
			width: 177px;
		}
			#wb-navigation-bottom div a:hover {
			width: 177px;
		}	
	#wb-basenav .wb_region {
		padding: 0 15px;
	}
	
	#wb-navbasewrap div.wb_region {
		padding: 0 15px;
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:560px;
		height: 100%;
		padding: 0px 15px;
		float: right;
		background-color: transparent;
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		height: 15px;
		width: 800px;
		border: 0px;
		background-color: transparent;
		border-bottom: 10px solid #e7ecf2;
	}
	
div.submenu {
	display: none;
	border: 1px solid #8d96bf;
}	
	

	
