﻿body 
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Garamond, Verdana, Arial;
    font-size: 1.0em;
    color: #535353;
    background-color: #E3C2BE;
}

table 
{
    font-size: 1.0em;
}

#main-container
{
    text-align:left;
    width: 844px;
    display: inline-block;
    background-image: url(images/background-top-repeat.jpg);
    background-repeat:repeat-y; 
}

#header-container 
{
    width: 100%;
    margin: 0 auto;
    /* background-image: url(images/background-top-repeat.jpg); */
    /* background-repeat:repeat-y; */
}

/*
#page-header 
{
    background-image: url(images/web-header.jpg);
    background-repeat:no-repeat;
    background-position: 22px 22px;
    height: 475px;
}
*/
#page-header { padding-left: 22px; }
#page-header img { padding: 0px; }
#page-header h1 {display: none;}
#page-header h2 {display: none;}
#page-header h3 {display: none;}

#breadcrumbs-container 
{
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    font-weight: bold;
    }

#body-container 
{
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 25px;
}

#menu-container 
{
    float: left;
    width: 233px;
    padding: 5px;
    text-align: left;
}

#main-menu ul
{
    margin: 0px;
    padding: 0px;    
}

#main-menu ul li 
{
    background-image: url(images/menu-button-flower.jpg);
    background-repeat: no-repeat;
    height: 63px;
    list-style: none;
    list-style-image: none;
    margin: 0px;
    padding-left: 50px;
    padding-top: 20px;
}

#main-menu ul li A:link 
{
    color: #535353;
    font-weight: bold;
    text-decoration: none;
}
#main-menu ul li A:hover 
{
    color: #535353;
    font-weight: bold;
    text-decoration: underline;
}
#main-menu ul li A:active 
{
    color: #535353;
    font-weight: bold;
    text-decoration: none;
    }
#main-menu ul li A:visited 
{
    color: #535353;
    font-weight: bold;
    text-decoration: none;
}


#content-container 
{
    float: right;
    width: 527px;
    padding: 5px 10px 5px 0px;
    text-align: left;
}

#footer-container 
{
    width: 100%;
    margin: 0 auto;
    background-image: url(images/background-bottom.jpg);
    background-position: bottom;
    padding-bottom: 28px;
    background-repeat: no-repeat;
}

#footer-menu 
{
    width: 780px;
    margin-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    clear: both;
}
#contact-info 
{
    width: 780px;
    margin-left: 30px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-top: solid 2px #535353;
    border-bottom: solid 2px #535353; 
    font-size: 0.9em;
    clear:both; 
}
#disclaimer 
{
    width: 780px;
    margin-left: 30px;
    font-size: 0.9em;
    padding: 10px;
}


A:hover 
{
    text-decoration: underline;
}

img 
{
    padding: 5px;
}



/* **** Classes **** */
.bold 
{
    font-weight: bold;
}
.bold-large
{
    font-weight: bold;
    font-size: 1.1em;
}
.copyright 
{
    font-weight: bold;
}
.highlight-subsection 
{
    font-size: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
}

.section-title 
{
    font-weight: bold;
    font-size: 1.2em;
}

.form-link
{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.required 
{
    font-weight: bold;
    color: Red;
}
.underline 
{
    text-decoration: underline;
}




/* **** Pages **** */
#links-page p.page-title 
{
    background-image: url(images/links.jpg);
    background-repeat: no-repeat;
    height: 46px;
}
#links-page p.page-title span.section-title { display: none; }
#links-page p.heading { text-align: left;}
#links-page p.heading span.bold 
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.1em;
}


#requestappt-page p.page-title 
{
    background-image: url(images/RequestAppt.jpg);
    background-repeat: no-repeat;
    height: 46px;
}
#requestappt-page p.page-title span.section-title { display: none; }


#forms-page p.page-title 
{
    background-image: url(images/Forms.jpg);
    background-repeat: no-repeat;
    height: 46px;
}
#forms-page p.page-title span.section-title { display: none; }


#services-page p.page-title 
{
    background-image: url(images/Services.jpg);
    background-repeat: no-repeat;
    height: 46px;
}
#services-page p.page-title span.section-title { display: none; }


#aboutdrmartez-page p.page-title 
{
    background-image: url(images/AboutDrMartez.jpg);
    background-repeat: no-repeat;
    height: 46px;
}
#aboutdrmartez-page p.page-title span.section-title { display: none; }

#ourstaff-page p.page-title 
{
    background-image: url(images/OurStaff.jpg);
    background-repeat: no-repeat;
    height: 46px;
}
#ourstaff-page p.page-title span.section-title { display: none; }


#naturopathicmedicine-page p.page-title 
{
    background-image: url(images/naturopathicmedicine.jpg);
    background-repeat: no-repeat;
    height: 46px;
}
#naturopathicmedicine-page p.page-title span.section-title { display: none; }
#naturopathicmedicine-page p.center { text-align: center; }


#contactus-page p.page-title 
{
    background-image: url(images/contactus.jpg);
    background-repeat: no-repeat;
    height: 46px;
}
#contactus-page p.page-title span.section-title { display: none; }


#home-page p.page-title 
{
    background-image: url(images/NaturopathicAdvantage.jpg);
    background-repeat: no-repeat;
    height: 49px;
}
#home-page p.page-title span.section-title { display: none; }


#subscribe-page p.page-title 
{
    background-image: url(images/NewsletterSubscribe.jpg);
    background-repeat: no-repeat;
    height: 49px;
}
#subscribe-page p.page-title span.section-title { display: none; }


#special 
{
    border: dashed 1pt black;
    width: 450px;
    padding: 10pt;
    margin: 5pt;
}

#special-description 
{
    font-size: 1.2em;
    font-family: Times New Roman;
    font-weight: bold;
}

#special-description p.p1 
{
    text-align: center;
    color: Red;
    font-size: 1.4em;
}

#special-description p.p2
{
    text-align: center;
}
#special-description p.p3
{
    text-align: center;
    font-style: italic;
}

#fineprint
{
    text-align: center;
    font-size: 0.8em;
}

