@import url("master.css");
#content {
	height: auto;
}
#content #primaryContent {
	height: auto;
}
h1 {
	font: normal 27px/30px Georgia, serif;
	color: #8E8E8E;
	margin: 10px 0px 0px 20px;
}
.overview {
	background-repeat: no-repeat;
	background-image: url("../images/overviewClipboard.png");
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin: 10px 75px 0px 25px;
	padding: 2px 0px 2px 25px;
}
.overview p {
	font: normal 14px/20px Georgia, Serif;
	margin:0px 0px 20px 0px;
	color: #7b7b7b;
}
#portfolioImages {
	background-color: #efefeb;
	border: 1px solid #dbdcd3;
	margin: 10px 75px 10px 50px;
	padding: 1px;
	
}
#portfolioImages img {
	/*float: left;*/
	border: 3px solid #dbdcd3;
	background-color: #ffffff;
	padding: 5px;
}
#portfolioProcess {
	padding: 0px;
	margin: -465px 0px 0px 425px;
	position: absolute;
}
#portfolioProcess li {
	margin: 0px 20px 20px 20px;
	padding: 5px;
	border: 3px solid #dbdcd3;
	background-color: #ffffff;
	font: bold 75px/20px Georgia, serif;
	font-style: oblique;
	color: #dbdcd3;
	overflow: hidden;
	height: 70px;
}
#portfolioProcess li img.selected,#portfolioProcess li img.selected:hover {
	border: 5px solid #DBDCD3;
}
#portfolioProcess li img {
	float: none;
	border: 5px solid #EF9F00;
}
#portfolioProcess li img:hover {
	border: 5px solid #F7B034;
}

#portfolioDescription {
	margin: 0px 45px 20px 20px;
	padding: 0px 30px 0px 30px;
	float: left;
}
#portfolioDescription div {
	border: 3px solid #efefeb;
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 6px;
	padding: 2px 30px 2px 25px;
}
.strategy {
	background-image: url("../images/strategyTSquare.png");
}
.process {
	background-image: url("../images/workGears.png");
}
.results {
	background-image: url("../images/resultsChart.png");
}
p {
	font: normal 11px/20px Verdana, sans-serif;
	color: #8E8E8E; /*#A8A8A8;*/
	margin-bottom: 10px;
}
#portfolioDescription h2, .overview h2 {
	font: bold 13px/20px Georgia, Serif;
	color: #7b7b7b;
}
ol.overview {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
ol.overview * {
	margin-bottom: 5px !important;
}
ol.overview li {
	padding: 0px 50px 10px 25px;;
	background-image: url("../images/overviewClipboard.png");
	background-repeat: no-repeat;
	background-position: 5px 0px;	
}
ol.overview li h3 {
	font: normal 12px/20px Georgia, Serif;
	font-style: italic;
	color: #7b7b7b;
	margin-top: 0px;
}
ol.overview p {
	font-size: 11px !important;
}
