
/*
**  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:#FBFFEF;
	}
	* html #wb-container-outer {
		height:100% !important;

	}


	#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:200px;
				background-color:#E0FFBF;
				border-bottom:1px solid #72825E;


	}			


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

	}
	


	#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:798px;
		height: 100%;
		border-right:1px solid #72825E;
		border-left:1px solid #72825E;
		
	}
	
	* html 	#wb-container-contentwrapper {
		width:800px;

		
		
	}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 199px;
		background-color:#C0DCA2;
		border-right:1px dotted #586B3D;

	}

	
	/* 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:5px 15px 10px;

	}


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

	}
	
		#wb-navigation-bottom div {
			margin:0 15px 15px 15px;
			border-bottom:2px dotted white;
			
			
		}
		* html 		#wb-navigation-bottom div {
			margin:0 0 15px 0px;
			
			
		}
		#wb-navigation-bottom div a h3{
			padding: 10px 4px 10px 9px;
			width: 151px;
			cursor:hand;

		}
		#wb-navigation-bottom div:hover{
			background-color:#EFF3E4;

		}
		* html 		#wb-navigation-bottom div a h3{
			width: 185px;

		}
			#wb-navigation-bottom div.submenu {
				margin: 0px;
				border:0;
				
			}
			#wb-navigation-bottom div.submenu:hover {
					background-color:#C0DCA2;

				
			}

				#wb-navigation-bottom div.submenu div {
					margin:0 0 6px;
					
				}
					#wb-navigation-bottom div.submenu div a{
					}


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

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

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 50px;
		height:auto !important;
		height: 50px;
		width: 798px;
		clear:both;
		border-top:1px dotted #586B3D;


	}
	
* html 	#wb-layout-footer {
		width: 800px;

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

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