/* Home */

.homeTitle {
	text-align: center;
	font-size: 17px;
	color: #00629C;
	margin: 0 -25px 20px -35px;
}

.homeText {
	color: #696969;
	font-weight: bold;
}
.services {
	color: #696969;
	font-size: 9.5px;
	text-align: left;
}
.services ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000;
	text-align: left;
	margin-bottom: 15px;
	*margin-bottom: 0;
}
#d-space {
	padding: 10px 20px 0 25px;
	*padding: 10px 20px 0 35px;
}
.rotatingImageCell {
	cursor: pointer;
}

/* Client List */
.quickLink {
	color: #696969;
	font-size: 10px;
	font-weight: normal;
}
#quickLink {
	color: #0094CE;
	text-decoration: underline;
}
#quickLink:hover {
	color: #C4B969;
}

.attribution {
	color: #696969;
	font-size: 9.5px;
	text-align: center;
	margin-top: 5px;
}
.clientList {
	
}
.clientList td {
	padding-right: 15px;
	padding-bottom: 24px;
	vertical-align: middle;
	text-align: left;
}
.clientList a {
	font-weight: bold;
}
.clientList .noLink {
	font-weight: bold;
	color: #696969;
}

/* What We Do */
.highlight {
	color: #00629C;
	font-weight: bold;
}

DIV.sidebar {
	float: right;
	width: 165px;
	padding: 5px 0;
	margin: 10px 0 10px 40px;
	border-top: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
}
TABLE.prTable {
	margin: 0 auto;
}
.prTable .row1 td {
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	background-color: #696969;
	letter-spacing: 3pt;
	text-align: center;
	padding: 10px 0;
}
.prTable .row2 td {
	color: #000;
	font-weight: bold;
	background-color: #C0C0C0;
	text-align: center;
	padding: 10px;
}
.prTable td {
	background-color: #F0F0F0;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px;
}
.prTable li {
	margin-top: 5px;
}

.itemList li {
	margin-top: 3px;
}

/* Contact Us */
.contactTable td {
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
TD.contactLabel {
	color: #696969;
	text-align: right;
	padding-left: 0;
}

/* Portfolio */
.blurbList td {
	padding: 20px 20px 20px 0;
	vertical-align: top;
	text-align: left;
}
.blurbList a {
	font-weight: bold;
	text-decoration: none;
}
.blurbList a:hover {
	text-decoration: underline;
}
.blurbList .highlight {
	font-weight: normal;
	color: #0062AD;
}
.blurbList .noLink {
	font-weight: bold;
	color: #696969;
}

UL.portfolioList {
	list-style-type: none;
}
.portfolioList li {
	margin-left: -35px;
	margin-top: 5px;
}
.portfolioList a {
	text-decoration: none;
}
.portfolioList a:hover {
	text-decoration: underline;
}

/* Team */
.teamMemberIcon {
	padding: 3px 18px 15px 18px;
}

/* Copyright (c) 2008, Mental Models. All rights reserved.
 *========================================================================
 * Modifications history
 *========================================================================
 * $Log: MentalModelsPages.css,v $
 * Revision 1.15  2008/03/15 00:14:10  mike
 * Change highlight color
 *
 * Revision 1.14  2008/03/04 01:58:03  mike
 * 'what we do' page replaces process
 *
 * Revision 1.13  2008/02/19 01:37:56  mike
 * Try a different color for subtitles
 *
 * Revision 1.12  2008/02/19 00:25:01  mike
 * Trying a different color for sub titles
 *
 * Revision 1.11  2008/02/19 00:10:55  mike
 * Align text and image tops
 *
 * Revision 1.10  2008/01/03 00:58:57  mike
 * Update Copyright Year
 *
 * Revision 1.9  2007/12/11 00:04:56  mike
 * Final pre-release
 *
 * Revision 1.8  2007/12/04 03:46:57  mike
 * Fixes
 *
 * Revision 1.7  2007/11/21 03:25:51  mike
 * Final Thanksgiving changes
 *
 * Revision 1.6  2007/11/21 01:22:14  mike
 * Phase 1 Complete
 *
 * Revision 1.5  2007/11/20 01:09:16  mike
 * More portfolio pages and Chris' changes
 *
 * Revision 1.3  2007/11/09 02:32:27  mike
 * Added first portfolio page
 *
 * Revision 1.2  2007/11/06 03:55:19  mike
 * CVS comment added
 *
 *========================================================================
 */
