@charset "UTF-8";

header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; }

#pagetitle { margin: 2em 1em 1.5em 1em;	padding: 0;	border-bottom: solid 1px #000; }

nav { display: block; position: absolute; top: 73px; width: 100%; clear: both; }

nav a
{
	float: left;
	padding: 10px 0 0 0;
	margin:  30px 0 0 0;
	display: block;
	height: 36px;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;	
	background-image: url(navbutton.png);
	border-top: #002663 2px solid;
	border-bottom: #005db3 2px solid;
}

nav a:hover
{
	color: #fff;
	text-decoration: none;
	background: url(navbutton_over.png);
}

header { margin: 5px 0 0 0; border: #002663 1px solid; height: 110px;}
header a.logo { width: 396px; height: 104px; top: 1px; left: 25px; background-image: url(logo.png); }
header .companyname { height: 36px; width: 40%; box-shadow: none; position: relative; left: 500px; top: 25px; background: url(company_name.png) no-repeat; }

.tagline { margin: 0 0 0 215px; padding: 50px 0 0 0; font-size: 21px; font-weight: bold; color: #000; line-height: 110%; }

article { padding: 40px 1em 0; border: #002663 1px solid; clear: both; overflow: auto;}

#copyright { margin: 0; padding: 0; text-align: center; }

#copyright p { margin: 0; padding: 0; font-size: 10px; color: #000; line-height: 120%; text-align: center; }

@media screen and (max-width: 990px) { }
