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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		background-position:top center;
		background-image:url(../images/layout1/htv_o.png);
		background-repeat: repeat-x;
		background-position:left-top;
		background-color:#8dc6fd;
		
		
	
	}	* html #wb-container-outer {
				background-image:none;
				
				width:100%;
		}
	
			
	#wb-container-inner {
		margin: auto;
		background-position:center bottom;
		background-image:url(../images/layout1/htv_ci1.png);
		background-repeat: repeat-x;

	}	* html 	#wb-container-inner {
		background-image:url(../images/layout1/htv_ci1.gif);	
	}


	#wb-layout {
		width:800px;
		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 {
		width:800px;
		height:312px;
		background-image:url(../images/layout1/htv_h.png);
		background-position: top left;
		background-repeat: no-repeat;
	}			
		* html #wb-layout-header {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/htv_h.png);
		}
			* html #wb-layout-header  a {
				position: relative;
			}

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


	#wb-layout-header-base {

	}
	
/* 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-image:url(../images/layout1/htv_cr.png);
		background-repeat:repeat;
		background-position:left top;
		
	}	* html #wb-container-contentwrapper {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/htv_cr1.png);
		}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 188px;
		border:1px solid #b5dafe;
		background-image:url(../images/layout1/htv_sb.png);
		background-repeat:repeat;
		background-position:left top;
	  margin-left: 5px;

	} * html #wb-layout-sidebar {
				background-image:none;
				background-color:#97CAFD;
		}

	
	/* sidebar navigation */
	#wb-navigation {
		
		

	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:10px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
		padding-bottom:10px;
		padding-top:10px;
		border-bottom:2px solid #b5dafe;

	}	* html 	#wb-navigation-bottom {
		padding-bottom:0px;

	}	
		
		#wb-navigation-bottom div {
			padding: 0px;
			background-position:top left;
			
		}
		
			
		
		#wb-navigation-bottom div a h3{
			padding: 5px 0px 5px 27px;
			width: 160px;
			cursor:hand;
			background-image:url(../images/layout1/htv_h3.gif);
			background-position:center left;
			background-repeat:no-repeat;
			
			
		}
		
		#wb-navigation-bottom div a:hover h3{
			padding: 5px 0px 5px 27px;
			width: 160px;
			cursor:hand;
			background-image:url(../images/layout1/htv_h3over.gif);
			background-position:center left;
			background-repeat:no-repeat;
		}
		
			#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 {
		width:600px;
		float: right;
	}
* html 	#wb-layout-main {
		width:593px;
	}
	#wb-layout-main-inner-1 {
    }

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 82px;
		height:auto !important;
		width: 800px;
		clear:both;
		background-position:top center;
		background-image:url(../images/layout1/htv_f.png);
		background-repeat: no-repeat;
		padding-top:45px;
	}
		* html #wb-layout-footer {
				background-image:none;
				height: 100px !important;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/htv_f.png);
				
		}
			* html #wb-layout-footer  a {
				position: relative;
			}
#wb-layout-footer-inner-1 {

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

