/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */
#wb-container-contentwrapper-wrapper {

}
	
	#wb-container-contentwrapper {
		width:960px;
		margin: auto;
		height: 100%;
	
			
	}

#wb-layout-main {
	width: 960px;
	margin:0;
	
}
#wb-layout-header-container {
		margin: auto;
		height:335px;
		background-image:none;
		background-position: bottom left;
		background-repeat: repeat-x;
		
		}

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

	#wb-layout-header-base {
		display:none}
		
		#wb-layout-top-2 {
		display: block;
		height: 59px;
		margin: auto;
		background-image:url(../images/layout1/bs_topnav.jpg);
		background-position:center left;
		background-repeat:repeat-x;
		
		
		}
	
#wb-navigation-subtop {
	display: block;
	height: 59px;
	width:960px;
		margin: auto;
	white-space:nowrap;
	overflow: hidden;
			
	/*margin:0 auto;*/

	
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	cursor:hand;
	min-height:40px;
	background-image:url(../images/layout1/bs_topdiv.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	


	
}


#wb-navigation-subtop div a h3{
			 padding: 29px 15px 10px;
			 	text-transform:uppercase;
		

}


#wb-navigation-subtop div a:hover h3{
			 padding: 29px 15px 10px;
		background-image:url(../images/layout1/bs_h3h.jpg);
			background-position:left bottom;
			background-repeat:repeat-x;

}


	#wb-navigation-subtop div.submenu {
		padding: 0px;
		border:0;
		margin-top:-3px;
	
		
		
	}
		#wb-navigation-subtop div.submenu div {
			clear: both;
			width:150px;
			white-space:normal;
			min-height:15px;
			background-image:url(../images/layout1/bs_h3.jpg);
			background-position:top left;
			background-repeat:repeat-x;
				background-color:#07141d;
			border:1px solid #1e4660;
			margin:1px 0px;
			
			
	
			
		}
	
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
			padding:5px 5px 5px 30px;
		

			
		}

