/* ===============================
		::: 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: #627843;
	margin: 1.2em 0 .3em;
}
H1 { font-size: 2em;  }
H2 { font-size: 1.8em; }
H3 { font-size: 1.5em; border-bottom: 1px solid #627843; padding-bottom: .2em; }
H4 { font-size: 1.2em; }
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;
}

BODY.mission_statement {
	font-size: 13px; }



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

A:link,
A:visited		{ color: #3C719C; }
A:hover,
A:active,
A:focus		{ color: #627843; }
.link {
	color: #1e293f;
	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.overview #content H2 { background-image: url(../images/ti_overview.gif); }
BODY.services #content H2 { background-image: url(../images/ti_services.gif); }
BODY.network #content H2 { background-image: url(../images/ti_network.gif); }
BODY.links #content H2 { background-image: url(../images/ti_links.gif); }
BODY.contact #content H2 { background-image: url(../images/ti_contact.gif); }


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

IMG.right {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #aaa; }


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

#content P.first,
#content UL.first { margin-top: 1.5em; }