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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:960px;
		min-height:100%;
		height:auto !important;
		background-color:#599885;
		background-image:url(../images/layout1/ch_bg.jpg);
		background-repeat:repeat-x;
		background-position:center top;
		
	}
	* html #wb-container-outer {
		height:100% !important;

	}
			
	#wb-container-inner {
		margin: auto;

	}


	#wb-layout {
		margin:auto;
	}

	#wb-layout-inner {

	}
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 7
*/

	#wb-layout-top-header, #wb-header-nav {
		display: none;
    }
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/

 	#wb-layout-header-logo-master-wrapper {		
		height:112px;
		overflow: hidden;
		width:100%;
		}

		
		#wb-layout-header-logo-container {
		height:112px;
		width:960px;
		margin:auto;
		overflow:hidden;
		}
		
	#wb-layout-header-logo {
		height:106px;
		float:left;
		width:50%;
/*		background-image:url(../images/layout1/ch_logo.png);
		background-position: center left;
		background-repeat: no-repeat;*/
	}
		
	#wb-layout-header-contact {
		height:50px;
		float:right;
		width:50%;
	}	

	#wb-layout-header-container{
		background-image:url(../images/layout1/ch_h.png);
		background-position: center left;
		background-repeat: no-repeat;
		
		width:960px;
		margin:auto;
		}

	#wb-layout-header {
		width:960px;
		margin:auto;
		height:257px;
		background-image:url(../images/layout1/ch_h_1.png);
		background-position: top left;
		background-repeat: no-repeat;
		
	}			


	#wb-layout-header-mask {
		background-image:url(../images/layout1/ch_hm.png);
		background-position: top left;
		background-repeat: no-repeat;
		overflow:hidden;
		width:960px;
		height:257px;
	}


	#wb-layout-header-base {

	}
	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 3
*/

    #wb-navigation-subtop {
		display: none;
    }

    #wb-top-subbasenav {
    }

	#wb-layout-uppertop-header-wrapper {
		display:none;}

/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
		
	#wb-container-contentwrapper {
		width:960px;
		margin:auto;
		height: 100%;
		background-color:#FFF;
		
		
	}
	
	#wb-container-contentwrapper-wrapper {
		background-color:#ece9d2;
		width:960px;
		margin:auto;
		}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 200px;
		padding-top:25px;
	
	}

	
	/* sidebar navigation */
	#wb-navigation {
		background-image:url(../images/layout1/ch_nav_top.png);
		background-position: top center;
		background-repeat: no-repeat;
		margin-bottom:20px;
	}


#wb-navigation-top {
		background-image:url(../images/layout1/ch_nav_bottom.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		padding:11px 0 25px;
		
	}
			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
				background-image:url(../images/layout1/ch_nav_bg.png);
		background-position: top center;
		background-repeat: repeat;
	/* NO HEIGHT: 100%.  BREAKS FF. */
	*padding-bottom:1px;
	
	}
	

	
		#wb-navigation-bottom div {

		}
		

		#wb-navigation-bottom div a h3{
			background-image:url(../images/layout1/ch_nav_sep.png);
			background-position: bottom center;
			background-repeat: no-repeat;
			padding:13px 0px 13px 0px;
			cursor:hand;
			border-left:1px solid #848376;
			border-right:1px solid #848376;
			
			
			
		}
*html 		#wb-navigation-bottom div a h3{
			width:187px;
			
			
		}
		
		#wb-navigation-bottom div a h3:hover{
			
		}
			#wb-navigation-bottom div.submenu {
				padding: 0px;
			}
				#wb-navigation-bottom div.submenu div {
				}
					#wb-navigation-bottom div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:760px;
		float: right;
		
	}

	#wb-layout-main-inner-1 {
		
    }

	#wb-layout-main-inner-2  {
	}

/* Page FOOTER
**
**	ALL Layouts
**
*/

	#wb-layout-footer-master-wrapper {
		width:960px;
		margin:auto;
		min-height: 180px;
		}
		
	#wb-layout-footer-wrapper-top {
		min-height: 140px;
		height:auto !important;
		display:none;
		clear:both;
		width:960px;
		margin:auto;	
	}
	
	#wb-layout-footer-top {
width:960px;
		margin:auto;
		min-height: 140px;
		}


	#wb-layout-footer {
		height: 139px;
width:960px;
		margin:auto;
		clear:both;
				
		
		background-image:url(../images/layout1/ch_footer.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	
		
	}

#wb-layout-footer-inner-1 {

	}
/* submenu defaults */
div.submenu {
	display: none;
	background-color:#B7B4A3;

}

