html {
    height: 100%;
}

body {
    background: #f3f1ec url('/_images/header-back2.png') left top repeat-x;
    color: #545454;
    background-position-y: -50px;
    font-family: 'Lato', sans-serif;
    /*font-weight: 400;*/
    font-size: 16px;
    padding: 0;
    margin: 0;
    height: 100%;
    /*line-height: 150%;*/
    letter-spacing: .03em;
}

a:link, a:visited {
    color: #37a500;
    text-decoration: none;
}

a:active, a:hover {
    color: #ff3300;
    text-decoration: none;
}

p {
    margin: 0;
}

h1 {
    color: #989388;
    font-weight: 400;
    font-size: 30px;
}

h2 {
    color: #2f3233;
    font-weight: normal;
    font-size: 18px;
}

img {
    outline: none;
    border: none;
}

th {
    font-weight: normal;
    text-align: left;
}

form {
    display: inline;
}

a.submit:link, a.submit:visited {
    background: url('/_images/forms/go-submit-off.png') no-repeat;
    display: inline-block;
    width: 56px;
    height: 43px;
}

a.submit:active, a.submit:hover {
    background: url('/_images/forms/go-submit-on.png') no-repeat;
}

a.submit-disabled {
    background: url('/_images/forms/go-submit-disabled.png') no-repeat;
    display: inline-block;
    width: 56px;
    height: 43px;
    cursor: default;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    background:url('/_images/forms/checkbox.png') left top no-repeat;
}

input[type="checkbox"]:checked + label span {
    background:url('/_images/forms/checkbox.png') -18px top no-repeat;
}

input[type="text"] {
    color: #b3b3b3;
    padding: 0 0 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -msie-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
}

input:focus {
    outline-width: 0;
}

select {
    border:1px solid #c9c9c9;
    /*background: url('/_images/forms/dropdown-back.png') right no-repeat;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*-msie-appearance: none;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -msie-border-radius: 5px;
    border-radius: 5px;
    /*height: 42px;*/
    height: 25px;
    padding-left: 5px;
    /*padding: 5px 0 0 5px;*/
    font-size: 14px;
    color: #545454;
    background-color: #f9f9f9;
}

#header {
    margin: 15px auto 0 auto;
    width: 960px;
    /*width: 95%;*/
    padding: 0;
    position: relative;
}

#header-top {
    padding: 0;
    margin: 0;
}

#nav {
    /*background-image: url('/_images/nav-back.png');*/
/*display: inline-block;*/
    vertical-align: bottom;
    /*float: right;*/
    /* height: 108px; */
    clear: both;
}

#nav ul {
    /*padding: 1em;*/
    text-align: right;
    padding-left: 0;
    margin: -20px 0 0 0;
}

#nav li {
    display: inline;
    text-align: right;
    padding: 0;
    border-left: 1px solid #ddd;
    color: #fff;
    /*width: 234px;*/
    padding: 10px;
}

#nav li:first-of-type{
border: none;
}

#nav li.last {
    background: none;
}
.title_container{
    display: inline-block;
    margin: 1.5em .5em 1em 1.5em;;

}
.title_line{
    display: block;
    font-size: 150%;

}
.tag_line{
    font-style: italic;
}
#nav li a:link, #nav li a:visited {
    display: inline-block;
    /*padding-top: 50px;*/
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    /*width: 233px;*/
    height: 31px;
}
.social{
    /*float: right;*/
    padding-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.social li{
    list-style: none;
}
.social li a{
    padding-left: 10px;
}
.social li a:last-of-type{
    padding-right: 5px;
}


#nav li a:active, #nav li a:hover {
    /*background: url('/_images/hover-tab.png') bottom repeat-x;*/
}

#nav li.last a {
    /*width: 235px;*/
}

#nav li.active-tab {
    background: none;
}

#nav li.active-tab a {
    color: #44aa00;
    /*background: url('/_images/active-tab.png') bottom no-repeat;*/
    /*cursor: default;*/
}

#main {
    width: 960px;
    padding: 0;
    margin: 30px auto auto auto;
    background-color:#ffffff;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -msie-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #f3f1ec;
    border-top: 0;
}

#left-side {
    width: 656px;
    float: left;
    margin-left: 10px;
    padding-bottom: 55px;
}

#right-side {
    width: 250px;
    float: right;
    margin-right: 10px;
}



a.patient-survey{
    background: url('/_images/forms/survey_button.png') no-repeat;
    display: inline-block;
    width: 243px;
    height: 43px;
    vertical-align: middle;
}


#right-side .patient-survey a.submit:link, a.submit:visited{
    background: url('/_images/forms/survey_button.png') no-repeat;
    display: inline-block;
    width: 243px;
    height: 43px;
    vertical-align: middle;
}


#article-head {
    margin: 0 0 20px 30px;
    padding-top: 15px;
}

#article-sidebar {
    width: 160px;
    float: left;
    margin-left: 30px;
}

#article-body {
    width: 710px;
    float: right;
    margin-right: 30px;
    /* font-size: 15px; */
}

#article-body h1 {
    color: #2f3233;
    font-weight: 400;
    font-size: 24px;
}

#article-body h2 {
    color: #2f3233;
    font-weight: 400;
}

#article-photos #photo1{
    float: left;
}

#article-photos #photo2{
    float: right;
}

#provider-sidebar {
    width: 230px;
    float: right;
    margin-right: 20px;
}

#provider-body {
    width: 665px;
    float: left;
    margin-left: 30px;
}

#provider-head {
    margin: 0 0 10px 30px;
    padding-top: 15px;
}

#provider-head div {
    margin-top: 15px;
}

#provider-head div span {
    font-weight: bold;
}

.compare-link {
    padding-top: 40px;
    float: right;
    margin-right: 30px;
}

.compare-link a {
    display: inline-block;
    height: 19px;
    vertical-align: top;
}

table#provider-data {
    width: 100%;
    margin-bottom: 40px;
    table-layout: fixed;
}

table#provider-data tr td {
    background: url('/_images/dots.png') bottom repeat-x;
}

table#provider-data tr td span {
    display: inline-block;
    margin: 5px 0;
}

table#provider-data tr td span img {
    vertical-align: bottom;
}

table#provider-data tr td.header span {
    font-size: 18px;
    font-weight: 700;
    color: #44aa00;
}

table#provider-data tr td.header.larger span {
    margin-top: 60px;
}

/*table#provider-data tr td.list-item span a {*/
    /*color: #545454;*/
/*}*/

table#provider-data tr td.data-column {
    background-color: #f8f8f8;
    text-align: center;
}

/*table#provider-data tr td.data-column span {*/
/*margin-left: 20px;*/
/*}*/

/*table#provider-data tr td.data-column span a {*/
    /*color: #545454;*/
/*}*/

#provider-nav {
    background: url('/_images/provider-nav-back.png') bottom repeat-x;
    height: 44px;
    margin: 0 30px;
    position: relative;
}

#provider-nav ul {
    margin-right: 3px;
    padding: 0;
    height: 44px;
}

#provider-nav li {
    display: inline-block;
    text-align: center;
    padding: 0;
    height: 41px;
}

#provider-nav li a:link, #provider-nav li a:visited {
    display: inline-block;
    padding: 10px 10px 0 10px;
    color: #ffffff;
    background-color: #b7b3ab;
    height: 31px;
}

.provider-contacts {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: inline-block;
}

#provider-nav li a:active, #provider-nav li a:hover {
    background-color: #74736f;
}

#provider-nav li.active-tab a:link,
#provider-nav li.active-tab a:visited,
#provider-nav li.active-tab a:active,
#provider-nav li.active-tab a:hover {
    color: #373737;
    background: #ffffff url('/_images/orange-arrow.png') bottom no-repeat;
    /*cursor: default;*/
    border-color: #b7b3ab;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    height: 33px;
    font-weight: bold;
}

#provider-key {
    width: 880px;
    margin: 0 30px;
    /*margin: 20px 30px 20px 30px;*/
    /*padding-left: 20px;*/
    /*background: url('/_images/provider-nav-back.png') bottom repeat-x;*/
    /*padding-bottom: 10px;*/
    text-align: right;
}

#key-top img {
    margin-right: 24px;
    padding: 0;
    vertical-align: bottom;
}

#key-bottom {
    margin-left: 5px;
}

#provider-key div {
    display: inline-block;
}

#provider-key span {
    margin-right: 76px;
    height: 20px;
    display: inline-block;
}

/*#provider-key span.key {*/
/*font-weight: bold;*/
/*}*/

#provider-key span.last {
    margin: 0;
}

#practice-details {
    margin: 30px 0;
    overflow: auto;
}

#map {
    float: right;
    width: 345px;
    text-align: right;
}

#map a {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

table#practice-data {
    width: 100%;
    padding: 0;
    margin: 0;
}

table#practice-data tr td {
    background: url('/_images/dots.png') bottom repeat-x;
    vertical-align: top;
}

table#practice-data tr td span {
    display: inline-block;
    margin: 5px 0;
}

h2.practice-details {
    font-size: 22px;
    margin-top: 0;
}

#contact-links {
    float: right;
    display: inline-block;
    margin-top: 10px;
}

#clinical-body {
    margin: 0 30px 30px 30px;
}

.data-section {
    padding: 0;
    margin: 0;
    /*border-bottom: 3px solid #5f5f5f;*/
}

.compare-end {
    width: 230px;
    float: left;
}

.compare-middle {
    width: 220px;
    float: left;
}

table.clinical-data {
    width: 100%;
    padding: 0;
    margin: 0;
}

table.clinical-data tr td {
    background: url('/_images/dots.png') bottom repeat-x;
    vertical-align: top;
    width: 200px;
}

table.clinical-data tr td span {
    display: inline-block;
    margin: 5px 0;
}

table.clinical-data tr td.header {
    vertical-align: bottom;
}

table.clinical-data tr td.header div img {
    float: right;
}

table.clinical-data tr td.header div div {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 210px;
    font-size: 18px;
    font-weight: 700;
    color: #44aa00;
    line-height: 19px;
}

table.clinical-data tr td.header div div span {
    font-size: 14px;
    font-weight: normal;
    color: #545454;
}

table.clinical-data tr td.data-column {
    background-color: #f8f8f8;
    text-align: center;
}

table.clinical-data tr td.data-column img {
    vertical-align: middle;
    margin-right: 10px;
}

/*table.clinical-data tr td.data-column span {*/
/*margin: 5px 0 5px 10px;*/
/*}*/

/*table.clinical-data tr td.data-column span a {*/
    /*color: #545454;*/
/*}*/

table.clinical-data tr td.practice-details  {
    text-align: left;
    padding-left: 5px;
}

table.clinical-data tr td.data-column a.practice-details  {
    color: #44aa00;
}

table.clinical-data tr td.spacer {
    width: 11px;
}

table.clinical-data tr td.table-bottom {
    background-image: none;
    /*border-bottom: 3px solid #5f5f5f;*/
}

table.clinical-data tr td.list-item {
    padding-right: 15px;
}

/*table.clinical-data tr td.data-column span a {*/
    /*color: #545454;*/
/*}*/

#results-nav {
    background: url('/_images/provider-nav-back.png') bottom repeat-x;
    height: 44px;
    position: relative;
}

#results-nav ul {
    margin-right: 3px;
    padding: 0;
    height: 44px;
}

#results-nav li {
    display: inline-block;
    text-align: center;
    padding: 0;
    height: 41px;
}

#results-nav li a:link, #results-nav li a:visited {
    display: inline-block;
    padding: 10px 10px 0 10px;
    color: #ffffff;
    background-color: #b7b3ab;
    height: 31px;
}

#results-nav li a:active, #results-nav li a:hover {
    background-color: #74736f;
}

#results-nav li.active-tab {
}

#results-nav li.active-tab a {
    color: #373737;
    background: #ffffff url('/_images/orange-arrow.png') bottom no-repeat;
    /*cursor: default;*/
    border-color: #b7b3ab;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    height: 33px;
    font-weight: bold;
}

#results-search {
    float: left;
    background-color: #f5f4f0;
    width: 250px;
    margin: 30px 0 0 10px;
    text-align: center;
    padding-bottom: 20px;
}

#results-search img {
    margin-bottom: 10px;
}

#results-search h2 img {
    margin: 0;
}

div.results-options {
    text-align: left;
    margin-left: 15px;
    color: #2187a0;
}

div.results-options div {
    margin-bottom: 15px;
    color: #545454;
}

div.results-options div span {
    display: inline-block;
}

div.results-options div input[type="text"] {
    width: 210px;
    margin: 0;
    height: 42px;
}

div.results-options div div span {
    margin-bottom: 15px;
}

span.results-options-header  {
    display: inline-block;
    margin-bottom: 10px;
}

#results-body {
    float: right;
    margin-right: 10px;
    width: 660px;
}

#map-holder {
    width: 340px;
    float: right;
    padding: 0;
}

#results-body #map-holder {
    margin-top: 70px;
}

#map-holder #map-canvas {
    height: 265px;
    border: 1px solid #2187a0;
}

#list-holder {
    width: 300px;
    padding-top: 20px;
}

.scrollable-div {
    height: 430px;
    overflow: auto;
}

table#search-results.map {
    width: 100%;
    margin-top: -19px;
}

table#search-results.list {
    width: 100%;
    margin-top: 20px;
}

table#search-results tbody tr td, table#search-results thead tr th {
    background: url('/_images/dots.png') bottom repeat-x;
    padding: 10px 0 10px 10px;
}
table#search-results tbody tr td{
    padding-left: 12px;
}
table#search-results tbody tr td:first-of-type{
    padding-left: 0;
}
table#search-results thead tr th#header_compare_container {
    padding-left: 0;
}


table#search-results thead tr th {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    padding: 0 0 20px 10px;
}

table#search-results tbody tr td.provider-name {
    padding-left: 0;
}

table.clinical-data tr td.data-column span.provider-name a {
    font-size: 16px;
    color: #44aa00;
}

table#search-results thead tr th.compare {
    width: 50px;
    color: #000000;
    border-left: 1px solid #adadad;
}


table#search-results thead tr th.data-column-header {
    width: 85px;
}

table#search-results thead tr th.data-column-header img {
    position: absolute;
    left: 0;
    top: 5px;
}

table#search-results thead tr th.data-column-header.active {
    color: #838383;
    background-color: #ffffff;
}

table#search-results tbody tr td.compare {
    width: 50px;
    color: #000000;
    border-left: 1px solid #adadad;
}

table#search-results tbody tr td.compare span{
    margin-left: 7px;
}

table#search-results tbody tr td.active {
    background-color: #f0f0f0;
}

#results-head div span {
    font-weight: bold;
}

div#results-pagination {
    text-align: right;
    margin-top: 20px;
    font-size: 12px;
    color: #757575;
}

div#results-pagination a.page {
    color: #757575;
}

div#results-pagination a.on-page {
    text-decoration: underline;
}

div#list-view-pagination {
    position: relative;
    margin-top: 20px;
}

div#list-view-pagination div#results-pagination {
    float: right;
    margin: -3px;
}

div#list-view-pagination div.compare-holder {
    float: left;
}

#resources-left {
    float: left;
    width: 160px;
    border-top: 1px solid #98c1cb;
    margin-left: 30px;
}

#resources-main {
    float: left;
    width: 470px;
    margin: -6px 10px 0 25px;
}

#resources-main h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

div#resources-main p {
    margin: 0 0 30px 0;
}

#resources-right, #who-we-are-right {
    float: left;
    /*background-color: #f5f4f0;*/
    width: 250px;
    /*text-align: center;*/
    /*padding-bottom: 20px;*/
}

#resources-right img, #who-we-are-right img {
    margin-bottom: 10px;
}

#side-search {
    background-color: #f5f4f0;
    text-align: center;
    padding: 1px 0 20px 0;
    margin-bottom: 35px;
}

div.resource-link {
    background: url('/_images/dots.png') bottom repeat-x;
    padding: 10px 0;
    position: relative;
}

p.resource-link {
    margin-bottom: .3em;
}

p.resource-link-level2 {
   /* background: url('/_images/dots.png') bottom repeat-x;*/
    background:  #f5f4f0 url('/_images/dots.png') bottom repeat-x;
    padding-top: 6px;
    padding-bottom: 6px;
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 1em;
}

/*p.resource-link-level2-border {*/
    /*background:  #f5f4f0 url('/_images/dots.png') bottom repeat-x;*/
    /*padding-top: 1px;*/
    /*padding-bottom: 1px;*/
    /*text-indent: -1em;*/
    /*padding-left: 1em;*/
    /*margin-left: 1em;*/
/*}*/

div.resource-link div.resource-container {
    /*position: absolute;*/
    /*top: 50px;*/
    /*left: 0;*/
}

div.resource-link div.resource-container img {
    float: right;
}

div#resources-main div.extra-resource-links {
    float: left;
    width: 235px;
    margin-top: -10px;
}

div#resources-main div.extra-resource-links p {
    margin: 10px 0;
}

div#resources-main div.extra-resource-links p.resource-head {
    font-weight: bold;
    margin: 25px 0 5px 0;
}

#resources-main-detail {
    float: left;
    width: 720px;
    margin: -6px 10px 0 25px;
    /* font-size: 15px; */
}

#resources-main-detail h1 {
    color: #2f3233;
    font-weight: 400;
    font-size: 24px;
}

#resources-main-detail h2 {
    color: #2f3233;
    font-weight: 400;
}

/*#resources-main-detail h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}*/

div#resources-main-detail p {
    margin: 0 0 15px 0;
}

#testimonial p.test-detail{
    font-style: italic;
    margin-bottom: .5em;
}

#who-we-are-left {
    float: left;
    margin: 0 10px 0 25px;
    width: 660px;
}

#who-we-are-left p {
    margin-bottom: 20px;
}

#who-we-are-left h2.headline-one {
    font-size: 24px;
    margin: 20px 0 20px 0;
}

/*#who-we-are-right {*/
    /*float: left;*/
    /*background-color: #f5f4f0;*/
    /*width: 250px;*/
    /*text-align: center;*/
    /*padding-bottom: 20px;*/
/*}*/

/*#who-we-are-right div.results-options span {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
/*}*/

#who-we-are-right img {
    margin-bottom: 10px;
}

.first-header {
    position: relative;
    /*height: 148px;*/
    height: 90px;
}



.remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    margin: -8px 6px 0 0;
    padding: 0;
}

.provider-info-shell {
    position: relative;
}

.provider-info {
    text-align: center;
    background-color: #ffffff;
    margin: 15px;
    padding: 8px;
    border: 1px solid #e7e7e7;
    height: 100px;
}

.add-provider {
    text-align: center;
    background-color: #ffffff;
    margin: 15px;
    padding-top: 15px;
    border: 1px solid #e7e7e7;
    height: 100px;
}

.add-provider div a {
    display: inline-block;
    vertical-align: middle;
}

table.clinical-data tr td.data-column div.add-provider img {
    margin-bottom: 10px;
}


.provider-address {
    font-size: 12px;
}

#name-search {
    /*height: 225px;*/
    height: 275px;
    margin-bottom: 1em;
}

#search-options {
}

span#head-search {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50px;
    height: 32px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    display: none;
}
a.facebook{
    color: #3b5998;
}
a.linkedin{
    color: #0077b5;
}
a.twitter{
    color: #55acee;
}
#footer a.facebook{
    color: #3b5998;
    padding-right: 5px;
}
#footer a.linkedin{
    color: #0077b5;
    padding-left: 5px;
}
#footer a.twitter{
    color: #55acee;
    padding-right: 5px;
    padding-left: 5px;
}
#search_button{
    cursor: pointer;
    color: #000;
}
#search_button:hover, #search_button:active{
    color: #44aa00;
}

span#head-search span input {
    margin: 0;
    height: 30px;
    width: 160px;
    border: 1px solid #f2f2f2;

}
span#head-search img{
    height: 30px;
    width: auto;
}
div.search {
    margin: 0;
    padding: 0;
}

div.search input {
    margin: 0;
    height: 42px;
}

div.by-name input {
    width: 240px;
}

.by-name {
    position: relative;
    /*top: 45px;*/
    top: 80px;
    left: 315px;
    width: 315px;
}

.by-location {
    position: relative;
    /*top: 35px;*/
    top: 60px;
    left: 315px;
    width: 315px;
}

.patient-select {
    position: relative;
    /*top: 20px;*/
    top: 35px;
    left: 315px;
    width: 315px;
}

div.by-location input.text {
    width: 240px;
}

span.title {
    font-size:24px;
    margin: 0;
    padding: 0;
    color: black;
}

p.title {
    margin: 14px 0 14px 0;
    padding: 0;
}

p.section-head {
    width: 100%;
    color: #2187a0;
    margin-bottom:20px;
}

p.section-head .dots{
    background: url('/_images/dots.png') bottom repeat-x;
    display: inline-block;
    float: right;
}

.input-big {
    /*padding-right: 20px;*/
    width: 160px;
}

.input-small {
    width: 58px;
}

.print_only {
    display: none;
}

.dotted-line {
    background: url('/_images/dots.png') bottom repeat-x;
    margin-bottom: 15px;
}

#search-links {
    float: left;
    background: url('/_images/dots.png') bottom repeat-x;
    margin-bottom: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
}

#form-submit {
    float: right;
    width: 56px;
}

.options {
    text-align: center;
}

.clearfix {
    clear: both;
}

#footer {
    width: 960px;
    margin: 0 auto 80px;
    color: #989388;
}

#footer a {
    color: #157e9e;
}

#footer ul#footer-main {
    margin-left: -10px;
    padding: 0;
    height: 110px;
}

#footer ul li.footer-column {
    display: inline-block;
    vertical-align: top;
    width: 185px;
}
#footer ul li.footer-column:first-of-type {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

#footer ul li.footer-column:last-of-type {
    float: right;
}

#footer ul li.footer-column ul {
    list-style: none;
    padding-right: 5px
}

.footer-head {
    font-weight: bold;
}

.footer-detail{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;

}

.brought-by {
    font-size: 12px;
}

li.connect {
    /*padding-right: 50px;*/
}

#mhqp-logo {
    margin-top: 10px;
    max-width: 175px;
}

#patient-image {
    margin-top: 80px;
}
#footer-bottom {
    font-size: 12px;
    border-top: 1px solid #cfcbc4;
    /*width: 654px;*/
    color: #157e9e;
    padding: 10px 0;
}

#copyright {
    float: left;
}

#links {
    float: right;
}

#health-resources {
    margin-top: 30px;
}

.option-checkbox-row {
    margin-bottom: 15px;
    vertical-align: middle;
}

.option-checkbox {
    display: inline-block;
    width: 145px;
    margin-right: 20px;
}

.option-checkbox label span {
    margin-right: 10px;
    vertical-align: bottom;
}

.last-checkbox {
    margin: 0;
}

.blue-line {
    background-color: #98c1cb;
    height: 1px;
    margin-bottom: 15px;
}

.hidden {
    display: none;
}

.print-only {
    display: none;
}

div.provider-list {
    margin-bottom: 10px;
}

#options-menu {
    height: 135px;
    overflow: auto;
    padding: 0;
    margin: 0 15px 15px 0;
}

div.results-options #options-menu div {
    margin-bottom: 15px;
    color: #545454;
}

div.results-options #options-menu div span {
    display: inline-block;
    margin: 0;
}

a.modal-info {
    font-weight: bold;
    color: #545454;
}

#modal-email {
    padding: 15px;
}

#modal-email table tr td {
    padding: 8px;
    vertical-align: top;
}

#modal-email table tr td input[type="text"] {
    height: 25px;
}

#modal-nav {
    background: url('/_images/provider-nav-back.png') bottom repeat-x;
    height: 44px;
    margin: 0;
    position: relative;
}

#modal-nav ul {
    margin-right: 3px;
    padding: 0;
    height: 44px;
}

#modal-nav li {
    display: inline-block;
    text-align: center;
    padding: 0;
    height: 41px;
    margin-right: 3px;
}

#modal-nav li a:link, #modal-nav li a:visited {
    display: inline-block;
    padding: 10px 10px 0 10px;
    color: #ffffff;
    background-color: #b7b3ab;
    height: 31px;
}

#modal-nav li a:active, #provider-nav li a:hover {
    background-color: #74736f;
}

#modal-nav li.active-tab a {
    color: #373737;
    background: #ffffff url('/_images/orange-arrow.png') bottom no-repeat;
    /*cursor: default;*/
    border-color: #b7b3ab;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    height: 33px;
    font-weight: bold;
}

.text-container {
    padding: 10px 10px 0 10px;
}

/*modal graphs*/

table.modal-result {
    width: 100%;
}

table.modal-result thead {
    background-color: #808080;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    padding: 10px 0;
}

table.modal-result tbody td {
    border: 1px solid #808080;
    padding: 5px 0 5px 5px;
}

table.modal-result tbody td.question-text {
    border-right: 0;
}

table.modal-result thead td.question-head {
    height: 20px;
    padding: 10px 0 10px 10px;
}

table.modal-result thead td.response-head {
    width: 215px;
    text-align: center;
}
h2.modal-head{
    color: #44aa00;
    margin: 0 0 20px 0;
}

.response1-background {
    background-color: #215968;
}

.response2-background {
    background-color: #c0504d;
}

.response3-background {
    background-color: #9bbb59;
}

.response4-background {
    background-color: #8064a2;
}

.response5-background {
    background-color: #b9a900;
}

.response6-background {
    background-color: #03c9c2;
}

.response7-background {
    background-color: #D14F03;
}

.response8-background {
    background-color: #D11E03;
}

.response9-background {
    background-color: #7A9860;
}

.response10-background {
    background-color: #608D98;
}

.response11-background {
    background-color: #666098;
}

.response {
    height: 20px;
    display: inline;
    float: left;
}

.response1 {
    height: 18px;
    color: #ffffff;
    font-size: 12px;
    display: inline;
    float: left;
    padding: 2px 0 0 5px;
}

.response-key {
    clear: both;
    border: 1px solid #808080;
    padding: 10px 0 0 0;
    margin: 20px auto;
    position: relative;
}

.response-key div.response-div {
    float: left;
    text-align: center;
    width: 70px;
    margin-left: 10px;
    position: relative;
    height: 60px;
}

.response-color {
    height: 20px;
    width: 20px;
    /*margin: 5px auto 0 auto;*/
    position: absolute;
    left: 25px;
    bottom: 0;
}

#twitter-module-header {
    margin-bottom: 15px;
    position: relative;
}

#twitter-module-header span {
    display: inline-block;
    position: absolute;
    left: 45px;
    top: 5px;
}

.breadcrumbs {
    color: #989388;
}

a:hover.key-link {
    background-color: #d2e4e8;
    height: 73px;
    display: inline-block;
}

a:hover.key-link-practice {
    background-color: #d2e4e8;
    height: 91px;
    display: inline-block;
}

a:link.nd, a:visited.nd {
    width: 45px;
    height: 20px;
    background: url('/_images/icons/ND-off.png') no-repeat;
    display: block;
}

a:link.award.floating, a:visited.award.floating {
    width: 45px;
    height: 30px;
    background: url('/_images/icons/award.png') no-repeat;
    background-position: center;
    display: block;
}

a:link.award2.floating, a:visited.award2.floating {
    width: 45px;
    height: 30px;
    background: url('/_images/icons/MostImprovedAward_small.png') no-repeat;
    background-position: center;
    display: block;
}

a:active.nd, a:hover.nd {
    background: url('/_images/icons/nd-on.png') no-repeat;
}

a:link.one-practice, a:visited.one-practice {
    width: 45px;
    height: 20px;
    background: url('/_images/icons/1-practice-off.png') no-repeat;
    display: block;
}

a:active.one-practice, a:hover.one-practice {
    background: url('/_images/icons/1-practice-on.png') no-repeat;
}

a:link.two-practice, a:visited.two-practice {
    width: 45px;
    height: 20px;
    background: url('/_images/icons/2-practice-off.png') no-repeat;
    display: block;
}

a:active.two-practice, a:hover.two-practice {
    background: url('/_images/icons/2-practice-on.png') no-repeat;
}

a:link.three-practice, a:visited.three-practice {
    width: 45px;
    height: 20px;
    background: url('/_images/icons/3-practice-off.png') no-repeat;
    display: block;
}

a:active.three-practice, a:hover.three-practice {
    background: url('/_images/icons/3-practice-on.png') no-repeat;
}

a:link.four-practice, a:visited.four-practice {
    width: 45px;
    height: 20px;
    background: url('/_images/icons/4-practice-off.png') no-repeat;
    display: block;
}

a:active.four-practice, a:hover.four-practice {
    background: url('/_images/icons/4-practice-on.png') no-repeat;
}

a:link.one, a:visited.one {
    width: 20px;
    height: 20px;
    background: url('/_images/icons/1-off.png') no-repeat;
    display: block;
}

a:active.one, a:hover.one {
    background: url('/_images/icons/1-on.png') no-repeat;
}

a:link.two, a:visited.two {
    width: 20px;
    height: 20px;
    background: url('/_images/icons/2-off.png') no-repeat;
    display: block;
}

a:active.two, a:hover.two {
    background: url('/_images/icons/2-on.png') no-repeat;
}

a:link.three, a:visited.three {
    width: 20px;
    height: 20px;
    background: url('/_images/icons/3-off.png') no-repeat;
    display: block;
}

a:active.three, a:hover.three {
    background: url('/_images/icons/3-on.png') no-repeat;
}
a:link.four, a:visited.three {
    width: 45px;
    height: 20px;
    background: url('/_images/icons/4-practice-off.png') no-repeat;
    display: block;
}

a:active.four, a:hover.four {
    width: 45px;
    background: url('/_images/icons/4-practice-on.png') no-repeat;
}

a:link.data-table-text, a:visited.data-table-text {
    color: #545454;
}

a:active.data-table-text, a:hover.data-table-text {
    color: #44aa00;
}

#login-box {
    width: 350px;
    padding: 10px;
    margin: auto;
    text-align: center;
    border: 1px solid #545454;
}

#login-box input {
    height:15px;
    width: 120px;
}

#auth-box {
    text-align: center;
    padding-top: 13px;
    clear: both;
}

#auth-box input {
    height:25px;
    width: 160px;
    vertical-align: middle;
    margin-right: 15px;
}

a.process {
    background: url('/_images/forms/go-submit-off.png') no-repeat;
    display: inline-block;
    width: 56px;
    height: 43px;
    vertical-align: middle;
}

#survey-link {
    position: absolute;
    display: inline-block;
    left: 780px;
    top: 45px;
    background: white;
    padding: 5px 8px;
}

#survey-link a:link, #survey-link a:visited {
    color: #44aa00;
}

#survey-link a:active, #survey-link a:hover {
    color: #545454;
}

#cboxLoadedContent p {
    margin: 1em 0;
}

/*.compare-selected {*/
    /*cursor: default;*/
/*}*/
#mhqp-logo-top{
    margin-top: 3px;
    float: right;
    width: 100px;
}
.sponsor{
    display: inline-block;
    margin-left: 59px;
    color:#157e9e;
    float: right;
    clear:both;
    margin-top: 13px;
}
.top_logo{
    vertical-align: top;
    max-width: 180px;
}

a:link.floating{
    float: left;
    height: 25px;
    background-position: center;
}
.award_img{
    margin-top: 10px;
    float:left;
}
a:link.nd.floating,
a:link.one-practice.floating,
a:link.two-practice.floating,
a:link.three-practice.floating,
a:link.four-practice.floating,
a:link.one.floating,
a:link.two.floating,
a:link.three.floating,
a:link.four.floating {
    margin-left: 45px;
}