/*----- Global Elements -----*/
	
	html, body {
		height:100%;
		}

/*----- Layout Elements -----*/
    #wb-container-outer {
		background-color: #C4732A;
		background-image: url(img/body-bg.jpg);
		background-position: center top;
		background-repeat: repeat-x;
		height:auto !important;
		min-height:100%;
		}
		
		* html     #wb-container-outer {
		height:100% !important;
		}
		
		#wb-container-inner {
			background: transparent;
			margin: 0 auto;
			width: 880px;
			/*text-align: center;*/
			}		
			#wb-layout {				
				border: 0px solid black;
				width:880px;
				}
				#wb-layout-inner {
						background: transparent;
						margin: auto;
						width: 880px;
						/*text-align: center;*/
						}

/*----- Header Elements -----*/
	#wb-layout-header {
		background-color: transparent;
		background-image: url(img/header-bg.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		height:171px;
	    width:880px;
		padding: 0px;
		}
	#wb-layout-header-mask {
		background:transparent;
		color:#C5421B;		
		height:144px;								
		padding-top: 15px;
		padding-left: 8px;
		width:865px;
		texet-align:left;
		overflow: hidden;
		}

/*----- Navigation Elements -----*/
	/*----- Universal -----*/
	div.submenu {
		display: none;
	}
	
		#wb-layout-top-2 {
			height:44px;
			width:880px;
			background-image:url(img/nav-bg.jpg);
			background-repeat:no-repeat;
			display: none;
			}
    	div.wb-navigation {
			width: 100%;
			padding:0px;
			margin: 0px;
			}
			#wb-navigation-subtop {
				height: 35px;
				overflow: hidden;
				display: none;
				}
			#wb-navigation-subtop div {
				float:left;				
				/*padding: 14px 10px 0px 16px;*/
				
				}
					#wb-navigation-subtop div a,
					#wb-navigation-subtop div a:visited,
					#wb-navigation-subtop div a:active {											
						/*line-height: 1.4em;*/
						text-decoration:none;
						font-style:italic;
						color:#F7CE90 !important;
						}
					#wb-navigation-subtop div a h3 {
						margin: 0;
						padding: 0;	
					}
					#wb-navigation-subtop div a:hover {
						text-decoration:underline;
						margin: 0;
						padding: 0;
						}
	/*----- Sub Nav -----*/
		#wb-navigation-subtop div div.submenu {
			background-color:#8E2F11;
			background-image:none;
			display:none;
			}
		/*#wb-navigation-subtop div div.submenu a {
			line-height:1.3em;
			display:block;
			clear:both;
			border-bottom:1px solid #63220C;
			border-top:1px solid #C64317;
			}*/
	/*----- Top Nav -----*/
		#wb-layout-top-1 {
			display: none;
			}	
	/*----- Second Top Nav -----*/
	/*----- Side Nav -----*/
		#wb-layout-sidebar {
			display: block;
			width: 206px;
			float:left;
			padding-left: 15px;
			padding-top: 10px;
			background-image: url(img/layout_sidebar.gif);
			background-position: left top;
			background-repeat: repeat-y;
			background-color:#984525;
			margin-left:1px;
			}
			* html 		#wb-layout-sidebar {
			margin-left:0px;
			}
			#wb-navigation {
				border: 2px solid #aa6633;
				border-bottom: 0px;
				width: 193px;
				float: left;

				}
			#wb-navigation-bottom {
				text-align: center;
				}
				#wb-navigation-bottom div {
					padding: 8px 10px;
					border-bottom: 2px solid #aa6633;
					width: 175px;
					}
					#wb-navigation-bottom div.submenu {
						padding: 0px;
						border: 2px solid #aa6633;
						border-bottom: 0px;
						background-color: #9C4521;
						}
						#wb-navigation-bottom div.submenu div {
							padding-left: 0px;
							padding-right: 0px;
							}
			#wb-navbasewrap {
				float: left;
				width: 201px;
			}

/*----- Content elements -----*/	
	#wb-container-contentwrapper {
		background-color:transparent;
		background-image: url(img/content-bg.jpg);
		background-position: center top;
		background-repeat: repeat-y;
	    width:880px;
		}		
		#wb-layout-main {
			background: transparent;
			/*background-image: url(img/Layout1_ContentTop.gif);
			background-position: center top;
			background-repeat: no-repeat;*/
			width: 658px;
			float: left;
			}
			#wb-layout-main-inner-1 {
				background: transparent;
				
				padding: 5px 20px;
				}
				#wb-layout-main-inner-2  {
					}

/*----- Footer Elements -----*/
	#wb-layout-footer {
		background-color: transparent;
		background: url(img/footer-bg.jpg);
		background-repeat: repeat-x;
		background-position: top left;
		height:110px;
		padding:10px 0px 0px 0px;
		width:880px;
		clear:both;
		}	
		#wb-layout-footer-inner-1 {
			margin-left: 5px;
		}
			
/*-----IE Hacks-----*/