body {
  background: #08616b url(images/page-background.png) repeat-x top;
  position: relative;
  padding-bottom: 40px;
}

.printfriendly {display: none!important;}

a {
    color: #004a6e;
}

#shell {
  width: 100%;
  background: #fff url(images/top-shell-background.jpg) no-repeat top center;
  position: relative;
}

#footer-shell {
    background: url(images/footer-shim.png) repeat-x top;
}

#footer-lines {
    width: 870px;
    background: url(images/footer-menu-lines.png) repeat-y top;
}

#menuContainer {
  width: 100%;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 131px;
  background: url(images/navigation-background-green.png) no-repeat center;
  z-index: 1000;
  padding-bottom: 12px;
}

body.home #banners {
}

body.home .banner {
    width: 938px;
    height: 437px;
    position: relative;
}

.balloon {
    background: url(images/banner-bubble-tail.png) no-repeat right center;
    padding: 0px 43px 0px 0px;
}

.balloon .content {
    background: rgba(9, 97, 107, .85);
    padding: 24px 38px 24px 38px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    width: 314px;
}

.balloon h4 {
    font-size: 2.3em;
    line-height: 1;
    margin: 0px 0px 4px;
    color: #fff;
}

.balloon .content p {
    margin: 0px;
    font-family: verdana, sans-serif;
    font-size: 1em;
    line-height: 1.4;
}

.balloon .content a {
    color: #dadb1f;
    white-space: nowrap;
}

#header {
  height: 111px;
  position: relative;
}

#header h1 {
    font-size: 2em;
    line-height: 111px;
    margin: 0px;
}

#header h1 a {
    color: #fff;
}

#content {
  width: 938px;
  margin: auto;
}

ul.sf-menu { list-style: none; }

#left-nav a {
  color: #ffffff;
  padding: 0px 15px;
}

#right-nav {
    color: #fff;
}

#right-nav a {
  color: #ffffff;
  padding: 0px 10px;
}

#menuContainer { font-size: 14px; }

#menuContainer ul.sub-menu {
  padding: 0px;
  line-height: 1;
  list-style: none;
  font-size: 12px;
}

#menuContainer ul.sub-menu a {
  padding: 0px;
  color: #fff;
  font-weight: bold;
}

#menuContainer ul.sub-menu a:hover { text-decoration: underline; color: #fff200; }

#menuContainer ul.sub-menu li { margin: 0px; }

#menuContainer ul.sub-menu li a { padding-left: 14px; background: #034c5a; text-decoration: none; }

#left-nav ul.sf-menu li { border-left: 1px solid #8397a4; }

#left-nav ul.sf-menu li ul.sub-menu li { border-left: 0px; }

ul.sf-menu li ul.sub-menu li { border-top: 1px solid #c6d7e2; }

ul.sf-menu li ul.sub-menu li:first-child { border-top: 0px; }

#right-nav { float: right; }

#right-nav ul.sf-menu li { border-left: 1px solid #8397a4; }

#menuContainer ul.sf-menu li a:hover,
#menuContainer ul.sf-menu li.sfHover a,
#menuContainer ul.sf-menu li.current-page-ancestor a,
#menuContainer ul.sf-menu li.current-menu-parent a,
#menuContainer ul.sf-menu li.current-menu-item a {
  background: #034c5a;
  background-position: top;
}

#marquee {
  width: 938px;
  height: 437px;
  position: relative;
  overflow: hidden;
}

#marquee .banner {
  width: 938px;
  height: 437px;
  position: relative;
}

#slidepager {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  padding-right: 21px;
  font-family: 'Verdana', sans-serif;
}

#slidepager a {
  display: block;
  width: 19px;
  height: 19px;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  float: left;
  background: #8397a4;
  margin-left: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#slidepager a:hover { background: #cbd6dd; }

#slidepager button {
  display: block;
  width: 19px;
  height: 0px;
  overflow: hidden;
  padding: 19px 0px 0px;
  border: 0px;
  background: url(images/playPauseButton-hover.png) no-repeat 0px 0px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  margin: 0px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#slidepager button:hover { background-position: 0px -19px; }

#slidepager button.clicked { background-position: -19px 0px; }

#slidepager button.clicked:hover { background-position: -19px -19px; }

.slide {
  width: 938px;
  height: 437px;
  position: relative;
}

.slideCaption {
  background: url(images/slideToolTipBG.png);
  width: 380px;
  padding: 26px 46px;
  color: #ffffff;
  font-family: 'Verdana', sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  bottom: 44px;
  right: 56px;
  z-index: 1;
}

.slideCaption.left { left: 56px; }

.slideCaption.higher { bottom: 176px; }

.slideCaption h4 {
  font-family: 'report-school-1', 'report-school-2', sans-serif;
  font-size: 2.3em;
  font-weight: normal;
  color: #ffffff;
  margin: 0px 0px 5px;
}

.slideCaption a { color: #c2b36e; }

#request-info {
  text-align: center;
  padding: 20px 7px 0 0;
}

#homeColumns { margin: 20px auto; }

#homeColumns .textwidget {
  width: 270px;
  height: 198px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#homeColumns .textwidget h3 {
  font-size: 1.4em;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1;
}

#homeColumns .textwidget h3 span {
  float: right;
  width: 20px;
  font-style: italic;
  padding-right: 40px;
  font-size: 0.8em;
}

#stocks .textwidget {
  background: url(images/goldBoxBG.png) no-repeat top;
  padding: 18px 15px 10px 15px;
  width: 240px;
}

#stocks h3 {
  background: url(images/smallStockIcon.png) no-repeat left;
  padding-left: 30px;
  height: 20px;
}

#stocks #stockQuote {
  height: 56px;
  line-height: 56px;
  color: #000000;
  padding: 0px 16px;
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#stocks #stockQuote em {
  font-style: normal;
  font-size: 1.8em;
  padding-right: 20px;
  border-right: 1px dotted #00aa48;
}

#stocks #stockQuote em.smaller {
    font-size: 1.4em;
    padding-right: 10px;
}

#stocks #stockQuote .change {
  font-size: 1.3em;
  color: #00aa48;
  float: right;
  background: url(images/stockUpArrow.png) no-repeat left;
  padding-left: 20px;
}

#stocks #stockQuote .change.down {
  background: url(images/stockDownArrow.png) no-repeat left;
}

#stocks #quoteInfo {
  font-size: 0.9em;
  color: #ffffff;
  font-style: normal;
  margin: 8px 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c8bc86;
  font-family: 'Verdana', sans-serif;
}

#stocks #moreQuote {
  color: #ffffff;
  font-family: 'Verdana', sans-serif;
  line-height: 14px;
}

#stocks #moreQuote a {
  color: #ffffff;
  font-weight: bold;
}

#stocks #quoteInfo em { font-style: normal; }

#stocks #quoteInfo span {
  float: right;
  text-align: right;
  border-left: 1px solid #ffffff;
  padding-left: 16px;
}

#report .textwidget {
  background: url(images/purpleBoxBG.png) no-repeat top;
  position: relative;
  width: 246px;
  padding: 18px 0px 10px 24px;
}

#report .textwidget p { padding-right: 120px; }

#report { margin-right: 50px; }

#report p {
  font-family: 'Verdana', sans-serif;
  color: #ffffff;
  line-height: 14px;
}

#report a {
  font-family: 'Verdana', sans-serif;
  font-weight: bold;
  color: #ffffff;
}

#reportCover {
  position: absolute;
  top: 38px;
  left: 160px;
  z-index: 1;
}

#feed { padding-top: 14px; }

#feed h3 { margin-bottom: 12px; }

#feed h3 a { color: #004a6e; }

#feed ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#feed ul li {
  margin: 0px 0px 6px;
  border-bottom: 1px solid #dcdedf;
  padding-bottom: 6px;
  font-size: 0.9em;
  line-height: 1.2;
}

#feed li a {
  font-family: 'Verdana', sans-serif;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  color: #004a6e;
}

#feed a.footerLink {
  font-family: 'Verdana', sans-serif;
  font-weight: bold;
  color: #004a6e;
}


#feed .textwidget {
    height: auto;
}


#feed .textwidget a {
    color: #333333;
    font-family: 'Verdana',sans-serif;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}


#pageContentBox {
  padding: 20px 0px 40px;
  margin-right: -1px;
}

#pageContentBox h2 {
  color: #004a6e;
  font-size: 1.8em;
  margin-bottom: 8px;
  width: 100%;
  clear: both;
}

#pageContentBox.blog h2 { width: 590px; }

#pageContent a { color: #004a6e; }

#sidebar { border-left: 1px solid #e2e8ec; }

.image-sidebar .textwidget {
  color: #a0afb9;
  font-size: 1.25em;
  line-height: 20px;
}

.image-sidebar img {
  display: block;
  margin-bottom: 14px;
}

#footer {
  background: #e8edf1 url(images/footerBG.png) no-repeat bottom;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px 15px;
  width: 830px;
}

#footer-nav {
  width: 696px;
  margin-right: 0px;
}

#footer-nav a {
  color: #486475;
  text-decoration: none;
}

#footer-nav ul {
  list-style: none;
  margin: 0px;
}

#footer-nav li {
  float: left;
  font-weight: bold;
  width: 154px;
  padding: 0px 10px;
}

#footer-nav ul.sub-menu {
    margin-top: 6px;
}

#footer-nav li ul li {
  float: none;
  font-weight: normal;
  padding: 0px;
  margin: 2px 0px 6px;
}

a.button.join {
  background: url(images/joinSMHG.png) no-repeat top;
  width: 152px;
  height: 0px;
  display: block;
  padding-top: 51px;
  overflow: hidden;
  margin: 0px;
}

#footer .contact a.button {
  background: url(images/contactSMHG.png) no-repeat top;
  width: 154px;
  height: 0px;
  display: block;
  padding-top: 53px;
  overflow: hidden;
  margin: 0px auto;
}

#footer .contact p {
  width: 130px;
  margin: 2px auto;
  color: #486475;
  font-size: 1.1em;
  line-height: 17px;
}

#footer .contact strong {
  color: #002b45;
  font-size: 1.3em;
  line-height: 20px;
}

#breadcrumbs {
  font-size: 1.1em;
  padding-bottom: 10px;
  color: #004a6e;
}

#breadcrumbs a {
  color: #8397a4;
  text-decoration: none;
}

#breadcrumbs .current { font-weight: bold; }

h3.entry-title {
  font-size: 1.3em;
  margin-bottom: 12px;
  line-height: 1.2;
}

body.single-post #sidebar ul {
  list-style: none;
  font-weight: bold;
  margin: 0px;
}

body.archive #sidebar ul {
  list-style: none;
  font-weight: bold;
  margin: 0px;
}

body.single-post #sidebar h3 { margin-bottom: 6px; }

body.archive #sidebar h3 { margin-bottom: 6px; }

body.single-post #sidebar a { color: #004a6e; }

body.archive #sidebar a { color: #004a6e; }

#googlemap { height: 400px; }

img.alignleft {
  float: left;
  margin: 0px 12px 8px 0px;
}

body.page-id-23 #pageContent ul {
  list-style: none;
  margin: 0px;
}

body.page-id-23 #pageContent ul img {
  margin: 0px 10px 40px;
  border: 1px solid #486475;
}

body.page-id-23 #pageContent ul li {
  clear: both;
  margin: 40px 0px 0px;
}

#googlemapgroupings { margin: 20px auto; }

#googlemapgroupings ul {
  list-style: none;
  text-align: center;
  font-weight: bold;
  width: 700px;
  margin: 4px 0px 0px;
}

#googlemapgroupings li {
  display: inline;
  padding: 0px 12px;
  white-space: normal;
}

span.edelman { color: #a02b1b; }

span.wealthadv { color: #0085bd; }

span.assetmgmt { color: #1e459c; }

span.institutional { color: #bb8000; }

span.other { color: #5d0462; }

span.independent { color: #18a41f; }

body.page-id-72 #pageContent p {
  clear: both;
  margin: 0px 0px 40px;
}

div#footerDisclosures {
  padding-top: 16px;
  margin: 10px 34px 10px 60px;
  color: #93a5b2;
  height: 24px;
  line-height: 24px;
}

#social {
    float: right;
    text-align: right;
}

#right-nav .textwidget {
    width: 300px;
    height: 36px;
}

#right-nav .textwidget .clearfix {
    height: 36px;
}

#right-nav .textwidget a {
    margin: 4px 8px 0px 0px; 
}

#right-nav a#fb {
    background: url(images/fb-link.png) no-repeat left top;
    display: block;
    width: 28px;
    height: 0px;
    padding: 28px 0px 0px 0px;
    float: right;
    overflow: hidden;
}

#right-nav .textwidget strong {
    float: right;
}

#right-nav a#email {
    background: url(images/email-link.png) no-repeat left top;
    display: block;
    width: 28px;
    height: 0px;
    padding: 28px 0px 0px 0px;
    float: right;
    overflow: hidden;
}

ul#menu-footer-disclosures {
  font-size: 0.9em;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px;
  text-align: left;
  float: left;
}

ul#menu-footer-disclosures li {
  display: inline;
  text-align: right;
  padding-right: 20px;
}

ul#menu-footer-disclosures a {
  text-decoration: none;
  color: #8397a4;
}

a.centered.image img {
    display: block;
    margin: auto;
}


a.leftalign.image img {
    display: block;
    margin: 0px;
}


p.sidebar.brochure a {
    text-decoration: none;
    color: #004a6e;
}


a small.sidebar.link {
    font-size: 0.8em;
    line-height: 1.2;
    font-style: italic;
    text-decoration: none;
}

#pageContent div.alignleft,
#pageContent img.alignleft {
    float: left;
    margin: 4px 8px 8px 0px;
}

#pageContent div.alignright,
#pageContent img.alignright {
    float: right;
    margin: 4px 0px 8px 8px;
}

a.call-to-action {
    background: #266675;
	background-image: -ms-linear-gradient(top, #3A9EAA 0%, #266675 100%);
	background-image: -moz-linear-gradient(top, #3A9EAA 0%, #266675 100%);
	background-image: -o-linear-gradient(top, #3A9EAA 0%, #266675 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3A9EAA), color-stop(1, #266675));
	background-image: -webkit-linear-gradient(top, #3A9EAA 0%, #266675 100%);
	background-image: linear-gradient(top, #3A9EAA 0%, #266675 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #266675;
    text-align: center;
    color: #fff;
    font-family: "futura-pt-1","futura-pt-2";
    font-size: 1.2em;
    font-weight: 700;
    padding: 4px 14px;
    text-decoration: none;
    text-shadow: 2px 2px 2px #223e53;
    text-transform: uppercase;
}

.footer-contact {
    padding: 10px 0px 0px 0px;
}

.footer-contact .textwidget {
    padding-left: 10px;
}

.footer-contact p {
    font-size: 1em;
    line-height: 1.2;
    color: #002b45;
    margin: 12px 0px;
}

.footer-contact strong {
    font-size: 1.4em;
}

.footer-contact p a {
    color: #002b45;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

ul#menu-page-bottom-menu {
    list-style: none;
    margin: 0px 0px 0px -12px;
}

ul#menu-page-bottom-menu a {
    color: #93a5b2;
}

ul#menu-page-bottom-menu li {
    display: inline;
    padding: 0px 10px;
    border-left: 1px solid #93a5b2;
    text-align: right;
}

fieldset ol {
    list-style: none;
    margin: 0px;
}

.green-box fieldset {
    border: 0px;
    padding: 0px 10px;
}

ul#menu-page-bottom-menu a {
    text-decoration: none;
}

#footer-disclosures {
    font-size: 0.9em;
}

.green-box fieldset label {
    float: none;
    display: block;
}

#right-nav .textwidget {
    width: 200px;
}

/* Greeting */
div#greeting-box {
    width: 800px;
    height: 400px;
    background: url(images/lightbox-landing-background.jpg) no-repeat top;
}

div#greeting-box-content {
    width: 736px;
    height: 394px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    color: #087a91;
}

div#greeting-box-content h3 {
    color: #087a91;
    font-weight: normal;
    margin: 20px 0px 0px;
    text-transform: uppercase;
    font-size: 5.3em;
    line-height: 1;
}

div#greeting-box-content h3 strong {
    font-weight: bold;
}

div#greeting-box-content h4 {
    color: #087a91;
    font-weight: bold;
    margin: 4px 0px 0px;
    font-size: 2em;
    line-height: 1;
}

div#greeting-box-content p {
    width: 660px;
    margin: 10px auto 10px;
    font-size: 1.1em;
    line-height: 1.4;
}

body.home #cboxLoadedContent {
    margin: 0px;
}

body.home #cboxClose {
    display: none;
}

#lightbox-qsp-header {
    margin-top: 12px;
}

#greeting-box-content a.button {
    display: block;
    width: 160px;
    height: 24px;
    text-align: center;
    font-family: "futura-pt-1","futura-pt-2";
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin: auto;
    text-transform: uppercase;
    background: #a70c18; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3MGMxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTI0MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a70c18 0%, #f12434 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a70c18), color-stop(100%,#f12434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a70c18 0%,#f12434 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a70c18 0%,#f12434 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a70c18 0%,#f12434 100%); /* IE10+ */
    background: linear-gradient(top, #a70c18 0%,#f12434 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70c18', endColorstr='#f12434',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #a50915;
    line-height: 24px;
    font-size: 1.2em;
    text-decoration: none;
}
