/* TEXT STYLES ------------------ */

h3 {
	color: #646d7a;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 9px 0;
	padding: 0 0 0px 0;
	text-transform: uppercase;
	}

h2 {
	color: #646d7a;
	font-size: 18px;
	}
	
h4 {
	/* body head style */
	color: #646d7a;
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
	
p {
	color: #646d7a;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 13px 0;
	padding: 0 0 0 0;
	}
	
p a {
	color: #000085;
	text-decoration: none;
	}
	
p.first-paragraph {
	margin-left: -4px;
	padding-top: 4px;
	padding-left: 4px;
	background-image: url(../images/nav/first_paragraph_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
p.caption {
	text-transform: uppercase;
	color: #000085;
	background-color: transparent;
	font-size: 10px;
	}
	
/* Sitemap styles */
table.sitemap tr td ul li {
	color: #9399a2;
	list-style: disc;
}

table.sitemap tr td ul li a, table.sitemap tr td h4 a{
	color: #646d7a;
	text-decoration:none;
}

table.sitemap tr td ul li a:hover, table.sitemap tr td h4 a:hover{
	color: #d1002b;
}

/* Hack for setting a default minimum height */
.left_height {
	height: 447px;
	float:right;
    width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* Style for search results */
#left-col-l2 ul.search li a {
	color: #000085;
	text-decoration: none;
}

#left-col-l2 ul.search li a:hover {
	text-decoration: underline;
}

/* Style for the contact us form */
table.contact_us {
	margin-left:30px;
	width: 450px;
}
input.contact_us, textarea.contact_us {
	border: solid 1px #9399a2;
}

/* table.contact_us tr th {
	color: #646d7a;
	text-align:left;
	font-size:10pt;
	width: 100px;
}

/* input.contact_btn {
	border: solid 1px #646d7a;
	background-color: #9399a2;
	color:#fff;
	float:right;
} */

#left-col ul li, #left-col-l2 ul li {
	color: #646d7a;
	font-size:10pt;
}

#copy {
	font-size: 10pt;
	color: #646d7a;
	padding-left:60px;
}

/* links on the main page in the right column will underline on hover */
#right-single-col p a:hover, #right-single-col-l2 p a:hover, #left-col-l2 p a:hover {
	text-decoration:underline;
}


/* SendRight Form Styles */

table.contact_us td a {
	color: #000085;
	text-decoration: none;
}

table.contact_us td a:hover {
	text-decoration: underline;
}

input.contact_us, textarea.contact_us {
	border: solid 1px #9399a2;
}

table.contact_us tr th {
	color: #646d7a;
	text-align:left;
	font-size:10pt;
	width: 140px;
}

table.contact_us td.health_check_disclaimer {
	font-size: 7pt;
	width: 450px;
	line-height: 1.3;
}

span.health_check_size_example{
	font-size: 7pt;
}

input.contact_btn {
	border: solid 1px #646d7a;
	background-color: #9399a2;
	color:#fff;
	float:left;
	margin-right: 95px;
}

sup {
position:relative;
line-height: 0.9; 
font-size:10px;
}
