@charset "UTF-8";
/* CSS Document */

/***** Header styles *****/
#header-container {
	position: relative;
	width: 100%;
	height: 115px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	background-image:url(..);    /* 100% page width background header graphic */
	background-position: top center;				  	
	background-repeat:repeat;
}

	#header-content {
		position: relative;
		width: 940px;
		height: 115px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px 10px 0px 10px; /*top, right, bottom, left*/
		background-image:url(../images/header-bg.png);   /* Content page width background header graphic. Can be */
		background-position: top center;	/* layered on top of 100% page width background graphic if needed */
		background-repeat:no-repeat;
	}



	#header-extra-function-1 {
		position: relative;
		width: 940px;
		padding: 8px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		height:25px;
	}

		#header-extra-function-1 p {
			padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			text-align:right;
			font-weight:400;
			font-size:15px;
			color:#FFFFFF;
		}



	#header-extra-function-2 {	/* Use for newsletter sign up/email contact/telephone number */
		position: relative;
		width: 940px;
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		height:82px;
	}


