/***************************************************
Template: Architecture and Engineering

template.css
Default Layout
****************************************************/

/*--- Global Styles ---*/
html, body {
height:100%;
}

* {
	padding: 0px;
	margin: 0px;
}
	
/*--- Main Container: wb-container-outer ---*/	
#wb-container-outer {
	background-color: #f0f0e6;
	display: block;
	width: 100%;
	padding-bottom: 30px;
	min-height:100%;
	height:auto !important;
	height: 100%;
	}
	
/*--- Layout Container: wb-layout ---*/
#wb-layout {
	background-color: #fff;
	display: block;
	width: 678px;
	margin: 0 auto;
	border-left: 1px solid #989892;
	border-right: 1px solid #989892;
	border-bottom: 1px solid #989892;
}
	
/*--- Header Container: wb-layout-header ---*/
#wb-layout-header {
	background-color: #fff;
	background-image: url('../images/layout1/header-photo.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	display: none;
	width: 678px;
	height: 167px;
	overflow: hidden;
	}
	
	/*--- Header Mask: wb-layout-header-mask ---*/
	#wb-layout-header-mask {
		/*background-image: url('../images/layout1/header-background.gif');
		background-position: top left;
		background-repeat: no-repeat;
		width: 678px;
		overflow: hidden;*/
		}
		
/*--- Top Navigation: wb-navigation-subtop ---*/
/*--- Layout 3 ---*/
#wb-navigation-subtop {
	display: none;
	overflow:hidden;
	/*display: none;
	overflow:hidden;
	width: 678px;
	top: 91px;*/
	}
	
	#wb-navigation-subtop div {
		/*display: block;*/
		float: left;
		height:28px;
		padding:0px;
		
		}
		*html #wb-navigation-subtop div{
		white-space: nowrap;
		width:100px;
		padding:0px;}
		
		#wb-navigation-subtop div a {
			text-decoration: none;
			display: block;
			text-align: center;
			background-image: url('../images/layout1/nav-item-background.gif');
			background-position: top left;
			background-repeat: repeat-x;
			padding: 10px 10px 0px 10px;
			border-right: 1px solid #d2d2d2;
			}

			
			#wb-navigation-subtop div a:hover {
				text-decoration: none;
				background-position: bottom left;
				}
		
		#wb-navigation-subtop div.submenu {
		padding:0px;
			/*display: none;
			background-color: #fff;
			width: 150px;*/
			}
			
			#wb-navigation-subtop div.submenu div {
				float: none;
				}
			
				#wb-navigation-subtop div.submenu a {
					display: block;
					width: 140px;
					text-align: left;
					padding-top: 5px;
					padding-left: 10px;
					height: 20px;
					}
				
/*--- Content Container: wb-container-contentwrapper ---*/
#wb-container-contentwrapper {
	display: block;
	width: 678px;
	height: 100%;
	}
	
/*--- Sidebar: wb-layout-sidebar ---*/
/*--- Layout 1 / Layout 2 ---*/
#wb-layout-sidebar {
	display: none;
	width: 187px;
	padding: 10px;
	}
	
	#wb-navigation-bottom div a {
		display: block;
		height: 20px;
		width: 177px;
		text-decoration: none;
		border-bottom: 1px solid #c5c9cd;
		padding: 0 5px;
		padding-top: 5px;
		}
		
	#wb-navigation-bottom div a:hover {
		background-color: #BFBFBF;
		}
	#wb-navigation-bottom div a {
		background-color: #ffffff;
		}	
		
		#wb-navigation-bottom div.submenu a{
			width:167px;		
		}
		
/*--- Main Content: wb-layout-main ---*/
#wb-layout-main {
	display: block;
	width: 470px;
	}
	
	#wb-layout-main-inner-2 {
		padding: 10px;
		}
					
/*--- Footer: wb-layout-footer ---*/
#wb-layout-footer {
	display: block;
	width: 678px;
	}
	
/* submenu defaults */
div.submenu {
	display: none;
	background-color: #ffffff;
}
