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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}
/*
**  New navigation option
*/
	#wb-header-nav {
		display:none
	} 
/*
**  Ends New navigation option
*/	
	#wb-container-outer {
		min-width: 800px;
		min-height:100%;
		height:auto !important;
		background-color:#132834;
		background-image:url(../images/layout1/js_o.png);
		background-repeat:repeat;
		background-position:left top;
		
	} * html #wb-container-outer {
				background-image:none;
	}
	* html #wb-container-outer {
		display:block;
		min-height:auto !important;
		height:100% !important;
	}
	
	*html #wb-container-outer {
		background-image:none;
	}
	
#wb-layout-inner {
		
	}

		/* IE6 png hack */

	#wb-container-inner {
		margin: auto;
		background-image:url(../images/layout1/js_ci.png);
		background-position:center top;
		background-repeat:repeat-y;
	
		
	}	* html #wb-container-inner {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/js_ci.png);
}

	
	#wb-layout {
		width:800px;
		margin:auto;
		background-color:#FFF;
	}

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

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

		
	}
		
	
	
	
/* 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-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 7
*/

	#wb-layout-top-header {
		display: none;
    }
	
/* 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;
		background-color:#ffffff;
		
	}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 210px;
		background-color:#ffffff;
		background-position:top left;
		background-image:none;
		background-repeat: no-repeat;}
		

	/* sidebar navigation */
	#wb-navigation {
		
		
	
	}

	#wb-navigation-top {

		margin:3px;
		
	} 
	
	#wb-basenav {
	}

	#wb-navbasewrap {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	
		
		
	}	
	

	/* NO HEIGHT: 100%.  BREAKS FF. */

		#wb-navigation-bottom div, #wb-navigation-bottom-header div {
			padding: 0px ;
			cursor:hand;
			padding: 3px 0;
			
		
		}
		
				
		#wb-navigation-bottom div a h3, #wb-navigation-bottom-header div a h3{
			padding: 8px 0px 8px 10px;
			margin-left:8px;
			width: 170px;
			cursor:hand;
			background-color:#8399b5;
		
			} 
			
		* html #wb-navigation-bottom div a:hover, * html #wb-navigation-bottom-header div a:hover{
			background-color:#666666;
			cursor:hand;
			margin:5px 0px;
			
			
		
		}	
		#wb-navigation-bottom div a:hover h3, #wb-navigation-bottom-header div a:hover h3{
			padding: 8px 0px 8px 10px;
			margin-left:8px;
			width: 170px;
			background-color:#666666;
			cursor:hand;
			
		} 
			
			#wb-navigation-bottom div.submenu, #wb-navigation-bottom-header div.submenu {
				padding: 0px;
				
			}
				#wb-navigation-bottom div.submenu div {
					
					
				} 
					#wb-navigation-bottom div.submenu div a{
						
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:590px;
		height: 100%;
		float: right;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
		background-color:#ffffff;
		
	}
	

		

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

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 100px;
		height:auto !important;
		clear:both;
		background-image:url(../images/layout1/js_f.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		width: 800px;
		background-color:#ffffff;
		
	}		* html #wb-layout-footer{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/js_f.png);
				
}


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

}
