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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}
/*
**  New navigation option
*/
	#wb-header-nav, #wb-layout-top-header {
		display:none
	} 
/*
**  Ends New navigation option
*/

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		background-position:center top;
		background-image:url(../images/layout1/iu_bgd.png);
		background-repeat: repeat-x;
		background-color:#fff;
	}
	* html #wb-container-outer {
		height:100% !important;
		background-image:none;

	}


	#wb-container-inner {
		margin: auto;

	}


	#wb-layout {
		width:800px;
		margin:auto;
	}

	#wb-layout-inner {

	}

	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:357px;
		background-image:url(../images/layout1/iu_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/iu_h.png, );
		}
			* html #wb-layout-header  a {
				position: relative;
			}

	#wb-layout-header-mask {
		overflow:hidden;
		width:800px;
		height:357px;

	}
	


	#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-color:#fff;
		
		
	}

/* 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-position:top left;
		background-image:none;
		background-repeat: repeat-y;
		padding-top: 10px;
	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:20px 15px 10px;

	}


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

	}
	
		#wb-navigation-bottom div {
			padding:8px 0 8px 0;

		}
		#wb-navigation-bottom div a h3{
			width: 153px;
			padding:5px 11px 5px 29px;
			background-image: url(../images/layout1/iu_bullet.png);
			background-repeat:no-repeat;
			cursor:hand;
			
		}
			* html #wb-navigation-bottom div a h3{
						width: 160px;
						background-image: url(../images/layout1/iu_bullet.gif);
					}
						#wb-navigation-bottom div a h3:hover{
			background-image: url(../images/layout1/iu_bullet_h.png);
			
		}		
		* html 	#wb-navigation-bottom div a:hover h3{
			background-image: url(../images/layout1/iu_bullet_h.gif);
			
		}
			#wb-navigation-bottom div.submenu {
				margin: 0px;
				padding:0;
				
			}
			#wb-navigation-bottom div.submenu:hover {
				background-color: #f3f3f5;
				
			}

				#wb-navigation-bottom div.submenu div {
					margin:0 0 6px;
				}
					#wb-navigation-bottom div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:600px;
		float: right;
	}
* html 	#wb-layout-main {
		width:595px;
	}
	#wb-layout-main-inner-1 {
    }

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 68px;
		height:auto !important;
		height: 68px;
		width: 800px;
		clear:both;
		background-position:top left;
		background-image:url(../images/layout1/iu_f.png);
		background-repeat: repeat-x;

	}
		* html #wb-layout-footer {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/iu_f.png, );
		}
			* html #wb-layout-footer  a {
				position: relative;
			}
#wb-layout-footer-inner-1 {

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