/* Headings */
h1,h2,h3,h4,h5 {
	line-height: 1.4em;
}
h1.title {
	line-height: 1.2em;
}
h3 {
	color: #333;
	font-size: 1.5em;
	margin: 0 0 8px 0;
}
/* Links */
a {
	color: #a01e4b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.more {
	margin-top: 8px;
}
p.more a,
a.more {
	background: transparent url(../images/layout/arrow-right.gif) scroll no-repeat left center;
	color: #3b3a26;
	display: block;
	font-weight: bold;
	padding-left: 17px;
}

span.no-break {
	white-space: nowrap;
}

p.bodytext {
	padding-bottom: 12px;
	line-height: 1.6em;
}
/* Content items */
#content_middle {
	padding-top: 12px;
}

/* List items */
.content ul, .content ol {
	list-style-type: disc;
	padding-left: 16px;
}
.content .content-item ul, .content .content-item ol {
	line-height: 1.6em;
	padding-bottom: 12px;
} 
.content ol {
	list-style-type: decimal;
}

/* Video */
.single-video {
	height: 240px;
	width: 320px;
}
.single-video-content {
	height: 295px;
	padding-bottom: 8px;
	width: 480px;
}
.project-detail .project-info .description .single-video-content {
	width: 320px;
	height: 240px;
}

/* Custom content frames */
div.quote-frame {
	background: #a09691;
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
}
div.quote-frame,
div.quote-frame h3 {
	color: #fff;
}
div.quote-frame h3 {
	font-size: 1em;
	font-weight: bold;
}
div.quote-frame .csc-textpic-text {
	padding: 10px 10px 10px 0;
}
div.quote-frame div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}
div.quote-frame div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	line-height: 0;
}

/* Rulers */
.ruler,
.csc-frame-rulerBefore,
.csc-frame-rulerAfter {
	border-bottom: 1px solid #a09691;
	margin: 8px 0;
}

/* Uploads */
table.csc-uploads tr {
	background: transparent url(../images/layout/arrow-right.gif) no-repeat left center;
}
table.csc-uploads td.csc-uploads-icon {
	padding: 0 4px 0 20px;
}
table.csc-uploads td.csc-uploads-icon img {
	vertical-align: top;
}
table.csc-uploads td.csc-uploads-fileName a {
	display: block;
	padding: 4px 0;
	font-weight: bold;
}
/* Buttons */
div.image-button {
	display: block;
	height: 25px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
div.image-button a {
	position: relative;
	top: 0;
}


/* Sitemap */
div.sitemap {
	padding-left: 21px;
}
div.sitemap .left-column {
	float: left;
}
div.sitemap .right-column {
	float: right;
}
div.sitemap .column {
	width: 290px;
	
}
div.sitemap .column .block {
	padding-bottom: 17px;
}
div.sitemap .column .block h3 {
	font-size: 1.67em;
}
div.sitemap .column .block h3 a {
	color: #333333;
	line-height: 1.21em;
}
.content div.sitemap ul {
	list-style-type: none;
	padding-left: 0;
}
div.sitemap .column .block ul li {
	padding-left: 17px;
	background: transparent url(../images/layout/arrow-right_sitemap.gif)
		scroll no-repeat 0px 5px;
}
div.sitemap .column .block ul li a {
	color: #A01E4B;
	line-height: 1.6em;
	font-weight: bold;
}
div.sitemap .column .block ul li ul li a {
	font-weight: normal;
}
div.sitemap .column .block ul li ul li ul li a {
	font-size: 0.92em;
}