@charset "UTF-8";
/* CSS Document */

img {
	border:0;
}

#content h1.archive {
	color:#4a4a4a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:26px;
	border-bottom:#4a4a4a dotted 1px;
	width:100%;
	position:relative;
}

h1.archive div {
	position:absolute;
	right:10px;
	bottom:5px;
}

h1 a:link, h1 a:visited, h1 a:active {
	font-size:11px;
	color:#454545;
}

h2 {
	font-size:14px;
	clear:left;
	margin-bottom:6px;
}

div.project-description {
	width:100%;
	clear:both;
	margin-bottom:15px;
	position:relative;
	/*background-color:#3399FF; /*blue*/
}

img.project-description {
	margin:3px 20px 10px 0;
}

.case-study-links {
	position:absolute;
	right:10px;
	bottom:8px;
	width:auto;
	/*background-color:#CC3300; /*red*/
}

.project-text {
	position:absolute;
	top:0;
	right:0;
	width:516px;
	/*background-color:#33FF33; /*green*/
}

.project-text p {
	margin-top:0;
	margin-bottom:0px;
}

.project-description h2 {
	color:#454545;
	font-size:13px;
	clear:none;
}

.case-study-links a:link, .case-study-links a:visited, .case-study-links a:active,
#content .top a:link, #content .top a:visited, #content .top a:active {
	color:#DCDCDC;
	font-weight:bold;
	font-size:10px;
}

#content .top a:hover {
	color:#DCDCDC;
	text-decoration:underline;
}

#container #content {
	width:auto;
	margin: 40px 70px auto 70px;
}

#content table {
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
}

#content table th {
	color:#4a4a4a;
	text-align:left;
	padding-bottom:5px;
	padding-left:10px;
}

#content table th.datasheet {
	width:18%;
	text-align:center;
	padding-left:0;
}

tr.odd {
	background-color:#777777;
}

#content table td.datasheet {
	text-align:right;
	vertical-align:bottom;
}

#content table td {
	padding:7px 10px 7px 10px;
}

.top {
	width:100%;
	text-align:right;
	margin:10px 0;
}

a.current:link, a.current:visited, a.current:active {
	color:#454545;
}

.archive-nav {
	text-align:center;
	margin:25px auto;
	color:#999999;
}
