/* content styles for design project page */

.previousnext {
	clear: both;
	width: 780px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	color: #666666;
}

.previousnext a:link	{
	text-decoration: none;
	color: #666666;
}

.previousnext a:visited {
	text-decoration: none;
	color: #666666;
}

.previousnext a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #eeeeee;
}

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

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

.introbox {
	margin: 0px 200px 11px 0px;	
}

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

.projecttitle {
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.projectbox {
	overflow: auto;
	width: 780px;
	margin-bottom: 33px;
	clear: both;
}

.projectbox02 {
	margin: 0 auto;
	width: 780px;
	margin-bottom: 33px;
}

.projectimagebox {
	float: left;
}

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

.projectimageborderoff {
	background-color: #ffffff;
}

.content {
	margin-left: 400px;
}

.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;
}

.quotewrapper {
	margin-top: 12px;
	border: 1px solid #cccccc;
	width: 175px;
}

.quotebox {
	border: 1px solid #ffffff;
	padding: 10px;
	background-color: #eeeeee;
}

.quotebox p.quote {
	margin: 0px 0px 1em 0px;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #666666;
}

.quotebox p.quotesource {
	margin: 0px;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #666666;
}

.quotebox p.quotesource a:link	{
	text-decoration:none;
	border-bottom:1px dotted #000000;
	color: #666666;
}

.quotebox p.quotesource a:visited {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #666666;
}

.quotebox p.quotesource a:hover {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #666666;
	background-color: #dddddd;
}

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

.quotesourcename {
	font-weight: bold;
}

.imagecaption {
	margin: 0px;
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}

