/* ===============================
		::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
	font: 12px/1.6em Arial, sans-serif;
	color: #555;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #118209;
	margin: 1.2em 0 .5em;
	line-height: 1.15em;
}
H1 { font-size: 2em; }
H2 { font-size: 1.5em; }
H3 { font-size: 1.35em; }
H4 { font-size: 1em; }
H5 { font-size: .9em; }
H6 { font-size: .8em; }

.first {
	margin-top: 0;
}
P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS {
	margin-bottom: 1em;
}
.error {
	font-weight: bold;
	font-size: 1.1em;
	color: #b00;
}

STRONG, EM { color: #333; }



/* ===============================
		::: LINKS :::
=============================== */

A:link,
A:visited		{ color: #3e729f; }
A:hover,
A:active,
A:focus		{ color: #118209; }
.link {
	color: #3e729f;
	text-decoration: underline;
	cursor: pointer;
}


/* ===============================
		::: LISTS :::
=============================== */

UL, OL, LI {
	margin-left: 1em; }
	
	LI {
		margin-bottom: .3em; }
		
	DT {
		font-weight: bold; }
		
	DD {
		margin: 0 0 1em 1em; }
		
		DD UL {
			margin-left: 0; }
			
			DD LI {
				list-style: none;
				display: inline;
				padding: 0 0 0 .25em;
				margin: 0; }


/* ===============================
		::: TITLES :::
=============================== */

BODY.home #submenu H2 		{	background-image: url(../images/sub_home.gif); }
BODY.parents #submenu H2 		{	background-image: url(../images/sub_parents.gif); }
BODY.healthcare_pros #submenu H2 		{	background-image: url(../images/sub_healthcareprod.gif); }
BODY.who_we_are #submenu H2 		{	background-image: url(../images/sub_whoweare.gif); }
BODY.what_we_do #submenu H2 		{	background-image: url(../images/sub_whatwedo.gif); }
BODY.features #submenu H2 		{	background-image: url(../images/sub_features.gif); }
BODY.links #submenu H2 		{	background-image: url(../images/sub_links.gif); }



/* ===============================
		::: TABLES :::
=============================== */
#content TABLE {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse; }

	#content TD,
	#content TH {
		padding: 2px;
		border: 2px solid #ddd; }


/* ===============================
		::: MISC :::
=============================== */
