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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	/*submenu always defaults to display none*/
	div.submenu {
	   display: none;
	   width: 150px;
	   background-color: #00A4CC;
	}
	
	div.submenu div {
	}
	
	div.submenu a {
	   display: block;
	   background-color: #00A4CC;
	   padding-bottom: 0.5em;
	   padding-left: 1em;
	   padding-right: 1em;
	   padding-top: 0.5em;
	}
	
	div.submenu a:hover{
	   background-color: #EFEFEF;
	}
    
	#wb-container-outer {	
		background-image: url(../images/layout1/outer-bg.gif);
		background-repeat: repeat;
		background-position: top center;
		height: auto;
		min-height: 100%;
	}
	
	#wb-container-inner {
		margin: auto;
		width:890px;
		text-align: center;
		background-color: transparent;
		padding-bottom: 16px;
	}
	
	#wb-layout-inner {
		width:890px;	
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		background-color: transparent;
		background-image: url(../images/layout1/header-bg.jpg);		
		background-position: top left;
		background-repeat: no-repeat;	
		height:284px;	
	}
	
	#wb-layout-header-mask {
		width:890px;
		height:284px;			
		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-navigation-subtop div {
     	
    }
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:890px;
		height: 100%;
		background-color: transparent;
		background-position: top left;
		background-repeat: repeat-y;
		background-image: url(../images/layout1/content-back.gif);		 	
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar { 
        float: left;
        width: 200px;
		background-image: url(../images/layout1/navigation-top.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:165px;
		margin-top:20px;
		background-position: top left;
		background-repeat: repeat-y;
	}
	
	#wb-navigation-bottom div {
		width:165px; 
		padding-bottom:0.5em;
		text-align: left;
		padding-left: 1em;
		padding-right: 1em;
		padding-top:0.5em;
	}
	
	#wb-navigation-bottom {
		padding-bottom:30px;
	}
	
	#wb-navigation-bottom div div.submenu, #wb-navigation-bottom div div.submenu div {
	   padding: 0px;
	   border: 0px;
	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
		
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:690px;
		height: 100%;
		margin-top: 0px;
		float: right;
		background-color: #FFFFFF;
		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 {
		min-height: 71px;
		width: 890px;
		border: 0px;
		margin-left: 0;
		background-color: transparent;
		background-image: url(../images/layout1/footer-bg.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	


