
/*
**  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:#d2d1cd;
		background-image:url(../images/layout1/cg_bgd.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
	* html #wb-container-outer {
		height:100% !important;

	}
			
	#wb-container-inner {
		margin: auto;
				background-image:url(../images/layout1/cg_inner.png);
		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-image:url(../images/layout1/cg_logobg.png);
		background-position: top center;
		background-repeat: no-repeat;*/
		height:100px;
		margin:0 auto;
		width:100%;
		}

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

	#wb-layout-header-logo {
		height:100px;
		float:left;
		width:50%;
/*		background-image:url(../images/layout1/cg_logo.png);
		background-position: center left;
		background-repeat: no-repeat;*/
	}
		
	#wb-layout-header-contact {
		height:100px;
		float:right;
		width:50%;
	}	

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


	#wb-layout-header-mask {
		overflow:hidden;
		width:960px;
		height:258px;
		background-image:url(../images/layout1/cg_hm.png);
		background-position: top left;
		background-repeat: no-repeat;
		float:left;
	}
	
	*html 	#wb-layout-header-mask {
		background-image:none;
	}

	#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 {
		width:960px;
		margin:auto;
		height: 100%;
		float:left;
		
		
		
	}
	
	#wb-container-contentwrapper-wrapper {
		width:960px;
		margin:auto;
		

		}

/* 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/cg_sidebartop.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top:18px;

	}

	#wb-navigation-top {
						background-image:url(../images/layout1/cg_sidebabottom.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-bottom:24px;
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:10px
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
									background-image:url(../images/layout1/cg_sidebamiddle.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color:#000;

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

	}
	
		#wb-navigation-bottom div {

		}
		#wb-navigation-bottom div a h3{
			padding: 12px 5px 12px 15px;
			width: 180px;
			cursor:hand;
			border-bottom:1px solid #4b4b4b;
			text-transform:uppercase;
		}
		
		#wb-navigation-bottom div a h3:hover{
			background-color:#404040;
												background-image:url(../images/layout1/cg_sidebarh.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		}
		
		
		* html 	#wb-navigation-bottom div a h3{
			left:0px;
		}
		
			#wb-navigation-bottom div.submenu {
				padding: 0px;
				margin:0;
			}
				#wb-navigation-bottom div.submenu div:hover {
					margin:0;
								background-color:#404040;
												background-image:url(../images/layout1/cg_sidebarh.jpg);
		background-position: top left;
		background-repeat: repeat-x;
				}
					#wb-navigation-bottom div.submenu div a h3{
						margin:0
					}
			#wb-navigation-bottom div a h3{
                                               cursor:hand;
                               }


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:760px;
		float: right;

	}
	*html 	#wb-layout-main {
		width:700px;
		float: right;
	}

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

	#wb-layout-main-inner-2  {

	}

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


	#wb-layout-footer-master-wrapper-top {
		display:none;
		}

#wb-layout-footer-master-wrapper {
	width:100%;
		min-height: 50px;
		height:auto !important;
		background-image:url(../images/layout1/cg_f.jpg);
		background-position: top bottom;
		background-repeat: repeat-x;
		background-color:#191919;
		clear:both;
	}
	#wb-layout-footer {
    clear: both;
    height: 92px;
    margin: auto;
    overflow: hidden;
    width: 960px;
}
	}

#wb-layout-footer-inner-1 {

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

}
