a[href=""], a[href="#"] {
  cursor: default;
}

.nav-search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  padding-left: 6px;
}
.nav-search-field::-moz-placeholder { /* Firefox 19+ */
  padding-left: 6px;
}
.nav-search-field:-ms-input-placeholder { /* IE 10+ */
  padding-left: 6px;
}
.nav-search-field:-moz-placeholder { /* Firefox 18- */
  padding-left: 6px;
}
.nav-search-field::placeholder {
  padding-left: 6px;
}

body {
    background: #878787 url(/images/top_background.png) repeat-x fixed left top;
    color: #fff;
    font-family: 'Sintony', sans-serif;
}

.mobile-site body {
    background: #E4E4E4;
}

.mobile-site .pageContent img,
.mobile-site .pageContent iframe {
    max-width: 280px;
    height: auto;
}

.pagetitle {
    font-family: athelas, serif;
  		 /* font-family: 'PT Serif', serif; */
       /* font-family: 'Bilbo', cursive;*/
    font-size:38px;
        color:#49494C;
}

a:link,a:visited,a:focus {
    
    color:#AB030B;
}

a:hover {
       color:#878787;   
}

.copyright {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.copyright li {
    display: inline;
    margin-right: 6px;
}

.feature14 {
    font-size:25px;
    font-family: 'Sintony', sans-serif;
           color:#878787;
}

.page-wrap {
    background: #e4e4e4;

    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);    
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);    
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    
    /* Make this as tall as bottom_curve.png if you want box shadow
       to cover the entire page */
    padding-bottom: 161px;
}

.content-banner img {
    border: 1px solid #7b7b7b;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;    
    border-radius: 6px;
}

.contentimage {
    float: right;
    margin: 20px;
    padding: 0;
}

.mobile-site .contentimage,
.mobile-site .map-of-location,
.mobile-site iframe {
    max-width: 260px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ortho-conditions {
    overflow: hidden;
}

.ortho-conditions .ortho-links {
    float: left;
}

.ortho-conditions .ortho-links-2 {
    margin-left: 40px;
}

.mobile-site .ortho-conditions .ortho-links {
    float: none;
    margin-left: 0;
}

/* IE6 fix for double margin bug */
.lt-ie7 .contentimage {
    display: inline;
}

.logos {
    background: url(/images/top_curve.png) no-repeat top left;
}

.lt-ie7 .logos {
    background-image: url(/images/ie6_top_curve.gif);
}

.masthead-overlay {
    background: url(/images/masthead_shadow.png) no-repeat bottom left;
}

.lt-ie7 .masthead-overlay {
    display: none;
}

.pageContent {
    color: #333;
    padding: 0 20px 20px 20px;
}

.content-page .pageContent {
    padding-bottom: 0;
    top: -20px;
}

h1.pagetitle .facility-name {
    color: #93181c;
}

.ortho-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-phone {
    color: #a8030b;
    text-align: center;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 12px;
    background: url(/images/nav_divider.png) no-repeat bottom center;
}

.lt-ie7 .nav-phone {
    border-bottom: 1px solid #888;
    background: none;
}

.navigation-wrap {
    background: url(/images/navigation_fallback_background.png) repeat;
    background: rgba(255, 255, 255, 0.7);
    
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;        
    border-radius: 0 0 6px 0;

    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);            
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Add a border if box shadow isn't supported */
.lt-ie9 .navigation-wrap,
.no-boxshadow .navigation-wrap {
    border: 1px solid #888;
}

.menu-link-text {
    display: block;
}

.navigation-menu,
.navigation-menu a {
    text-decoration: none;
    color: #333;
    display: block;
}

.navigation-menu .menu-link-text a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu a:active {
    text-decoration: underline;
}

/* Top menu link for when you show the side menu */
.navigation-menu .menu-link-text a:link,
.navigation-menu .menu-link-text a:visited,
.navigation-menu .menu-link-text a:hover,
.navigation-menu .menu-link-text a:focus,
.navigation-menu .menu-link-text a:active {
    text-decoration: none;
}

.navigation-menu .active-item .menu-link-text a,
.navigation-menu .menu-link-text a:hover,
.navigation-menu .menu-link-text a:focus,
.navigation-menu .menu-link-text a:active {
    background: #E4E4E4;
}

ul.sub-navigation-menu a {
    color: #a8030b;
    display: block;
    padding: 4px 20px;
}

/* No background color, shows over the bottom right image */
.footer {
    background: transparent url(/images/bottom_curve.png) no-repeat bottom left;
}

.lt-ie7 .footer {
    background-image: url(/images/ie6_bottom_curve.gif);
}

.lt-ie7 .pageContent {
    background: #e4e4e4; 
}

.navigation-menu li.submenu-top-item {
    position: relative;
}

.navigation-menu .sub-navigation-menu {
    min-width: 200px;
    background: #E4E4E4;
    position: absolute;
    top: 0;
    left: 80px;
    display: none;

    -moz-border-radius: 0 6px 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.lt-ie8 .nav-buttons {
    width: 210px;
}

.nav-buttons li {
    display: block;
}

.nav-buttons a {
    display: block;
    margin: 20px 10px;
    padding: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

    color: #a5030b;    
    background: #b4b4b5 url(/images/static_link_background.png) repeat-x left bottom;
    
    border: 1px solid #5d5d5e;
    border-right-color: #cfcfd0;
    border-bottom-color: #cfcfd0;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;        
    border-radius: 6px;

    -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2);            
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2);
}

/* Nav search fields */

.nav-search {
    text-align: center;
    padding-bottom: 20px;
}

.nav-search-fields {
    display: inline-block;
    vertical-align: top;
    background: url(/images/nav_search_background.png) no-repeat top right;
}

.lt-ie8 .nav-search-fields {
    display: inline;
    zoom: 1;
}

.search-item {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    margin: 0;
    padding: 0;
    height: 24px;
    background: none;
    border: none;
}

.nav-search-fields,
.search-item {
    font: 12px/24px Arial, sans-serif;
}

.nav-search-field {
    width: 146px;
}

.nav-search-field:focus {
    outline: none;
}

.nav-search-submit {
    width: 50px;
    text-indent: -9000em;
    cursor: pointer;
}

.footer .contact-info a:link,
.footer .contact-info a:visited,
.footer .contact-info a:hover,
.footer .contact-info a:focus,
.footer .contact-info a:active {
    text-decoration: none;
    font-size: 12px;
    color: #434343;
}

/* phone number */
.footer .contact-info [itemprop="tel"],
.footer .contact-info [itemprop="name"] {
    font-weight: bold;
}

.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
    text-decoration: none;
    font-size: 12px;
    color: #434343;
}

.copyright a:hover,
.copyright a:focus,
.copyright a:active {
    text-decoration: underline;
}

/* =============================================== */
/* Old CSS for Legacy Apps */

.speciality-list {
	font-size: 14px;
	color: #000FFF;
}
.speciality-list2 {
	font-size: 16px;
	font-weight: 100;
	text-decoration:none;
	color: #000FFF;
	font-weight: 100;
}
.speciality-list a {
	font-weight: 100;
}
.formlabel{
	font-weight: bold;
}
.piclinks {
	font-family: 'Sintony', sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
.piclinks a:link {
    font-family: 'Sintony', sans-serif;
    font-size: 18px;
    text-decoration: underline;
    color: #415694;
}
.piclinks a:hover{
    font-family: 'Sintony', sans-serif;
    font-size: 18px;
    text-decoration: underline;
    color: #415694;
}
.piclinks a:visited{
    font-family: 'Sintony', sans-serif;
     font-size: 18px;
     text-decoration: underline;
     color: #415694;
}
.activedate {
	font-family: 'Sintony', sans-serif;
	font-size: 12px;
	background: #E8E6FA;
}
.dateevent {

	font-size: 10px;
}
.inactivedate  {
	background: #D3D3D3;
	width: 14%;
}
.dateevent {

	font-size: 10px;
}
.formlabel {
	font: bold 14px 'Sintony', sans-serif;
	color: #0000CC;
}
.label {
	font: bold 14px 'Sintony', sans-serif;
}
.summary {
	font-size: 12px;
}
.remove {
	color: #FF0000;
}
.myform {
	font: bold 12px 'Sintony', sans-serif;
	background: #E6E6FA;
}
.jobform {
	background: #E6E6FA;
}
.today  {
	font: bold 13px 'Sintony', sans-serif;
	background: #3399FF;
}
.month {
	color: #FFFFFF;
	font: bold 20px 'Sintony', sans-serif;
	background: #000000;
}
.day  {
	color: #FFFFE0;
	font: bold 12px 'Sintony', sans-serif;
	background: #483D8B;
}
.F {
	font: bold 12px 'Sintony', sans-serif;
        background: #FFB6C1;
}
.M {
	font: bold 12px 'Sintony', sans-serif;
        background: #93D2FB;
}

table {
        font-size: 1em;
}

.page-wrap {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.lt-ie7 .page-wrap {
    width: 980px;
}

.header {
    position: relative;
    height: 792px; /* 670 */
}

.logos {
    height: 243px;
    width: 100%;
    overflow: hidden;
    z-index: 500;
    top: 0;
}

.logos,
.footer,
.masthead,
.masthead-overlay,
.navigation-wrap {
    position: absolute;
    left: 0;
}

.masthead {
    bottom: 0;
    z-index: 300;
    width: 100%;
}

.masthead ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.masthead .main-slides {
    height: 670px;
    position: relative;
}

.masthead li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.masthead li.first {
    display: block;
}

.footer {
    width: 100%;
    height: 161px;
    z-index: 500; 
}

.footer .contact-info {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 213px;
}

.content-banner {
    position: absolute;
    z-index: 400;
    right: 0;
    bottom: 55px;
    width: 285px;
    height: 304px;
}

.content-banner img {
    position: absolute;
    max-width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
}

.masthead-overlay {
    bottom: 0;
    width: 100%;
    height: 332px;
    z-index: 350; 
}

.navigation-wrap {
    top: 0;
    padding-top: 230px;
    min-width: 214px;
    z-index: 400;
}

.navigation-body {
    padding: 0 20px;
}

.navigation-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lt-ie7 .nav-search {
    padding-left: 10px;
    padding-right: 10px;
}

.navigation-wrap ul.sub-navigation-menu {
    margin-left: 10px;
}

.facility-logo {
    float: left;
    padding-top: 10px;
    padding-left: 4px;
}

.team-logo {
    float: right;
    padding-right: 30px;
    padding-top: 30px;
}

.content-area {
    position: relative;
    z-index: 500;
    overflow: hidden;
}

.home-page .content-area {
    padding-right: 305px;
    top: -80px;
    margin-bottom: -80px;
}

.mobile-site .home-page .content-area {
    padding: 20px;
    position: static;
}

.lt-ie7 .content-area {
    background-color: transparent;
}

.lt-ie7 .content-page .content-area {
    position: static;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    overflow: hidden;
}

.lt-ie7 .content-page .footer {
    position: static;
}

.lt-ie7 .content-page .page-wrap {
    padding-bottom: 0;
}
