/* Custom file to change IE display for situations where IE and 
firefox display differently.
*/

/*///////////////////// H E A D E R   L A Y O U T /////////////////*/
#header-div
{
/* in firefox, padding is additional to height; 
	in IE, height includes padding */
	height:106px;
	padding: 0px 15px 0px 15px;

}


#header-imageFaderDiv{
	position:absolute;
	right:110px;
}

#header-imageFaderDiv2{
	position:absolute;
	right:370px;
}
