img, div { _behavior: url(/javascripts/iepngfix.htc)}

/* CSS Reset */

* {
    /*font-weight: normal; property preventing bold tags from working*/
    font-style: inherit;
    font-size: inherit;
    font-family:inherit;
}

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*background: transparent;
    vertical-align: baseline; not working in ie with innova editor*/
}

body {
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:1.4;
}

ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

#swiffycontainer {
  position: absolute;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration:underline;
}

img{
    vertical-align:middle; /*table row images not centering properly without this...don't know why */
}

img[align=left]{
    #float:left; /*ie7 alignment fix*/
}

img[align=right]{
    #float:right; /*ie7 alignment fix*/
}

h1 {
	font-size:18px;
	font-weight:normal;
    padding-bottom:10px;
    letter-spacing:-0.5px;
}

textarea, input{
    font-family:Arial, Helvetica, sans-serif;
    color: #333333;
}

textarea{
    overflow:auto;
}


.underline{
    text-decoration:underline;
}

.clearer{
    clear:both;
}


#intro-paragraph{
    padding-bottom:30px;
    overflow:auto;
}

#intro-paragraph.no-records{
    border-bottom:none;
}

#ending-paragraph{
    padding-top:20px;
    overflow:auto;
}

#underheader ul li.testimonial-container,#underheader ul li.news-post-container,#underheader ul li.location-container{
    padding-left:0px;
}


/* WELCOME PAGE */


/* DOCTOR PROFILES PAGE */

#doctor-profiles.no-intro .profile-container.first {
    background:none;
    border-top:none;
    padding-top:0px;
}

#doctor-profiles .photo{
    float:left;
    padding-right:25px;
    padding-bottom:25px;
}

#doctor-profiles .name{
    font-size:14px;
    font-weight:bold;
    padding-bottom:20px;
}

#doctor-profiles .profile-container{
    padding-top:30px;
    clear:both;
    position:relative;
}

#doctor-profiles .profile{
    padding-bottom:30px;
    overflow:auto;
}




/* STAFF PROFILES PAGE */

#staff-profiles.no-intro .profile-container.first {
    background:none;
    border-top:none;
    padding-top:0px;
}

#staff-profiles .profile-container{
    padding-top:20px;
    clear:both;
    position:relative;
    overflow:auto;
}

#staff-profiles .name{
    font-size:14px;
    font-weight:bold;
    padding-bottom:20px;
}

#staff-profiles .photo{
    float:left;
    padding-right:20px;
    padding-bottom:20px;
}

#staff-profiles .description{
    padding-bottom:20px;
}

/* TESTIMONIALS PAGE */
#testimonials.no-intro{
    background:none;
    border-top:none;
    padding-top:0px;
}


/* LINKS PAGE */

#links.no-intro .category-container.first {
    background:none;
    border-top:none;
    padding-top:0px;
}
#links .category-container{
    position:relative;
    padding-bottom:30px;
}

#links .category-name img{
    position:relative;
}

#links .title{
    font-weight:bold;
    text-decoration:underline;
}

#links .link{
    margin-top:15px;
    margin-bottom:15px;
    width:560px;
}

/* OFFICE PHOTOS PAGE */

#office-tour-slideshow{
    text-align:center;
    margin-bottom:10px;
}

/* CUSTOM PAGE */


/* OUR PRACTICE PAGE */

#our-practice-page #intro-paragraph .photo{
    float:right;
    padding-left:20px;
    padding-bottom:30px;
}

/* FAQS PAGE */

#faq-links{
    padding-bottom:30px;
}

#faq-links .category{
    margin-bottom:15px;
}
#faq-links .category-name{
    font-weight:bold;
}

#faqs .category-name{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
    text-transform:uppercase;
}

#faqs .category{
    padding-top:15px;
}

#faqs .faq{
    width:560px;
    margin-bottom:20px;
}

#faqs .question{
    font-weight:bold;
    margin-bottom:5px;
    font-size:14px;
    font-style:italic;
}

#faqs .answer{
    overflow:auto;
}

/* PROCEDURES PAGE */

#procedures-page #procedure-links{
    padding-bottom:30px;
    overflow:auto;
}

#procedures-page #procedure-links .column{
    float:left;
    width:225px;
    margin-right:25px;
    margin-left:15px;
}

#procedures-page #procedure_summaries  .category-container{
    margin-bottom:30px;
    position:relative;
    clear:both;
}

#procedures-page #procedure-links .category{
    margin-bottom:15px;
}
#procedures-page #procedure-links .category-name{
    font-weight:bold;
    font-size:14px;
}

#procedures-page #procedure_summaries .category-name img{
    position:relative;
}

#procedures-page #procedure_summaries .procedure-bottom-image,#procedures-page #procedure_summaries .procedure-topimage{
    position:relative;
    z-index:1;
}

#procedures-page #procedure_summaries .procedure .name,#procedures-page #procedure_summaries .procedure .description,#procedures-page #procedure_summaries .procedure .read-more-link{
    position:relative;
    z-index:2;
}

#procedures-page #procedure_summaries .procedure .name{
    font-weight:bold;
}

#procedure-page .description{
    padding-bottom:20px;
    overflow:auto;
}

/* NEWS POSTS PAGE */

#news-posts.no-intro .post-container.first {
    background:none;
    border-top:none;
    padding-top:0px;
}

#news-posts .post-container{
    padding-top:20px;
    padding-bottom:20px;
}

#news-posts-page nav.pagination{
  margin-bottom: 30px;
}

#news-posts .title, #news_posts .title{
    font-size:18px;
    font-weight:bold;
}

#news-posts .post-date, #news_posts .post-date{
    margin-bottom:20px;
}

#news-posts .content{
    overflow:auto;
}
/*
#news-posts .content img{
  width: 80px;
}

#news-posts .content .content_with_image{
  width: 80%;
  float: left;
  margin-right: 6%;
}
*/

#news-posts-page {
  margin-bottom: 40px;
}

/* LOCATIONS PAGE */

#locations.no-intro .location-container.first {
    background:none;
    border-top:none;
    padding-top:0px;
}


#locations .location-container{
    padding-top:30px;
    padding-bottom:30px;
    position:relative;
    clear:both;
}

#locations .location{

}

#locations .contact-info{
    width:250px;
    float:left;
    margin-bottom:25px;
    margin-right:40px;
}

#locations .practice-name{
    font-weight:bold;
}

#locations .office-hours{
    /*width:250px;
    float:left;*/
}

#locations .office-hours-title{
    font-weight:bold;
}

#locations .day{
    float:left;
    width:115px;
}

#locations .map-area{
    float:right;
    width:287px;
    height:250px;
    border:1px solid gray;
}

#contact-form-container{
    width:400px;
    position:relative;
    margin-bottom: 20px;
}

#contact-form .title, #contact-form-paged .title{
    font-size:18px;
    font-weight:bold;
    margin-bottom:3px;
}

#contact-form .instructions, #contact-form-paged .instructions{
    margin-bottom:15px;
}

#contact-form #contact-comments-field, #contact-form-paged #contact-comments-field{
    display:none;
}

#contact-form .field .caption, #contact-form-paged .field .caption{
    margin-bottom:5px;
}

#contact-form .field, #contact-form-paged .field{
    margin-bottom:15px;
}

#contact-form .field input,#contact-form .field textarea{
    width:100%;
}

#contact-form-paged .field input,#contact-form-paged .field textarea{
    width:100%;
}

#contact-form #sending, #contact-form-paged #sending {
    font-size: 20px;
    font-weight: bold;
}
/* OFFERS PAGE */

#offers.no-intro .offer-container.first {
    background:none;
    border-top:none;
    padding-top:0px;
}

#offers .offer {
    margin-bottom:40px;
}

#offers .offer .intro{
    margin-bottom:15px;
}

#offers .offer .coupon{
    background: url(../images/coupon-background.png) no-repeat;
    width:382px;
    height:124px;
    padding:30px 8px 10px 18px;
    position:relative;
    color: #555555;
}

#offers .offer .coupon.cuttable{
    background: url(../images/coupon-background-dashed.png) no-repeat;
}
#offers .offer .coupon-text{
    width:175px;
    height:125px;
 }

#offers .offer .description{
    text-align:center;
    font-size:18px;
    line-height:1;
    letter-spacing:-1px;
    vertical-align:middle;
}

#offers .offer .fine-print{
    padding-top:15px;
    padding-bottom: 9px;
    font-size:9px;
    line-height:1;
    letter-spacing:-0.5px;
    height:1px;
}

#offers .offer .practice-info{
    font-weight:bold;
    line-height:1;
    letter-spacing:-1px;
    font-style:italic;
    font-size:10px;
    vertical-align:bottom;
    height:1px;
}

/* APPOINTMENT REQUEST PAGE */

#appointment-request-form #sending{
    font-size: 20px;
    font-weight: bold;
}
#appointment-request-page #appointment-request-form{
    margin-top:-35px;
    margin-bottom:10px;
}

#appointment-request-page .form-section{
    padding-top:35px;
}

#appointment-request-page .section-header{
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:15px;
}
#appointment-request-page .required-note{
    text-transform:none;
    font-weight:normal;
}

#appointment-request-page .checkbox,#appointment-request-page .radiobutton{
    margin-right:8px;
}

#appointment-request-page .checkbox input,#appointment-request-page .radiobutton input{
    margin:5px 5px 0px 0px;
}

#appointment-request-page .field{
    margin-bottom:5px;
    clear: both;
}

#appointment-request-page .label{
    width:150px;
    margin-right:20px;
    float:left;
}

#appointment-request-page #patient-name input,#appointment-request-page #phone-number input,#appointment-request-page #email-address input{
    width:250px;
}

#appointment-request-page #preferred-appointment-date input,#appointment-request-page #preferred-appointment-time input{
    width:250px;
}

#appointment-request-page #choose-location select{
    width:256px;
}

#appointment-request-page .appointment-information #comments {
    height:100px;
}

#appointment-request-page .appointment-information #comments textarea{
    width:250px;
    height:100px;
}

#appointment-request-page .appointment-information #message{
   display:none;
}

#appointment-request-page .submit-button{
  clear: both;
}

/* SMILE SETS PAGE */

#smile-sets-page #procedure-links{
    padding-bottom:30px;
    overflow:auto;
}

#smile-sets-page #procedure-links .column{
    float:left;
    width:225px;
    margin-right:25px;
    margin-left:15px;
}

#smile-sets-page #procedure-links .category{
    margin-bottom:15px;
}

#smile-sets-page #procedure-links .category-name{
    font-weight:bold;
    font-size:14px;
}

#smile-set-procedure-page .procedure-heading{
    padding-bottom:20px;
    padding-top:10px;
    font-weight:bold;
    font-size:20px;
}

#smile-set-procedure-page .smile-set-container{
    position:relative;
    margin-bottom:30px;
    border-top:1px solid #cccccc;
}

#smile-set-procedure-page .smile-set{
    padding-top:18px;
}

#smile-set-procedure-page .smile-set .procedure-names .label{
    font-weight:bold;
}

#smile-set-procedure-page .smile-set .procedure-names{
    margin-bottom:20px;
}

#smile-set-procedure-page .smile-set .smile-photos .photo{
    vertical-align:bottom;
    padding-right:20px;
    text-align:center;
}

#smile-set-procedure-page .smile-set .smile-photos .label{
    vertical-align:top;
    text-align:center;
    font-weight:bold;
    padding-right:20px;
    padding-bottom:20px;
}

/* SITE MAP PAGE */

#site-map-page li.category{
    padding-left:0px;
    background:none;
    font-weight:bold;
}
#site-map-page li.tier1{
    background:none;
}
#site-map-page li.tier2{
    margin-left:25px;
}
#site-map-page li.tier3{
    margin-left:50px;

}
#site-map-page li.tier4{
    margin-left:75px;

}
#site-map-page li.tier5{
    margin-left:100px;

}
#site-map-page li.tier6{
    margin-left:125px;

}

/* FOOTER */
#footer-container{
    margin-top:15px;
    padding-bottom:20px;
}

#footer{
    font-size:12px;
    margin-left:auto;
    margin-right:auto;
}


#footer .links{
    text-align:center;
}

#footer li{
    display:inline;
    margin:0px 16px;
    line-height:1.7;
}

#footer .links li a{
    white-space: nowrap;
}

#footer .description{
    margin-top:10px;
}

#footer .copyright{
    margin-top:20px;
}


.profile.with-photo .photo img {
    height: auto;
    width: auto;
    max-height: 164px;
    max-width: 186px;
}
