body {
    padding-top: 58px;
}

#navbar-top {
    background-image: url('/assets/images/nav.png');
    background-color: #004599;
    border-bottom: 2px solid #337ED9;
}

.footer {
  background-color: #9d9d9e;
  background-image: url('/assets/images/footer.png');
  background-repeat: repeat-x;
}



/* begin Header */
div.sub-header
{
  margin: 0 auto;
  position: relative;
  z-index: -1;
  width:100%;
  height: 500px;
  height: 400px; /* CHANGED */
  margin-top: 0;
  margin-bottom: 0;
}

div.sub-header-clip
{
  position: absolute;
  width:100%;
  left:0;
  overflow:hidden;
  height:500px;
	height:400px; /* CHANGED */
}

.sub-header-wrapper 
{
    position: relative;
    width:900px;
    margin:0 auto;
}
.sub-header-inner 
{
    margin: 0 0;
}

div.sub-header-center
{
	position: relative;
	width: 1920px;
	left:50%;
}

div.sub-header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 1920px;
  height: 500px;
	height: 400px; /* CHANGED */
  background-image: url('/assets/images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}

/* end Header */

/* begin HeaderObject */
div.sub-headerobject
{
  display: block;
  left: 50%;
  margin-left: -850px;
  position: absolute;
  top: 0;
  width: 1700px;
  height: 500px;
	height: 400px; /* CHANGED */
  background-image: url('/assets/images/header-object.jpg');
	background-color: #004599;
	background-repeat: no-repeat;
	background-position: bottom center;
}
/* end HeaderObject */

/* begin Logo */
div.sub-logo
{
  display: block;
  position: absolute;
  top: 140px;
	top: 50px; /* CHANGED */
  left: 50%;
  margin-left: -450px;
	margin-left: -620px;
  width: 899px;
}

h1.sub-logo-name
{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 72px;
	font-size: 64px; /* CHANGED */
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
	text-shadow: #202020 1px 2px 2px;
	font-variant: small-caps;
}
h1.sub-logo-name a, 
h1.sub-logo-name a:link, 
h1.sub-logo-name a:visited, 
h1.sub-logo-name a:hover
{
  font-weight: bold;
  font-size: 72px;
	font-size: 64px; /* CHANGED */
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
}

h2.sub-logo-text
{
  display: block;
  text-align: center;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 35px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #D0D0D0 !important;
	text-shadow: #202020 1px 2px 2px;
}
h2.sub-logo-text a,
h2.sub-logo-text a:link,
h2.sub-logo-text a:visited,
h2.sub-logo-text a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 35px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #DDDFDF !important;
}

/* end Logo */
