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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
}
#contact h2, #banner h2, #statement h2, #work h2, #pressCoverage h2, #cv h2 {
}
#statement .statementImage {
	border: 1px solid #000000;
}

#contact h2 a:link {
	color: #000000;
	text-decoration: none;
}
h2#contentExpand {
	border-bottom: 1px solid #E5E5E5;
}
#contact #contactForm {
	background-color: #e5e5e5;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	height: 250px;
}
#contact #formContainer {
	width: 640px;
	float: right;
	margin: 20px 0px 0px 0px;
}
#contact #formContainer label {
	font-size: 12px;
	color: #727272;
	text-transform: lowercase;
	margin-top: 15px;
}
#contact #formContainer input {
	width: 300px;
	height: 23px;
	border: none;
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 6px 3px 0px 4px;
	margin-bottom: 10px;
}
#contact #contactForm #formContainer #form #submit {
	width: 78px;
	height: 92px;
	bottom: 0px;
	background: transparent url(images/send-button-bk.png) no-repeat scroll 0 0;
	float: left;
	margin-left: 320px;
	margin-top: -92px;
	cursor: pointer;
}
#contact #contactForm #formContainer #form #submit:hover {
	background: transparent url(images/send-button-bk-over.png) no-repeat scroll 0 0;
}
#contact #formContainer textarea {
	width: 300px;
	height: 85px;
	border: none;
	background-color: #f5f5f5;
	font-size: 15px;
	padding: 6px 3px 0px 4px;
}
#contact #contactBlurb {
	width: 259px;
	margin: 0px 0px 0px 20px;
	padding-top: 27px;
}
#contact #contactBlurb p {
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	color: #000000;
}
#banner {
	text-align: right;
}
h1 {
	height: 0px;
	position: absolute;
	top: -9999px;
}
h2 {
	margin: 0px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -2px;
	text-transform: lowercase;
	cursor: pointer;
	height: 40px;
	border-top: 1px solid #e5e5e5;

}


.rightSide h3, .leftSide h3, .article h3 {
	font-size: 16px;
	line-height: 120%;
	color: #4f4f4f;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase; 
	margin: 0px 0px 5px 0px;
}
.article {
	padding-bottom: 10px;
	width: 958px;
}
.article p {
	width: 665px;
}
.article p, #contact p {
	font-size: 12px;
	line-height: 150%;
	color: #777777;
}
.article .note p {
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
.article ul {
	margin: 0px;
	padding: 0px;
}
.article ul li {
	list-style: none;
	color: #000000;
	font-size: 12px;
	line-height: 150%;
}
.article ul li a:link, .article ul li a:active, .article ul li a:visited {
	color: #000000;
	text-decoration: underline;
}
.article ul li a:hover {
	text-decoration: none;
}
#statement .article img {
	float: right;
}
#controller, #prevNext {
	float: right;
	margin: -30px 0px 0px 15px;
	padding: 0px;
}

#controller p {
	margin: 0px;
	font-size: 14px;
	color: #909090;
}
#work .gallery {
	width: 485px;
	float: right;
	text-align: right; 
	height: 275px;
	overflow: hidden;
}
#work .gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#work .gallery ul li {
	width: 230px;
	background-color: #e5e5e5;
	float: left;
	display: inline;
	margin: 0px 0px 10px 10px;
	height: 130px;
}
#work .gallery ul li img, #archive ul li img {
	border: 1px solid #000;
}
#work .gallery ul li img:hover, #archive ul li img:hover {
	border: 1px solid #E5E5E5;
}
#work .gallery ul li img {
	margin: 0px;
	padding: 0px;
}
work .article h3 {
	width: 412px;
}
#work .article p, #archiveLink {
	width: 412px;
}
#archiveLink {
	margin: 10px 0px 30px 0px;
	background-color: #f4f4f4;
	padding: 0px 6px;
	text-align: center;
	width: 100px;
}
#archiveLink p a:link, #archiveLink p a:active, #archiveLink p a:visited {
	color: #777;
	text-decoration: none;
}
#archiveLink p a:hover {
	color: #000;
	text-decoration: underline;
}
.leftSide, .rightSide {
	float: left;
	font-size: 12px;
}
#cv .leftSide {
	width: 630px;
}
#cv .rightSide {
	width: 310px;
	margin-left: 15px;
}
.rightSide h3, .leftSide h3, .article h3 {
	/* margin: 0px 0px 5px 0px;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: lowercase; */
}
.rightSide table, .leftSide table {
	margin-bottom: 23px;
	color: #777777;
	line-height: 130%;
}
.rightSide .date, .leftSide .date {
	width: 45px;
	color: #000;
}
.rightSide .text, .leftSide .text {
	padding-bottom: 7px;
	width: 700px;
}
.rightSide .text a, .leftSide .text a {
	color: #000000;
}
.rightSide .text a:hover, .leftSide .text a:hover {
	text-decoration: none;
}
#footer {
	margin-bottom: 30px;
	border-top:1px solid #E5E5E5;
}
#footer p {
	font-size: 10px;
	color: #ababab;
}
#footer p a:link, #footer p a:active, #footer p a:visited {
	color: #666666;
}
#footer p a:hover {
	text-decoration: none;
}

.jFlowControl {
	cursor: pointer;
	padding: 3px;
}
.jFlowPrev, .jFlowNext {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.jFlowSelected {
	text-decoration: underline;
	color: #000000;
}
 #content h3, #content p {
	margin: 0px;
	padding: 10px 0px;
}
.accordianContainer {
	margin-top: 20px;
	margin-bottom: 20px;
}
#accordion h2:hover, #contact h2:hover {
	background-color: #f6f6f6;
}
#accordian p {
	margin: 10px 0px;
}
.ui-accordion-animate {
        /*resets margin: 0; padding: 0; border: 0; */
} 
#archive ul {
	margin: 0px;
	padding: 0px;
}
#archive ul li {
	list-style: none;
	display: inline;
	margin: 0px 6px 10px 0px;
	padding: 0px;
}
#archive ul li img {
	margin-bottom: 10px;
}

/* Form validation CSS */
label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}
.logoRight {
	float: right;
	margin-right: 20px;
}

/* Video links other video stuff */
#videoLink {
	width: 64px;
	float: right; 
	margin-right: 550px;
	position: relative;
	text-align: right;
}
#videoLink p {
	font-size: 12px;
	display: inline;
}
#videoLink .lift {
	position: absolute;
	top: 3px;
	left: 0px;
}

#videoLink img {
	border: none;
}
#videoLink a {
	border: none;
	text-decoration: none;
	color: #999;
}

.clearFix {
	clear: both;
}

