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

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #00416b;
	line-height: 1.25;
	margin: 1.2em 0 .5em;
}
H1 { font-size: 2em; }
H2 { font-size: 1.8em; }
H3 { font-size: 1.3em; }
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;
}
.error {
	font-weight: bold;
	font-size: 1.1em;
	color: #b00;
}

#content img.left,
#content img.right { border: 1px solid #a59e96; padding: 2px; }

#content img.left { float: left; margin: 0 1.5em 1.5em 0; }
#content img.right { float: right; margin: 0 0 1.5em 1.5em; }



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

a { outline: none; }

A:link,
A:visited		{ color: #00416b; }
A:hover,
A:active,
A:focus		{ color: #7eb5b9; }
.link {
	color: #00416b;
	text-decoration: underline;
	cursor: pointer;
}


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

UL, OL, LI {
	margin-left: 1em; }
	
	LI {
		margin-bottom: .3em;
		list-style-image: url(../images/bullet.gif); }

	UL.bold LI {
		font-weight: bold;
		margin-bottom: .5em;
		color: #716999;
		font-size: 1.1em; }
		
	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.mybackground #contentContainer H1 { background-image: url(../images/ti_mybackground.gif); }
BODY.howitworks #contentContainer H1 { background-image: url(../images/ti_howtherapyworks.gif); }
BODY.foryou #contentContainer H1 { background-image: url(../images/ti_foryou.gif); }
BODY.myphilosophy #contentContainer H1 { background-image: url(../images/ti_myphilosophy.gif); }
BODY.contact #contentContainer H1 { background-image: url(../images/ti_contact.gif); }
BODY.coaching #contentContainer H1 { background-image: url(../images/ti_coaching2.gif); }
BODY.fees #contentContainer H1 { background-image: url(../images/ti_fees.gif); }
BODY.grouptherapy #contentContainer H1 { background-image: url(../images/ti_grouptherapy2.gif); }
BODY.marriagecounseling #contentContainer H1 { background-image: url(../images/ti_marriagecounseling.gif); }
BODY.addictionrecovery #contentContainer H1 { background-image: url(../images/ti_addictionrecovery.gif); }
BODY.depressioncounseling #contentContainer H1 { background-image: url(../images/ti_depressioncounseling.gif); }
BODY.telephonetherapy #contentContainer H1 { background-image: url(../images/ti_telephonetherapy.gif); }
BODY.home #contentContainer H1 { background-image: url(../images/ti_welcome.gif); height: 33px;  }



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

	#content TD,
	#content TH {
		padding: 2px;
		text-align: left;
		vertical-align: top;
		/*border-bottom: 1px solid #726A9A;*/
		border-bottom: 1px solid #D3BD9C; }

	#content TH {
		font-weight: bold; }

	TD.even,
	TH.even,
	TR.even TD,
	TR.even TH {
		background : #FFF3E2;  }
		
	THEAD TH {
		border-top: none !important; }

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

.signature {
	text-indent: -5000px;
	width: 213px;
	height: 89px;
	background: transparent url(../images/signature.gif) top left no-repeat;
	margin-left: 50px;
	margin-bottom: 80px; }

BLOCKQUOTE {
	margin: 1em;
	width: 91%;
	font-style: italic;
	padding-bottom: 1em;
	color: #00416b;
	border-bottom: 1px solid #7CB5B9; }

	Q {
		font-style: italic;
		font-weight: bold;
		font-size: 1.2em;
		color: #726A9A; }

		Q:before, Q:after {
    content: ""; }

	BLOCKQUOTE CITE {
		display: block;
		margin-left: 2em;
		font-weight: bold;
		font-style: normal; }

ADDRESS {
	text-align: center;
	font-style: normal; }


BODY.contact H3 { text-align: center; }

BODY.contact H4 {
	margin: 0 0 1em;
	font-style: italic;
	text-align: center; }

H2.wholeness {
	text-indent: -5000px;
	background: transparent url(../images/iwishyou.gif) top left no-repeat;
	width: 436px;
	height: 56px;
	margin: 0 0 .7em; }

BODY.contact #content .large { font-size: 1.4em; }