﻿/*
   CSS for page headers in logged out state.
*/

header{
   height:75px;
   width: 100%;
}

.header {

   background: #266fbc;
   border-bottom: 2px solid #fff;
   width: 100%;
   display: block;
}

.header_logo {
   margin:auto;
   width: 187px;
   height: 57px;
   background: url("/Content/Images/Header/skwids17_homepage_assets_logo_no_arrow.png") no-repeat 0 0;
}

.header_logo a {
   display: block;
   height: 100%;
}
