/*
* Created By: MDC Web Services
* Description: Template Stylesheet
* Revised: 12/12/2012
*/
@media (min-width: 980px) {
	.site-masthead {
		background-image:url('../img/');
		background-repeat:no-repeat;
		background-color:#0F3375;
		background-position:50%;
		height:135px;
	}
	.site-masthead h1, .site-masthead h2 {
		background: #0F3375;
		padding:0 10px;
		width: auto;
		display: table;
	}
	.site-masthead h1 {
		color: white;		
		padding-top:0;
		margin:0;
		font-size:34px;
		padding-bottom: 2px;
	}
	.site-masthead h2 {
		line-height:11px;
		font-size:11px;
		color: white;		
		margin:0;
		padding-top: 5px;
	}
	.site-masthead > .container {
		height: 135px;
		padding-top: 40px;
	}
}