/* @override http://leggemethod.dev/css/lge_type.css */

/* ===============================
		::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
	font: 11px/1.6em Verdana, Arial, sans-serif;
	color: #1e293f;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #345b88;
	margin: 1.2em 0 .3em;
}
H1 { font-size: 2em;  }
H2 { font-size: 1.8em; }
H3 { font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: .4em; }
H4 { font-size: 1.4em; }
H5 { font-size: 1em; font-weight: bold; }
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;
}



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

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

A.toplink { color: #999; }


/* ===============================
		::: LISTS :::
=============================== */
UL, OL, LI {
	margin-left: 0; }

UL {
	display: block; }
	
OL LI {
  list-style: decimal; }	

LI {
	margin-left: 2em;
	margin-bottom: .4em; }

	#content UL,
	#content UL LI {
		list-style: circle; }
		
	
DT {
	font-weight: bold;
	color: #2c6aac; }
	
	DD {
		margin: 0 0 1em 0;
		padding-bottom: 24px;
		background: transparent url(../images/bg_hr.gif) bottom left no-repeat; }


/* @group Titles */

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

BODY.about #content H2 { background-image: url(../images/ti_about.gif); }
BODY.about_the_developers #content H2 { background-image: url(../images/ti_developers.gif); }
BODY.a_typical_session #content H2 { background-image: url(../images/ti_typicalsession.gif); }
BODY.find_a_practitioner #content H2 { background-image: url(../images/ti_findpractitioner.gif); }

BODY.for_practitioners #content H2 { background-image: url(../images/ti_practitionerspage.gif); }
BODY.training_programs #content H2 { background-image: url(../images/ti_trainingprograms.gif); }

BODY.contact #content H2 { background-image: url(../images/ti_contactus.gif); }

/* @end */


/* ===============================
		::: IMAGES :::
=============================== */

IMG.right,
SPAN.right {
	float: right;
	display: inline;
	margin: 0 -108px 1em 1em; }

IMG.tall,
SPAN.tall {
	margin-right: -74px; }


/* ===============================
		::: TABLES :::
=============================== */

TABLE {
	border-collapse: collapse;
	width: 100%; }

TH {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #13507c;
	padding-top: 2em;
	padding-bottom: .3em;
	font-size: 1.4em;
	text-align: left; }
	

TD {
	/*vertical-align: top;*/
	border: 2px solid #eee;
	padding: 2px 2px 2px 6px; }

	TD.logo {
		text-align: center;
		padding: .5em 2px; }


/* ===============================
		::: MISC :::
=============================== */
ADDRESS {
	font-style: normal;
	color: #0e3a5a;
	margin: 1em 0 1em 1em; }
	
/* Testimonials */
BLOCKQUOTE {
	padding: 5px 22px;
	background: transparent url(../images/quote.gif) 0 0 no-repeat;
	color: #6b6b6b; }
	 
CITE {
	text-align: right;
	font-style: italic;
	display: block; }


/* @group Blurbs */
/* ===============================
		::: BLURBS :::
=============================== */

P.blurb {
	width: 313px;
	height: 92px;
	text-indent: -5000px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 170px;
	z-index: 2; }

BODY.for_patients .blurb { background-image: url(../images/blurb_about.gif); }
BODY.practitioners_page .blurb { background-image: url(../images/blurb_practitionerspage2.gif); height: 220px; }
BODY.about_the_developers .blurb { background-image: url(../images/blurb_developers.gif);  }
BODY.a_typical_session .blurb { background-image: url(../images/blurb_typicalsession.gif); }
BODY.contact .blurb { background-image: url(../images/blurb_contact.gif); }
BODY.training_programs .blurb { background-image: url(../images/blurb_training.gif); }

BODY.practitioners_page #content H2 {
	height:  200px; }



/* @end */