/* content styles for about page */

.containercontent {
	clear: both;
	width: 780px;
	margin: 0 auto;
	margin-top: 45px;
}

.headline {
	color: #000000;
	font-weight: bold;
}

.sidebar {
	float: right;
	width: 185px;
	margin-bottom: 33px;
	padding-top: 10px;
}

.sidebar p {
	margin: 0px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

.sidebar a:link	{
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color: #666666;
}

.sidebar a:visited {
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color: #666666;
}

.sidebar a:hover {
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color: #666666;
	background-color: #eeeeee;
}

.sidebar a:active {
	text-decoration:none;
	border-bottom:1px dotted #003366;
	color: #003366;
	background-color: #cfebff;
}

.introbox {
	margin-left: 0px;
	margin-right: 200px;
	margin-bottom: 33px;
}

.introbox p {
	margin: 0px;
	text-indent: 22px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 15px;
	line-height: 22px;
}

.introbox p.first {
	margin: 0px;
	text-indent: 0px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 15px;
	line-height: 22px;
}

.testimonial {
	margin-left: 0px;
	margin-right: 200px;
	margin-bottom: 33px;
}

.testimonial p {
	margin: 0px;
	text-indent: 22px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-style: italic;
	color: #666666;
	font-size: 30px;
	line-height: 36px;
}

.testimonial p.first {
	text-indent: 0px;
}

.testimonial p.quote {
	color: #000000;
	font-style: normal;
	margin: 10px 0px 0px 22px;
	text-indent: 0;
	font-size: 15px;
	line-height: 22px;
}

.projectbox {
	margin-right: 200px;
	margin-bottom: 33px;
}

.projectimagebox {
	float: left;
}

.projectimageborderon {
	background-color: #ffffff;
	padding: 1px;
	border: 1px solid #cccccc;
}

.projectimageborderoff {
	background-color: #ffffff;
}

.projecttitle {
	font-weight: bold;
	font-size: 20px;
}

.content {
	margin-left: 205px;
}

.content a:link	{
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
}

.content a:visited {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
}

.content a:hover {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
	background-color: #eeeeee;
}

.content a:active {
	text-decoration:none;
	border-bottom:1px dotted #003366;
	color: #003366;
	background-color: #cfebff;
}

.content p {
	margin: 0px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 15px;
	line-height: 22px;
}

.content p.contentwedid {
	margin: 0px;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	line-height: 12pt;
}

.imagecaption {
	margin-top: 5px;
	line-height: 10pt;
	width: 185px;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 10px;
	color: #666666;
}

