
/*
**  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 {
		background-image:none;
		height:100% !important;

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

	}


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

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

	#wb-layout-header-mask {
		background-image:url(../images/layout1/p_hm.png);
		background-position: top left;
		background-repeat: no-repeat;
		overflow:hidden;
				width:800px;
		height:191px;
	}
	
	* html #wb-layout-header-mask {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/p_hm.png, );
		}
			* html #wb-layout-header-mask  a {
				position: relative;
			}

	#wb-layout-header-base {
		height:9px;

	}
	
/* 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;
		margin-bottom:12px;
		margin-top:4px;
		height: 100%;
		background-color:#f6f6f6;
		border:1px solid #dedede;
		
	}

/* 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: 3px 0px;
			width:172px;
			
		}
		
			* html #wb-navigation-bottom div {
				background-image:url(../images/layout1/p_bullet.html);
		}
		
		#wb-navigation-bottom div a h3{
			background-color:#C7C6C6;
			background-image:url("../images/layout1/p_submenu.png");
			background-position:left bottom;
			background-repeat:repeat-x;
			margin-left:10px;
			padding:7px 5px 10px 9px;
			width:158px;
		}
		#wb-navigation-bottom div a h3:hover{
			background-image:url("../images/layout1/p_h3hover.png");
			background-color:#6D6C6C;
		}
			#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:600px;
		float: right;
	}
* html 	#wb-layout-main {
		width:593px;
	}
	#wb-layout-main-inner-1 {
    }

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 37px;
		height:auto !important;
		width: 800px;
		clear:both;
		background-color:#f6f6f6;
		border:1px solid #dedede;
	}

#wb-layout-footer-inner-1 {

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

*+html div.submenu {
	background-color: #EFEFEF;
}
