
/*
**  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/qp_bgd.png);
		background-repeat: repeat-x;
		background-color:#fff;
	}
	* html #wb-container-outer {
		background-image:none;
		height:100% !important;

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


	}


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


/* 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:217px;
		background-image:url(../images/layout1/qp_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/qp_h.png, );
		}
			* html #wb-layout-header  a {
				position: relative;
			}

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


	#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-position:top left;
		background-image:url(../images/layout1/qp_content.png);
		background-repeat: no-repeat;
		background-color:#ecece4;
		
	}

/* 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 {
		background-image:url(../images/layout1/qp_navtop.png);
			background-repeat:no-repeat;
			background-position:top;
			padding-top:5px;
			margin-top:20px;
			

	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:15px;
	}

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

		#wb-navigation-bottom div a h3{
			padding:6px 10px 6px 0;
			cursor:hand;
			border-bottom:1px solid #d0d0c9;
			width:133px;
			margin-left:22px;
			text-align:center;
		}
		*html 		#wb-navigation-bottom div a h3{
			width:190px;
			margin-left:0px
		}
		#wb-navigation-bottom div a h3:hover{
			background-color:#BFBFBF;
		}
			#wb-navigation-bottom div.submenu {
				padding: 0px;
				background-image:none;
				width:200px;
			}
				#wb-navigation-bottom div.submenu div {
					background-image:none;
					width:200px;				
					}
					
					#wb-navigation-bottom div.submenu div a{
						background-image:none;
						width:200px;					
						}
					#wb-navigation-bottom div.submenu div a h3{
						background-image:none;
						width:190px;
						margin: 0;
						padding: 6px 0 6px 10px;
						text-align:left;
						}


/* 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  {
		padding-top:20px;
	}

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 45px;
		height:auto !important;
		width: 800px;
		clear:both;
		background-color:#d4d3ce;
	}
		
#wb-layout-footer-inner-1 {

	}
/* submenu defaults */
div.submenu {
	display: none;
	background-color: #fff;
	border:1px solid #d0d0c9;
}
