/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(images/fade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #6699CC;
}
.note {
	font-size: 90%;
	color: #E6E6E6;
	font-weight: bold;
}
#content h2 {
	text-align: center;
	font-size: 125%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
	color: #FFFFFF;
}
.highlightitem {
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	width: 236px;
	padding: 10px;
	margin: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.highlightitem li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.highlightitem ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/bg_01.jpg);
	display: inline;
	float: left;
	height: 76px;
	width: 800px;
	background-position: left top;
}
#mainNav {
}
#mainNav #subhead {
	display: inline;
	height: 61px;
	width: 330px;
	float: left;
	background-image: url(images/bg_02.jpg);
	background-position: left top;
	text-align: right;
	font-size: 80%;
	padding-top: 35px;
	padding-left: 100px;
	padding-right: 25px;
	color: #CCCCCC;
}
#mainNav #home {
	display: inline;
	height: 96px;
	width: 98px;
	float: left;
	background-image: url(images/bg_03.jpg);
}
#mainNav #care {
	display: inline;
	height: 96px;
	width: 107px;
	float: left;
	background-image: url(images/bg_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainNav #contact {
	display: inline;
	height: 96px;
	width: 140px;
	float: left;
	background-image: url(images/bg_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	background-image: url(images/bg_06.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	display: inline;
	float: left;
	padding-left: 75px;
	padding-right: 75px;
	min-height: 400px
}
#content p {
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	display: inline;
	float: left;
	height: 105px;
	background-image: url(images/bg_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	color: #B6D9FF;
	font-size: 90%;
	text-align: center;
	padding-top: 25px;
}
#content h1 {
	font-size: 150%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-style: italic;
	width: 650px;
}
.highlightitem .hititle {
	font-size: 110%;
	color: #334C66;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}
.highlightitem {
	color: #334C66;
}
.highlightitemSmall {
	background-image: url(images/small_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 236px;
	padding: 10px;
	margin: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.highlightitemSmall .hititle {
	font-size: 110%;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
}
