/*
**  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-image:url(../images/layout1/dr_bgd.png); background-repeat: no-repeat; 
	background-color: #000; 
	background-position: top center;  
	}
	* html #wb-container-outer {
		height:100% !important;

	}
			
	#wb-container-inner { margin: auto; 

	}


	#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 { height:110px; overflow: hidden;
		}

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

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

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


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


	#wb-layout-header-base {
		display:none;

	}

	
/* 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-uppertop-header-wrapper {
		display: none;
		}

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

		}
	
	/*ADDED TO TEMPLATE.CSS BY CYNTHIA*/
	#wb-container-contentwrapper-master-wrapper { width: 100%; 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/dr_nav_bg.jpg); background-color: #191919; background-repeat: repeat-x; 

	}

	#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 { 
		}
		

		#wb-navigation-bottom div a h3{ padding:7px 0px 7px 13px; cursor:hand; text-transform:uppercase; 
			
			
		}
*html 		#wb-navigation-bottom div a h3{ 
			
			
		}
		
		#wb-navigation-bottom div a h3:hover{ background-color:#BEE20D; 
		}
			#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 { background-image: url(../images/layout1/dr_footer_top.jpg); background-repeat: no-repeat; background-position: top; 
		}
		
	#wb-layout-footer-master-wrapper { background-color:#000; min-height: 80px; 
		}
		
	/*ADDED TO TEMPLATE.CSS BY CYNTHIA*/	
	#wb-layout-footer-master-wrapper-top { min-height: 140px; height:auto !important; background-color:#000; width: 100%; clear:both; margin:0 auto; 
	}
		
	#wb-layout-footer-wrapper-top { min-height: 140px; height:auto !important; margin:0 auto; 
	}
	
	#wb-layout-footer-top { margin:0 auto; min-height: 140px;  	
	margin: auto; 
	width:960px;
		}


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

#wb-layout-footer-inner-1 {

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

}
