/*
  This stylesheet contains styles that should be used when the width of the viewport 
  Is greater than 500 pixels. 
*/

#header-image #image-container {
  background: url("/wordpress/wp-content/themes/us-mint/img/360x70_USMintLogo.png") no-repeat scroll center center transparent;
  height: 70px;
  width: 360px;
  margin: 0 auto;
}

#topNavContainer {
  max-height: 170px;
}

header {
  height: 120px;
}

.third-width {
  width: 49%;
  float: left;
  padding: 12px 0 12px .4%;
  height: 105px;
}

.third-width img {
  width: 30%;
  padding-right: 7px;
}

.third-width .caption {
  margin: 12px 0;
}

