	#wrapper {width:100%; margin:auto; border:0px; padding:0px}
	#frame {padding:0px}
  #logo {display:block}
  #logo img {max-width:100%}
  #mobile-logo {display:none}
  #mainnavx {display:none}
  #mobilenav {display:block}
  #welcome {display:none}
	h1 {font-size:22px; font-stretch:expanded; margin:5px 0px 15px 1px;}
	h2 {font-size:20px}
  .resources section.left, .resources section.right, .sitemap section.left, .sitemap section.right {float:none; width:100%}
  .contact-map {float:none; width:100%}
  .web-only {display:none}
  .mobile-only{display:inherit}
  aside.sidebar {width:100%; float: none;}
  aside.smartlinks {width:100%; float: none; display:none}
  aside.glossary {width:120px}
  article {padding:1px}
  article.two-col {margin-left:0px; padding:2px}
  #brochure-image {width:100%}
  #brochure-image .image {width:100%}
  #smartlink_table {width:100%;height:100%;border:0;padding:0;margin:auto;border-radius:7px;margin-top:0px}
  .project dt {float:none}
	.project dd {margin-left:0}
	
@media print {
  #brochure-image {width:38%; max-width:100%;}
  #brochure-main {margin-left:40%}
}
	
@media only screen and (min-width: 720px) {
  #brochure-image {width:38%; max-width:100%;}
  #brochure-main {margin-left:40%}
}
@media only screen and (min-width: 680px) {
  #logo {display:block}
  #mobile-logo {display:none}
  #mainnav {display:block}
  #mobilenav {display:none}
  #welcome {display:block}
	h1 {font-size:28px; font-stretch:expanded; margin:5px 0px 15px;;}
	h2 {font-size:24px}
  .resources section.left, .sitemap section.left {float:left; width:50%}
  .resources section.right, .sitemap section.right {float:right; width:50%}
  .contact-map {float:right; width:50%}
  .web-only {display:inherit}
  .mobile-only{display:none}
  aside.sidebar {width:280px; float:left; display:block; margin-right:10px;}
  aside.smartlinks {width:30%; float:right; display:block}
  aside.glossary {width:30%}
  article.two-col {margin-left:300px; text-align:justify}
  article.brochure, article.content {margin-left:0; padding-right:4px}
  #smartlink_table {width:95%;height:97%;margin-top:8px}
	.project dt {float:left; font-size: 14px; margin:0px}
	.project dd {margin-left:110px; text-align: left}
}