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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}
div.submenu {
	display:none
}
	/*submenu always defaults to display none*/
		#wb-navigation-subtop div.submenu {
			display: none;
			position: absolute;
			background-color: #e5e5e5;
			width: auto;
			border: 1px solid #AAAAAA;
			}			
			#wb-navigation-subtop div.submenu div {
				float: none;
				padding: 5px 20px;
				}			
				#wb-navigation-subtop div.submenu a {
					color: #fff;
					display: block;
					text-align: left;
					line-height: 20px;
					}				
				#wb-navigation-subtop div.submenu a:hover {
					color: #0d1928;
					}
    
	#wb-container-outer {
		background-color: #FFFFFF;
	}
	
	#wb-container-inner {
		margin:0px auto 0px;
		width:100%;
		text-align: center;
		background-color: #FFFFFF;		
		background-image: url(../images/layout1/top-bg.png);
		background-position: top center;
		background-repeat: repeat-x;
	}
		
	#wb-layout {
		width:784px;
		padding:26px 0px 0px;
		margin:0 auto;
	}
	
	#wb-layout-inner {
		width:784px;	
		
	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
		float: left;
	}
	
	#wb-layout-header-mask {
		width:784px;
		height:226px;		
		background-color: transparent;
		background-image: url(../images/layout1/header-bg-rn.png);		
		background-position: top left;
		background-repeat: no-repeat;		
		overflow: hidden;
	}
				
	#wb-layout-header-base {
		display:none;
	}

	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content 
**	Layout 2
**  Layout 3
*/	
	#wb-layout-top-2 {
		float: left;
	}
	
    #wb-navigation-subtop {
		display: none;
		overflow: hidden;
    }
    
    #wb-navigation-subtop div {
     	float: left;
     	padding: 0 10px;
		text-align: left;
		margin: 2px 0px;
		width: auto;
    }
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:784px;
		height: 100%;
		background-color: transparent;
		background-image: url(../images/layout1/content-bg-rn.png);
		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: right;
        width: 210px;
        padding-right: 30px;
        background-color: transparent;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
		}	
	/* sidebar navigation */
	#wb-navigation { width:210px; }	
		#wb-navigation-top { width: 210px;	padding-top: 0px; }	
		#wb-navigation-bottom { width: 210px; }
	
/* SIDEBAR NAVIGATION STRUCTURE 
**	Layout 1 **	Layout 2 */	
	
	#wb-navigation-bottom div {
		width: 100%;
		padding: 0px;
		text-align: left;
		padding: 8px 0px 4px;
		text-indent: 10px;
		width: 210px;
		border-bottom:1px solid #ACACAC;
	}
	
	#wb-navigation-bottom div.submenu {
		padding: 0px;
		border: none;
		background-color: #e7e7e7;
	}
	
	#wb-basenav {
	}
	
	#wb-navbasewrap {
	}
	
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:530px;
		height: 100%;
		margin-left: 5px;
		float: left;
		background-color: transparent;
	}
	
	#wb-layout-main-inner-1 {		
		     
    }
    
	#wb-layout-main-inner-2  {
		
	}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		height: 140px;
		width: 784px;
		border: 0px;
		margin-left: 0;
		background-color: transparent;
		background-image: url(../images/layout1/footer-bg-rn.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		position: relative;
		color: #ffffff;
		}
	#wb-layout-footer-inner-1 {		
		margin: 0 8px;
		padding-top: 62px;
	}

