#casestudymenu {
	position: relative;
}

#casestudymenu h1 {
	font-size: 1.6	em;
	text-align:center;
}

#casestudymenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 100%;
}
#casestudymenu li {
	display: block;
	height: 40px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #8d9599;
	background-image: url(../images/menudivider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 40px;
}
#casestudymenu a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #8d9599;
	text-decoration: none;
}
#casestudymenu a:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #8d9599;
	text-decoration: none;
}
#casestudymenu a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #8d9599;
	text-decoration: none;
}
#casestudymenu a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #8d9599;
	text-decoration: none;
	background-image: url(../images/tinyarrows.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	background-position: 4px;
}
#bigcasecontainer {
	display: inline;
	float: left;
	height: 294px;
	width: 690px;
	overflow: hidden;
	background-image: url(../images/thinStripeBg.gif);
	background-repeat: repeat;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
}
#project-overview {
	display: inline;
	float: left;
	width: 392px;
}
#project-overview p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #515961;
	margin-bottom: 20px;
	font-weight: lighter;
}
#technology-summary ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#technology-summary li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #515961;
	line-height: 1.6em;
	background-image: url(../images/tinyarrows.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 4px;
}
#project-overview h2 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#technology-summary {
	display: inline;
	float: left;
	width: 260px;
	margin-left: 40px;
}
#technology-summary h2 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bigimage {
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	border: 1px solid #e5e5e5;
}
#casestudyshadow {
	background-image: url(../images/casestudyshadow.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 81px;
	width: 692px;
}
#casestudywrapper {
	float: left;
	margin-top: -60px;
}

#project-overview ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#project-overview ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #515961;
	line-height: 1.6em;
	background-image: url(../images/tinyarrows.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 4px 6px;
}
