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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-image:url(../images/layout1/beautiful_fields_bgd.png);
		background-repeat:repeat-x;
		background-color:#6BAE46;
	}

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

	#wb-layout {
	}

	#wb-layout-inner {
	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:255px;
		background-image:url(../images/layout1/beautiful_fields_h.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color:#e4f4f8;
	}
	
		* html #wb-layout-header {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/beautiful_fields_h.png, );
				height:225px;
		}
		
	#wb-layout-header-mask {
		background-image:url(../images/layout1/beautiful_fields_hm.png);
		background-repeat:no-repeat;
		width:800px;
		height:255px;
		overflow:hidden;
	}
		* html #wb-layout-header-mask{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/beautiful_fields_hm.png, );
				height:255px;
		}
			* html #wb-layout-header-mask a {
				position: relative;
			}

	#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-repeat: repeat-y;
	}

/* 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-position:top left;
		background-image:none;
		background-repeat: repeat-x;
		padding-top: 15px;		
	}

	#wb-navigation-top {
		background-image:none;
		background-repeat:repeat-x;
		background-position: bottom left;
		padding-bottom: 10px;
	}
	
	#wb-basenav {
	}

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

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 3px 0px;
		}
		#wb-navigation-bottom div a h3{
			padding: 0 5px 10px 10px;
			width: 185px;
			border-bottom:1px dashed #93BF6B;
		}
			#wb-navigation-bottom div.submenu {
				padding: 0px;
			}
				#wb-navigation-bottom div.submenu div {
				}
					#wb-navigation-bottom div.submenu div a{
					}

#wb-navigation-bottom div a h3{
                                               cursor:hand;
                               }



/* 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;
	}

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

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 62px;
		height:auto !important;
		height: 62px;
		background-image:url(../images/layout1/beautiful_fields_f.png);
		background-position: top;
		background-repeat: repeat-x;
		width: 800px;
		background-color:#6BAE46;
	}
		* html #wb-layout-footer  {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/beautiful_fields_f.png, );
		}
#wb-layout-footer-inner-1 {
	padding-top:30px;
	}
/* submenu defaults */
div.submenu {
	display: none;
	background-color: #FFF8EF;
}
