/* @override http://cleftline.dev/css/clp_type.css */

/* ===============================
		::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
	font: 12px/1.6em "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #333;
}

H1, H2, H3, H4, H5, H6 {
	font-family: "Trubuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #5a428a;
	margin: 1.2em 0 .5em;
}
H1 { font-size: 2em; font-style: italic; }
H2 { font-size: 1.8em; line-height: 1.3em; }
H3 { font-size: 1.5em; }
H4 { font-size: 1.2em; }
H5 { font-size: 1em; }
H6 { font-size: .8em; }

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



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

A:link,
A:visited		{ color: #5b428a; }
A:hover,
A:active,
A:focus		{ color: #008282; }
.link {
	color: #5b428a;
	text-decoration: underline;
	cursor: pointer;
}


/* ===============================
		::: LISTS :::
=============================== */
UL, OL, LI {
	margin-left: 1em;
}
LI {
	margin-bottom: .3em;
}
DT {
	font-weight: bold;
	color: #57ABB3;
}
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: none; height: 20px;}
BODY.parents #submenu H2 		{	background-image: url(../images/sub_parents.gif); }
BODY.healthcare_pros #submenu H2 		{	background-image: url(../images/sub_healthcarepros.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); }
BODY.story_of_the_month #submenu H2 		{	background-image: url(../images/sub_storyofthemonth.gif); }
BODY.publications #submenu H2 		{	background-image: url(../images/sub_publications.gif); }
BODY.news #submenu H2 		{	background-image: url(../images/sub_news.gif); }
BODY.team_listings #submenu H2 		{	background-image: url(../images/sub_teamlistings.gif); }
BODY.support #submenu H2 		{	background-image: url(../images/sub_support.gif); }
BODY.espanol #submenu H2 		{	background-image: url(../images/sub_espanol.gif); }



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

	#content TD,
	#content TH {
		padding: 2px;
		border: 2px solid #ddd;
		vertical-align: top; }


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

IMG.left,
P.left {
	float: left;
	clear: left;
	display: inline;
	margin-right: 1em; }

IMG.right,
P.right {
	float: right;
	clear: right;
	display: inline;
	margin-left: 1em; }

IMG.center {
	margin-left: auto;
	margin-right: auto; }

P.caption {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	padding: 5px; }
	
	P.caption IMG {
		display: block;
		clear: both; }

P.clear {
	clear: both;
	margin-top: 1em; }

/* ::: NEWS ::: */
.newstitle {
	font-weight: bold; }

	.newstitle A,
	A.newstitle { }

		.newstitle A:hover,
		A.newstitle:hover { }

.newsposted {
	color: #666;
	font-size: .9em;
	margin-left: .5em; }

UL.news {
	margin-left: 12px;
	margin-top: 15px; }

		UL.news LI {
			margin-left: 0;
			margin-bottom: 1.5em;
			list-style: none;
			color: #444; }