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

* { padding: 0; margin: 0; 
}

html, body {
	height: 100%
}

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

	}
	* html #wb-container-outer {
		height:100% !important;

	}
			
	#wb-container-inner {
		margin: auto;
		background-image:url(../images/layout1/vt_inner.jpg);
		background-position: top left;
		background-repeat: repeat-x;

	}


	#wb-layout {
		margin:auto;
	}

	#wb-layout-inner {

	}
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 7
*/

	#wb-layout-top-header, #wb-header-nav {
		display: none;
    }
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/

 	#wb-layout-header-logo-master-wrapper { 
	background-color:#202020; 
	height:70px; 
	overflow:hidden;
		}

	#wb-layout-header-logo-container { height: 70px; 
	width:960px;
	margin:auto;
		
	}

	#wb-layout-header-logo { height:60px; float:left; width:50%; /*background-image:url(../images/layout1/vt_logo.png); background-position: center left; background-repeat: no-repeat;*/ 
	}
		
	#wb-layout-header-contact { height:60px; float:right; width:50%; 
	}	
	
	/*ADDED TO TEMPLATE.CSS BY CYNTHIA*/
	#wb-layout-header-master-wrapper { background-image: url(../images/layout1/vt_bgd.jpg); background-repeat: repeat-x; 
		}

	#wb-layout-header { height:302px; background-image:url(../images/layout1/vt_h_1.jpg); background-position: top left; background-repeat: no-repeat; background-color:#FFF; 
	width:960px;
	margin:auto;
	}			


	#wb-layout-header-mask { overflow:hidden;  height:302px; background-image: url(../images/layout1/vt_h_mask.png); 
	width:960px;
	}


	#wb-layout-header-base {

	}
	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 3
*/

    #wb-navigation-subtop { background-image: url(../images/layout1/vt_nav_border.png); display: none;
    }

    #wb-top-subbasenav {
    }

	#wb-layout-uppertop-header-wrapper {
		display: none;
		}

/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
		
	#wb-container-contentwrapper {  height: 100%; 
	
		
		
	}
	
	#wb-container-contentwrapper-wrapper { 
		}
	
	/*ADDED TO TEMPLATE.CSS BY CYNTHIA*/
	#wb-container-contentwrapper-master-wrapper { 
	width:960px;
	margin:auto;
	height: 100%; 
		}

/* 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-image: url(../images/layout1/vt_nav_bg.jpg); 
	background-repeat: repeat-x; 
	border-bottom: 1px solid #666; 
	border-left: 1px solid #560900; 
	border-right: 1px solid #666; 

	}

	#wb-navigation-top { 
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
	
		#wb-navigation-bottom div { 
		border-bottom: 1px solid #666; 
		background-image: url(../images/layout1/vt_nav_bg.jpg); 
		background-color: #2b2b2b; 
		background-repeat: repeat-x;
		}
		

		#wb-navigation-bottom div a h3{ padding:7px 0px 7px 13px; cursor:hand;  
			
			
		}
*html 		#wb-navigation-bottom div a h3{ 
			
			
		}
		
		#wb-navigation-bottom div a h3:hover{
			background-image: url(../images/layout1/vt_nav_rollover.jpg); 
			background-repeat: repeat-x;
			background-color:#37403F
		}
			#wb-navigation-bottom 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 { float: right; width:760px; 
	}

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

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

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


	#wb-layout-footer-wrapper {  
		}
		
	#wb-layout-footer-master-wrapper { 
	background-color:#0D0D0D; 
	min-height: 80px; 
		}
		
	/*ADDED TO TEMPLATE.CSS BY CYNTHIA*/	
	#wb-layout-footer-master-wrapper-top { 
	min-height: 180px; 
	height:auto !important; 
	background-color:#2C2C2C; 
	width: 100%; clear:both; 
	margin:0 auto; 
	}
		
	#wb-layout-footer-wrapper-top { 
	min-height: 140px; 
	height:auto !important; 
	width: 100%; 
	clear:both;
	margin:0 auto; 
	}
	
	#wb-layout-footer-top { 
	min-height: 140px; 
	width:960px;
	margin:auto;
	
		}


	#wb-layout-footer {
		min-height: 80px;
		height:auto !important;
		clear:both;
		width:960px;
	margin:auto;
				
		

		
	}

#wb-layout-footer-inner-1 {

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

}
