/* CSS Document */

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 14px;;
text-align:left;
color:#666666;
}

em {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 14px;
font-weight:bold;
color:#666666;
}

.centered {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 16px;;
text-align: center;
color:#666666;
}

.testimonial {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
color:#003366;
text-align: justify;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 14px;
	;
	text-align:left;
	color:#003366;
	text-transform: uppercase;
}

.subheader {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 14px;;
text-align:left;
font-weight:bold;
text-decoration:underline;
color:#666666;
}

ul {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 16px;;
text-align:left;
color:#666666;
text-indent: -20px;
list-style-image:  url("images/bullet.gif");
list-style-type:square;
list-style-position:inside;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4162B0;
	text-decoration: none;
}
.menu_spacer {
	font-size: 11px;
	color: #4162B0;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4162B0;
	text-decoration: none;
	padding-left: 2px;
}
a.menu:hover {
	color: #F7881C;
}
.subheader {
	font-size: 12px;
	color: #4c78c0;
	padding-left: 20px;
}



/* APPOINTMENT REQUEST, REFER OUR OFFICE */
table.appointment_form,
table.refer_form
	{
	width: 320px;
	padding: 30px 0 10px 0;
	padding-top: 30px;
	border-style: double;
	}
table.appointment_form h5,
table.refer_form h5
	{
	margin: 0;
	}
.appointment_form td,
.refer_form td
	{
	padding: 10px 0 0 35px;
	}	
.appointment_form td + td,
.refer_form td + td
	{
	padding-left: 15px;
	padding-right: 35px;
	}	
input {
	width: 135px;
	}
input[name="clear"] {
	width: auto;
	}
input[name="send"] {
	width: auto;
	}
textarea {
	width: 140px;
	height: 50px;
	}	
textarea[name="symptoms"] {
	width: 300px;
	height: 70px;
	}
	
.callout {
	margin-left: 30px;
	}
.callout a {
	line-height: 20px;
	}
	
div.blue_box {
	width: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	padding: 3px 5px;
	letter-spacing: .25px;
	color: white;
	background-color: #4c78c0;
	}
