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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

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


	#wb-container-inner {
		margin: auto;
		background-position:top center;
		background-image: url(../images/layout1/p_content.png);
		background-repeat: repeat-y;		

	}
* html 	#wb-container-inner {
		background-image: none;

	}

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

	#wb-layout-inner {

	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:200px;

	}			



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


	#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-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height:100%;

	}

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

	}

	
	/* sidebar navigation */
	#wb-navigation {

	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:10px;
	}

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

	/* sidebar navigation */
	#wb-navigation {

	}

	#wb-navigation-top {

	}


	#wb-basenav {
	}

	#wb-navbasewrap {		
		padding:10px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 10px 0 10px 0;
			background-position:top left;
			background-image: url(../images/layout1/p_midnav.png);
			background-repeat: no-repeat;
			margin-bottom:10px;
		}
			* html 	#wb-navigation-bottom div {
			background-image: none;
			background-color:#EDEDEE;

		}

		#wb-navigation-bottom div a h3{
			width: 184px;
			padding:0 0 0 16px;
			cursor:hand;
			
		}

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


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

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

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height:50px;
		height:auto !important;
		width: 800px;
		clear:both;
		border-top:1px solid #D7D7D8;


	}


#wb-layout-footer-inner-1 {

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