/*  green - #b4bc35
 blue - #71c8dc
 lt blue - #E7F5F8
 brown - #64423c
 */
html, body {
  height: 100%;
}

body {
  background: #fff url(../img/clouds2.jpg) repeat-x center top; /* sucky 'realistic' clouds. the original clouds were better */
  color: #64423c;
}

/*Opera Fix*/
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

#wrapper {
  min-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  clear: both;
}

#header {
}

#content {
  /*overflow: auto;
   padding-bottom: 40px;  must be same height as the footer */
}

a {
  color: #71c8dc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  text-align: left;
}

h2 {
  padding: 20px 0 0;
  text-align: left;
}

p {
	overflow: hidden;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/* ---------------------------------------- Custom Classes ------------------------------------ */
.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fivepx {
  padding-left: 5px;
}

.ten {
  padding: 10px;
}

.tenside {
  padding: 0 10px;
}

.twenty {
  padding: 20px;
}

.thirty {
  padding: 30px;
}

.fifty {
  padding: 50px;
}

.help {
  font-size: x-small;
  color: #71c8dc;
  cursor: help;
}

.hidden {
  display: none;
}

.cloudy {
  padding: 30px 50px 0;
}

.blue {
  background: #e7f5f8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.twentytop {
  margin-top: 20px;
}

.fortytop {
  margin-top: 40px;
}

.small {
  font-size: x-small;
  color: #71c8dc;
}

.back {
  width: 150px;
  text-align: center;
}

.frame {
	width:960px;
	border: 1px solid #E7F5F8;
	margin: 20px 0;
	padding: 2px;
  	-moz-border-radius: 12px;
  	-webkit-border-radius: 12px;
  	-khtml-border-radius: 12px;
  	border-radius: 12px;
  	text-align: center;
}
/* ------------------------------- Header --------------------------------------------------------- */
#logo {
  float: left;
  margin-top: 20px;
  background: url(../img/new_logo.png) no-repeat left top;
}

#locationes {
  float: right;
  margin: 30px 30px 0 0;
}

#locationes ul li {
  list-style: none;
  font-size: 24px;
}

.fbIcon { width:20px; height:20px; }
/* ------------------------------- Horizontal Image Sprite Nav Menu Example ----------------------- */
#menu {
  clear: both;
  position: relative;
  display: block;
  padding-top: 50px;
  z-index:999;
}

#menu ul {
  padding: 0;
  margin: 0;
}

#menu ul li {
  display: block;
  float: left;
  padding-left: 30px;
}

#menu a {
  font: 20px Georgia, "Times New Roman", Times, serif;
}

#menu a:hover, #menu a.active {
}

/* ------------------------------------------- slideshow --------------------------------------------- */
#slideshow_cont, #testimonials {
  position: relative;
  overflow: hidden;
}

#slideshow {
  position: relative;
  width: 380px;
  margin: 50px auto;
  height: 253px;
  overflow: hidden;
  list-style: none;
}

#testimonials, .notice {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #E7F5F8;
  border: 1px dashed #71c8dc;
  list-style: none;
}

#testimonials li, .notice {
  padding: 10px;
}

.up {
  margin-left: 10px;
  background: #E7F5F8 url(../img/arrow_up.gif) no-repeat center 3px;
  padding-bottom: 5px;
}

.up a {
  font-size: x-small;
  display: block;
  padding-top: 10px;
}

.signature {
  border-top: 1px dotted #71c8dc;
  clear: both;
  text-align: right;
}

.more a {
  color: #71c8dc;
  font-size: smaller;
}

#slideshow ul {
  padding: 0;
  margin: 0;
}

#slideshow li, #testimonials li {
  list-style: none;
}

/* #slidenav {position:absolute;right:56px;bottom:13px;z-index:50000;}
 #slidenav a {background:#CCC;font-size:24px;color:white;padding:10px;font-family:Helvetica,Arial;font-weight:normal;margin-right:10px; text-decoration:none; font-weight:bold}
 #slidenav a.activeSlide {background:#FFF url(../../img/slidetab_bg.jpg) repeat-x left bottom;padding-bottom:12px;position:relative;top:-8px;color:black;border-bottom:6px solid red;} */
/* ----------------------------------------- main content area ----------------------------------------- */
#main {
  position: relative;
  margin: 10px auto;
  min-height: 300px;
}

#info {
  height: 30px;
  margin: 60px 0 0 0
}

#info li {
  float: left;
  display: block;
  margin: 0 16px;
}

#links {
  height: 30px;
}

#links li {
  float: left;
  display: block;
  margin: 0 17px;
}

#links li a.active {
  color: #64423c;
}

#col1, #col2 {
  width: 45%;
  min-height: 300px;
  padding: 15px;
}

#colFull {
  margin: 20px 5px 5px 5px;
  min-height: 300px;
}

.colHalf {
  width: 48%;
  margin: 20px 5px 5px 10px;
  min-height: 300px;
  float: left;
}

#col1 li, #col2 li, #col3 li {
  list-style: none;
}

#col1 img {
  padding: 5px;
  border: 1px solid #64423c;
  margin: 10px 10px 0 0;
}

#cloudframe {
  background: url(../img/cloudframe.jpg) no-repeat center top;
  width: 440px;
  height: 200px;
  margin: 20px 0 0;
}

#accreditation {
  margin: 20px;
}

#accreditation img {
  float: left;
  list-style: none;
  margin: 0 30px;
}

.formsfolder {
  background: url(../img/pdf-folder.jpg) no-repeat left top;
  height: 28px;
  padding: 10px 0 0 50px;
}

.jobs {
  background: url(../img/caregiver.gif) no-repeat left top;
  height: 28px;
  padding: 10px 0 0 40px;
}

ul.benefits li {
  list-style: disc inside !important;
  text-indent: 20px;
}

ul.holidays li {
  list-style: decimal-leading-zero inside;
  text-indent: 40px;
}

.indent {
  margin-left: 35px;
}

/* ------------------------------------------------ Footer --------------------------------------------------- */
#footer_wrapper {
  background: #b4bc35 url(../img/bg-footerWrapper.jpg) top center repeat-x;
  width: 100%;
  color: white;
  font-size: 11px;
  text-align: center;
  position: relative;
  display: block;
  /* negative value of footer height */
  clear: both;
}

#footer {
  /*  width:960px; (width defined by 960.css container_12 class) */
  margin: 0 auto;
  height: 130px;
  position: relative;
  background: #b4bc35 url(../img/bg-footer.jpg) top center no-repeat;
}

/*
 #flowersleft {
 position: absolute;
 left: 20px;
 top: -87px;
 background: url(../img/flowers_left.jpg) left top no-repeat;
 width: 111px;
 height: 87px;
 z-index: 1;
 }

 #flowersright {
 position: absolute;
 right: 0;
 top: -87px;
 background: url(../img/flowers_right.jpg) no-repeat right top;
 width: 111px;
 height: 87px;
 z-index: 1;
 }
 */
#footer a {
  color: #fff;
}

#ftr {
  position: absolute;
  bottom: 10px;
  right: 0px;
  font-size: 14px;
}

#footer ul li {
  list-style: none;
  margin: 0 10px;
  display: block;
  float: left;
}

.tab1 {
  background: url(../img/tab.jpg) no-repeat center top;
  margin: 10px 15px 0;
  font-size: 18px;
  width: 96px;
  height: 44px;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 10px;
  position: absolute;
}

.tab2 {
  background: url(../img/tab.jpg) no-repeat center top;
  margin: 10px 15px 0;
  font-size: 18px;
  width: 96px;
  height: 44px;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 120px;
}

/*  Image Gallery  ****************************************************/
.gallery {
  margin: 0 auto;
  padding: 0;
  width: 300px;
}

.gallery img {
  border: #6F8CB9 solid 2px;
  margin: 0 auto;
  padding: 0;
  width: 300px;
}

.gallery a:hover {
  text-decoration: none;
}

.gallery a:hover img {
  border: #4F3B5F solid 2px;
}

.gallery em.caption {
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  clear: both;
  display: block;
}

