@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #FEFEFE;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6,p{
margin: 0px;
padding: 0px;
}
.twoColFixRtHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	border-bottom: 1px solid #CCC;
	height: 110px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 194px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 20px 220px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p {
	font-size: 0.9em;
}
.twoColFixRtHdr #footer {
	padding: 0px 0px 30px;
} 
.twoColFixRtHdr #footer p {
    margin: 0 0 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: 11px;
    color: #999;
    border-bottom: 1px solid #999;
    text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navbar {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	min-height: 40px;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
a:link {
	color: #113934;
	text-decoration: none;
}
a:visited {
	color: #113934;
	text-decoration: none;
}
a:hover {
	color: #1D675E;
	text-decoration: none;
}
h4 {
	margin: 0px;
	padding: 0px;
}
.mainboxmidcc li ul{
	font-size: 30px;
	color: #009;

}
.fltlftbox1 {
	float: left;
	margin-right: 24px;
	background: url(images/left_box.jpg) no-repeat;
	width: 295px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 62px;
	padding-left: 160px;
}
.fltlftbox1 li {
	font-size: 13px;
	padding-bottom: 3px;
}
.fltlftbox2 li {
	font-size: 13px;
	padding-bottom: 2px;
}
.fltlftbox2 {
	float: left;
	background: url(images/right_box.jpg) no-repeat;
	width: 305px;
	padding-top: 45px;
	padding-right: 150px;
	padding-bottom: 75px;
	padding-left: 20px;
}
.heading {
	margin: 0px auto;
	width: 397px;
}
.boxside1 {
	background: url(images/sidebar.jpg) no-repeat;
	padding: 10px 10px 150px;
	margin-bottom: 10px;
}
.boxside1 h2{
	font-weight: normal;
	font-size: 22px;
	margin: 0px;
	color: #083d34;
	padding-top: 0px;
	padding-bottom: 4px;
}
.boxside1 p {
	margin: 0px;
	padding: 6px 0px 0px;
	font-size: 13px;
	color: #083d34;
}
.mainboxmidsmall {
	width: 711px;
	min-height: 215px;
	background-image: url(images/mainbox-mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.greenboard {
	background: url(images/activities_board.jpg);
	height: 556px;
	width: 751px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.manicures {
	position: absolute;
}
.boxside2 {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 12px;
	background-image: url(images/sidebar2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.button {
	text-decoration: none;
	background: url(images/green_button.gif) no-repeat;
	padding: 4px 20px 8px;
	float: left;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	margin-left: 25px;
}
a.button a:link , .button a:visited {
	color: #333;
	text-decoration: none;
}
a.button a:hover {
	color: #FFF;
	background: url(images/green_button_roll.gif);
}
#greenbox h1{
	height:55px;
	text-indent:-9000px;
	font-size:1px;
	margin:0px;
	padding: 0px;
}
#greenbox h1.home {
	background: url(images/weekly_activities_heading.png) no-repeat left top;
}
#greenbox {
	margin: 0px auto;
	width: 397px;
}
#greenbox h1.benefits {
	background: url(images/benefits.png) no-repeat left top;
}
#greenbox h1.staff {
	background: url(images/staff.png) no-repeat left top;
}
#greenbox h1.carecommission {
	background: url(images/Care_commission.png) no-repeat left top;
}
#greenbox h1.visualimpact {
	background: url(images/visual-impact.png) no-repeat left top;
}
#greenbox h1.contactus {
	background: url(images/contact-us.png) no-repeat left top;
}
#greenbox h1.shoponline {
	background: url(images/shop-online.png) no-repeat left top;
}
#greenbox h1.sitemap {
	background: url(images/site-map.png) no-repeat left top;
}
#greenbox h1.thankyou {
	background: url(images/thank-you.png) no-repeat left top;
}
.mainboxtop {
	background: url(images/mainbox-top.png) no-repeat center top;
	height: 24px;
	width: 751px;
}
.mainboxmid {
	width: 711px;
	min-height: 480px;
	background-image: url(images/mainbox-mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.mainboxbot {
	background: url(images/mainbox-bot.png) no-repeat center top;
	height: 35px;
	width: 751px;
	margin-bottom: 20px;
}

.twoColFixRtHdr #mainContent h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #083d34;
	padding-bottom: 4px;
	letter-spacing: 60%;
}
.twoColFixRtHdr #mainContent li {
	font-size: .95em;
	padding-bottom: 6px;
	padding-top: 6px;
}
.mainboxstaff {
	width: 350px;
	min-height: 484px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-right: 400px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/staffbox.png);
	background-repeat: no-repeat;
	background-position: left top;
}
fieldset {
	padding: 10px;
}
.fltrtprice {
	float: right;
	margin-left: 14px;
	width: 400px;
	padding-top: 10px;
	font-size: 13px;
}
.fltrtprice p {
	margin: 0px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
table {
			font: 11px verdana,verdana, arial;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
			color: #333;
			line-height: 19px;
}
		
		
		th {
			font-weight: normal;
			text-transform: uppercase;
		}
.thead   {
	background-color: #113934;
	padding:  5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
		}
		
		tfoot tr th, tfoot tr td {
			background-color: transparent;
			padding:  20px 10px;
			color: #ccc;
			border-top: 1px solid #ccc;
		}
		
		tbody tr th {
			padding: 20px 10px;
			border-bottom: 1px dotted #fafafa;
		}
.tr {
	background-color: #E9F0CA;

		}
		tr.odd {
			background-color: #EDF7DC;
		}
.mainboxmidcc {
	width: 711px;
	padding: 10px 20px;
	min-height: 484px;
	background-image: url(images/mainbox-mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a.button2 {
	text-decoration: none;
	padding: 5px;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	background-color: #083d34;
	border: 1px solid #FFF;
	width: 130px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 6px;
}
a.button2 a:link, .button2 a:visited {
	color: #333;
	text-decoration: none;
}
a.button2 a:hover {
	color: #FFF;
	background-color: #128B76;
}
#greenbox2 {
	width: 600px;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}
#greenbox2 h1 {
	vertical-align: 0%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;

}
.twoColFixRtHdr #mainContent h4 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.star {
	position: absolute;
	left: 231px;
	top: 70px;
}
.slogan {
	width: 700px;
	padding-top: 0px;
	position: absolute;
	left: 500px;
	top: 18px;
}
.slogan h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
.slogan2 {
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #083d34;
	border-bottom-color: #083d34;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.slogan2 h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #083d34;
}
.fltrtaddthis {
	float: right;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.red {
	color: #F00;
}
fieldset {
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #CCC;
	padding: 0.35em 0.625em 0.75em;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #083D34;
	text-align: center;
	padding-right: 5px;
}
