a img {
	border: 0px none;
}

#body h2 {
	color: #3ca4d8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
}

#body p {
	font-size: 80%;
	line-height: 175%; 
	color: #482813;
}

#body ul {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#body ul li {
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-type: none;
	line-height: 175%; 
	color: #482813;
	
}

#body a {
	color: #2591c7;
	font-weight: bold;
}

#body a:hover {
	color: #3ca4d8;
}

#pinkcallout {
	float: right;
	width: 270px;
	background-image: url(../images/pinkcallout-top.gif);
	background-repeat: no-repeat;
	background-color: #F9E3E3;
	text-align: center;
	margin: 30px 0px 15px 15px;
}

#pinkinnerdiv {
	background-image: url(../images/pinkcallout-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
}

#homecallout {
	float: right;
	width: 45%;
	background-color: #F9E3E3;
	text-align: left;
	margin: 30px 0px 10px 15px;
	padding: 15px;
	font-size: 90%;
}

#homecallout h3 {
	margin-top: 0px;
	font-size: 120%;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #701A1A;
}

#homecallout ul li {
	margin-left: 5px;
	background-image: url(../images/pinkbullet.gif);
	background-position: 0px 5px;
	line-height: 145%; 
}

span.small {
	font-size: 90%;
}

span.large {
	font-size: 110%;
}

form div {
	display: block;
	clear: left;
	margin-bottom: 10px;
	font-size: 80%;
}

form p {
	clear: left;
	font-size: 100%;
}

form div p {
	float: left;
	clear: none;
	margin-top: 0px;
}

#body form p.question {
	background-color: #ECF9FF;
	margin-top: 25px;
	padding: 3px 5px;
	color: black;
}

form h4 {
	clear: left;
}

form div label.inner {
	width: auto;
	margin-right: 0px;
	background-color: transparent;
	padding: 0px;
	float: none;
	font-size: 120%;
}

form div label {
	width: 270px;
	margin-right: 15px;
	background-color: #ECF9FF;
	padding: 5px;
	float: left;
	font-size: 100%;
	display: block;
}

form div label.invisible {
	background-color: transparent;
}

form div input,
form div textarea {
	padding: 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

div.error {
	font-size: 100%;
	text-align: left;
	padding: 5px;
}

#body div.error ul,
#body div.error p
 {
	margin: 0px 10px;
}

#body div.error ul li {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
	background-image:none;
}

.error {
	background-color: #F9E3E3;
	width: auto;
	padding: 10px;
	font-size: 90%;
	text-align: center;
	margin: 10px 0px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #482813;
}

.twocol {
	width: 48%;
	float: left;
}

#body p.caption {
	font-size: 70%;
	background-color: #FBE3EE;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.right {
	float: right;
}

#schedulebutton {
	background-image: url(../images/appointmentbutton.gif);
	background-repeat:no-repeat;
	width: 298px;
	height: 104px;
	overflow: hidden;
	margin-left: 15px;	
	position: relative;
}

#schedulebutton  ul {
	position: absolute;
	left: 120px;
	top: 40px;
}

.required {
	color: #FF0000;
	font-weight: bold;
	font-size: 120%;
	padding-right: 3px;
}

.largebutton {
	background-image: url(../images/largeschedulebutton.gif);
	background-repeat:no-repeat;
	width: 350px;
	height: 150px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#body .largebutton a {
	position: absolute;
	display: block;
	padding: 30px 0px 0px 150px;
	width: 350px;
	height: 150px;
	color: #3ca4d8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	z-index: 100;
}

#body .largebutton p {
	position: absolute;
	padding: 60px 0px 0px 150px;
	width: 180px;
	z-index: 1;
}

