/*
Wellspring
Author: Shrinkwrap, Aldenta (John Ford) & Rockbeatspaper  (John and David Peele)
Version: 10.07.05
Version: 01.05.10
*/

/* generic
--------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #699;
/*  background-color: #FFF;*/
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", helvetica, verdana, arial, sans-serif;
  color: #006;
  text-align: center;
}

/* Malarkey Image Replacement */
.mir { letter-spacing : -1000em; }

/* MIR just for IE */
* html h1.mir, * html h2.mir, * html h3.mir, * html p.mir, * html ul.mir {
  text-indent: -999em;
}
/* End of hack */

/* MIR just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */

/* links
--------------------------------------------------------------------------------------------- */
a, a:link {
  text-decoration: none;
  border-bottom: 1px dotted #006;
  color: #006;
}

a:hover {
  border-bottom: 1px solid;
}

#header h1 a, #header ul a, #content-sidebar a  {
  border: none;
}

/* home banner
--------------------------------------------------------------------------------------------- */
#banner { 
  margin: 0 auto; 
  width: 760px; 
  height: 54px;
  border-left: 2px solid #4C7979; 
  border-right: 2px solid #4C7979; 
  border-bottom: 2px solid #4C7979;
}

#banner a { border: none; }

/* container
--------------------------------------------------------------------------------------------- */
#container {
  margin: 0 auto;
  width: 760px;
  text-align: left;
  background-color: #FFF;
  border-left: 2px solid #4C7979;
  border-right: 2px solid #4C7979;
  border-bottom: 2px solid #4C7979;
}

.home #container { margin-top: 5px; border-top: 2px solid #4C7979; }

/* header
--------------------------------------------------------------------------------------------- */
#header {
  width: 760px;
  height: 288px;
  position: relative;
}

.bg-1 #header { background: url(../images/bg_header-1.jpg) no-repeat; }
.bg-2 #header { background: url(../images/bg_header-2.jpg) no-repeat; }
.bg-3 #header { background: url(../images/bg_header-3.jpg) no-repeat; }
.bg-4 #header { background: url(../images/bg_header-4.jpg) no-repeat; }
.bg-5 #header { background: url(../images/bg_header-5.jpg) no-repeat; }

#header h1 {
  width: 179px;
  height: 288px;
  background: url(../images/bg_header-branding.gif) no-repeat;
  float: left;
}

#header h1 a {
  width: 179px;
  height: 288px;
  display: block;
}

/* navigation
-------------------------------------------------------------------------------------------- */
#header ul.dropdown {
  margin: 0 0 0 179px; 
  padding: 204px 0 0 0;
  width: 581px;
  height: 46px;
  list-style: none;
  _position: absolute;
}

/* LEVEL ONE ---------------------------------------- */
#header ul.dropdown { position: relative; }
#header ul.dropdown li { float: left; zoom: 1; z-index: 1; text-align: center; }
#header ul.dropdown li a { padding: 4px 13px; height: 32px; display: block; font-size: 11px; font-weight: bold; line-height: 1.3; text-decoration: none; border-right: 1px solid #ccf; }
#header ul.dropdown li.last a { border-right: none; }
#header ul.dropdown li.hover,  
#header ul.dropdown li:hover { position: relative; background: #bdddf5; }
#header ul.dropdown li.hover a:hover,
#header ul.dropdown li:hover a:hover { color: #05543f; }

/* LEVEL TWO ---------------------------------------- */
#header ul.dropdown ul { margin: 0; position: absolute; top: 100%; left: 0; z-index: 1; list-style: none; background: #bdddf5; border: solid #6ca9d7; border-width: 5px 0; visibility: hidden; }
#header ul.dropdown ul li { float: none; text-align: left; border-bottom: 1px solid #b4b4fc; }
#header ul.dropdown ul li a	{ height: auto; display: inline-block; } /* IE 6 & 7 Needs Inline Block */
#header ul.dropdown li.hover li a { }
#header ul.dropdown li.hover li.hover a,
ul.dropdown li.hover li.hover a:hover { }

/* title
-------------------------------------------------------------------------------------------- */
#header h2 {
  margin: 17px 0 0 0;
  _margin-top: 244px;
  padding-left: 10px;
  width: 462px;
  w\idth: 472px;
  height: 35px;
  background-color: #FFC;
  float: right;
  font: bold 24px/30px "Times New Roman", times, georgia, serif;
  color: #366;
}

#header h2 small {
  margin-left: 15px;
  font: 10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", helvetica, verdana, arial, sans-serif;
  color: #930;
}

/* content
-------------------------------------------------------------------------------------------- */
#content {
  margin: 4px 0 15px 0;
  width: 760px;
  float: left;
  border-top: 1px solid #CCF;
}

/* content-main
-------------------------------------------------------------------------------------------- */
#content-main {
  padding-top: 15px;
  width: 472px;
  float: right;
}

#content-main h3 {
  margin-bottom: 10px;
}

#content-main p {
  margin-bottom: 10px;
  padding-right: 10px;
}

#content-main ul {
  margin: 0 0 25px 14px;
  _margin-left: 17px;
}

#content-main li {
  margin-bottom: 4px;
  padding-left: 0;
}

#content-main p.tagline {
  width: 429px;
  height: 18px;
  background: url(../images/bg_tagline.gif) no-repeat;
}

#content-main p.signature {
  width: 380px;
  height: 69px;
  background: url(../images/bg_signature.gif) no-repeat;
  float: right;
}

/* about
-------------------------------------------------------------------------------------------- */
.about-staff {
  text-align: center;
  padding-bottom: 10px;
  font-size: 11px;
}

.about-staff h4 {
  font-family: "Times New Roman", "Times", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  color: #366;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.about-staff strong {
  color: #366;
}


/* tips content-main
-------------------------------------------------------------------------------------------- */
.tips #content-main h3 {
  margin-bottom: 0;
  _font-size: 14px;
}

.tips #content-main a {
  border: none;
}

.tips  #content-main img {
  margin-bottom: 10px;
  border: none;
}

.tips #content-main #left-tips {
  float: left;
}

.tips #content-main #right-tips {
  margin-right: 35px;
  _margin-right: 18px;
  float: right;
}


/* contact
-------------------------------------------------------------------------------------------- */
.contact #content-main #inquiry { margin: 30px 0; padding: 20px 0 0 0; border: 1px solid #ccc; border-width: 1px 0 1px 0; }
.contact #content-main .zemContactForm { }
.contact #content-main .zemContactForm div { }
.contact #content-main .zemContactForm label { display: block; }
.contact #content-main .zemContactForm input,
.contact #content-main .zemContactForm select,
.contact #content-main .zemContactForm textarea { margin-bottom: 20px; padding: 5px; width: 300px; display: block; }
.contact #content-main .zemContactForm select,
.contact #content-main .zemContactForm input.zemSubmit { width: 125px; }

.contact #content-main .zemContactForm ul.zemError { color: red; }
.contact #content-main .zemThanks p { color: green; font-weight: bold; }

/* floorplans content-main
-------------------------------------------------------------------------------------------- */
.floorplans #content-main {
  margin: 0 5px;
  _margin: 0 2px;
  padding-top: 5px;
  width: 750px;
}

.floorplans #content-main div {
  width: 250px;
  float: left;
}

.floorplans #content-main h3 {
  margin-bottom: 10px;
  text-align: center;
  font: bold 16px/20px "Times New Roman", times, georgia, serif;
  color: #366;
  background-color: #FFC;
}

.floorplans #content-main li {
  margin-bottom: 4px;

  list-style: none;
}

.floorplans #content-main li strong {
  font-family: "Times New Roman", times, georgia, serif;
  font-size: 14px;
  border-bottom: 1px dotted;
}

.floorplans #content-main li a {
  border: none;
}

.floorplans #content-main li a:hover {
  background-color: #006;
  color: #FFF;
}

.employment #content-main a,
.volunteer-opportunities #content-main a {
  font-size: 10px;
}

/* content-sidebar
-------------------------------------------------------------------------------------------- */
#content-sidebar {
  padding-top: 5px;
  width: 288px;
  _width: 282px;
}

.home #content-sidebar { height: 264px; background: url(../images/bg_sidebar-home.jpg) 0 3px no-repeat; }
.about #content-sidebar { height: 261px; background: url(../images/bg_sidebar-about.jpg) 0 3px no-repeat; }
.awards-accreditations #content-sidebar { height: 261px; background: url(../images/bg_sidebar-about.jpg) 0 3px no-repeat; }
.life-at-wellspring #content-sidebar { height: 227px; background: url(../images/bg_sidebar-residential.jpg) 0 3px no-repeat; }
.services #content-sidebar { height: 690px; background: url(../images/bg_sidebar-services.jpg) 0 3px no-repeat; }
.aquatics #content-sidebar { height: 263px; background: url(../images/bg_sidebar-aquatic.jpg) 0 3px no-repeat; }
.dining #content-sidebar { height: 257px; background: url(../images/bg_sidebar-dining.jpg) 0 3px no-repeat; }
.lifecare #content-sidebar { height: 250px; background: url(../images/bg_sidebar-lifecare.jpg) 0 3px no-repeat; }
.personal-care-services #content-sidebar { height: 257px; background: url(../images/bg_sidebar-seniorcare.jpg) 0 3px no-repeat; }
.healthcare #content-sidebar { height: 754px; background: url(../images/bg_sidebar-healthcare.jpg) 0 3px no-repeat; }
.human-resources #content-sidebar { height: 215px; background: url(../images/bg_sidebar-humanresources.jpg) 0 3px no-repeat; }
.hrabout #content-sidebar { height: 320px; background: url(../images/bg_sidebar-hrabout.jpg) 0 3px no-repeat; }
.employment #content-sidebar { height: 261px; background: url(../images/bg_sidebar-employment.jpg) 0 3px no-repeat; }
.benefits #content-sidebar { height: 261px; background: url(../images/bg_sidebar-benefits.jpg) 0 3px no-repeat; }
.resume #content-sidebar { height: 261px; background: url(../images/bg_sidebar-resume.jpg) 0 3px no-repeat; }
.volunteer-opportunities #content-sidebar { height: 215px; background: url(../images/bg_sidebar-humanresources.jpg) 0 3px no-repeat; }
.contact #content-sidebar { height: 257px; background: url(../images/bg_sidebar-contact.jpg) 0 3px no-repeat; }
.happenings #content-sidebar { height: 257px; background: url(../images/bg_sidebar-happenings.jpg) 0 3px no-repeat; }
.tips #content-sidebar { height: 257px; background: url(../images/bg_sidebar-tips.jpg) 0 3px no-repeat; }

.home #content-sidebar p.happenings a {
  margin-top: 50px;
  width: 288px;
  _width: 285px;
  height: 100px;
  display: block;
}

.home #content-sidebar p.tips a {
  width: 288px;
  _width: 285px;
  height: 100px;
  display: block;
}

.home #content-sidebar p.ncnova {
  padding: 40px 0 0 30px;
}

.home #content-sidebar p.ncnova a {
  width: 168px;
  _width: 165px;
  height: 127px;
  display: block;
  background: url(../images/bg_sidebar-ncnova.gif) 0 0 no-repeat;
}

.life-at-wellspring #content-sidebar p a {
  margin-top: 150px;
  width: 288px;
  _width: 282px;
  height: 70px;
  display: block;
}

.services #content-sidebar p a {
  margin-top: 100px;
  width: 288px;
  _width: 282px;
  height: 50px;
  display: block;
}

/* footer
--------------------------------------------------------------------------------------------- */
#footer {
  width: 760px;
  height: 38px;
  background: #FFF url(../images/bg_footer.gif) no-repeat;
  clear: both;
}

#footer p#credit {
  width: 157px;
  height: 38px;
  background: url(../images/bg_credit.gif) no-repeat;
  float: right;
}

#footer p#credit a {
  width: 157px;
  height: 38px;
  display: block;
}