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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-image:url(../images/layout1/city_lights_bgd.png);
		background-repeat:repeat-x;
		background-color:#17778a;
	}
		/* IE6 png hack */
		* html #wb-container-outer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/city_lights_bgd10x10.png );
		}
		
			* html #wb-container-outer a {
				position: relative;
			}

	#wb-container-inner {
		margin: auto;
		width:800px;

	}

	#wb-layout {
	}

	#wb-layout-inner {

	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:250px;
		background-image:url(../images/layout1/city_lights_h.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}

	#wb-layout-header-mask {
		background-image:none;
		background-repeat:no-repeat;
		width:800px;
		height:250px;
		overflow:hidden;
	}

	#wb-layout-header-base {
		height:51px;
		background-image:url(../images/layout1/city_lights_hb.png);
		background-position: top left;
		background-repeat: no-repeat;
	}

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



/* 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-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		background-position:top left;
		background-image: url(../images/layout1/city_lights_content_main.png);
		background-repeat: repeat-y;
		
	}
			* html #wb-container-contentwrapper {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/city_lights_content_main.png);
			width:810px;
		}
			* html #wb-container-contentwrapper a {
				position: relative;
			}

/* 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 {

	}

	#wb-navigation-top {

	}
	
	#wb-basenav {
	}

	#wb-navbasewrap {
		padding:15px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */

	}
	
		#wb-navigation-bottom div {
			padding: 7px 0 7px 10px;
			background-position:top left;
			background-image: url(../images/layout1/city_lights_tnav.jpg);
			background-repeat: repeat;
		}
		#wb-navigation-bottom div a h3{
			padding: 0px 5px;
			width: 190px;
		}
		#wb-navigation-bottom div.submenu {
				padding: 0px;
			}
		#wb-navigation-bottom div.submenu div {
				}
		#wb-navigation-bottom div.submenu div a{
					}

		#wb-navigation-bottom div a h3{
                                               cursor:hand;
                               }


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:600px;
		height: 100%;
		float: right;
	}

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

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 120px;
		height:auto !important;
		height: 120px;
		background-image:url(../images/layout1/city_lights_f.png);
		background-position: top left;
		background-repeat: no-repeat;
		width: 761px;
		padding:0 20px 0 20px;
		clear:both;
	}
		* html #wb-layout-footer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/city_lights_f.png);
		}
			* html #wb-layout-footer a {
				position: relative;
			}


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