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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

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

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		width: 870px;
		height: 182px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Background.jpg);		
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#wb-layout-header-mask {
		width:870px;
		height:182px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Mask.gif);		
		background-position: top right;
		background-repeat: no-repeat;				
		overflow: hidden;
		padding-top: 12px;
	}
				
	#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;
		overflow: hidden;
    }
    
    #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:870px;
		height: 100%;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Navigation.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar { 
        float: left;
        width: 217px;
		height: 100%;
        padding-right: 0px;     
		padding-bottom: 30px;
		background-color: transparent;

	}
	
	/* sidebar navigation */
	#wb-navigation {
		width:217px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_Navigation.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#wb-navigation-top {
		width: 217px;
		padding-top: 10px;
		background-color: transparent;	
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 217px;
		padding-bottom: 70px; 
		background-color: transparent;
		background-image: url(../images/layout1/layout_NavBottom.png);
		background-position: left bottom;
		background-repeat: no-repeat;	
	}	
		* html #wb-navigation-bottom {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/layout1/layout_NavBottom.png, );
		}


	/* submenu */
	#wb-navigation-bottom div.submenu {
		background-color: #CFCFD1;					
	}
	
	#wb-navigation-subtop div.submenu div {
		float: none;
		background-color: #CFCFD1;	
	}
	
	/* SIDEBAR NAVIGATION STRUCTURE 
	**
	**	Layout 1
	**	Layout 2
	**
	*/	
	
	#wb-navigation-bottom div {		
		padding: 0px;
		text-align: left;
		margin: 0px;
		width: 217px;
	}
			#wb-navigation-bottom div a {
			display: block;
			padding: 9px 5px 9px 16px;
			width: 196px;
		}
			#wb-navigation-bottom div a:hover {
			border-top: 1px solid #c94b4b;
			border-right: 1px solid #e4e4e4;
			border-bottom: 1px solid #c94b4b;
			border-left: 1px solid #e4e4e4;
			width: 194px;
		}	
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:634px;
		height: 100%;
		padding: 0px 0px 0px 0px;
		float: right;
		background-color: #ffffff;
		border: 1px solid #c94b4b; 
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		height: 50px;
		width: 870px;
		border: 0px;
		margin-left: 0;
		background-color: transparent;
	}
	
	


