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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

	/*submenu always defaults to display none*/
	div.submenu {
       display: none;
       background-color: #6b2c29;
	}
	   
    
	#wb-container-outer {
		background-color: #48706e;
		height: auto;
		min-height: 100%;
	}
	
	#wb-container-inner {
	margin: auto;
	width:840px;
	text-align: center;
	background-color: transparent;
	padding-bottom: 16px;
	}
		
	#wb-layout {
		width:840px;
	}
	
	#wb-layout-inner {
		width:840px;	
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		background-color: transparent;
	background-image: url(../images/layout1/header_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
	#wb-layout-header-mask {
	width:776px;
	height:123px;
	
	overflow: hidden;
	padding: 32px;
	}
				
	#wb-layout-header-base {
	width:840px;
	font-size: 0px;
	height: 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 {
	}
	
    #wb-navigation-subtop {
	display: none;
    }
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
	width:804px;
	height: 100%;
	background-color: transparent;
	background-image: url(../images/layout1/left_content_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	padding-right: 18px;
	padding-left: 18px;
	margin-top:0px;
		 	
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
	float: left;
	width: 190px;
	background-color: #CEC9A3;
	min-height: 100%;
	}
	
	/* sidebar navigation */
	#wb-navigation {
	width:190px;
	background-color: #8f8649;
	}
	
	#wb-navigation-top {
	width: 190px;
	background-color: transparent;
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		width: 190px;
	background-color: transparent;
	}
	#wb-basenav {
	padding: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #CEC9A3;
	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
	width: 100%;
	text-align: left;
	width: 180px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8a171;
	}
		
	#wb-basenav {
	}
	
	#wb-navbasewrap {
		padding: 5px;
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
	width:579px;
	height: 100%;
	float: right;
	background-color: transparent;
	padding: 16px;
	}

	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
	height: 120px;
	width: 810px;
	border: 0px;
	margin-left: 0;
	background-color: transparent;
	background-image: url(../images/layout1/footer_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	}
	
	#wb-layout-footer-inner-1 {
		border-top-width: 3px;
		border-top-style: solid;
		border-top-color: #FFFFFF;
		padding-top: 50px;
	}
