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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		width:100%;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-repeat:repeat-x;
		background-color:#b58a46;
	}


	#wb-container-inner {
		margin: auto;
		width:960px;
		border-left:7px white solid;
		border-right:7px white solid;
	}
		* html 	#wb-container-inner {
				width:900px;

			}
	#wb-layout {
		padding:1px 0;
		width:960px;
		background-image:url(../images/layout1/flower_pedigree_chart_i.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color:#f0de96;

		
	}
			* html #wb-layout {
				background-image:none;
				width:900px;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/flower_pedigree_chart_i.png, ); 
				}
				
	#wb-layout-inner {
	}
		
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:960px;
		height:285px;
		margin-top:38px;
		background-image:url(../images/layout1/flower_pedigree_chart_h.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	* html #wb-layout-header {
		background-image:url(../images/layout1/flower_pedigree_chart_h.jpg);
		width:900px;
	}
	#wb-layout-header-mask {
		background-image:url(../images/layout1/flower_pedigree_chart_hm.png);
		background-repeat:no-repeat;
		width:960px;
		height:285px;
		overflow:hidden;
		
	}
		* html #wb-layout-header-mask{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/flower_pedigree_chart_hm.png, );
		}
			* html #wb-layout-header-mask a {
				position: relative;
			}

	#wb-layout-header-base {
		width:960px;
		height:33px;
		margin:10px 0;
		background-image:url(../images/layout1/flower_pedigree_chart_hb.png);
		background-repeat:no-repeat;
		background-position:top left;
		background-color:#f0de96;
	}

	* html #wb-layout-header-base{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/flower_pedigree_chart_hb.png, );
		}



/* 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:960px;
		height: 100%;
		background-color:#f0de96;
		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: url(../images/layout1/flower_pedigree_chart_tnav.gif);
		background-repeat: repeat-x;
		background-color: #f0de96;
	}

	#wb-navigation-top {
		background-image:url(../images/layout1/flower_pedigree_chart_bnav.gif);
		background-repeat:repeat-x;
		background-position: bottom left;
		padding-bottom: 12px;
	}
	
	#wb-basenav {
	}

	#wb-navbasewrap {
		padding:10px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	text-align:center;
		font-variant:small-caps;
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 5px 0px;
			cursor:hand;
		}
		#wb-navigation-bottom div a h3{
			padding: 0px 5px;
			width: 190px;
				cursor:hand;
		}
			#wb-navigation-bottom div.submenu {
				padding: 0px;
			}
				#wb-navigation-bottom div.submenu div {
						cursor:hand;
				}
					#wb-navigation-bottom div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:760px;
		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: 40px;
		height:auto !important;
		height: 40px;
		background-image:url(../images/layout1/flower_pedigree_chart_f.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color:#f0de96;
		width: 960px;
	}
		* html #wb-layout-footer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/flower_pedigree_chart_f.png);
		}
			* html #wb-layout-footer a {
				position: relative;
			}


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

}
