﻿.masthead-wrap
{
	background-color: #fff;
}

.masthead
{
	margin: 0px auto;
	padding: 0 25px 0 0;
	width: 940px;
	zoom: 100%;
}

.masthead img
{
    padding: 3px 0;
}

.popup .masthead
{
    width: auto;
}

.masthead:after
{
	content:" ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.masthead h1
{
    font-size: 0;
    float: left;
    margin: 0;
}

.masthead a:hover
{
	background-color: transparent; /* override default a:hover */
}





/*----------------------------------------------------------------------------------------------------
PRINT STYLES
----------------------------------------------------------------------------------------------------*/
@media print
{

.masthead
{
	padding-left: 10px;
}

} /* END: print styles */
