/* General Stuff */

html, body
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	}
a img
	{
	border: 0px;
	}
h1
	{
	font-size: 16px;
	padding: 20px 0px 0px 20px;
	}
h2
	{
	font-size: 15px;
	padding: 20px 0px 0px 20px;
	}
h3
	{
	font-size: 14px;
	padding: 20px 0px 0px 20px;
	}

/* Layout Stuff */

div.oa
	{
	border: 0; 
	}
div.design
	{
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 807px;
	height: 698px;
	border: solid 1px #000000;
	background-image: URL('images/care_background.jpg');
	background-repeat: no-repeat;
	}

/* Background Image Control */

div.bottom_image_1, div.bottom_image_2, div.bottom_image_3, div.bottom_image_4, div.bottom_image_5
	{
	width: 807px;
	height: 642px;
	border: solid 0px #00ff00;
	background-image: URL('images/bottom_image_1.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}
div.bottom_image_1 {background-image: URL('images/bottom_image_1.jpg');}
div.bottom_image_2 {background-image: URL('images/bottom_image_2.jpg');}
div.bottom_image_3 {background-image: URL('images/bottom_image_3.jpg');}
div.bottom_image_4 {background-image: URL('images/bottom_image_4.jpg');}
div.bottom_image_5 {background-image: URL('images/bottom_image_5.jpg');}

div.bottom_image_0
	{
	width: 807px;
	height: 642px;
	border: solid 0px #00ff00;
	}


div.heading1, div.heading2, div.heading3, div.heading4, div.heading5
	{
	margin: 0px;
	padding: 0px;
	width: 807px;
	height: 121px;
	background-image: URL('images/care_top_1.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}
div.heading1 {background-image: URL('images/care_top_1.jpg');}
div.heading2 {background-image: URL('images/care_top_2.jpg');}
div.heading3 {background-image: URL('images/care_top_3.jpg');}
div.heading4 {background-image: URL('images/care_top_4.jpg');}
div.heading5 {background-image: URL('images/care_top_5.jpg');}

/* Menu Stuff */

div.menu
	{
	margin: 0;
	width: 200px;
	float: left;
	height: 517px;
	border: solid 0px #00ff00;
	}
a.menu_link, a.menu_link:link, a.menu_link:visited
	{
	display: block;
	padding: 12px 20px 12px 20px;
	color: #711271;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	}
a.menu_link:hover
	{
	color: #c91f76;
	text-decoration: underline;
	}
a.menu_link_live, a.menu_link_live:link, a.menu_link_live:visited
	{
	display: block;
	padding: 16px 20px 16px 20px;
	color: #c91f76;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	}
a.menu_link_live:hover
	{
	color: #711271;
	text-decoration: underline;
	}
.address
	{
	line-height: 1.3;
	color: #ffffff;
	font-size: 16px;
	padding-left: 20px;
	}

/* Content Positioning Stuff */

div.x
	{
	font-size: 1px;
	float: right;
	clear: right;
	border: 0px;
	}
div.y
	{
	font-size: 1px;
	float: left;
	clear: left;
	border: 0px;
	}
div.content
	{
	border: solid 0px #ff0000;
	width: 600px;
	float: right;
	color: #711271;
	line-height: 1.4;
	}

/* Contact Form Stuff */

div.contact_form
	{
	width: 300px;
	float: left;
	}
div.contact_form fieldset
	{
	border: solid 0px #711271;
	}
div.contact_form legend
	{
	color: #711271;
	}
div.warning
	{
	color: #cc3333;
	}

/* Fotter Stuff */

div.footer
	{
	clear: all
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 807px;
	font-size: 12px;
	}
div.footer a, div.footer a:link, div.footer a:visited
	{
	color: #711271;
	text-decoration: none;
	}
div.footer a:hover
	{
	color: #de8cad;
	text-decoration: underline;
	}
