/* CSS Document */
/*
#masthead {
        background: url("../../images/masthead_banner.jpg");
        background-repeat: no-repeat;
        background-color: #C7AB30;
        height: 58px;
}

#masthead #mastheadBottom {
	top: 58px;
}
*/
#masthead {
	position: relative;
	margin: 0px;
	background: url(../../images/masthead_banner_right.jpg);
	background-repeat: repeat-x;
	background-color: #f6e98b;
	width: 100%;
	height: 58px;
	overflow: hidden;
}
#masthead_left {
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(../../images/masthead_banner.jpg);
		background-repeat: no-repeat;
		background-color: #f6e98b;
		width: 1009px;
		height: 58px;
		overflow: hidden;
	}
#yellowBar {
	position: relative;
	z-index:1;
	height:12px;
	width: 100%;
	font-size: 1px; /* fix for IE so things in the yellow bar don't go out of wack */
	background: url(../../images/bg1.jpg) repeat-x bottom;
}
	#yellowBarLight {
		position: relative;
		z-index:1;
		height:12px;
		width: 357px;
		background: url(../../images/bg1_light.jpg);
		background-repeat: no-repeat;
	}

