/* content styles for design project list page */

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

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

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

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

/* padding is in here to prevent scrollbar in Firefox on image click */
.projectbox {
	clear: both;
	overflow: auto;
	width: 780px;
	margin-bottom: 33px;
	padding-bottom: 1px;
}

.projectimagebox {
	float: left;
}

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

.projectimageborderoff {
	background-color: #ffffff;
}

.content {
	margin-left: 105px;
	margin-right: 200px;
}

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

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

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

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

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

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

.content p.projecttitle a:link	{
	text-decoration: none;
	border: none;
	color: #000000;
}

.content p.projecttitle a:visited {
	text-decoration: none;
	color: #000000;
}

.content p.projecttitle a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #eeeeee;
}

.content p.projecttitle a:active {
	text-decoration: none;
	color: #003366;
	background-color: #cfebff;
}

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

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

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

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

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

