
/*
**  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-position:top left;
		background-image:url(../images/layout1/eb_bgd.png);
		background-repeat: repeat-x;
		background-color:#005aa8;
	}

	* html #wb-container-outer {
		background-image:none;
		height:100% !important;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/eb_10x10.png, );

	}

	#wb-container-inner {
		margin: auto;

	}


	#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:355px;
		background-image:url(../images/layout1/eb_h.png);
		background-position: top left;
		background-repeat: no-repeat;
	}			
		* html #wb-layout-header {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/eb_h.png, );
		}
			* html #wb-layout-header  a {
				position: relative;
			}

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

	#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%;
		background-color:#fff;
		background-image:url(../images/layout1/eb_content.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		
	}
	* html 	#wb-container-contentwrapper {
		background-image:none;
		
	}
/* 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:10px;

	}

	
	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		background-image:none;
		background-repeat: repeat-y;
		padding-top: 10px;
	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:20px 10px 30px 10px;

	}


/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */

	}
	
		#wb-navigation-bottom div {
			padding:0 0 5px;
			cursor:hand;
			
		}
		#wb-navigation-bottom div a h3{
			padding: 6px 4px 6px 25px;
			width: 180px;
			position:relative;
			left:-40px;
			background-color:#fff;
			border:1px solid #eee;
			cursor:hand;
		}
		* html 	#wb-navigation-bottom div a h3{
			left:0px;
		}
		
			#wb-navigation-bottom div.submenu {
				padding: 0px;
				
			}
			* html 			#wb-navigation-bottom div.submenu {
				padding: 0px;
				background-color:#fff;
			}
				#wb-navigation-bottom div.submenu div {
					padding:0;
				}
					#wb-navigation-bottom div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:600px;
		float: right;
	}
* html 	#wb-layout-main {
		width:588px;
	}
	#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;
	}

#wb-layout-footer-inner-1 {

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