/*
Healing Key Screen Stylesheet
Modified 5/15/09 by SpinWeb [Robert Alan]

      I. Global
     II. Layout
    III. Specific Typography
     IV. mainNavigation
      V. Lists
     VI. Forms
    VII. Tables



/* I. Global ========================================*/

* {
   margin: 0;
   padding: 0;
}

body#public {
   background-color: #fff;
   color: #101c24;
   font: 12px 'lucida grande', verdana, sans-serif;
   text-align: center;
}

/* Start Self Clearing: ========================================*/

.columns:after, #header:after, #logo:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

* html .columns, * html #header {height: 1%;}
.columns, #header { display:inline-block; }
.columns, #header { display:block; }

/*======================================== End Self Clearing */

a img {
   border: 0 none;
}



/* II. Layout ========================================*/

#outerWrap {
   margin: 0 auto;
   text-align: left;
   width: 966px;
}

#header {
   text-align: left;
   position: relative;
}

.columns .column {
   float: left;
}

.twoColA .first {
   width: 322px;
}

.twoColA .second {
   width: 644px;
}

#featureWrap {
   height: 322px;
}

#homeServiceWrap {
   background: #e1e0da;
   float: left;
   margin: 15px 0;
   width: 644px;
}

#homeServiceWrap .webpageContent {
    padding: 20px;
}

.twoColB .first, .twoColB .second {
   width: 483px;
}

#
letter {
   background: #f3f3f0;
   height: 170px;
   margin: 15px 0;
}

#newsletter .submitGroup a {
    color: #777;
    float: right;
    font-size: 11px;
}

.first .pollDetailWrapper {
   background: #f3f3f0;
   padding: 20px;
}

#newsletter fieldset, .pollDetailWrapper fieldset {
    padding: 20px 20px 0 20px;
}

#newsletter fieldset.submitGroup, .pollDetailWrapper fieldset.submitGroup {
    padding: 0 20px 10px 20px;
}

.twoColB .second {
   background: #e1e0da;
}

.newsCol {
    /*width: 406px;*/
    width: 644px;
    float: left;
}

.eventsCol {
    width: 238px;
    float: left;
}

.eventsCol .itemList {
    list-style: none;
    margin: 20px 0 40px 20px;
}

.eventsCol h2 a {
    font-size: 14px;
}

.eventDateHeading {
    margin-bottom: 18px;
}

.eventDate, .eventTime {
    display: block;
    margin-bottom: 0;
}

.eventBlurb {
    display: block;
    margin-bottom: 18px;
}

.contentWrap {
   margin: 20px;
   position: relative;
}

.contentWrap h1 {
    display: none;
}

#footer {
   color: #aaa;
   font-size: 11px;
   margin: 0 auto;
   padding: 30px 0;
   text-align: left;
   width: 966px;
}

#footer a {
   color: #aaa;
}
#footer a:hover {
    color: #333;
}

div.clear {
   clear: both;
   height: 0px;
}



/* III. Specific Typography ========================================*/

p {
   margin-bottom: 18px;
}

h1 {
   font-size: 18px;
   font-weight: 300;
   margin-bottom: 9px;
   margin-top: 0;
}

h2 {
   color: #666;
   font-size: 14px;
   font-weight: normal;
   line-height: 18px;
}

.heading2 {
   color: #666;
   font-size: 14px;
   font-weight: normal;
   line-height: 18px;
}

h3 {
   margin: 18px 0 8px 0;
}

.column h1 {
   background: url("./graphics/images/bg-transparent.png");
   color: #fff;
   font-size: 13px;
   font-weight: 100;
   margin: 0;
   padding: 5px 20px;
}

.eventsCol h1 {
    background: #cacac3;
}

sup {
   font-size: 9px;
}

.error {
   color: #c03;
}



/* IV. Navigation ========================================*/

a:link, a:visited {
   color: #069;
}

a:hover, a:active {
   color: #09c;
}

#logo {
   margin: 25px 0;
}

#credit {
   float: right;
   text-align: right;
}

#credit img {
   vertical-align: middle;
}

.mainNav {
   background: #f1ca7f;
   height: 302px;
   list-style-type: none;
   padding: 10px;
   margin: 0 0 15px 0;
   width: 302px;
}

.mainNav li {
   border-bottom: 1px solid #ecb443;
   font-size: 14px;
   padding: 2px 0;
}

.mainNav li a.first {
    width: auto;
}

.mainNav li a {
   color: #fff;
   display: block;
   font-weight: 700;
   padding: 8px 15px;
   margin-left: -15px;
   text-decoration: none;
}
.mainNav li a:hover, .mainNav li a#active:hover {
   background: #fde3b0;
   color: #eeaf30;
}

.mainNav li a#active {
   background: #eeaf30;
}

#btnAppt {
   background: url("./graphics/images/btn-bookappt.gif") no-repeat 0 0;
   bottom: 1px;
   display: block;
   height: 55px;
   overflow: hidden;
   position: absolute;
   right: 0;
   text-indent: -100000px;
   width: 322px;
}

a#btnAppt:hover {
   background-position: 0 -55px;
}

.footerNav {
   border-bottom: 2px solid #c2c1b9;
   font-size: 12px;
   margin: 0 0 18px 0;
   padding: 0 0 18px 0;
}

.footerNav li {
   color: #eeaf30;
   display: inline;
}

.footerNav li:before {
   content: "\2022 \ ";
}

.footerNav li:first-child:before {
   content: "";
   margin-left: -6px;
}

.footerNav li a {
   color: #eeaf30 !important;
   padding: 0 4px 0 6px;
   text-decoration: none;
}

.footerNav li a:hover {
   text-decoration: underline;
}

#viewAll {
   color: #fff;
   float: right;
   text-decoration: none;
}

#viewAll:hover {
   text-decoration: underline;
}



/* V. Lists ========================================*/

ol {
   margin-left: 3em;
}

ul {
   margin-bottom: 9px;
   margin-left: 3em;
}

#homeServiceWrap ul {
   display: inline;
   float: left;
   margin-bottom: 20px;
   width: 40%;
}

.question {
   font-weight: bold;
}



/* VI. Forms ========================================*/

#form {
   background-color: #f3f3f0;
   border: 1px solid #c6dae1;
   padding: 10px;
}

#form td {
   padding: 5px 0;
}

.formText span {
   white-space: nowrap;
   width: 400px;
}

fieldset {
   border: 0 none;
	margin-bottom: 10px;
}

legend {
	padding: 0 2px;
	font-weight: bold;
}

label {
	display: inline-block;
    display: -moz-inline-stack;
	line-height: 1.8;
	width: 120px;
}

label.block {
   display: block;
   width: 100%;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

fieldset ol {
	margin: 0;
	padding: 0;
}

fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

fieldset li li {
   float: left;
}

fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

/*\*//*/
form legend {
	display: inline-block;
} /* IE Mac legend fix */

/* BUTTONS */

button, a.abutton {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-top:1px solid #dedede;
    border-left:1px solid #dedede;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:4px 10px 5px 7px; /* Links */
}
button {
    width:auto;
    overflow:visible;
    padding:3px 10px 2px 7px; /* IE6 */
}
button[type]{
    padding:4px 10px 4px 10px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:3px 10px 2px 7px; /* IE7 */
}
button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button.noFloat, a.noFloat {
   display: inline;
   float: none;
}


/* STANDARD */

button:hover, a.abutton:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

a.abutton:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.networks {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 20px 0 20px 20px;
    background: #F3F3F0;
    font-size: 11px;
    float: left;
    width: 302px;
}
.networks li a {
    padding: 8px 0 8px 30px;
    display: block;
}
.facebook {
    background: url("/graphics/images/ico-facebook.gif") no-repeat 0 50%;
}
.twitter {
    background: url("/graphics/images/ico-twitter.gif") no-repeat 0 50%;
}
.linkedin {
    background: url("/graphics/images/ico-linkedin.gif") no-repeat 0 50%;
}


/* VII. Tables ========================================*/

table {
   width: 100%;
}

th {
   background: #dfdfdf;
   color: #222;
   font-size: 14px;
   font-weight: 500;
}



/* (7) News Module ========================================*/

.newsList {
    clear: both;
    margin: 20px 20px !important;
    list-style: none;
}
.newsList li {
    margin: 0 0 40px 0;
}
.newsList h2 {
    font-weight: 100;
    line-height: 16px;
    margin-bottom: 0;
}
.newsList h2 a {
    font-size: 14px;
}
.newsList h2 a:hover {
    text-decoration: none;
}
.newsList p {
    margin-bottom: 0;
}
.newsBlurb p {
    margin-bottom: 18px;
}
.newsSubHeadline {
    font-weight: 700;
}
.meta {
    color: #666;
    font-size: 11px;
    margin-bottom: 18px;
}
.newsBlurb {
    margin-top: 8px;
    font-size: 12px;
}
.newsDetailWrapper h1 {
    margin-bottom: 0;
}
.moreNews {
    font-size: 11px;
    margin-left: 20px;
}

.faq {
    margin: 20px;
}

.faq ul {
    background: #f3f3f0;
    border: 1px solid #ddd;
    list-style: none;
    margin: 20px 0;
    padding: 10px;
}

.faq li {
    margin: 4px 0;
}

.faq dt {
    display: block;
    float: left;
    font-weight: 700;
    margin-top: 18px;
}

.faq dd {
    display: block;
    float: left;
}

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow h1{
 color: #333;
 }

.jqmWindow {
 background-color: #fff;
 border: 3px solid ccc;
 color: #333;
 display: none;
 left: 50%;
 margin-left: -200px;
 position: fixed;
 text-align: left;
 top: 17%;
 width: 400px;
}

.jqmConfirmTitle {
 background: #ddd;
 padding: 5px;
 text-align: right;
}

.jqmWindow .webpageWrapper {
 padding: 12px;
}

.jqmOverlay {
 background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* 
iframe.jqm {
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 width: expression(this.parentNode.offsetWidth+'px');
 height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* 
html .jqmWindow {
 position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* ModuleBegin::poll */
.pollSmallWrapper span, .pollDetailWrapper span { display: block; padding: 5px 0px;}
.pollSmallWrapper span.pollChoices { padding-bottom: 5px; }
.pollListWrapper { }
.pollDetailWrapper { margin-bottom: 15px; }
.pollQuestion { }
.pollChoices { }
.pollLink { }
.pollResultQuestion { font-weight: bold; }
.pollResultChoices { }
.pollBar { background-color: #ccc; height: 7px; }
/* ModuleEnd::poll */


/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* ModuleBegin::blog */
.blogArchiveMonth { padding-left:10px; }
.blogArchiveYear { font-weight: bold; }
.blogDate { padding:5px 0px; font-weight: bold; background-color: #eeeeee; }
.blogDividerComments { height: 1px; background-color:#cccccc; }
.blogDividerTop { height: 1px; background-color:#cccccc; }
.blogEntry { padding-top: 5px; }
.blogEntryFooter { padding-bottom: 10px; }
.blogFooter { height: 1px; background-color:#cccccc; }
.blogPosted { padding-bottom: 5px; padding-top: 5px; color: #000066; }
.blogTitle { color: #000066; font-weight: bold; padding-top: 10px; }
/* ModuleEnd::blog */