body {
	margin: 0;
	padding: 0;
}

.NormalText,td,body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link,a:hover {
	color: #000000;
}

a:active {
	color: #000;
}

a:visited {
	color: red;
}

a.date,
a.date:link,
a.date:active,
a.date:visited {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
a.date:hover {
	color: #fff;
	text-decoration: underline;
}

/*--- Custom Text Styles ---*/

.NewsHeadline {
	font-size: 16px;
	font-weight: bold;
}

/*--- Project Layout ---*/

body {
	background: url("/images/content_bg.gif") #B2B5B8 repeat-x;
}
/* old grey: #6F7173 */

br.clear {
	clear: both;
}

div#body {
	width: 560px;
	margin-left: 10px;
	margin-top: 10px;
}

div#body h1 {
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
}

div#project-title {
	width: 256px;
	float: left;
	text-align: right;
	margin-top: 65px;
	padding-right: 30px;
}

div#project-photo {
	width: 263px;
	float: left;
	clear: right;
	text-align: right;
}

div#photos {
	width: 100%;
	float: left;
	clear: both;
	background: url("../images/clickbox_bg.gif") transparent repeat-x 0px 25px;
}

div#photos img {
	border: 0;
	float: right;
}

div#photos img.Border {
	border: 1px solid #000;
	margin-right: 10px;
}

div#project-title h1 {
	color: #000;
/*	font-family: "Times New Roman", Georgia, serif;*/
	font-size: 14px;
/*	font-variant: small-caps;*/
}

div#project-title h2 {
	color: #000000;
	/*font-family: "Times New Roman", Georgia, serif;*/
	font-size: 12px;
/*	font-variant: small-caps;*/
	margin-top: -10px;
}

div#quote {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#quote p {
	/*font-family: "Times New Roman", Georgia, serif;*/
	color: #000;
	font-size: 12px;
}

div#quote p:first-line {
	font-size: 18px;
}

div#quote p.attribution,
div#quote p.attribution:first-line {
	color: #000000;
	font-style: italic;
	font-size: 11px;
	padding-left: 280px;
	text-indent: -14px;
}

div#content {
	padding-left: 220px;
	float: left;
}

div#content li {
	margin-bottom: 20px;
	font-size: 10px;
}

table#featured {
	background-color: #EFEFE7;
}

table#featured td {
	vertical-align: top;
}

table#featured td.featured-title {
	width: 140px;
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px;
}

table#featured td.featured-projects {
	padding: 10px;
	background-color: #E7E7DE;
}

table#featured td a:link,
table#featured td a:active,
table#featured td a:visited,
table#featured td a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.click-box {
	font-size: 10px;
	display: block;
	color: #fff;
	border: 1px solid #fff;
	padding: 1px 3px;
	text-decoration: none;
	text-align: center;
}
