#container {
	width:99%;
	margin:0 auto;
}

header {
	width:99%;
}

#graybarImage {
	/* float: right; */
	/* background-image: url('../images/graybar_logo.png'); */
	/* background-color: #fff; */
	/* border: 1px solid black; */
	/* width: 135px; */
    /* height: 69px; */
	/* top right bottom left */
	/* padding: 0 0 1em 0; */
}

#upsImage {
	/* float: right; */
	/* background-image: url('../images/UPS_LOGO_GBE_Fixed.gif'); */
	/* background-color: #fff; */
	/* background-repeat: no-repeat; */
	/* background-size: contain; */
	/* border: 1px solid black; */
	/* width: 72px; */
    /* height: 87px; */
	/* top right bottom left */
	/* padding: 0 0 1em 0; */
}

#headerText {
	font-size: 1.3em;
	/* top right bottom left */
	padding: 2em 0em 0em 0em;
	text-align: left;
}

#aboutThisPageText {
	font-size: 1.3em;
	/* top right bottom left */
	padding: .5em .5em .5em .5em;
	text-align: center;
}

footer {
	width:100%;
	text-align:center;
}

#footerBlock {
	width:100%;
	text-align:center;
	background-color: #003436;
	border-top-color: #26a9ac;
	line-height: 150%;
}

fieldset   {
	padding: 0 0 0 0;
}

@media screen and (min-width:650px) and (max-width:959px) {
	#container {
		width:95%;
	}
	
	#graybarImage {
		float: right;
		background-image: url('../images/graybar_logo.png');
		background-color: #fff;
		background-repeat: no-repeat;
		width: 135px; 
		height: 69px;
		/* top right bottom left */
		padding: 0 2em 1em 0;
	}
	
	#upsImage {
		float: right;
		background-image: url('../images/UPS_LOGO_GBE_Fixed.gif');
		background-color: #fff;
		background-repeat: no-repeat;
		width: 72px;
		height: 87px;
	}

	#aboutThisPageText {
		font-size: 1.3em;
		/* top right bottom left */
		padding: .5em .5em .5em .5em;
		text-align: center;
	}

	footer {
		width:100%;
		text-align:center;
	}

	#footerBlock {
		width:100%;
		text-align:center;
		background-color: #003436;
		border-top-color: #26a9ac;
		line-height: 150%;
	}

	fieldset   {
		padding: 0 0 0 0;
	}

	
}

@media screen and (min-width:960px) {
	#container {
		width:90%;
	}	

	#upsImage {
		float: right;
		background-image: url('../images/UPS_LOGO_GBE_Fixed.gif');
		background-color: #fff;
		background-repeat: no-repeat;
		width: 72px;
		height: 87px;
	}

	#graybarImage {
		float: right;
		background-image: url('../images/graybar_logo.png');
		background-color: #fff;
		background-repeat: no-repeat;
		width: 135px; 
		height: 69px;
		padding: 0 2em 0 0;
	}
	
	#aboutThisPageText {
		font-size: 1.3em;
		/* top right bottom left */
		padding: .5em .5em .5em .5em;
		text-align: center;
	}

	footer {
		width:100%;
		text-align:center;
	}

	#footerBlock {
		width:100%;
		text-align:center;
		background-color: #003436;
		border-top-color: #26a9ac;
		line-height: 150%;
	}

	fieldset   {
		padding: 0 0 0 0;
	}

}

