@charset "UTF-8";

.page { background-color: #fff; }

header { height: 100px; }

header a.logo { width: 281px; height: 70px; top: 20px; right: 0px; background-image: url(logo_medium.png); }

header .companyname { height: 30px; width: 80%; box-shadow: none; position: relative; left: 135px; top: 25px; background: url(company_name_med.png) no-repeat; }

.tagline { margin: 0 0 0 175px; padding: 40px 0 0 0; font-size: 14px; font-weight: bold; color: #000; line-height: 110%; }

nav { top: 70px; }
nav a 
{ 
	padding: 4px 0 2px 0;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
}
nav a:hover { }

article { border: none; border-bottom: #002663 1px solid; padding: 38px 0 0;}

footer { border-radius: 0; margin: 0 auto; border-left: 1px solid #002663; border-right: 1px solid #002663; border-bottom: 1px solid #002663;}