/* line 17, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 3, ../src/_nav.sass */
#nav ul {
  list-style: none;
  min-height: 0;
  margin: 0;
}
/* line 8, ../src/_nav.sass */
#nav ul ul {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
/* line 15, ../src/_nav.sass */
#nav ul:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
/* line 23, ../src/_nav.sass */
#nav li {
  float: left;
  position: relative;
  z-index: 5;
}
/* line 28, ../src/_nav.sass */
#nav li:hover {
  z-index: 15;
  white-space: normal;
}
/* line 32, ../src/_nav.sass */
#nav li:hover ul {
  visibility: visible;
  top: 100%;
}

/* line 37, ../src/_nav.sass */
#nav {
  width: 100%;
  color: black;
  text-transform: uppercase;
  background-color: #86868b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9fa0a4), color-stop(100%, #6e6d72));
  background-image: -webkit-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -moz-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -o-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -ms-linear-gradient(#9fa0a4, #6e6d72);
  background-image: linear-gradient(#9fa0a4, #6e6d72);
  border-top: solid 1px #c1c1c3;
  border-bottom: solid 1px #848388;
}
/* line 46, ../src/_nav.sass */
#nav > ul {
  width: 1000px;
  margin: 0 auto;
}
/* line 50, ../src/_nav.sass */
#nav > ul > li {
  background: #86868b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9fa0a4), color-stop(100%, #6e6d72));
  background-image: -webkit-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -moz-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -o-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -ms-linear-gradient(#9fa0a4, #6e6d72);
  background-image: linear-gradient(#9fa0a4, #6e6d72);
}
/* line 54, ../src/_nav.sass */
#nav > ul > li:hover, #nav > ul > li:focus {
  text-shadow: 0 1px 1px rgba(193, 193, 195, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
  background-color: #6d6d71;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85868b), color-stop(100%, #555458));
  background-image: -webkit-linear-gradient(#85868b, #555458);
  background-image: -moz-linear-gradient(#85868b, #555458);
  background-image: -o-linear-gradient(#85868b, #555458);
  background-image: -ms-linear-gradient(#85868b, #555458);
  background-image: linear-gradient(#85868b, #555458);
  margin-left: -1px;
  margin-right: -1px;
  border-right: #606064 solid 1px;
  border-left: #606064 solid 1px;
}
/* line 64, ../src/_nav.sass */
#nav > ul > li a {
  padding: 0 35px;
  line-height: 23px;
  display: block;
  color: black;
  text-shadow: 0 1px 1px rgba(193, 193, 195, 0.5);
}
/* line 71, ../src/_nav.sass */
#nav > ul > li a.active, #nav > ul > li a:hover, #nav > ul > li a:focus {
  text-shadow: 0 1px 1px rgba(193, 193, 195, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
  background-color: #6d6d71;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85868b), color-stop(100%, #555458));
  background-image: -webkit-linear-gradient(#85868b, #555458);
  background-image: -moz-linear-gradient(#85868b, #555458);
  background-image: -o-linear-gradient(#85868b, #555458);
  background-image: -ms-linear-gradient(#85868b, #555458);
  background-image: linear-gradient(#85868b, #555458);
  margin-left: -1px;
  margin-right: -1px;
  border-right: #606064 solid 1px;
  border-left: #606064 solid 1px;
}
/* line 82, ../src/_nav.sass */
#nav > ul > li ul {
  text-align: left;
  width: 245px;
  background: black;
  border-top: solid 1px #848388;
}
/* line 88, ../src/_nav.sass */
#nav > ul > li ul li {
  width: 245px;
}
/* line 91, ../src/_nav.sass */
#nav > ul > li ul li a {
  color: #86868b;
  text-shadow: 0 1px 1px black;
  background: #333333;
  border: #373737 solid 1px;
  border-top: none;
}
/* line 98, ../src/_nav.sass */
#nav > ul > li ul li a:hover {
  background: #333333;
  color: #65c2f3;
  text-shadow: 0 1px 1px rgba(193, 193, 195, 0.5);
  margin-right: 0;
  margin-left: 0;
  border: #373737 solid 1px;
  border-top: none;
  text-shadow: none;
}

/* line 1, ../src/_search.sass */
#cse {
  width: 780px;
  margin-left: 12px;
}

/* line 5, ../src/_search.sass */
#scroller-google-search {
  float: left;
  margin: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  min-height: 590px;
}

/* line 13, ../src/_search.sass */
.tabContentBodySearch {
  overflow: hidden;
  padding: 10px;
}

/* line 17, ../src/_search.sass */
#contentContainerSearch {
  overflow: hidden;
}

/* line 20, ../src/_search.sass */
#searchButton {
  float: right;
  margin-right: 25px;
  margin-top: 12px;
}

/* line 25, ../src/_search.sass */
.search-submit-btn {
  width: 60px;
  border: 0px;
  background-color: #7d76b8;
  margin: 0 0 0 4px;
  color: white;
  float: left;
}

/* line 33, ../src/_search.sass */
.search-field {
  width: 200px;
  background-color: #666666;
  height: 13px;
  border: 1px solid #7d76b8;
  color: white;
  float: left;
}

/* line 41, ../src/_search.sass */
.gsc-control-cse {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 45, ../src/_search.sass */
input.gsc-input {
  border-color: #7d76b8;
  width: 200px;
  background-color: #666666;
  height: 13px;
  color: #333333;
}
/* line 51, ../src/_search.sass */
input.gsc-search-button {
  background-color: #7d76b8;
  color: white;
  border: none;
  width: 60px;
}

/* line 57, ../src/_search.sass */
.cse .gsc-branding, .gsc-branding {
  display: none;
}

/* line 61, ../src/_search.sass */
.gsc-tabHeader.gsc-tabhInactive {
  border-color: #e9e9e9;
  background-color: #e9e9e9;
}
/* line 64, ../src/_search.sass */
.gsc-tabHeader.gsc-tabhActive {
  border-top-color: #ff9900;
  border-left-color: #e9e9e9;
  border-right-color: #e9e9e9;
  background-color: white;
}

/* line 70, ../src/_search.sass */
.gsc-tabsArea {
  border-color: #e9e9e9;
}

/* line 73, ../src/_search.sass */
.gsc-adBlock {
  color: #e1e1e1;
}
/* line 75, ../src/_search.sass */
.gsc-adBlock a {
  color: #7d76b8;
}

/* line 78, ../src/_search.sass */
.gsc-webResult.gsc-result {
  border: none;
}
/* line 80, ../src/_search.sass */
.gsc-webResult.gsc-result:hover {
  border: none;
  background-color: #333333;
}

/* line 85, ../src/_search.sass */
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:visited {
  color: #7d76b8;
}
/* line 87, ../src/_search.sass */
.gs-webResult.gs-result a.gs-title:link b, .gs-webResult.gs-result a.gs-title:visited b {
  color: #7d76b8;
}
/* line 89, ../src/_search.sass */
.gs-webResult.gs-result a.gs-title:hover {
  color: #65c2f3;
}
/* line 91, ../src/_search.sass */
.gs-webResult.gs-result a.gs-title:hover b {
  color: #65c2f3;
}
/* line 93, ../src/_search.sass */
.gs-webResult.gs-result a.gs-title:active {
  color: #7d76b8;
}
/* line 95, ../src/_search.sass */
.gs-webResult.gs-result a.gs-title:active b {
  color: #7d76b8;
}

/* line 98, ../src/_search.sass */
.gsc-cursor-page, a.gsc-trailing-more-results:link {
  color: #7d76b8;
}

/* line 102, ../src/_search.sass */
.gs-webResult.gs-result .gs-snippet, .gs-webResult.gs-result .gs-visibleUrl {
  color: #e1e1e1;
}

/* line 105, ../src/_search.sass */
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet, .gs-webResult.gs-result .gs-visibleUrl-short {
  color: white;
  padding: 5px;
}

/* line 109, ../src/_search.sass */
.gsc-cursor-box {
  border: none;
}

/* line 112, ../src/_search.sass */
.gsc-results .gsc-cursor-page {
  border-color: #e9e9e9;
  background-color: #333333;
}
/* line 115, ../src/_search.sass */
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  border-color: #ff9900;
  background-color: #333333;
}

/* line 119, ../src/_search.sass */
.gs-promotion.gs-result {
  border-color: #336699;
  background-color: #333333;
}
/* line 123, ../src/_search.sass */
.gs-promotion.gs-result a.gs-title:link, .gs-promotion.gs-result a.gs-title:visited, .gs-promotion.gs-result a.gs-title:hover, .gs-promotion.gs-result a.gs-title:active {
  color: #0000cc;
}
/* line 125, ../src/_search.sass */
.gs-promotion.gs-result .gs-snippet {
  color: black;
}
/* line 127, ../src/_search.sass */
.gs-promotion.gs-result .gs-visibleUrl, .gs-promotion.gs-result .gs-visibleUrl-short {
  color: green;
}

/* line 3, ../src/_home.sass */
.home .container {
  width: 100%;
  max-width: 1000px;
}
/* line 7, ../src/_home.sass */
.home section {
  width: 30%;
  margin-left: 3%;
  margin-bottom: 15px;
  float: left;
  overflow: auto;
  padding-bottom: 2px;
}
/* line 15, ../src/_home.sass */
.home section img {
  width: 23%;
  float: left;
  padding-bottom: 30px;
}
/* line 20, ../src/_home.sass */
.home section h1,
.home section p {
  width: 75%;
  margin-left: 2%;
  float: left;
}
/* line 26, ../src/_home.sass */
.home section h1 {
  margin-bottom: 9px;
  text-transform: uppercase;
  font-size: 1.4em;
  text-decoration: none;
  padding: 0;
}
/* line 33, ../src/_home.sass */
.home section h1:hover {
  color: #65c2f3;
  text-decoration: none;
}
/* line 37, ../src/_home.sass */
.home aside {
  width: 20%;
  overflow: auto;
  margin-top: 20px;
  padding-left: 15px;
  float: left;
}
/* line 43, ../src/_home.sass */
.home aside h1 {
  font-size: 1.4em;
  margin-bottom: 1.4em;
  padding: 0;
}
/* line 48, ../src/_home.sass */
.home aside h2 {
  color: #939598;
  border-bottom: 1px solid #535353;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 2px;
  background: url("/images/toggleUp.png") 180px 5px no-repeat;
  cursor: pointer;
}
/* line 57, ../src/_home.sass */
.home aside h2:hover {
  color: #65c2f3;
  border-bottom: 1px solid #535353;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 2px;
  background: url("/images/toggleUp-over.png") 180px 5px no-repeat;
}
/* line 64, ../src/_home.sass */
.home aside section {
  margin: 0;
  width: 100%;
}

/* line 8, ../src/ads.sass */
html {
  width: 100%;
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #0f0f0f;
  height: 500px;
}

/* line 15, ../src/ads.sass */
body {
  font-family: sans-serif;
  font-size: 0.8em;
  color: #c6c8ca;
  line-height: 19px;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #0f0f0f;
  background-position: center top;
  background-repeat: repeat-x;
}

/* line 27, ../src/ads.sass */
em {
  font-style: italic;
}

/* line 30, ../src/ads.sass */
strong {
  font-weight: bold;
}

/* line 33, ../src/ads.sass */
#portfolio {
  background: transparent;
}
/* line 35, ../src/ads.sass */
#portfolio .tabContentHeader,
#portfolio .tabContentBody {
  background: transparent;
}

/* line 39, ../src/ads.sass */
#interior {
  width: 100%;
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #0f0f0f;
  height: 500px;
}

/* line 46, ../src/ads.sass */
a {
  color: #c6c8ca;
  text-decoration: none;
}
/* line 50, ../src/ads.sass */
a:hover {
  color: #65c2f3;
}

/* line 54, ../src/ads.sass */
header {
  height: 116px;
  width: 1000px;
  margin: 0 auto;
  background: #0f0f0f;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0f0f0f), color-stop(50%, #333333), color-stop(100%, #0f0f0f));
  background-image: -webkit-linear-gradient(left, #0f0f0f, #333333, #0f0f0f);
  background-image: -moz-linear-gradient(left, #0f0f0f, #333333, #0f0f0f);
  background-image: -o-linear-gradient(left, #0f0f0f, #333333, #0f0f0f);
  background-image: -ms-linear-gradient(left, #0f0f0f, #333333, #0f0f0f);
  background-image: linear-gradient(left, #0f0f0f, #333333, #0f0f0f);
  position: relative;
}

/* line 62, ../src/ads.sass */
#slideshow {
  background: url("/images/banner/background.jpg");
  height: 265px;
  position: relative;
  width: 100%;
}

/* line 68, ../src/ads.sass */
.container {
  overflow: auto;
  position: relative;
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}

/* line 76, ../src/ads.sass */
footer {
  padding-top: 1em;
  font-size: 0.9em;
  overflow: auto;
  text-transform: uppercase;
  width: 1000px;
  margin: auto;
}

/* line 85, ../src/ads.sass */
#adsLogo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 10px;
  z-index: 100;
}

/* line 92, ../src/ads.sass */
#topNav {
  background-color: #0c0c0c;
  top: 48px;
  position: absolute;
  width: 1000px;
  text-align: center;
  line-height: 24px;
}

/* line 100, ../src/ads.sass */
#topNavLinksLeft {
  float: left;
  margin-left: 300px;
}

/* line 104, ../src/ads.sass */
#topNavLinksRight {
  clear: right;
  float: right;
}

/* line 108, ../src/ads.sass */
.topNavLink {
  margin-right: 25px;
  margin-left: 25px;
}

/* line 112, ../src/ads.sass */
a img {
  border: 0px;
}

/* line 115, ../src/ads.sass */
printLink,
imagingLink,
webLink,
methodologyLink {
  cursor: pointer;
}

/* line 121, ../src/ads.sass */
#topNav img {
  vertical-align: middle;
  padding-left: 10px;
}

/* line 125, ../src/ads.sass */
.subnav {
  position: relative;
  height: 9px;
  width: 100%;
  background-color: #86868b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9fa0a4), color-stop(100%, #6e6d72));
  background-image: -webkit-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -moz-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -o-linear-gradient(#9fa0a4, #6e6d72);
  background-image: -ms-linear-gradient(#9fa0a4, #6e6d72);
  background-image: linear-gradient(#9fa0a4, #6e6d72);
  margin: 0;
  border: none;
  border-top: solid 1px #c1c1c3;
  border-bottom: solid 1px #848388;
  text-align: center;
}
/* line 137, ../src/ads.sass */
.subnav ul {
  width: 684px;
  margin: 10px auto 0;
}
/* line 141, ../src/ads.sass */
.subnav li {
  float: left;
  height: 27px;
  margin: 0 15px;
  width: 198px;
}
/* line 147, ../src/ads.sass */
.subnav a {
  cursor: pointer;
  color: #b0abd5;
  text-transform: uppercase;
  width: 198px;
  height: 22px;
  display: block;
  background-image: url("/images/bubble-buttons.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 3px;
  font-size: 1.1em;
}
/* line 160, ../src/ads.sass */
.subnav a:hover {
  color: white;
  background-position: 0 -28px;
}

/* line 164, ../src/ads.sass */
.blurbs {
  width: 75%;
  overflow: auto;
  margin-top: 20px;
  float: left;
  padding-right: 15px;
  border-right: 1px solid #535353;
  display: none;
}

/* line 174, ../src/ads.sass */
.bioImage {
  float: left;
  margin: 5px 10px 5px 0;
}

/* line 178, ../src/ads.sass */
.moreDiv {
  text-align: left;
}

/* line 181, ../src/ads.sass */
.moreLink {
  width: 10px;
  color: #65c2f3;
  font-size: 1.4em;
  vertical-align: bottom;
  background: url("/images/toggleStack.png") left top no-repeat;
  padding: 0 17px 0 0;
}
/* line 189, ../src/ads.sass */
.moreLink:hover {
  text-decoration: none;
  background-position: 0 -23px;
}

/* line 193, ../src/ads.sass */
#footerSubContainer {
  width: 812px;
  overflow: auto;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
}

/* line 200, ../src/ads.sass */
.portfolioCopyright {
  float: left;
  width: 580px;
  text-align: left;
}

/* line 205, ../src/ads.sass */
.copyright {
  float: left;
}

/* line 208, ../src/ads.sass */
.telephone {
  float: right;
}

/* line 211, ../src/ads.sass */
h1 {
  text-transform: uppercase;
  font-size: 1.7em;
  padding-top: 8px;
  padding-left: 15px;
  font-weight: normal;
  color: white;
}

/* line 219, ../src/ads.sass */
h2 {
  text-transform: uppercase;
  font-size: 1.4em;
}

/* line 223, ../src/ads.sass */
h3, h5 {
  font-size: 1em;
  font-weight: bold;
  color: #8781bd;
  text-transform: uppercase;
  margin: 16px 0 0;
}

/* line 230, ../src/ads.sass */
h4 {
  display: inline;
  font-size: 1em;
  padding-top: 8px;
  font-weight: normal;
  color: #65c2f3;
}

/* line 238, ../src/ads.sass */
#rightRoundedBox {
  width: 815px;
  overflow: auto;
  margin-top: 20px;
  float: right;
}

/* line 244, ../src/ads.sass */
cite {
  display: block;
  text-align: right;
}
/* line 248, ../src/ads.sass */
cite.name {
  font-weight: bold;
}
/* line 250, ../src/ads.sass */
cite.company {
  font-style: italic;
}

/* line 253, ../src/ads.sass */
.tabContentHeader {
  background: #666666;
  -moz-border-radius: 18px 18px 0 0;
  -webkit-border-radius: 18px 18px 0 0;
  -o-border-radius: 18px 18px 0 0;
  -ms-border-radius: 18px 18px 0 0;
  -khtml-border-radius: 18px 18px 0 0;
  border-radius: 18px 18px 0 0;
  line-height: 31px;
  padding-left: 15px;
}

/* line 259, ../src/ads.sass */
.tabContentBody {
  background: #333333;
  padding: 10px;
  overflow: auto;
  font-size: 1.125em;
}
/* line 265, ../src/ads.sass */
.tabContentBody h2 {
  color: #79797a;
  font-style: italic;
}

/* line 269, ../src/ads.sass */
#leftColumnLinks {
  width: 170px;
  overflow: auto;
  margin-top: 60px;
  padding-left: 15px;
  float: left;
}
/* line 276, ../src/ads.sass */
#leftColumnLinks a {
  width: 160px;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 5px;
  display: block;
  line-height: 17px;
}
/* line 284, ../src/ads.sass */
#leftColumnLinks .more-link {
  position: absolute;
  bottom: 0;
  width: 75px;
  left: 100px;
}
/* line 291, ../src/ads.sass */
#leftColumnLinks .portfolioSelected,
#leftColumnLinks .selected,
#leftColumnLinks #leftColumnLinks .more-link, #leftColumnLinks
#leftColumnLinks .more-link {
  color: #8781bd;
}
/* line 295, ../src/ads.sass */
#leftColumnLinks .selected, #leftColumnLinks .more-link {
  background: url("/images/transparent-grey-tile.png") repeat top left;
  color: white;
}

/* line 300, ../src/ads.sass */
#rightRoundedBox section {
  overflow: auto;
  display: block;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-top: 3px;
  width: 565px;
}
/* line 308, ../src/ads.sass */
#rightRoundedBox section p, #rightRoundedBox section div, #rightRoundedBox section blockquote {
  float: right;
  margin: 15px 0 10px 0;
}
/* line 313, ../src/ads.sass */
#rightRoundedBox section .section-icon ~ p, #rightRoundedBox section .section-icon ~ div, #rightRoundedBox section .section-icon ~ blockquote {
  width: 500px;
}
/* line 317, ../src/ads.sass */
#rightRoundedBox section .bio-image ~ p, #rightRoundedBox section .bio-image ~ div, #rightRoundedBox section .bio-image ~ blockquote {
  width: auto;
  float: none;
}
/* line 321, ../src/ads.sass */
#rightRoundedBox section .quotelink {
  margin: 0;
}
/* line 325, ../src/ads.sass */
#rightRoundedBox section p br {
  display: none;
}

/* line 328, ../src/ads.sass */
.section-icon, .bio-image {
  margin: 15px 15px 10px 0px;
  float: left;
}

/* line 332, ../src/ads.sass */
.section-icon {
  max-width: 50px;
}

/* line 336, ../src/ads.sass */
#web-page section {
  width: 715px;
}
/* line 340, ../src/ads.sass */
#web-page section .section-icon ~ p, #web-page section .section-icon ~ div, #web-page section .section-icon ~ blockquote {
  width: auto;
  float: none;
  overflow: hidden;
}

/* line 345, ../src/ads.sass */
#scroller {
  float: left;
  overflow-y: hidden;
  overflow-x: hidden;
  height: auto;
}
/* line 350, ../src/ads.sass */
#scroller h1 {
  padding-left: 0;
}

/* line 353, ../src/ads.sass */
.sidesection {
  overflow: auto;
  display: block;
  padding-bottom: 10px;
}
/* line 358, ../src/ads.sass */
.sidesection li {
  margin: 6px 0px;
  line-height: 16px;
}
/* line 362, ../src/ads.sass */
.sidesection li li {
  margin: 2px 0px;
  line-height: 16px;
}

/* line 366, ../src/ads.sass */
#sidescroller {
  float: left;
  overflow-y: hidden;
  overflow-x: hidden;
  height: auto;
}

/* line 372, ../src/ads.sass */
#staticRightContent {
  float: right;
  width: 175px;
  font-size: 0.875em;
}
/* line 377, ../src/ads.sass */
#staticRightContent h2 {
  border-bottom: #6f6f6f 1px solid;
}

/* line 380, ../src/ads.sass */
.clientUpload {
  float: right;
  width: 400px;
  height: 300px;
  margin-top: 50px;
}

/* line 386, ../src/ads.sass */
.quotelink {
  font-style: italic;
  color: #79797a;
  font-size: 1em;
  text-align: right;
  vertical-align: bottom;
  line-height: 20px;
}

/* line 395, ../src/ads.sass */
#rightRoundedBox a {
  font-weight: bold;
  text-decoration: none;
  color: #8781bd;
}
/* line 400, ../src/ads.sass */
#rightRoundedBox a:hover {
  color: #65c2f3;
}

/* line 403, ../src/ads.sass */
.formrow {
  padding-top: 5px;
  overflow: auto;
}
/* line 407, ../src/ads.sass */
.formrow label {
  width: 100px;
  float: left;
}
/* line 411, ../src/ads.sass */
.formrow input,
.formrow textarea {
  float: left;
}
/* line 415, ../src/ads.sass */
.formrow p {
  float: left;
  margin-left: 20px;
  width: 200px;
}

/* line 420, ../src/ads.sass */
.uploadnote {
  width: 374px;
}

/* line 424, ../src/ads.sass */
.uploadform .formrow {
  padding-top: 5px;
  overflow: auto;
  width: 374px;
}
/* line 429, ../src/ads.sass */
.uploadform .formrow input,
.uploadform .formrow textarea {
  float: right;
}

/* line 433, ../src/ads.sass */
#mtfiles {
  padding: 4px;
}
/* line 436, ../src/ads.sass */
#mtfiles input {
  float: right;
}

/* line 439, ../src/ads.sass */
label {
  font-size: 1.2em;
  padding-left: 20px;
  display: block;
}

/* line 444, ../src/ads.sass */
input,
textarea {
  width: 230px;
  background-color: #dddddd;
  margin: 0 0 5px 20px;
}

/* line 450, ../src/ads.sass */
textarea {
  width: 350px;
  height: 160px;
  margin-top: 5px;
}

/* line 456, ../src/ads.sass */
input.submitbutton {
  width: 82px;
  cursor: pointer;
  background: url("/images/submit_btn.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  height: 20px;
}
/* line 463, ../src/ads.sass */
input.submitbutton:hover {
  background: url("/images/submit_btn_over.png") no-repeat scroll 0 0 transparent;
}
/* line 466, ../src/ads.sass */
input.check {
  width: auto;
  margin: 5px 0 5px 40px;
}
/* line 470, ../src/ads.sass */
input.checkIndent {
  margin-left: 80px;
}
/* line 473, ../src/ads.sass */
input.paypal {
  width: 55px;
  height: 15px;
  margin-top: 6px;
}

/* line 478, ../src/ads.sass */
.listLabel {
  margin-left: 57px;
}

/* line 481, ../src/ads.sass */
.emailerror {
  color: #cc3333;
  font-weight: bold;
}

/* line 485, ../src/ads.sass */
.emailsuccess {
  color: white;
  font-weight: bold;
}

/* line 489, ../src/ads.sass */
#col-left {
  float: left;
  width: 380px;
  height: auto;
}

/* line 494, ../src/ads.sass */
#col-right {
  float: right;
  width: 390px;
  height: auto;
}

/* line 500, ../src/ads.sass */
#slides {
  position: relative;
  height: 265px;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 507, ../src/ads.sass */
.bannerItem {
  position: absolute;
  top: 0;
  left: 30px;
  text-align: left;
  width: 1000px;
  height: 265px;
}

/* line 515, ../src/ads.sass */
.tagline {
  text-transform: uppercase;
  color: white;
  font-size: 1.2em;
  left: 50px;
  margin-left: 50px;
}
/* line 522, ../src/ads.sass */
.tagline h3 {
  color: white;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1;
  margin-top: 0.75em;
}

/* line 529, ../src/ads.sass */
.imageDescription {
  color: #c6c8ca;
  width: 450px;
  font-size: 1.3em;
  margin-left: 50px;
  margin-top: 1.3em;
}
/* line 536, ../src/ads.sass */
.imageDescription span {
  font-size: 1.3em;
  text-transform: uppercase;
  color: white;
}

/* line 541, ../src/ads.sass */
.imagePng {
  margin: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 547, ../src/ads.sass */
.bannerButtons {
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 45px;
  bottom: 13px;
}

/* line 553, ../src/ads.sass */
.bannerButton {
  float: left;
  width: 20px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #65c2f3;
  cursor: pointer;
}
/* line 562, ../src/ads.sass */
.bannerButton.off {
  color: white;
}

/* line 566, ../src/ads.sass */
#rightRoundedBox ul {
  list-style: disc outside;
  margin-left: 15px;
}

/* line 570, ../src/ads.sass */
.thumbRowImg {
  width: 140px;
  height: 125px;
  padding: 8px 0;
  float: left;
  text-align: center;
}

/* line 577, ../src/ads.sass */
.morebutton {
  width: 61px;
  height: 18px;
  background: url("/images/more_btn.png") top left no-repeat;
  float: right;
  margin-top: 5px;
}
/* line 584, ../src/ads.sass */
.morebutton:hover {
  background: url("/images/more_btn_over.png") top left no-repeat;
}

/* line 587, ../src/ads.sass */
.viewPortfolio {
  width: 137px;
  height: 18px;
  background: url("/images/view_portfolio_btn.png") top left no-repeat;
  float: right;
  margin-top: 5px;
}
/* line 594, ../src/ads.sass */
.viewPortfolio:hover {
  background: url("/images/view_portfolio_btn_over.png") top left no-repeat;
}

/* line 597, ../src/ads.sass */
#recaptcha_instructions_image {
  color: white;
}

/* line 600, ../src/ads.sass */
.tweet {
  margin-bottom: 19px;
}

/* line 603, ../src/ads.sass */
#checkout-box {
  width: 350px;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 609, ../src/ads.sass */
#checkout-box:hover {
  background-color: #3f3f41;
  width: 350px;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}

/* line 616, ../src/ads.sass */
#checkout-opt {
  float: left;
  line-height: 30px;
  width: 100px;
}

/* line 621, ../src/ads.sass */
#checkout-right {
  float: left;
  margin-left: 10px;
}

/* line 625, ../src/ads.sass */
.checkoutrow {
  padding-top: 5px;
  overflow: auto;
}
/* line 629, ../src/ads.sass */
.checkoutrow label {
  width: 160px;
  float: left;
}
/* line 633, ../src/ads.sass */
.checkoutrow select {
  margin-left: 20px;
}

/* line 637, ../src/ads.sass */
.hidden {
  visibility: hidden;
}

/* line 640, ../src/ads.sass */
.visible {
  display: block;
}

