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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-color:#f4f2f2;
	}


	#wb-container-inner {

		
	}
	

	
	#wb-layout {
		margin: auto;
	 	width:800px;
	}

	#wb-layout-inner {

	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:150px;
		background-color:#ffffff;
		border:1px solid #e8e8e8;
	}
	

		
	#wb-layout-header-mask {
		width:800px;
		height:150px;
		overflow:hidden;
	}

	#wb-layout-header-base {
	margin-bottom:2px;

		}

		
/* 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-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		background-color:#FFF;
		background-position: top left;
		margin-bottom:5px;
		
	}
	
	
	

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 198px;
		background-color:#FFFFFF;
		}
	


	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		padding-top: 2px;
		background-color: transparent;
	}

	#wb-navigation-top {
	padding: 2px 0 30px 0px;
		background-position: bottom left;
	
	}
	
	#wb-basenav {
		background-repeat:no-repeat;
		background-position:center bottom;
	}

	#wb-navbasewrap {
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation {
		width:198px;
		background-position: top left;
			
	}

	#wb-navigation-top {
	width:198px;
	padding: 15px 0 15px 0px;
	

	}

	#wb-navigation-bottom {
	width:198px;
	padding: 0px 0 5px 0;
	background-color:#ffffff;
	
	}
	* html #wb-navigation-bottom{
				
				position:center bottom;
		}
					* html #wb-navigation-bottom a {
				position: relative;
			}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/

	#wb-navigation-bottom div {
	width:188px;
	padding:5px 0 7px 0;
		
	}
		#wb-navigation-bottom div a{
	padding:5px 8px 5px 8px;
	display:block;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	}

	#wb-navigation-bottom div a h3{
                     cursor:hand;
                               }


    #wb-navigation-bottom div.submenu {
	border:none

    }
        #wb-navigation-bottom div.submenu div {

        }

	#wb-basenav {
		background-position:center bottom;
				
	}
	
	
	#wb-navbasewrap {
	padding:15px;
	}

	#wb-layout-main {
	width:601px;
	float: right;
	background-position: top left;
	background-color:#FFFFFF;
		

	}


	#wb-layout-main-inner-1 {

    }

	#wb-layout-main-inner-2  {

	}

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

	
	#wb-layout-footer {
	border:1px solid #e8e8e8;
	background-repeat: no-repeat;
	min-height: 40px;
	background-color:#e5e8e9;
	width:800px;
	
		}

		

/* submenu */
div.submenu {
display:none;
	background-color: #e5e8e9;
	border-bottom:none;
	
}
