@charset "UTF-8";

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	position:relative;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li {float:left; margin-right:1px;}
#menu li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	padding:0 10px 0 10px;
}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative; color:#663; background-image:url(images/cssImages/navTXover2.png)}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#663;}
#menu li:hover > a.sub {color:#663;}

#menu li a.sub {background-color: #FFF;}

#menu :hover ul {left:0; top:30px; width:160px;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:160px; top:-1px; background-image:url(images/cssImages/navNormalTX.png); white-space:nowrap; width:150px; z-index:200; height:auto;}

#menu :hover ul li {margin:0;}
#menu :hover ul li a {width:160px; padding:0; text-indent:10px; background-image:url(images/cssImages/navTXover.png); color:#FFF; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background-image:url(images/cssImages/navNormalTX.png);}

#menu :hover ul :hover {background-image:url(images/cssImages/navTXover2.png); color:#663;}
#menu :hover ul :hover a.fly {background-image:url(images/cssImages/navNormalTX.png); color:#663;}

#menu :hover ul :hover ul li a {width:160px; padding:0; text-indent:10px; background-image:url(images/cssImages/navTXover2.png); color:#663;}
#menu :hover ul :hover ul :hover {
	color:#fff;
	background-image: url(images/cssImages/navTXover.png);
}


#menuPositioner {
	width: 100%;
	position: relative;
}
#menuHolder {
	position: relative;
}

/* CSS Document */

body {
	background-color: #B0C5D1;
	background-image:url(images/cssImages/backgroundGradient.jpg);
	background-repeat:repeat-x;
	margin:0;
}

#container {
	width: 854px;
	margin: auto;
}
#boxTop {
	height: 50px;
}
#quickLinks {
	float: right;
	width: 400px;
	margin-right: 8px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
#bannerWrapper {
	background-image: url(images/cssImages/bannerBox.jpg);
}

#contentWrapper {
	background-image: url(images/cssImages/contentBox.jpg);
	background-repeat:repeat-y;
}

#innerContentWrapper {
	background-image: url(images/cssImages/contentBox2.jpg);
	background-repeat:repeat-y;
}


#banner {
	width: 806px;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90926B;
}
#boxBottom {
	background-image: url(images/cssImages/boxBottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#content {
	width: 806px;
	margin:auto;
	padding-top:10px;
}
#navigation {
	background-image: url(images/cssImages/navigation.jpg);
	background-repeat:repeat-x;
	width: 806px;
	height: 30px;
}
#bannerLeft {
	width: 298px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}
#SerenityLogo {
	height: 146px;
}
#questionBox {
	background-repeat: no-repeat;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFD0D9;
}

#tagLine {
	background-image: url(images/cssImages/tagLine.jpg);
	background-repeat: no-repeat;
	height: 213px;
}

#bannerRight {
	width: 507px;
	float: left;
}
.quickLink {
	height: 36px;
	width: 94px;
	background-image: url(images/cssImages/qlButtonNormal.jpg);
	background-repeat: no-repeat;
	float: right;
	color: #3A6986;
	padding-top: 10px;
}

.quickLink a {
	color: #3A6986;
	text-decoration:none;
}

.quickLink a:hover {
	height: 36px;
	width: 94px;
	float: right;
	background-image: url(images/cssImages/qlButtonOver.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #FFF;
	margin-top:-10px;
	padding-top:10px;
}
#contentLeft {
	width: 500px;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	color: #396C8C;
	text-align: left;
	display: block;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	text-align: left;
}

.body2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	text-align: left;
}

.body a{
	color: #369;
	text-decoration:none;
}

.body a:hover {
	color: #999;
	text-decoration:underline;
}

.bodyH3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #369;
	text-align: left;
	display:block;
	margin-top: 15px;
}
.bodyList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin-left: 20px;
	display: block;
	margin-bottom: 8px;
	width: 80%;
}
.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #663366;
	text-align: left;
	display: block;
	padding-top: 7px;
	padding-bottom: 9px;
}
.questionList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #6A8483;
	text-align: left;
}
.questionList a{
	text-decoration:underline;
	color: #6A8483;
}

.questionList a:hover {
	text-decoration:none;
	color: #335D79;
}
#contentRight {
	float: right;
	width: 245px;
	height: 100%;
}

.linkBox3 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	padding-top: 10px;
	background-image: url(images/current-hospice-newsletter-small.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 135px;
}

.linkBox3 h3 {
	font-size:140%;
	font-style:normal;
	text-align:left;
	margin:0;
	float:left;
	font-weight:normal;
	width:250px;
}

.linkBox3 a {
	color:#369;
	text-decoration:none;
	font-size:14px;
	line-height:1.6em;
	display:block;
	width:200px;
	float:left;
}

.linkBox3 a:hover {
	color:#666;
	text-decoration:underline;
}


#boxBottom {
	height: 25px;
	width: 854px;
}
#callOutBox {
	height: 128px;
	width: 497px;
	float: left;
	background-image: url(images/cssImages/callOutBox.png);
	background-repeat: no-repeat;
	padding: 10px;
}

#contactBox {
	height: 80px;
	background-image: url(images/cssImages/contactBox.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	clear: both;
}

.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #99CC00;
	text-align: left;
	display: block;
}

.subhead5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #369;
	text-align: left;
	display: block;
}

.whiteBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.subhead3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #9C9E76;
	font-style: normal;
	line-height: 1.6em;
	padding-top: 10px;
	text-align: left;
	display: block;
	padding-bottom: 20px;
}
.subhead4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #A3A67B;
	display: block;
}
#mainContent {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#boxWhite {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/cssImages/navNormalTX.png);
	padding-top: 15px;
	padding-bottom: 15px;
}
#calendar {
	text-align: center;
}
#footer {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#footerLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	width: 250px;
	float: left;
}

#footerLeft a {
	color: #FFF;
	text-decoration:none;
}

#footerLeft a:hover {
	color: #369;
	text-decoration:underline;
}

#footerRight {
	width: 550px;
	float: right;
}
.addressBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #369;
	display: block;
	float: right;
	margin-left: 20px;
}
.addressBox em {
	font-size: 14px;
	font-style:normal;
}

.addressBox a {
	color: #369;
	text-decoration:none;
}

.addressBox a:hover {
	color: #666;
	text-decoration:underline;
}.locationMap {
	float: right;
	width: 420px;
}
.linkBox {
	width: 360px;
	float: left;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
}

.linkBox a {
	color:#369;
	text-decoration:none;
	display:block;
	font-size:14px;
	line-height:1.6em;
}

.linkBox a:hover {
	color:#666;
	text-decoration:underline;
}
.linkBox2 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	border-top: 1px solid #666;
	padding-top: 10px;
}

.linkBox2 h3 {
	font-size:140%;
	font-style:normal;
	text-align:left;
	margin:0;
	float:left;
	font-weight:normal;
	width:250px;
}

.linkBox2 a {
	color:#369;
	text-decoration:none;
	font-size:14px;
	line-height:1.6em;
	display:block;
	width:200px;
	float:left;
}

.linkBox2 a:hover {
	color:#666;
	text-decoration:underline;
}

#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
}
.formElement {
	padding-bottom: 15px;
	display: block;
}
#homeQuote {
	float: left;
	width: 250px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #369;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
}
#waiver {
	color: #369;
	width: 750px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
}
.employeeSpotlight {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E9FA9;
	margin-top: 15px;
	padding-bottom: 15px;
}
.employeeName {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #33627E;
}
.employeePosition {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-style:italic;
	color: #A3A67B;
	margin-bottom:12px;
}
.employeeBio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	text-align: left;
}

.employeeBio a {
	color:#069;
	text-decoration:none;
}

.employeeBio a:hover {
	color:#666;
	text-decoration:underline;
}

.employeeSpotlight img {
	float:left;
	margin-right:20px;
	border: #FFF 10px solid;
}
