/*
**  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:#ebe8e8;
		background-image:url(../images/layout1/bs_bgd.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	
}
#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:140px;
	width:100%;
			background-image:url(../images/layout1/bs_logobg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#wb-layout-header-logo-container {
	width:960px;
	margin: auto;
	height:140px;
	overflow:hidden;
}
#wb-layout-header-logo-wrapper {
	height:140px;
	width:960px;
	margin: auto;

}
#wb-layout-header-logo {
	height:140px;
	float:left;
	width:50%;
}
#wb-layout-header-contact {
	height:140px;
	width:50%;
	float:right;
}
#wb-layout-header-master-wrapper{

	}
#wb-layout-header-container {
	margin:auto;

}
#wb-layout-top-header-wrapper {
}
#wb-layout-header {
	width:1011px;
	margin: auto;
	height:330px;
	background-image:url(../images/layout1/bss_h_1.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#wb-layout-header-mask {
	overflow:hidden;
	width:960px;
	padding:0 26px;
	margin: auto;
	height:330px;
	background-image:url(../images/layout1/bs_hm.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#wb-layout-header-base-master-wrapper {


}
/* 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-master-wrapper {
	width:100%;
	float:left;
				background-image:url(../images/layout1/bs_content.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#wb-container-contentwrapper-wrapper {
	margin: auto;

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


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

	margin-left:10px;

	
	
}
/* sidebar navigation */
	#wb-navigation {






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

}
#wb-basenav {
}
#wb-navbasewrap {

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

}
#wb-navigation-bottom div {
										background-image:url(../images/layout1/bs_navside3.png);
	background-position: bottom center;
	background-repeat: repeat;
	
	min-height: 44px;
	border-bottom:1px solid #a29f9f;


	
}
#wb-navigation-bottom div:hover {
	min-height: 44px;
			background-image:url(../images/layout1/bs_sidebarh.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color:#efe457;

}
#wb-navigation-bottom div a h3 {
	padding:13px;
	cursor:hand;
}
#wb-navigation-bottom div a:hover h3 {
	cursor:hand;


}
#wb-navigation-bottom div.submenu {
	padding: 0px;
	margin: 0px;
	background-image:none;


}
#wb-navigation-bottom div.submenu:hover {
	padding: 0px;
	margin: 0px;
	background-image:none;
	background-color:#cccccc;


	
}
#wb-navigation-bottom div.submenu div {
	padding: 0px;
	margin: 0px;


}
#wb-navigation-bottom div.submenu div a {
}
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
	width:750px;
	float: right;
		

}
#wb-layout-main-inner-1 {
}
#wb-layout-main-inner-2 {
	padding-top:20px;
}
/* Page FOOTER
**
**	ALL Layouts
**
*/

#wb-layout-footer-master-wrapper-top {
	display:none;
}
#wb-layout-footer-master-wrapper {
	clear:both;
	width:100%;
	padding-bottom:20px;

}
#wb-layout-footer-wrapper {

		background-image:url(../images/layout1/bs_f.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom:50px;	
	
	

}
#wb-layout-footer {
	width:944px;
	min-height:140px;
	height: auto !important;
	clear:both;
	margin: auto;
	background-image:url(../images/layout1/bs_content.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding:0 36px;




 

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

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

