@charset "utf-8";
/* CSS Document */
/* MEYERWEB CSS RESET */
/* v1.0 | 20080212 */
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; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 1px; outline-style:dotted; outline-color:#413f39;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
/* END CSS RESET */

/*PAGEWIDE SETTINGS */

body {
	background-attachment: fixed;
	background-color: #a0cbbe;
	background-image: url(img/pageBG2.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-family:Verdana, Geneva, sans-serif;
}

/*PAGEHEAD ZONE*/

#pagehead {
	width: 960px;
	height:110px;
	background:url(img/pagehead.png) no-repeat top center;
	margin: 0px auto 0px auto;
}
#pagehead div {
	padding:25px 0px 0px 120px;
	color:#413f39;
	font-style:italic;
}
#pagehead h1 {
	font-size:30px;
	font-weight:normal;
}
#pagehead h2 {
	padding-top:4px;
	font-size:22px;
	font-weight:normal;

}

/*EVERBOX ZONE */

#everbox {
	width: 960px;
	height:200px;	
	background:url(img/everbox.png) no-repeat top center;
	margin: 0px auto 0px auto;
}
#everbox div {
	padding:60px 0px 0px 45px;
	color:#413f39;
}
#everbox h1 {
	font-size:23px;
	font-weight:normal;
}
#everbox h2 {
	padding-top:14px;
	font-size:23px;
	font-weight:normal;
}
#everbox h3 {
	padding:19px 0px 0px 20px;
	font-size:17px;
	font-weight:normal;
}
#everbox a:link {
	text-decoration:none;
	color:#505874;
}
#everbox a:hover{
	text-decoration:underline;
	color:#716174;
}
#everbox a:visited{
	text-decoration:none;
	color:#505874;
}
#everbox a:active{
	text-decoration:underline;
	color:#716174;
}

/*NAVBAR ZONE*/

#navbar {
	width:960px;
	height:30px;
	background:url(img/navbarBG.png) repeat-y top center;
	margin: 0px auto 0px auto;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#navbar span {
	color:#413f39;
}
#navbar a:link {
	text-decoration:none;
	color:#FFF;
}
#navbar a:hover{
	text-decoration:underline;
	color:#413f39;
}
#navbar a:visited{
	text-decoration:none;
	color:#FFF;
}
#navbar a:active{
	text-decoration:underline;
	color:#413f39;
}

.n240 {
	width:240px;
	float:left;
	padding-top:7px;
}
.n140 {
	width:140px;
	float:left;
	padding-top:7px;
}
.n100 {
	width:100px;
	float:left;
	padding-top:7px;
}

#content {
	width:960px;
	height:100%;
	background:url(img/contentBG.png) repeat-y top center;
	margin: 0px auto 0px auto;
	color:#413f39;
}

#content h1 {
	text-align:left;
	padding:40px 0px 20px 110px;
}

#content h2 {
	text-align:right;
	padding:30px 190px 20px 0px;
}

.announcebar{
	width:960px;
	clear:both;
}

.announcebar span {
	color:#413f39;
}
.announcebar a:link {
	text-decoration:none;
	color:#413f39;
	font-style:italic;
}
.announcebar a:hover{
	text-decoration:underline;
	color:#413f39;
}
.announcebar a:visited{
	text-decoration:none;
	color:#413f39;
}
.announcebar a:active{
	text-decoration:underline;
	color:#413f39;
}

.col1 {
	width:960px;
	clear:both;
}

.col2 {
	padding:20px 0px 0px 0px;
	width:480px;
	float:left;
}

.col2 p {
	text-align:justify;
	padding:5px 18px 15px 18px;
	line-height:22px;
}

.col3 {
	width:320px;
	float:left;
}

#content ul {
	list-style-type:circle;
	line-height:22px;
	list-style-position:outside;
}

#content img {
	padding:4px;
}

.story {
	font-size:14px; 
	font-style:italic; 
	font-weight:bold;
}

.googlemap {
	text-align:center;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

.googlemap a:link {
	color:#413f39;
	text-decoration:none;
}

.googlemap a:hover {
	color:#413f39;
	text-decoration:underline;
}

.googlemap a:visited {
	color:#413f39;
}

/*FAQ PAGE ACCORDIAN*/

div.acc_trigger {
	height:30px;
	line-height:30px;
	border-top:solid 1px #413f39;
	border-bottom:solid 1px #413f39;
	float:left;
	margin:0px 20px 0px 20px;;
	width:920px;
}
div.acc_trigger a {
	color: #505874;
	text-decoration: none;
	display: block;
	padding: 0 0 0 0px;
}
div.acc_trigger a:hover {
	color: #716174;
	text-decoration:none;
}
div.active a {
	background-color:#505874;
	padding-left:20px;
	color:#FFF;
}
div.active a:hover {
	color:#FFF;
	text-decoration:none;
}
.acc_container {
	margin:0px 20px 30px 20px;;
	overflow: hidden;
	width: 920px;
	clear: both;
	font-size:16px;
	line-height:20px;
	text-align:justify;
}
.acc_container .col {
	margin:0;
	padding:0;
	width:440px;
	float:left;
}
.acc_container .block {
	padding: 20px;
}

.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}


/*FOOTER ZONE*/

#footer {
	width:960px;
	min-height:30px;
	background:url(img/pageFoot.png) no-repeat top center;
	margin: 0px auto 0px auto;
	font-size:10px;
	color:#413f39;
	text-align:center;
}

#footer div {
	padding:10px 0px 0px 0px;
}


/* patient forms */
#patient-forms-container {
	width: 360px;
	height: 95px;
	margin: 11px 0px 30px 15px;
	border: 1px solid #413f39;
	border-radius: 10px;
	padding-left: 5px;
}

.patient-forms-title {
	margin: 10px 0px 0px 42px;
	font-weight: bold;
}

#patient-forms-container .forms-list-wrapper {
	width: 320px;
	padding: 3px 0px 0px 40px;
	font-size: 12px;
	color: #413f39;
	line-height: 19px;
}

#patient-forms-container .forms-list-wrapper a {
	color: #413f39;
}

#pdf-icon {
	width: 32px;
	height: 32px;
	float: left;
	padding: 10px 0px 0px 2px !important;
}

#main-container {
    width: 960px;
}

img { /* added for mobile but good practive overall */
    max-width: 100%;
}

/* mobile overrides, 736 is iphone 6plus in landscape but optimize for iphone 4. */
@media (max-width: 736px) /* and (orientation: portrait) */ {
    
    #main-container {
        width: 100%;
        height: 100%;
    }
    #pagehead {
        width: 100%; /* not 100% to give some left margin */
        background: url(img/pagehead_mobile.png) no-repeat top left; /* logo left aligned for landscape */
    }
    #everbox {
        width: 100%;
        height: 120px;
        background: none;
    }
        #everbox > div {
            padding: 0px 0px 0px 10px; /* less top & left padding */
        }
        #everbox h1 {
            font-size: 18px; /* less top padding to join "Experience an ancient... txt */
        }
        #everbox h2 {
            padding-top: 0px; /* less top padding to join "Experience an ancient... txt */
            font-size: 18px;
        }
        #everbox h3 {
            padding: 12px 0px 0px 0px;
            font-size: 16px;
        }
    
    #contact-link {
        font-weight: bold;   
    }
    #navbar {
        width: 100%;
        font-size: 16px;
        height: auto; /* 86 the dark background that holds the menu links */
        margin: 0px auto 0px auto; /* less top margin */
    }
    #navbar > .n240, #navbar > .n140, #navbar > .n100 {
        width: auto;
        clear: both;
        margin-left: 20px;
    }
    #navbar > .n240:before, #navbar > .n140:before, #navbar > .n100:before {
        content: "» ";
    }
    
    
    #content {
        width: 100%;
    }
        
    #footer {
        width: 100%;
        font-size: 12px;
    }
    
    .col1 {
        width: auto;
    }
        .col1 > h2 { /* homepage commonly treated conditions */
            text-align: left !important;
            padding: 30px 190px 20px 15px !important;
            width: 90% !important;
        }
        #content > .col1 > .acc_trigger { /* faq page accordian */
            margin: 0px 20px 0px 3px !important;
            width: 98% !important;
        }
        #content > .col1 > .acc_container { /* faq page accordian */
            width: auto !important;
        }
        #content > .col1 > .acc_container .block { /* faq page accordian */
            padding: 0px 0px 0px 0px !important;
        }
        #content > .col1 > .acc_container .block .col { /* faq page accordian */
            width: auto !important;
        }
        #content > .col1 > .acc_container .block .col img { /* faq page accordian */
            padding: 5px 0px 0px 0px !important;
        }
        #content > .col1 > .acc_trigger { /* faq page accordian: so titles fit in div when text wraps */
            height: auto !important;
        }
    
    .col2 {
        width: auto;
        padding: 0px 0px 0px 0px; /* less top padding */
    }
        #content .col2 > h1 { /*home page "services available" section. */
            padding: 25px 0px 20px 30px;
        }
        #content .col2 > ul { /*home page "services available" bullet list section. */
            padding-left: 50px !important;
        }
        #content .col2 > p:first-child { /*home page "services available" bullet list section. */
            padding: 20px 18px 15px 18px !important;
        }
        #content iframe#contact-map { /* contact page: hide the map for now */
            display: none !important;   
        }
        #contact-col2-1 {
            width: auto !important;
            padding: 20px 0px 0px 0px !important;
        }
            #contact-col2-1 + div { /* next sibling div of col2-1 */
                width: auto !important;
                padding: 0px 120px 10px 0px !important;
            }
        #contact-col2-2 {
            width: auto !important;
            padding: 15px 0px 0px 0px !important;
        }
        #content .col2.ecz-article {
            display: none;   
        }
        #content .col2.ecz-article-img {
            display: none;
        }
        #content .col2.ecz-article-content {
            margin-top: 20px !important;
        }
        #content .col2.meno-article-img {
            display: none;
        }
        #content .col2.meno-article-content {
            margin-top: 20px !important;
        }
    
    .col3 {
        width: auto;
    }
    
    #drkim-image-1 {
        padding: 20px 0px 8px 0px !important;    
    }
    
    .holistic-img { /* added class to html on holistic.html */
        padding: 0px 0px 10px 5px !important;
        width: 97% !important;
        height: auto !important;
    }
    
    .index-img { /* added class to images on index.html */
        padding: 0px 0px 0px 6px !important;
    }
    #patient-forms-container {
        width: auto;
        height: 115px;
        margin: 11px 0px 30px 3px;
    }
        #patient-forms-container > .forms-list-wrapper {
            font-size: 14px;
            width: 267px;;
        }
        #patient-forms-container > .forms-list-wrapper a {
            
        }
    #contact-email-us, #contact-form {
        display: none;   
    }
    
}
