* {
	margin:0;
	padding:0;
}

.left { float: left; }
.right { float: right; }
.text_right { text-align: right; }
.text_center { text-align: center; }
.purple { color: #ad349a; }

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 100%;
	background: #ffffff url(../images/bg_float.jpg) repeat-x fixed top;
}

p, label {
	font-size:14px;
	line-height:22px;
	padding:5px 0;
	color: #1b4673;
}

a {
	font-style: italic;
	color: #ad349a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color:#FFF;
	font-weight:normal;
	font-size:36px;
	line-height:52px;
}

h2 {
	font-size:26px;
	line-height:34px;
	color:#6e115f;
	padding:5px 0;
}

h3 {
	font-size:16px;
	line-height:24px;
	padding:5px 0;
	color: #6e115f;
	font-weight:bold;
}

h4 {
	font-size:14px;
	line-height:22px;
	padding:5px 0;
	color: #1b4673;
	font-weight:bold;
}

ul, ol {
	padding:5px 0 5px 30px;
}

li {
	font-size: 14px;
	line-height:22px;
	color: #1b4673;
}

.hold {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#header {
    padding: 0 10px;
    height: 128px;
    overflow: hidden;
}

#logo {
    float: left;
    width: 186px;
    margin: 20px 0 20px 30px;
}

#logo a {
    display: block;
    width: 186px;
    height: 0;
    padding-top: 79px;
    overflow: hidden;
    background: #FFF url(../images/logo.jpg) no-repeat;
}

#info {
    float: right;
    width: 460px;
    margin: 20px 30px 0 0;
}

#info p {
    font-size: 14px;
    padding: 0 0 7px;
    text-align: right;
    color: #5a7897;
    text-transform: lowercase;
}

#info a:link,
#info a:visited {
    text-decoration: none;
}

#info a:hover { text-decoration: underline; }

#info a.email:link,
#info a.email:visited {
    color: #ad349a;
    font-style: italic;
}

#info span {
    font-size: 28px;
}


#header_image {
    width: 960px;
    height: 270px;
    margin: 0 0 20px 0;
    background-position: 10px 0;
    background-repeat: no-repeat;
    overflow: hidden;
}



#header_image .slideshow{
  position: relative;
  margin-left: 10px;
  top: -150px;
  z-index: -1000;
}

#header_home {
    width: 960px;
    height: 350px;
    margin: 0 0 15px;
    background-position: 10px 0;
    background-repeat: no-repeat;
    float:left;
    overflow:hidden;
}

#header_home .slideshow {
  position: absolute;
  margin-left: 10px;
  top: 130px;
  z-index: -1000;
}



#top_navigation {
    width: 960px;
    height: 60px;
    padding: 0;
    float:left;
    display:inline;
    overflow:hidden;
}

#top_navigation ul {
    float: left;
    width: 953px;
    height: 60px;
    list-style-type: none;
    padding: 0 0 0 7px;
    display:inline;
    background-image:url(../images/bg_nav.gif);
    background-repeat:repeat-x;
}

#top_navigation li {
    margin: 0px 9px;
    padding: 0;
    float: left;
    display:inline;
    height:60px;
    overflow:hidden;
}

#top_navigation a {
    float: left;
    display: block;
    padding: 24px 26px 4px 26px;
    height:32px;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-style:normal;
    font-weight:bold;
}

/* Fallback for ie shonkyness */
#top_navigation li a:hover {
  text-decoration: none;
  background-image:url(../images/bg_nav_over.gif);
  background-repeat:repeat-x;
}

#top_navigation ul  li.on a,
#top_navigation ul  li.on a:hover,
#top_navigation ul  li.active a,
#top_navigation ul  li.active a:hover,
#top_navigation ul  li.active-trail a,
#top_navigation ul  li.active-trail a:hover{
    background: url(../images/bg_nav_on.gif) no-repeat scroll 50% 0px;
}

#top_navigation_footer {
    height: 10px;
    width: 960px;
    overflow: hidden;
    background: transparent url(../images/bg_top_navigation_footer.gif) no-repeat scroll top;
    float:left;
}

#header_text {
    width: 425px;
    height: 70px;
    padding: 5px 0 0 35px;
    position: relative;
    top: 100px;
    background: transparent url(../images/bg_header_text.png) bottom left no-repeat;
    overflow:hidden;
}

#header_text h1 {
	margin:0;
	padding:0;
}


#headerhome_text {
    width: 310px;
    height: 120px;
    padding: 10px 0 0 40px;
    position:relative;
    top:140px;
    overflow:hidden;
    background: transparent url(../images/bg_header_text.png) no-repeat;
}

#headerhome_text h3 {
	color:#FFF;
	font-weight:normal;
	font-size:22px;
	line-height:26px;
}

#headerhome_text h1 {
  line-height:35px;
}

#home {
    float: left;
    width: 590px;
    padding: 0 0 30px 40px;
}

#internal {
    float: left;
    width: 590px;
    padding: 0 0 30px 40px;
}

#breadcrumbs {
    margin: 0 0 25px;
    color: #1b4673;
}

#home #breadcrumbs p,
#internal #breadcrumbs p { padding-bottom: 0; }

#breadcrumbs a:link,
#breadcrumbs a:visited {
    color: #ad349a;
    font-style: italic;
    text-decoration: none;
}


#internal.content p { 
	padding-bottom: 10px;
	padding-right:30px;
}

.content .image { margin: 0 20px 20px 0; }
.content .image img { border: none; }

#internal.content li { color: #1b4673; }

.content a:link,
.content a:visited {
    color: #ad349a;
    font-style: italic;
    text-decoration: none;
}

.content a:hover { text-decoration: underline; }

#internal .testimonial {
  padding-left: 0px;
}

.job_spec {
    border-top: 1px solid #ccc;
    margin: 10px 30px 10px 0;
    padding: 20px 0 10px;
}

.job_spec h5 {
    font-size: 18px;
    font-weight: normal;
    color: #ad349a;
    margin-bottom: 10px;
}

.job_spec h5 span,
.job_spec .text_right a {
    padding: 0 15px 0 0;
    background: #FFF url(../images/bullet_purple.gif) no-repeat scroll right;
}

.job_spec ul { 
	overflow: hidden;
	padding-left:0;
}

.job_spec li {
    float: left;
    background: none;
    display: block;
    width: 33%;
    padding: 0;
}


#right_widgets {
    float: right;
    width: 330px;
    margin-top: 5px;
    overflow: hidden;
}


/*** START WIDGETS ***/
.services {
    width: 280px;
    height: 276px;
    padding: 15px 30px 0 20px;
    background: transparent url(../images/bg_widget_services.png) no-repeat;
    margin-top:10px;
}

.services h3 {
    color: #FFF;
    font-weight: normal;
    font-size: 22px;
}

.services h4 {
    color: #FFF;
}

.services ul {
    list-style-type: none;
    padding-left:0;
}

.services li {	
    color: #FFF;
    padding:5px 0;
}

.services p {
    font-size: 14px;
    color: #fff;
}

.services a:link,
.services a:visited {
    padding: 0 15px 0 0;
    color: #FFF;
    background: transparent url(../images/bullet_white.png) no-repeat scroll;
    background-position:right 4px;
    text-decoration: none;
    font-style: italic;
}

.services a:hover { text-decoration: underline; }

.how_can_we_help a:link,
.how_can_we_help a:visited {
  font-style: normal;
}

.testimonial {
    width: 270px;
    padding: 25px 40px 20px 20px;
}

.testimonial h3 {
    color: #6e115f;
    font-size: 16px;
}

.testimonial p {
    font-style: italic;
}

.testimonial a:link,
.testimonial a:visited {
    padding: 0 15px 0 0;
    color: #ad349a;
    text-decoration: none;
    background: transparent url(../images/bullet_purple.gif) no-repeat scroll right;
}

.testimonial a:hover { text-decoration: underline; }

.menu-block-wrapper {
    width: 270px;
    padding: 10px 40px 10px 20px;
}

.menu-block-wrapper ul {
    margin: 0 0 15px;
    list-style-type: none;
    padding-left:0px;
}

.menu-block-wrapper li {
    padding: 5px 0 5px 15px;
    background: transparent url(../images/bullet_purple.gif) no-repeat scroll left;
    line-height: 24px;
    font-size: 16px;
    color: #ad349a;
}

.menu-block-wrapper li.active {
    background-image: url(../images/bullet_blue.gif);
}

.menu-block-wrapper a:link,
.menu-block-wrapper a:visited {
    font-style: italic;
    color: #ad349a;
    text-decoration: none;
}

.menu-block-wrapper a:hover { text-decoration: underline; }

.menu-block-wrapper a.active {
	text-decoration: none;
	font-style:normal;
	color: #1b4673;
}
.menu-block-wrapper a.active:hover { text-decoration: none; }

.latest_job {
    width: 270px;
    height: 266px;
    padding: 25px 40px 0 20px;
    background: transparent url(../images/bg_widget_services.png) no-repeat;
}

.latest_job h3 {
    color: #FFF;
    font-weight: normal;
    font-size: 22px;
    padding-bottom: 15px;
}

.latest_job p {
    font-size: 14px;
    color: #FFF;
    padding-bottom: 15px;
}

.latest_job a:link,
.latest_job a:visited {
    padding: 0 15px 0 0;
    color: #FFF;
    background: transparent url(../images/bullet_white.png) no-repeat scroll right;
    text-decoration: none;
    font-style: italic;
}

.latest_job a:hover { text-decoration: underline; }

.locator {
    width: 260px;
    margin: 0 10px 0 0;
    padding: 25px 40px 0 20px;
    background: transparent url(../images/bg_widget_locator.jpg) no-repeat scroll right;
}

.locator h3 {
    color: #6e115f;
}

.locator h3 span {
    padding: 0 15px 0 0;
    background: transparent url(../images/bullet_purple.gif) no-repeat scroll;
    background-position:right 5px;
}

.locator p {
    margin: 0px 90px 0 0;
    color: #1b4673;
}


.locator a:hover { text-decoration: underline; }
/*** END WIDGETS ***/


#footer_widgets {
    clear: both;
    width: 900px;
    margin: 0 10px;
    padding: 0 20px;
    overflow: hidden;
    background: #edebed url(../images/bg_footer_widgets.gif) repeat-x scroll top;
}

#footer_widgets .widget {
    width: 280px;
    padding: 35px 10px 0;
    background: #edebed url(../images/bg_footer_widget.jpg) no-repeat scroll top left;
}

#footer_widgets .widget h3 {
}

#footer_widgets .widget div.wDesc {
	height:145px;
}


#footer_widgets .widget a:link,
#footer_widgets .widget a:visited {
    padding: 0 15px 0 0;
    color: #ad349a;
    text-decoration: none;
    font-style: italic;
    background: transparent url(../images/bullet_purple.gif) no-repeat scroll right;
}

#footer_widgets .widget a:hover {
  text-decoration: underline;
}

#footer_widgets_footer {
    width: 960px;
    height: 14px;
    display: block;
    overflow: hidden;
    background: transparent url(../images/bg_footer_widgets_footer.png) no-repeat scroll top;
}


#footer {
    width: 880px;
    padding: 10px 40px;
    overflow: hidden;
    background: #ad349a;
}

#footer ul {
    list-style-type: none;
    margin-bottom: 15px;
}

#footer li {
    display: inline;
    font-size: 14px;
    padding: 0 0 0 10px;
}

#footer a:link,
#footer a:visited {
    color: #FFF;
    font-style: italic;
    text-transform: lowercase;
}

#footer p {
    font-size: 14px;
    color: #FFF;
}

#footer div.right p { text-align: right; }

#footer span { font-size: 28px; }


#bottom_links {
    width: 880px;
    margin: 10px auto 15px;
    padding: 0 40px;
    overflow: hidden;
}

#bottom_links ul { list-style-type: none; }

#bottom_links li {
    display: inline;
    padding: 0 0 0 5px;
    font-size: 12px;
}

#bottom_links a:link,
#bottom_links a:visited {
    color: #ad349a;
    text-decoration: none;
    text-transform: lowercase;
}

#bottom_links a:hover { text-decoration: underline; }

#bottom_links a#ws_link {
	display:block;
	width:152px;
	height:0px;
	background-image:url(../images/ws_link.gif);
	padding-top:20px;
	overflow:hidden;
}


.clear {
  clear: both;
}

.required {
  color: #ad349a;
}

#care_locator_map {
  border: none;
}

.tooltip {
  display: none;
  background-image: url(../images/map_hover.png);
  width: 216px;
  height: 158px;
  padding: 5px 10px 0 15px;
}

.tooltip h3, .tooltip p, .tooltip a:link, .tooltip a:visited {
  color: #fff;
}

#map {
  width: 93%;
  height: 320px;
  margin: 10px 0;
  border: 2px solid #99b3cc;
}


div.image {
	margin:0;
}

.jobFilters{
	padding:5px 10px 10px 10px;
	background-color:#ad349a;
	width:540px;
}

.jobFilters label,
.jobFilters h4 {
	color:#FFF;
}


.jobFilters select {
	margin-right:30px;
	width:170px;
}

body#our_homes .menu-block-wrapper {
  padding-top: 70px;
}

.slideshow img {
  display: none;
}

.slideshow img.first {
  display: block;
}

.highlighted {
  color: #AD349A;
}

#internal.content .map_popup p {
  padding: 10px 0 0;
}

#internal.content .map_popup h3 {
  padding: 0;
}

body.internal #header_text {
  background: transparent url(../images/bg_header_text_internal.png) no-repeat scroll 0 0;
}

body.homepage #internal {
  padding-bottom: 0px;
}

div.widget.right {
  margin-right: 35px;
}

/* Localized */

.element-invisible { display: none; }

/* carreer views */
.views-field { font-size:13px;  margin-bottom:10px;  }
.views-field-title .field-content { font-size:17px; font-weight:bold; }
.views-field-created { font-size:13px; margin-top:10px; }

.views-label-field-nursing-home { display:inline; }
.views-field-field-nursing-home .field-content { display:inline; color: #AD349A; }

.views-field-view-node { padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #aaa; }

.menu-block-edit, .menu-block-list { display:none; }

.block-configure { font-size:11px; }

li.block-configure { list-style-type:none; }
ul.contextual-links { margin:0; padding:0; }

.content label { display:block; }
.content input, .content select { margin-bottom:10px; }

.form-type-radio label { display:inline; }

.h1-front { font-size:30px; }