/* GLOBALS */
a.content-link,
a.content-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-decoration: underline;
}

a.content-link:hover,
a.content-link:active {
	color: #d0ad54;
	text-decoration: none;
}

/* DIVS */
#maincopy {
	float: left;
	width: 300px;
	min-height: 229px;
	padding: 0px;
	margin: 42px 0px 12px 0px;
	background: #FFFFFF;
	display: inline;
}

#sectionimage {
	float: right;
	width: 337px;
	background: #FFFFFF;
	padding: 0px;
	margin: 42px 0px 0px 0px;
	display: inline;
}

#maincopy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	color: #333333;
	background: #FFFFFF;
}

#content {
	min-height: 10px;
}

#uppercontent {
	clear: both;
	width: 678px;
	margin: 0px 0px 0px 46px;
	min-height: 200px;
	background: #FFFFFF;
}

#lowercontent {
	clear: both;
	width: 678px;
	min-height: 76px;
	margin: 0px 0px 0px 46px;
	background: FFFFFF;
}

/* CLASSES */
.content-bulletlist {
	margin: 0px 0px 15px 20px;
	padding: 0px;
}

.content-bulletlist a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e2d884;
	text-decoration: none;
}

.content-bulletlist a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #D0AD54;
}

.content-bulletlist a:hover {
	text-decoration: underline;
	color: #BDCBB7;
}

.content-bulletlist a:active {
	text-decoration: none;
	color: #BDCBB7;
}

.content-bulletlist ul {
	padding: 0px;
	margin: 0px 0px 22px 22px;
}

.content-bulletlist li {
	color: #e2d884;
}

.projects-quote {
	display: block;
	color: #666666;
	margin: 8px 0px 24px 0px;
}

.projects-quote .quote {
	font-style: italic;
	font-weight: bold;
}

.projects-quote .author {
	font-style: normal;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
}
