ul {
	margin-left: 2em;
	padding: 0;
}

body.content-page {
	height: auto;
	min-height: 100%;
}

body.content-page #page_canvas {
	background-position: top center;
	/*background-attachment: fixed;*/
	position: static;
}

/* Content area
---------------------*/
#content {
	width: 800px;
	margin: 156px auto 0;
}

#content a {
	color: #2C3F4B;
	text-decoration: none;
}

#content a:hover {
	color: #ED1C24;
}

#content h2 {
	color: #F83732;
	font-weight: normal;
	font-size: 18px;
}

#content h3 {
	color: #F83732;
	font-weight: normal;
	font-size: 13px;
	margin-top: 35px;
}

#content h4 {
	margin-bottom: 0;
	font-size: 13px;
}

#content h4.header {
	color: #E2E6E8;
	font-weight: normal;
	background: #5b6c76;
	padding: 0 10px;
	line-height: 23px;
	font-size: 12px;
}

#content .orange {
	color: #F83732;
}

#content p {
	line-height: 1.5em;
	margin: 0 0 1em;
	padding: 0;
}

#content .col {
	width: 40%;
	float: left;
	margin-right: 10px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

/* left col */
#content .left-col {
	width: 640px;
	float: left;
	position: relative;
	min-height: 360px;
}

/* right col */
#content .right-col {
	width: 400px;
	float: right;
	position: relative;
	min-height: 360px;
}

#content .narrow {
	width: 428px;
}

/* right col */
#content .right-col {
	width: 160px;
	float: right;
	font-size: 11px;
	margin-top: 3px;
}

#content .right-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#content .right-col h3 {
	font-weight: normal;
	color: #2C3F4B;
	font-size: 13px;
	position: relative;
	left: -17px;
	margin-bottom: 23px;
}

#content .right-col h3 a {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
}

#content .right-col h3.closed a {
	background-image: url(../images/icon-plus.gif);
}

#content .right-col h3.open a {
	background-image: url(../images/icon-minus.gif);
}

.client-list {
	display: none;
}

/* client list/row */
.client-row {
	position: relative;
	left: -17px;
	padding: 0 17px 8px;
	width: 565px;
	height: 51px;
	margin-top: 8px;
}

#content .client-row h3 {
	font-size: 13px;
	font-weight: normal;
	color: #2C3F4B;
	margin: 0;
	padding: 0;
}

.client-row .thumb-wrapper {
	position: relative;
	overflow: hidden;
	width: 575px;
	height: 39px;
	margin: 3px 0 0 -5px;
	border-bottom: 1px #A9B4BB solid;
}

.client-row ul {
	list-style: none;
	margin: 0 0 0 -5px;
	padding: 0;
	width: 2000em;
	position: absolute;
}

.client-row ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

.client-row ul li a {
	display: block;
	width: 43px;
	height: 24px;
	text-decoration: none;
	text-indent: -999em;
	outline: 0;
	margin: 0;
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
} 

.client-row ul li a:hover {
	padding: 0;
	border: 5px #415968 solid;
	background-position: top left;
}

.client-row .prev-page {
	position: absolute;
	left: 0;
	bottom: 20px;
	display: block;
	width: 8px;
	height: 9px;
	background: url(../images/arrow-left-dark.png) no-repeat;
	text-decoration: none;
	text-indent: -999em;
	outline: 0;
	display: none;
}

.client-row .next-page {
	position: absolute;
	right: 0;
	bottom: 20px;
	display: block;
	width: 8px;
	height: 9px;
	background: url(../images/arrow-right-dark.png) no-repeat;
	text-decoration: none;
	text-indent: -999em;
	outline: 0;
	display: block;
}

/* collapse boxes on philosophy page */
#content .collapse-box div {
	margin: 0 31px;
	display: none;
}

#content .collapse-box h3 {
	line-height: 23px;
	margin: 0 0 5px;
	padding: 0;
}

#content .collapse-box h3 a {
	display: block;
	color: #E2E6E8;
	background-color: #5A6F7C;
	background-repeat: no-repeat;
	background-position: 410px 8px;
}

#content .collapse-box h3 a:hover {
	background-color: #4b5d69;
}

#content .collapse-box h3 a.close {
	background-image: url(../images/arrow-down.png);
}

#content .collapse-box h3 a.open {
	background-image: url(../images/arrow-up.png);
}

#content .collapse-box h3 a .number {
	display: block;
	background: #4B5D69;
	float: left;
	width: 23px;
	text-align: center;
	margin-right: 8px;
}

/* sketches on philosophy page */
.sketch {
	width: 160px;
	height: 180px;
	margin: 120px 0 180px 5px;
}

/* map */
.map {
	width: 122px;
	height: 153px;
	margin: 125px 0 200px 20px;
}

.map-popup {
	width: 336px;
	position: absolute;
	top: 0px;
	right: -60px;
	display: none;
}

.map-popup a {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
}

.map-contents {
	width: 266px; /*326px;*/
	height: auto;
	background: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	padding: 30px 30px 10px 30px;
	opacity: 0.9;
	font-size: 11px;
}

#content .redstar {
	background: url(../images/icon-red-star.gif) no-repeat top left;
	padding: 0 0 0 18px;
	margin-left: 3px;
	text-align: left;
}

/* error page styles */

#content .left-col.error {
	width: 510px;
	margin: 30px 0 0 50px;
}

#content .left-col.error ul {
	margin: 10px 0 0 16px;
	padding: 0 0 0 0;
}

#content .left-col.error ul li {
	margin: 7px 0 0 0;
	line-height: 1.4em;
}

#content .left-col.error ul li a {
	text-decoration: underline;
}

/**
 *Campaign-specific pages 
 */

.campaign-page #content .left-col {
	width: 450px;
}
.campaign-page #content h2 {
	margin: 0 0 0.83em;
}
.campaign-page #content p {
	font-size: 13px;
	line-height: 17px;
}
.campaign-page #content a.contact-link {
	color: #ed1c24;
/*	font-size: 18px;*/
}
.campaign-page #content a.mail-link {
	text-decoration: underline;
}
.campaign-page #content .right-col .campaign-logo {
	position: absolute;
	top: 114px;
	right: 14px;
	width: 130px;
	height: 167px;
	background: transparent url(../images/adobe-day/logo-adobe.png) no-repeat 50% 50%;
}
