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

* {
	padding: 0;
	margin: 0;
}

* html a {
	position: relative
}

html, body {
}

	/*submenu always defaults to display none*/
	div.submenu {display: none}
    
	#wb-container-outer {
	background-color: #ffebeb;
	height: 100%;
	min-height: 100%;
	}
	
	
	#wb-container-inner {
	margin: auto;
	width:940px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/layout1/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
		
	#wb-layout {
		width:940px;
		
	}
	
	#wb-layout-inner {
	width:940px;
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
	background-color: transparent;
	background-image: url(../images/layout1/header_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 150px;
	}
		* html #wb-layout-header {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/header_bg.png));
		}
	
	#wb-layout-header-mask {
	width:860px;
	height:130px;	
	overflow: hidden;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	}
				
	#wb-layout-header-base {
	width:900px;
	margin: 0px 20px;
	background-color: transparent;
	background-image: url(../images/layout1/under_header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	}

	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content 
**	Layout 2
**  Layout 3
*/	
	
    #wb-layout-top-2 {
	}
	
	#wb-navigation-subtop {
	display: none;
	height: 33px;
	width: 860px;
	height: 20px;
	overflow: hidden;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
    }
    
    #wb-navigation-subtop div a h3 {
		color: #6A2C2D;
	}
    
    #wb-navigation-subtop div {
	float: left;
	text-align: left;
	padding: 2px 19px 2px 15px;
    }
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
	width:860px;
	height: 100%;
	background-color: transparent;
	padding-right: 40px;
	padding-left: 40px;
		 	
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
	float: left;
	width: 195px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	}
	
	/* sidebar navigation */
	#wb-navigation {
	width:195px;
	background-color: transparent;
	}
	
	#wb-navigation-top {
	width: 195px;
	background-color: transparent;
	}
	
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		width: 195px;
	background-color: transparent;
	}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
	width: 100%;
	text-align: left;
	width: 178px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	}
		#wb-navigation-bottom div a h3 {
			color: #6A2C2D;
		}
		#wb-navigation-bottom div.submenu {
			padding: 0px;
			border: 1px solid #999999;
			background-color: #ffffff;
			margin-top: -1px;
		}
			#wb-navigation-bottom div.submenu div {
				width:auto;
			}
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
	width:610px;
	height: 100%;
	float: right;
	background-color: transparent;
	/*border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #f1f1f1;*/
	padding-left: 5px;
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		height: 135px;
		width: 660px;
		border: 0px;
		margin-left: 0;
		background-color: transparent;
		background-image: url(../images/layout1/footer_bg.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 37px 30px 0px 250px;
	}
	* html #wb-layout-footer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/footer_bg.png));
		}

