@charset "UTF-8";
#banner {
	line-height: 0px;
	background-color: #005cab;
	width: auto;
	background-image: url(../_assets/backgrounds/header-rule-right.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px; /* Makes the right 'come in' when at 'width: 100%' */
	padding-left: 10px;
	margin-left: 328px;
	padding-bottom: 25px;
	margin-bottom: 0px;
}
header {
	line-height: 0px;
	background-image: url(../_assets/backgrounds/header-rule-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
header img{
	width: 318px;
}
footer {
	color: #FFFFFF;
	font-size: 12px;
	z-index: 1000;
	height: 20px;
	padding-top: 4px;
	line-height: 11px;
	width: 100%;
	padding-bottom: 30px;
	float: right;
	text-align: right;
}
footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #005cab;
	text-decoration: none;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
#banner {
	background-image: none;
	padding-bottom: 10px;
	margin-left: 0px;
}
header {
	padding-bottom: 1px;
	background-image: none;
}
header  img{
	width: 75%;
}
