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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

	/*submenu always defaults to display none*/
		#wb-navigation-subtop div.submenu {
			display: none;
			position: absolute;
			background-color: #cbdde7;
			width: 150px;
			margin: 0px;
			}
			#wb-navigation-subtop div.submenu div {
				float: none;
				}
				#wb-navigation-subtop div.submenu a {
					color: #fff;
					display: block;
					text-align: left;
					padding-top: 5px;
					padding-bottom: 5px;
					margin-left: -20px;
					margin-left: -10px;
					padding-left: 5px;
					line-height: 20px;
					}

	#wb-container-outer {
	width:100%;
			background-color: #94c3e7;		
		background-image: none;
		min-height:100%;
		height:auto !important;
		height: 100%;
	}

	#wb-container-inner {
		margin: auto;
		width:736px;
		text-align: center;
		background-color: transparent;
		padding-bottom: 16px;
	}

	#wb-layout {
		width:736px;
		padding:10px 0px;
	}

	#wb-layout-inner {
		width:736px;

	}

/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header {
	width:736px;
		height:231px;
		background-color: #4b8dd5;
		background-image:url(../images/layout1/corporative_hbg.png);
		background-position: top left;
		background-repeat: no-repeat;
		overflow: hidden;

	}			* html #wb-layout-header{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/corporative_hbg.png, );
		}

	#wb-layout-header-mask {
		width:736px;
		height:231px;
		background-image:url(../images/layout1/corporative_hm.png);
		background-repeat:no-repeat;
		background-position: top left;
		background-repeat: no-repeat;
		overflow: hidden;
	}
			* html #wb-layout-header-mask {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/corporative_hm.png, );
		}


	#wb-layout-header-base {
		width:736px;
		height: 27px;
		background-image:url(../images/layout1/corporative_hb.jpg);
		background-position: top left;
		background-repeat:repeat-x;

	}

	



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

    #wb-navigation-subtop {
		display: none;
    }

    #wb-navigation-subtop div {
     	float: left;
     	padding: 0 10px 0 10px;
		text-align: left;
		margin: 2px 4px;
    }

    #wb-top-subbasenav {
    }

/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:736px;
		height: 100%;
		background-color:#FFFFFF;
		background-image:url(../images/layout1/corporative_cbg.png);
		background-repeat:repeat-x;
		background-position: top left;

	}
	* html #wb-container-contentwrapper {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/corporative_cbg1x10.png,);
		}

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

	/* sidebar navigation */
	#wb-navigation {
		width:199px;
		background-color: #cbdde7;
		background-position: top left;
	
	}

	#wb-navigation-top {
		width: 199px;
		padding-top: 20px;
		background-color: transparent;
		background-image:url(../images/layout1/corporative_nav.jpg);
		background-position: top left;
		background-repeat:repeat-x;
	}

	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		width: 199px;
		padding-bottom: 23px;
		background-color: transparent;
		background-image:url(../images/layout1/corporative_nav.jpg);
		background-position: bottom left;
		background-repeat:repeat-x;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/

	#wb-navigation-bottom div {
		padding: 4px 0px 0 0px;
		text-align: left;
		margin: 10px 0px;
		width:200px;
	}
	*html #wb-navigation-bottom div {
		width:167px;
	}
	
	#wb-navigation-bottom div a {
		display:block;
		padding: 0 8px 0 16px;
		margin: 0p 4px;
	}

    #wb-navigation-bottom div.submenu {
        margin: 0px;
        padding: 0px;
    }
        #wb-navigation-bottom div.submenu div {
            padding: 0px 8px;
			margin-left:-20px;
        }

	#wb-basenav {
	}

	#wb-navbasewrap {
	}


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

	#wb-layout-main-inner-1 {

    }

	#wb-layout-main-inner-2  {

	}

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 46px;
		height:auto !important;
		height: 46px;
		width: 736px;
		border: 0px;
		margin-left: 0;
		background-color: #e1eaf0;
		background-image:url(../images/layout1/corporative_fbg.jpg);
		background-position: top left;
		background-repeat:repeat-x;
	}
	

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