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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width: 800;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-color:#ffffff;
	} * html #wb-container-outer {
				background-image:none;
	}
		/* IE6 png hack */

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

	
	#wb-layout {
		width:800px;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		
	}
	

	#wb-layout-inner {
	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:200px;
		background-image:url(../images/layout1/pst_h.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-color:#333333;
		border-bottom:2px solid #bcf563;
		
	}* html #wb-layout-header {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/pst_h.png);
}
	
		
	#wb-layout-header-mask {
		width:800px;
		height:200px;
		overflow:hidden;
		
	}	
	
	
/* 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-image:url(../images/layout1/pst_cr.png);
		background-position: bottom left;
		background-repeat: repeat-x;
		background-color:#84a94a;
		
	} * 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;
		background-color:transparent;
		background-position:top left;
		background-image:none;
		background-repeat: no-repeat;}
		

	/* sidebar navigation */
	#wb-navigation {
		background-position:bottom left;
		padding-left: 10px;
		background-color: transparent;
	}
  * html #wb-navigation {
		padding-left: 15px;
		}
		
		
	#wb-navigation-top {
	
		padding-bottom: 5px;
		padding-top:0px;
	}
	
	#wb-basenav {
	}

	#wb-navbasewrap {
	padding-left: 20px;
	padding-bottom: 20px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {padding-bottom: 8px;
	

	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 0px ;
			cursor:hand;
			
		
		}
		#wb-navigation-bottom div a h3{
			padding: 8px 0px 8px 15px;
			width: 170px;
			background-image:no-image);
			background-position:center left;
			background-repeat:no-repeat;
			cursor:hand;
			border-bottom:1px solid #bcf563;
			} 
			
			
		#wb-navigation-bottom div a:hover h3{
			padding: 8px 0px 8px 15px;
			width: 170px;
			background-image:url(../images/layout1/pst_btn.png);
			background-position:bottom left;
			background-repeat:repeat-x;
			background-color:transparent;
			cursor:hand;
			border-bottom:1px solid #bcf563;
		} * html #wb-navigation-bottom div a:hover h3{
				background-image:none;
			}
			
			#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;
		height: 100%;
		float: right;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
		background-color:transparent;
	} * html #wb-layout-main {
		width:595px;}
	

		

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

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 71px;
		height:auto !important;
		height:71px;
		background-image:url(../images/layout1/pst_f.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		width: 800px;
		background-color:#84a94a;
		
	
	}	* html 	#wb-layout-footer {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/pst_f.png);
}
		
			* html #wb-layout-footer a {
				position: relative;
			}


/* submenu defaults */
div.submenu {
	display: none;
	background-color:#75993b;
	

}
