/* Care Connections Global Styles */

/* INTRODUCTION PAGE ============== */

.introduction_wrapper {
	background:url(../introduction/images/background_gradient.gif) repeat-x top #D7E1ED;
	margin:0px;
	color:#333399;
}

.heart_background {
	background:url(../introduction/images/heart_background.gif) no-repeat left top;
	height:520px;
}
.info_box {
	background:#FFFFFF; 
	border:#DCD1FF solid 2px;
	width:600px;
	height:300px;
	margin:0px auto 0px auto;
	padding:0px 20px 0px 20px;
}

.introduction_wrapper h1 {
	font-size:21px;
	color:#663399;
	font-style:italic;
}

.introduction_wrapper ul {
	color:#663399;
	font-size:14px;
	font-weight:bold;
}

.introduction_wrapper a {
	color:#000066;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.introduction_wrapper a:hover {
	color:#990066;
	text-decoration:underline;
}