/* @override http://parallaxlsc.dev/css/plx_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: #13507c;
	margin: 1.2em 0 .3em;
}
H1 { font-size: 2em;  }
H2 { font-size: 1.8em; }
H3,
UL.header_3 {
	font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5em;
	line-height: 1.3em;
	color: #7f7f7f;
	margin-top: 0;
	margin-bottom: .6em; }
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;
}

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



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

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


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

UL {
	display: block; }
	
LI {
	list-style-image: url(../images/bullet.gif);
	margin-left: 2em;
	margin-bottom: .4em; }

	#content UL,
	#content LI {
		list-style: circle url(../images/bullet2.gif) outside; }

UL.two-col {
	float: left;
	width: 49%;
	list-style: none; }
		
	
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; }
	


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

BODY.about #content H2 { background-image: url(../images/ti_aboutus.gif); }
BODY.focus #content H2 { background-image: url(../images/ti_focus.gif); }
BODY.approach #content H2 { background-image: url(../images/ti_approach.gif); }
BODY.definition #content H2 { background-image: url(../images/ti_definition.gif); }
BODY.services #content H2 { background-image: url(../images/ti_services.gif); }
BODY.people #content H2 { background-image: url(../images/ti_people.gif); }
BODY.steller #content H2 { background-image: url(../images/ti_steller.gif); }
BODY.cgrueneis #content H2 { background-image: url(../images/ti_cgrueneis.gif); }
BODY.gklein #content H2 { background-image: url(../images/ti_gklein.gif); }
BODY.shamid #content H2 { background-image: url(../images/ti_shamid.gif); }
BODY.careers #content H2 { background-image: url(../images/ti_careers.gif); }
BODY.clients #content H2 { background-image: url(../images/ti_clients.gif); }
BODY.contact #content H2 { background-image: url(../images/ti_contact.gif); }
BODY.links #content H2 { background-image: url(../images/ti_kinetixgroup.gif); }
BODY.alliances #content H2 { background-image: url(../images/ti_alliances.gif); }
BODY.therapeutic #content H2 { background-image: url(../images/ti_therapeutic.gif); }
BODY.capabilities #content H2 { background-image: url(../images/ti_capabilityareas.gif); }
BODY.service_offerings #content H2 { background-image: url(../images/ti_serviceofferings.gif); }
BODY.valuechain #content H2 { background-image: url(../images/ti_valuechain.gif); }
BODY.case_studies #content H2 { background-image: url(../images/ti_casestudies.gif); }
BODY.knowledge #content H2 { background-image: url(../images/ti_knowledge.gif); }
BODY.strategy_development #content H2 { background-image: url(../images/ti_strategydevelopment.gif); }
BODY.business_modeling #content H2 { background-image: url(../images/ti_businessmodeling.gif); }
BODY.expert_forums #content H2 { background-image: url(../images/ti_expertforums.gif); }



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

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


/* ===============================
		::: 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; }


BODY.alliances .two-col LI {
	background: none;
	list-style: none !important; }