
/* WB-LAYOUT-HEADER: This is the header section */
	


	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:960px;
		height: 100%;
		margin-left: 0px;
		float: none;
		background-image: none;
		border-top: 4px solid #73514A;
	}
	
	/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */

#wb-layout-sidebar {
	display: none;
}


	
	#wb-navigation-subtop {
		display: block;
		width: 960px;
		height: 32px; 
		padding-left: 0px;
		background-image:url(../images/layout3/nav.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		border-bottom: 4px solid #8C7163;
			white-space:nowrap;
	overflow: hidden;
    }

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 12px 10px 0px;
	height: 23px;
}


	
	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
		
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
		}
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
			
		}

	



