#header-bkg{
	background: url(/images/header-bkg.jpg) top center no-repeat;
	height: 179px;
	text-align: left;
	width: 960px;
	margin: auto;
}

#header{
	height: 179px;
}

/* topNav is the top row of navigation in the header */
.topNav{
	clear: left; 
	float: left;
	width: 960px;
	height: 26px;
	margin-top: 24px;
	margin-left: 24px;
}
	.topNav ul li img{
		position: absolute; 
		z-index: 1;
		display: none;
		margin-top: -6px;
		margin-left: -6px;
	}
	.topNav ul li a{
		position: relative;
		z-index: 2;
	}
	.topNav ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 26px;
	}
	.topNav li{
		cursor: pointer;
	}
	.topNav .left{
		float: left;
		width: 260px;
	}
	.topNav .right{
		float: right;
		width: 700px;
		text-align: right;
	}
	.topNav .left li{
		margin: 0;
		padding: 0;
		float: left;
		margin-left: 14px;
	}
	.topNav .right li{
		margin: 0; 
		padding: 0;
		float: left;
		margin-left: 27px;
	}
	.topNav li a{
		color: #555;
		font-size: 14px;
		text-decoration: none;
	}

/* top-nav is the middle header text and logo section */

	.topText{
		clear: left; 
		float: left; 
		height: 88px; 
		width: 960px;
	}
	.topText .left{
		clear: left;
		float: left;
		width: 600px;
		text-align: right;
	}
	.topText .right{
		float: right;
		width: 260px;
		text-align: right;
		margin-right: 28px;
	}
	.topText b i{
		font-size: 17px;
		color: #939393;
		font-weight: 300;
		line-height: 24px;
	}
	.topText .phone{
		font-size: 22px;
		color: #722b27;
		font-weight: 800;
		font-style: italic;
	}
	
/* bottomNav is the lower navigation section of the header */
	
	.bottomNav{
		clear: left; 
		float: left;
		height: 30px;
		width: 960px;
		margin-top: 5px;
	}
	.bottomNav ul li img{
		position: absolute; 
		display: none;
		z-index: 1;
		margin-top: -6px;
		margin-left: -6px;
	}
	.bottomNav ul li a{
		position: relative;
		z-index: 2;
	}
	.bottomNav ul{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.bottomNav li{
		cursor: pointer;
		float: left;
	}
	.bottomNav .left{
		float: left;
		width: 380px;
	}
	.bottomNav .right{
		float: right;
		width: 480px;
		text-align: right;
	}
	.bottomNav .left li{
		margin: 0;
		padding: 0;
		float: left;
		margin-left: 27px;
	}
	.bottomNav .right li{
		margin: 0; 
		padding: 0;
		float: left;
		margin-left: 22px;
	}
	.bottomNav li a{
		color: #555;
		font-size: 14px;
		text-decoration: none;
	}
	
	
/* end of top-nav */

