body {
background-color : #ffffff;
margin: 0;
padding : 0 ;
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size : 11px ;
color : #333333;
}

#frame {
width:800px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:left;
}

#contentleft {
width:175px;
padding:0px;
float:left;
background:#fff;
}

#contentcenter {
width:625px;
padding:0px;
float:left;
background:#eee;
}

#contentright {
width:175px;
padding:0px;
float:left;
background:#fff;
}
td {
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size : 11px ;
color : #333333 ;
}

.rowheader {
border-top-width: 0px;
border-right-width: 0;
border-bottom-width: 1px;
border-left-width: 0;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #96B03D;
background-color: #669240;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

p {
font-size : 11px ;
margin-top:0.5em;
margin-bottom:0.5em;
}

a {text-decoration : none ;}
a:link { color : #78A000 ;}
a:visited {color : #78A000 ;}
a:active {color : #003333 ;}
a:hover {color : #003333;
}

h1, h2, h3, h4, h5, h6 {
margin-top:0.5em;
margin-bottom:0.5em;
}

h1 {
font-size : 21px ;
font-weight : bold ;
}
h2 {
font-size : 18px ;
font-weight : bold ;
}
h3 {
font-size : 14px ;
font-weight : bold ;
}
h4 {
font-size : 13px ;
font-weight : bold ;
}
h5 {
font-size : 12px ;
font-weight : bold ;
}
h6 {
font-size : 11px ;
font-weight : bold ;
}

input, select, textarea {
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size:9px;
color : #003333;
border:1px solid #78A000;
background-color : #ffffff;
padding:2px;
}

input, textarea {
padding:2px;
}

input.highlight, select.highlight, submit.highlight, textarea.highlight, radio.highlight, checkbox.highlight  {
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size:12px;
color : #003333;
border:1px solid #78A000;
background-color : #ffffff;
padding:2px;
}

.form_font {
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size:12px;
color : #003333;
}

.neg {color:#FFFFFF;}
.neg h1, .neg h2, .neg h3, .neg h4, .neg h5, .neg h6, .neg p {color:#FFFFFF;}
.neg a:link { color : #BFFF00 ;}
.neg a:visited { color : #BFFF00 ;}
.neg a:active { color : #FFFFFF ;}
.neg a:hover { color : #FFFFFF ;}


.errorMessage {
font-size : 13px;
font-weight : bold;
color: #FF0000;
}
/* LAYOUT
---------------------------------------*/

#page {
width:960px;
margin:8px auto;
}
#pageWide {
width:100%;
}
#top {
width:100%;
height:96px;
/*background:#fff url(/images/share/top_bg.jpg) top right no-repeat;*/
background:#fff
margin:0 0 0 0px;
padding:0;
	 }
div.headerWrapper {
margin:0;
padding: 0 ;
}
div.header {

/*background-image: url(/images/share/dwa_logo.gif);*/
background-position: top left ;
background-repeat:no-repeat;
margin:0 0 0 0px;
padding: 0 ;
height:auto;
}
div.header h1, div.header h2 {
display:none;
}
div.header h3 {
display:block;
float:right;
text-align:right;
font-size:24px;
color:#99cc00;
margin:32px 24px 0 0 ;
/*margin:0 0 0 0 ;*/
}
div.header h3 span {
color:#005447;
font-weight:normal;
}
div.headerSearch {
float:right;
width:256px;
/*margin:30px 16px 0 0;*/
margin:1px;
text-align:right;
}


/* NAV */

div.menu {
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    background: #669240;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #96B03D, #669240);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#96B03D), to(#669240));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#96B03D', EndColorStr='#669240', GradientType=0);
    height:32px;
    margin:0 0 0 0;
    padding:0 0 0 10px;
    line-height:3em;
    border:0px solid #D1D1D1;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	border-radius: 4px; 
	-khtml-border-radius: 4px;
}


div.menu a {
font-size : 14px; 
font-weight:normal;
padding:0 0 0 20px; 

}

div.menu a:link, div.menu a:visited { 
color : #fff ;
}
div.menu a:hover, div.menu a:active { 
color : #003333 ;
}

div.menu a span {
}




/* CONTENT */

#contentstroke {
	border:1px solid #D1D1D1;
	padding:10px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	-ms-border-radius: 12px; 
	border-radius: 12px; 
	-khtml-border-radius: 12px;
}

.blockborder {
	border:1px solid #D1D1D1;
	padding:10px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	border-radius: 4px; 
	-khtml-border-radius: 4px;
}

.blockbordertitle {
	border:1px solid #BEBEBE;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: #F5F5F5;
}

.blockbordertitlefont {
	font-size: 19px; 
	font-weight: bold;
}

#homeheader {
padding:8px 16px;
}

#homeheadertext {
color: #FFFFFF;
}

#homeheadertext h1 {
font-size:24px;
font-weight:normal;
margin:0 0 8px 0;
}


#contentheader {
background-color:#999999;
padding:0px;
background-image:url(/img/content_background.gif);
background-position:right;
background-repeat:no-repeat;
}
#contentheadertext {
padding:16px;
color: #FFFFFF;
}
#contentheadertext h1 {
font-size:24px;
font-weight:normal;
margin:0 0 8px 0;
}


#productheader {

}
#productheadertext {
color: #5C7B00;
border-bottom:2px solid #5C7B00 ;
}
#productheadertext h1 {
font-size:24px;
font-weight:normal;
margin:0 0 8px 0;
}


#serviceheader {
background-color:#669240;
background-image:url(/img/services_backround.gif);
background-position:right;
background-repeat:no-repeat;
}
#serviceheadertext {
color: #FFFFFF;
padding:16px;
}
#serviceheadertext h1 {
font-size:24px;
font-weight:normal;
margin:0 0 8px 0;
}


.contentsep {
background-color:#D1D1D1;}
.contentblock {
background-color:#FFFFFF;
border:1px solid #D1D1D1;
padding:8px;
}
.contentblock2 {
border:1px solid #D1D1D1;
padding:8px;
}

/* FOOTER */
#footer {color:#FFFFFF; }
#footer a {}
#footer a:link { color : #FFFFFF ;}
#footer a:visited { color : #FFFFFF ;}
#footer a:active { color : #003333 ;}
#footer a:hover { color : #003333 ;}
#footer1 {background-color:#FFFFFF;}
#footer2 {background-color:#78A000;}

.popup
{
COLOR: #9F141A;
CURSOR: help;
TEXT-DECORATION: none;
}

.jslink{
        cursor: pointer;
        text-decoration: none;
        color:#336699;
}

div.main_div{padding:25px;/*margin:auto;width:600px;*/
border:outset gray 1px;-webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; border-radius: 12px; -khtml-border-radius: 12px;
}

.gradientV{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    background: #008800;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #00FF00, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#00FF00), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#00FF00', EndColorStr='#000000', GradientType=0);
  }
  
  .gradientH{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
 
    /* fallback (Opera) */
    background: #008800;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #00FF00, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#00FF00), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#00FF00', EndColorStr='#000000', GradientType=1);
  }
  
  
  
.sortable table {
	border-collapse: collapse;
	table-layout: fixed;
}

.sortable td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #888888;
	background-image: url(/jstools/tablekit1.2.2/css/up.gif);
}
.sortdesc {
	background-color: #888888;
	background-image: url(/jstools/tablekit1.2.2/css/down.gif);
}
.nosort {
	cursor: default;
}


tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #EEEEEE;
}

input:focus, textarea:focus, select:focus, checkbox:focus, radio:focus{background-color: #FFFFCC;}

.message_div{border: 0.1em dashed #FFD700;background:#FFFFDD;padding:5px;color:#000000;font-weight:bold;}

/* tooltip foo */
a.bubble_tt_trigger{position:relative;text-decoration:none;}
a.bubble_tt_trigger span{display:none;}
a.bubble_tt_trigger:hover{z-index:25;color:#ff0000;background:;}
a.bubble_tt_trigger:hover span.bubble_tooltip
{display:block;position:absolute;top:5px;left:5px;padding:10px;background:#669240;color:#fff;width:250px;height:auto;overflow:auto;
border:outset gray 1px;-webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; border-radius: 12px; -khtml-border-radius: 12px;
font-weight:600;font-family:arial;font-size:11px;line-height:12px;text-align:left;filter:alpha(opacity:95);KHTMLOpacity:0.95;MozOpacity:0.95;opacity:0.95;}

/* dropilicious */

/* Droplicous code, change to your liking */
#nav ul.licious{
text-align:left;
width:150px;
font-size:.8em;
background:#78A000;
margin:0;
padding:0;
position:absolute;
left:0px;
top:28px;
opacity:.97;
filter:alpha(opacity=97);
z-index:999;
}

/* ie bs */
html>body #nav ul.licious{
position:absolute;
top:18px;
}
#nav ul.licious a:hover{
position:relative;
/*color:#0A82D0;*/
background:none;
}
#nav ul.licious a{
position:relative;
z-index:999;
font-weight:normal;
margin:0;
padding:5px 0 5px 10px;
background:none;
color:white;
display:block;
}
#nav li a:hover{
/*color:#0A82D0;*/
}
#nav li a{
font-weight:bold;
text-decoration:none;
color:white;
padding:10px 10px 0 10px;
background:none;
text-shadow:none;
}
#nav{
position:relative;
width:100%;
list-style:none;
margin:0 auto;
padding:0;
list-style:none;
font-size:1em;
}
#nav li{
  position:relative;
  display:inline;
margin:0;
padding:0;
}

/*IMAGE POPUP*/

/* the next class name can be renamed */

div.img_popup {
  /*max-width: 600px;*/
  /*border: 1px solid black;*/
  padding: 5px;
  background-color: white;
  /*height:auto;*/
  /* The following properties should not be changed */
  position: absolute;
  padding:10px;
}

#popup_overlay {
  /*background-color: whitesmoke;*/
  background-color: black;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.popup_draghandle {
  cursor: move;
}

.popup_closebox{
  cursor: pointer;
}

#img_popup_name{
font-size:12px;
}

#img_popup_description{
font-size:12px;
}

#img_popup_button{
text-align:center;
}

.rounded_corner{
-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px; -khtml-border-radius: 6px;
}

.box_shadow_small {
-moz-box-shadow: 5px 5px 3px #111;
-webkit-box-shadow: 5px 5px 3px #111;
box-shadow: 5px 5px 3px #111;
} 

.box_shadow_big {
-moz-box-shadow: 10px 10px 5px #111;
-webkit-box-shadow: 10px 10px 5px #111;
box-shadow: 10px 10px 5px #111;
} 
/*IMAGE POPUP END*/  
  


/* ===== Kauai / North Shore palette (Lee Acupuncture, 2026) ===== */
/* Kauai / North Shore family clinic chrome - ASCII / latin-1 safe */
body.kf, body { background-color:#F4EFE4 !important; color:#2C2416; margin:0; padding:0;
  font-family:Georgia,"Times New Roman",Times,serif; }
a { color:#2C5F6E; }
a:hover { color:#8B5E3C; }
#page { width:auto !important; max-width:980px; margin:0 auto !important; background:#F4EFE4; padding:0; overflow:visible !important; }
#top { height:auto !important; min-height:0 !important; width:100%; overflow:visible !important; }
.kf-head table { width:100%; border:0; }
.kf-logo img { max-height:56px; border:0; }
.kf-name { font-size:26px; line-height:1.15; color:#2F3B2F; letter-spacing:0.02em; }
.kf-name a { color:#2F3B2F; text-decoration:none; }
.kf-tag { font-size:13px; color:#6B5A45; font-style:italic; padding-top:4px; }
.kf-place { font-size:12px; color:#3F5D4A; padding-top:2px; }
.kf-nav { background:#3F5D4A; padding:10px 18px; }
.kf-nav a { color:#F4EFE4; text-decoration:none; margin-right:20px; font-size:15px; }
.kf-nav a:hover { color:#E8C4B8; }
.kf-nav a.on { color:#F7F1E3; border-bottom:2px solid #C45C6A; padding-bottom:2px; }
.kf-nav .kf-login { float:right; color:#E8DCC8; font-size:13px; }
.kf-nav .kf-login a { color:#E8DCC8; margin-right:0; }
.kf-search { float:right; }
.kf-search input[type=text] { border:1px solid #C4B8A4; background:#FFFBF4; padding:4px 8px; font-size:13px; }
.kf-search input[type=submit] { background:#8B5E3C; color:#F4EFE4; border:0; padding:5px 10px; font-size:13px; cursor:pointer; }
.kf-main, td.main { background:#FFFBF4 !important; padding:22px !important; }
.kf-drop { display:inline; position:relative; }
.kf-drop ul { display:none; position:absolute; left:0; top:22px; background:#FFFBF4; border:1px solid #D9CDB8; margin:0; padding:6px 0; list-style:none; z-index:20; min-width:160px; }
.kf-drop:hover ul { display:block; }
.kf-drop ul a { color:#2F3B2F; display:block; padding:4px 12px; margin:0; }
.kf-foot { background:linear-gradient(rgba(47,59,47,0.70), rgba(47,59,47,0.82)), url(/directory/getdata.php?about_id=L197103LINDAAFGNDA-2) center bottom / cover no-repeat; color:#E8DCC8; padding:18px 22px 22px; text-align:center; font-size:13px; }
.kf-foot a { color:#E8DCC8; }
.kf-foot .kf-aloha { font-style:italic; margin-bottom:6px; }
#footer, #footer2 { color:#E8DCC8; }
div.menu { background:#3F5D4A !important; filter:none; }

/* Honor survey fields: bigger, readable type */
#survey_form h4.question_h4 { float:none !important; display:block; clear:both; width:auto; margin:0 0 8px 0; padding:0; font-family:Georgia,"Times New Roman",Times,serif; font-size:18px !important; font-weight:normal; color:#2C2416 !important; }
#survey_form .the_question { font-size:18px !important; }
#survey_form .fieldContainer { display:block; clear:both; float:none; width:100%; }
#survey_form .main_question hr { display:none; }
#survey_form input[type=text],
#survey_form input[type=email],
#survey_form input[type=tel],
#survey_form textarea {
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  font-family:Georgia,"Times New Roman",Times,serif !important;
  font-size:18px !important;
  line-height:1.45 !important;
  color:#2C2416 !important;
  padding:10px 12px !important;
}
#survey_form input[type=text],
#survey_form input[type=email],
#survey_form input[type=tel] { min-height:44px !important; height:auto !important; }
#survey_form textarea { min-height:180px !important; }
#survey_form .radio_question_span,
#survey_form .checkbox_question_span { display:block; margin:6px 0; font-size:16px; font-family:Georgia,"Times New Roman",Times,serif; color:#2C2416; }
#survey_form input[type=submit],
#survey_form input[type=button] { font-size:16px !important; padding:8px 18px !important; font-family:Georgia,"Times New Roman",Times,serif; }

