/*  */
DIV.portfolioText {
	background: #FFFFFF url(../i/cursor2.gif) top left no-repeat;
	min-height: 500px;
	padding-left: 16px;
	margin-bottom: 25px;
}

.portfolioText h4 {
	color: #00629C;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

.portfolioText h5 {
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

.portfolioText p {
	text-align: justify;
}

.portfolioText img {
	padding-bottom: 8px;
}
.portfolioText p img {
	margin-left: auto;
	margin-right: auto;
}

DIV.portfolioHeader {
	font-weight: bold;
	background-color: #EEE;
	padding: 6px 10px 1px 10px;
	margin: 15px 0;
}
.portfolioHeaderText label {
	padding-bottom: 5px;
	color: #696969;
	float: left;
}
.portfolioHeaderText div {
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
	width:295px;
	text-align: left;
}
.portfolioHeader td {
	vertical-align: top;
	text-align: center;
}
.portfolioHeader td img {
	margin: 0 1px 5px 0;
}
DIV.portfolioSidebar {
	padding-left: 16px;
	float: right;
	text-align: center;
}

#portfolioNav {
	float: right;
	margin-top: -50px;
	*margin-top: -30px;
}
#portfolioNav img {
	padding-right: 20px;
	opacity: .00;
	filter: alpha(opacity=0);
}
#portfolioNav img:hover {
	opacity: 1.00;
	filter: alpha(opacity=100);
}
#portfolioNav a {
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	*background-position: top left;
	*padding-top: 0px;
	*padding-bottom: 0px;
}
#portfolioPrevious {
	background-image: url(../i/prev.gif);
}
#portfolioNext {
	background: url(../i/next.gif);
}

DIV.clientLogin {
	text-align: center;
	font-size: 9.5px;
}
.clientLogin a:hover {
	text-decoration: underline;
}
.clientLogin a, .clientLogin a:visited {
	text-decoration: none;
}
/* Copyright (c) 2008, Mental Models. All rights reserved.
 *========================================================================
 * Modifications history
 *========================================================================
 * $Log: MentalModelsPortfolio.css,v $
 * Revision 1.9  2008/03/15 00:14:10  mike
 * Change highlight color
 *
 * Revision 1.8  2008/01/03 00:58:57  mike
 * Update Copyright Year
 *
 * 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 03:05:31  mike
 * Even more portfolio pages and Chris' changes
 *
 * Revision 1.3  2007/11/14 02:43:25  mike
 * More latest and greatest
 *
 * Revision 1.2  2007/11/13 02:54:28  mike
 * Latest & greatest
 *
 * Revision 1.1  2007/11/09 02:32:27  mike
 * Added first portfolio page
 *
 *========================================================================
 */
