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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

* html a {
	position: relative;
}

	#wb-container-outer {
	width:100%;
	min-width:960px;
	min-height:100%;
	height:auto !important;
	height: 100%;
	background-color:#76514c;
	background-image:url(../images/layout1/back_shadow.png);
	background-repeat:repeat-x;


	}
	
		* html #wb-container-outer {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/back_shadow10x10.png, );
		}

	#wb-container-inner { /*page location*/
margin:auto;
width:960px;
		
	}

	#wb-layout {
	width:960px;
	padding-top:10px;


	}

	#wb-layout-inner {
	width:960px;


	}



/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
	background-image:url(../images/layout1/header.png);
	background-repeat:no-repeat;
	width:960px;
	height:257px;
	background-position:top left;	
	}			
			* html #wb-layout-header{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/header.png, );
				}

	#wb-layout-header-mask {
	width:960px;
	height:257px;
	overflow:hidden;
	background-image:url(../images/layout1/header_mask.png);
	background-repeat:no-repeat;
	background-position: top left;

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


	#wb-layout-header-base {
	background-image:url(../images/layout1/header_base.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:15px;
	}
	

/*submenu always defaults to display none*/
			#wb-navigation-subtop div.submenu {
		
		
			}
			#wb-navigation-subtop div.submenu div {
				
				}
				#wb-navigation-subtop div.submenu a {
			
					}

/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**	Layout 2
**  Layout 3
*/
	
    #wb-navigation-subtop {
		display: none;
		overflow:hidden;
    }

    #wb-navigation-subtop div {
		float: left;
		line-height:20px;
     	padding-left: 6px;
		padding-right:20px;
		text-align: left;
    }
	

	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
	width:960px;
	height:100%;
	float:left;
	background-image:url(../images/layout1/content.png);
	background-repeat:repeat-y;
	background-position:top left;

	}
		* html #wb-container-contentwrapper {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/content.png );
		}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
	width:197px;
	background-color:#ab8d7c;
	background-position:top left;
	float:left;


	}

	/* sidebar navigation */
	#wb-navigation {
		background-position: top left;
		width:197px;

	
	}

	#wb-navigation-top {
	padding: 20px 0 0 0;
	background-image:url(../images/layout1/topnav.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:197px;

	}

	#wb-navigation-bottom {
	background-image:url(../images/layout1/botnav.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding: 10px 0 30px 0;

	}
	


/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/

	#wb-navigation-bottom div {
	line-height:30px;
	padding:5px ;
	background-color:#a98e83;
	border-bottom:1px dashed #4d4b4a;
	width:187px;

	}
		#wb-navigation-bottom div a{
			line-height:20px;
	}

    #wb-navigation-bottom div.submenu {
		padding:0;
	
    }
        #wb-navigation-bottom div.submenu div {

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

	}

	#wb-navbasewrap {
		padding: 10px;

	}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
	width:763px;

		float: left;
		background-position: top left;

	}


	#wb-layout-main-inner-1 {

    }

	#wb-layout-main-inner-2  {

	}

/* Page FOOTER
**
**	ALL Layouts
**
*/

	
	#wb-layout-footer {
	width:960px;
		min-height: 59px;
		height:auto !important;
		height: 59px;
		background-image:url(../images/layout1/footer.png);
		background-repeat:no-repeat;
		background-position:top left;
		clear: both;

	
	}
				* html #wb-layout-footer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/layout1/footer.png');
		}
		
			* html #wb-layout-footer a {
				position: relative;
			}
/* submenu */
div.submenu {
display:none;
	background-color: #b29382;
	
}
