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

/*
*html #wb-layout-header-mask {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/head_feature_img.png);
}
*/
*html #wb-layout-header {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/head_bg.png);
}

* html a {
	position: relative
}

* {
	padding: 0;
	margin: 0;
}


html, body {
	height: 100%;
}

	/*submenu always defaults to display none*/
	div.submenu {display: none;width: 150px;}
    
	#wb-container-outer {
	background-color: #cccccc;
	height: auto;
	min-height: 100%;
	}
	
	#wb-container-inner {
	margin: auto;
	width:910px;
	text-align: center;
	background-color: #FFFFFF;
	}
		
	#wb-layout {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	}
	
	#wb-layout-inner {
	width:900px;
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
	background-color: transparent;
	background-image: url(../images/layout1/head_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 179px;
	width: 900px;
		
	}
	
	#wb-layout-header-mask {
	width:860px;
	height:159px;
	background-color: transparent;
	overflow: hidden;
	/*background-image: url(../images/layout1/head_feature_img.png);*/
	background-position: center top;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
/*	*html #wb-layout-header-mask {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/head_img.png);
}*/
				
	#wb-layout-header-base {
	width:900px;
	background-color: transparent;
	height: 5px;
	font-size: 0px;
	display: none;
	}

	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content 
**	Layout 2
**  Layout 3
*/	
	
    #wb-layout-top-2 {
	height: 36px;
	width: 900px;
	display: none;
	}
	
	#wb-navigation-subtop {
	height: 26px;
	width: 880px;
	padding-top: 9px;
	background-image: url(../images/layout1/green_navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
    }
    
    #wb-navigation-subtop div {
	float: left;
	text-align: left;
	padding-left:20px;
    }
    
    #wb-top-subbasenav {

	}
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
	width:900px;
	min-height: 350px;
	background-color: transparent;
	padding-top: 5px;
		 	
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
	float: left;
	width: 192px;
	background-color: transparent;
	background-image: url(../images/layout1/yellow_sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	}
	
	/* sidebar navigation */
	#wb-navigation {
	width:192px;
	background-color: transparent;

	}

	
	#wb-navigation-top {
	width: 162px;
	min-height: 300px;
	background-color: transparent;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}

	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		width: 162px;
	background-color: transparent;
	}
	#wb-navigation-bottom div.submenu {
		background-color:#FEF9CF;
		width:157px !important;
		background-image:none;
		margin-left:15px;
		}
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
	width: 100%;
	text-align: left;
	width: 146px;
	padding: 8px;
	background-image: url(../images/layout1/nav_divider_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
		
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
	width:703px;
	height: 100%;
	float: right;
	background-color: transparent;
	background-image: url(../images/layout1/content_grey_gradient_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	#wb-layout-main-inner-1 {
	padding: 15px;		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
	height: 80px;
	width: 840px;
	border: 0px;
	margin-left: 0;
	background-color: transparent;
	padding-top: 30px;
	background-image: url(../images/layout1/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	}

	div.submenu {
	display: none;
	background-color: #7ba6c3;
}
	

