/* reset.css by Eric Meyer v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset. Thank you Mr. Meyer! */

/* Global */
body {
	background:url(/media/images/page_bg_amp.png) top center no-repeat #39342e;
	color:#9e9589;
	font-family:Arial, sans-serif;
	font-size: 62.5%;
	text-align:center;
}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#fff;
	text-decoration:underline;
}
.clear_both {
	line-height:1px;
	height:1px;
	clear:both;
	display:block;
}

a.show_hide_link:link, a.show_hide_link:visited {
    /*-moz-box-shadow: 0 1px 5px #BBBBBB;
    padding: 15px 15px 10px;
    background-image: url("../images/link_expand_bg_down.png");
    background-position: right bottom;
    background-repeat: no-repeat;*/
    display: block;
    text-decoration: none;
}
.section_text {
	/*height:380px;
	overflow: auto;*/
}
p.pagination {
	text-align: center;
	width:450px;
	float:left;
}
p.pagination img {
	vertical-align: middle;
}
span.section_link {
	display:block;
	width:80px;
}
span.section_link_back {
	float:left;
	text-align: left;
}
span.section_link_back a {
	display:none;
}
span.section_link_next {
	float:right;
	text-align: right;
}
a.show_hide_link:hover {
    text-decoration: underline;
}
a.show_hide_link:active {
	text-decoration: none;
}
a.section_page_link img {
	background: url(../images/icon_pagination_inactive.png) 50% 50% no-repeat;
}
a.section_link_active img {
	background: url(../images/icon_pagination_active.png) 50% 50% no-repeat;
}
.show_hide_content {
    display: none;
    position: absolute;
    top:0;
    left:0;
	width:100%;
    
}
.show_hide_content_open {
	display:block;
}
/* End Global */

/* Wrappers */
#wrapper1 {
	background: url(/media/images/page_bg.png) top left repeat-x;
	position: relative;
}
#wrapper2 {
	width: 820px;
	margin: 0 auto;
}
/* End Wrappers */

/* Header */
#header {
}
#header h1 {
	float: left;
	width: 200px;
	padding:7px 0 6px 20px;
	text-align: left;
}
#header h1 img {
}
#header #nav {
	float:right;
	background: url(/media/images/nav_bg.png) top center no-repeat;
	margin-top: 38px;
	width:595px  /* before dbe:  525px;*/
	height:62px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size:12px;
	text-align: left;
}

/* Suckerfish */
/*.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}*/

.nav {
  /*font-family: Arial, Helvetica, sans-serif;*/
  z-index: 100;
  position: relative;
  padding:16px 0 0 0;
}
.nav li {
  /*border-left: 1px solid #000;*/
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  /*font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  background: #565656;*/
  color: #fff;
  display: block;
  padding: 10px 12px;
  /*text-transform: lowercase;*/
  text-decoration: none;
}

.nav li a:hover {
  background: #810e19;
  color: #fff;
}


#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #810e19;
  color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #810e19;
  color: #dea18c;	
  border-top: 1px solid #93222d;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #680811;
  color: #fff;
  border-top: 1px solid #93222d;
}

.nav ul {
  /*background: #565656;
  border-bottom: 1px solid #000;*/
  list-style: none;
  margin: 0;
  width: 162px;
  position: absolute;
  top: -999em;
  /*left: -1px;*/
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 32px;
}
.nav ul li {
  border: 0;
  float: none;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 13px;
}
.nav ul a {
  /*border: 1px solid #000;*/
  border-bottom: 0;
  padding-right: 20px;
  width: 150px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
/* End Suckerfish */

/*#header #nav ul {
	padding-top:25px;
}
#header #nav li {
	font-size: 1.25em;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
	margin: 0 20px;
}
#header #nav li a:link, #header #nav li a:visited {
	color:#fff;
	text-decoration: none;
} 
#header #nav li a:hover, #header #nav li a:active, #header #nav li a:focus {
	color:#b2aa91;
	text-decoration: none;
}*/
/* End Header */

/* Content */
#frame {
	border: 10px solid #fff;
	border-bottom:none;
	background: url(/media/images/frame_bg_amp.jpg) top left no-repeat #77705b;
	text-align: left;
	color:#28231c;
	min-height: 450px;
}
#frame h1 {
	font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
	font-weight: bold;
	font-size: 2.4em;
	letter-spacing: 0.1em;
	padding: 30px 30px 8px 30px;
	border-bottom: 2px solid #810e19;
	text-transform: uppercase;
	text-shadow:0 1px 0 #a49e8d;

}
#frame h2 {
	margin:30px 0 10px;
	padding:0 30px;
	font-size: 1.6em;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color:#534d3b;
}
#frame p {
	margin: 10px 30px;
	font-size: 1.3em;
	line-height: 1.5em;
}
#frame .big_square_image {
	width: 472px;
	height:472px;
	text-align: center;
	overflow:hidden;
	float:left;
	margin-right:20px;
	border-right:2px solid #fff;
}
#frame #page_summary {
	padding-bottom: 30px;
}
.dbe-main #page_summary {
	float:left;
	width:450px;
}
#frame #page_summary ul {
	padding:0 30px;
}
#frame #page_summary ul li {
	font-size: 1.3em;
	line-height: 1.5em;
}
.cap-column-markets {
	float:left;
	width:200px;
}
.cap-column-services {
	float:left;
	width:290px;
}
#frame #page_summary.affiliations ul {
}
#frame #page_summary.affiliations ul li {
	margin:30px 0;
	clear:both;
	min-height: 120px;
}
#frame #page_summary.affiliations ul li a:link, #frame #page_summary.affiliations ul li a:visited {
	display: block;
	padding: 10px;
	color:#28231C;
}
#frame #page_summary.affiliations ul li a:hover, #frame #page_summary.affiliations ul li a:active, #frame #page_summary.affiliations ul li a:focus {
	text-decoration: none;
	background: #534D3B;
	color:#d7d0b8;
	cursor:pointer;
}
#frame #page_summary.affiliations ul li img {
	float:left;
	width: 90px;
	margin: 0 20px 0 0;
}
#frame #page_summary.affiliations ul li div.affiliation_summary {
	float:left;
	width: 600px;
}
#frame #page_summary.affiliations ul li div.affiliation_summary p {
	font-size: 1em;
	margin: 0;
}
#frame #page_summary.affiliations ul li div.affiliation_summary p strong {
	font-size: 1.2em;
	color:#fff;
}
#portfolio-wrapper {
	height:520px;
	overflow:hidden;
	position:relative;
}
.portfolio-section-wrapper {
	padding:20px 22px;
	height:490px;
	width:756px;
	position:absolute;
	top:0;
	left:800px;
}
#portfolio-section-1 {
	left:0;
}
.portfolio-section-wrapper a {
	float:left;
	margin:8px;
	display:block;
	position: relative;
	width:230px;
	height:136px;
	border:3px solid #fff;
	text-decoration:none;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 5px;
	   -moz-box-shadow: rgba(0,0,0,0.4) 0 1px 5px;
			box-shadow: rgba(0,0,0,0.4) 0 1px 5px;
}
.portfolio-section-wrapper a span {
	position: absolute;
	display:block;
	bottom:0;
	left:0;
	background:url(/media/images/portfolio-label-bg.png) right 50% no-repeat;
	color:#fff;
	width:190px;
	padding:10px 30px 10px 10px;
	font-size:14px;
	font-weight:bold;
	line-height: 1.3em;
}
.portfolio-arrow {
	display:block;
	position:absolute;
	width:19px;
	height:29px;
	background-image:url(/media/images/portfolio-arrow-sprite.png);
	background-repeat:no-repeat;
	cursor: pointer;
	top:244px;
}
.portfolio-arrow-left {
	background-position: left 50%;
	left:5px;
}
.portfolio-arrow-right {
	background-position: right 50%;
	right:5px;
}
#project_landing_list {
	padding:20px;
}
#project_landing_list li {
	float: left;
	width: 152px;
	display: block;
	text-align: center;
}
#project_landing_list li h2 {
	font-size: 1.3em;
	margin:0;
	padding:0;
	font-weight: normal;
	line-height: 1.4em;
}
#project_landing_list li a:link, #project_landing_list li a:visited {
	display: block;
	text-decoration: none;
	padding:10px 0;
}
#project_landing_list li a:hover, #project_landing_list li a:active, #project_landing_list li a:focus {
	text-decoration: none;
	background: #534D3B; /*url(/media/images/trans_bg_black_10.png) top left repeat;*/
	/*color:#810E19;*/
}
#project_landing_list li a span {
	display: block;
	text-align: center;
	margin:0;
	background: url(/media/images/category_photo_md_shadow.png) top center no-repeat;
	padding: 8px 0 0 0;
}
#project_landing_list li a span.category_image {
}
#project_landing_list li a span.category_name {
}
#project_landing_list li img {
	border: 2px solid #fff;
}

#project_meta_data {
	position: absolute;
	top: 0px;
	right: -330px;
	display: block;
	width: 330px;
	height:472px;
	background: url(/media/images/project_meta_data_bg.png) top left repeat;
}
#project_meta_data h3 {
	margin:30px 30px 10px;
	color:#810e19;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#project_meta_data p {
	color:#fff;
}

#frame .category_image {
	background: url(/media/images/category_photo_shadow.png) bottom center no-repeat;
	padding-bottom: 8px;
	float:right;
	margin:20px 20px 10px 20px;
	width: auto;
}
#frame #sr_summary {
	position: relative;
	height:450px;
}
#frame #sr_summary .category_image {
	margin-top:0;
}
#frame #sr_summary p {
	margin:0 20px 15px 30px;
	line-height: 1.4em;
}
#frame .category_image img {
	border:2px solid #fff;
}
#frame .contact_image {
	background: url(/media/images/category_photo_shadow.png) no-repeat 0 322px;
}
#frame .contact_image p {
	margin: 0;
	text-align: right;
	padding-top: 18px;
	padding-right: 5px;
}
#frame .contact_image p a:link, #frame .contact_image p a:visited {
	color:#d7d0b8;
	text-decoration: none;
	background: url(/media/images/link_arrow.png) top right no-repeat;
	display: inline-block;
	padding-right: 12px;
}
#frame .contact_image p a:hover, #frame .contact_image p a:active, #frame .contact_image p a:focus {
	color:#d7d0b8;
	text-decoration: underline;
}


#frame #project_list {
	padding: 30px;
}
#frame #project_list h2 {
	border-bottom: 1px dashed #534d3b;
	padding:0 0 10px;
	margin:0 0 10px;
}
#frame #project_list ul {
	padding-bottom: 20px;
}
#frame #project_list li {
	padding:0;
}
#frame #project_list li.listed {
	margin-left:120px;
}
#frame #project_list li a, #frame #project_list li a:link, #frame #project_list li a:visited {
	display: block;
	padding: 10px;
	text-decoration: none;
	color:#fff;
}
#frame #project_list li a:hover, #frame #project_list li a:active, #frame #project_list li a:focus {
	text-decoration: none;
	background:#534d3b;
	color:#fff
}
#frame #project_list li.listed a:hover, #frame #project_list li.listed a:active, #frame #project_list li.listed a:focus {
	background:none;
}
#frame #project_list li a img {
	border: 3px solid #fff;
	float: left;
	margin-right: 10px;
}
#frame #project_list li a h3 {
	font-size:1.5em;
	font-weight: bold;
	margin: 30px 0 3px 0;
}
#frame #project_list li.listed a h3 {
	margin: 3px 0;
	font-weight: normal;
	color:#d7d0b8;
}
#frame #project_list li a small {
	font-size: 1.3em;
	color:#d7d0b8;
}
#frame #featured_tns {
	clear:both;
	background: url(/media/images/featured_tn_bg.png) top left no-repeat;
	text-align: right;
	padding: 15px 0 0;
}
#frame #featured_tns h3 {
	font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 0 0 0 30px;
	text-transform: uppercase;	
	color:#28231c;
	float: left;
	width: auto;
	text-shadow:0 1px 0 #6b675b;
}
#frame #featured_tns p {
	margin: 0 20px 3px 0;
	line-height: 1.2em;
}
#frame #featured_tns p a:link, #frame #featured_tns p a:visited {
	color:#d7d0b8;
	text-decoration: none;
	background: url(/media/images/link_arrow.png) top right no-repeat;
	display: inline-block;
	padding-right: 12px;
}
#frame #featured_tns p a:hover, #frame #featured_tns p a:active, #frame #featured_tns p a:focus {
	color:#d7d0b8;
	text-decoration: underline;
}

#frame #featured_tns ul {
	text-align: left;
	padding:15px 0 0 8px;
	height:80px;
}
#frame #featured_tns li {
	display: block;
	float:left;
	margin: 0;
	width:78px;
	height:64px;
	text-align: center;
}
#frame #featured_tns a {
	display: block;
}
#frame #featured_tns img {
	border: 2px solid #fff;
}
/*
#frame #featured_tns li a:link img, #frame #featured_tns li a:visited img, #frame #featured_tns li a:active img {
}
#frame #featured_tns li a:hover img, #frame #featured_tns li a:focus img {
}
#frame #featured_tns li a:hover img.hovered {
}
#frame #featured_tns li img.muted {
	opacity:.2;
}
*/
#frame #employee_list {
	padding:40px 20px 0;
}
#frame #employee_list li {
	display: block;
	float: left;
	width:152px;
	height:195px;
	text-align: center;
}
#frame #employee_list li a:link, #frame #employee_list li a:visited {
	text-decoration: none;
	/*display: block;*/
}
#frame #employee_list li a:hover, #frame #employee_list li a:active, #frame #employee_list li a:focus {
	text-decoration: none;
	cursor: pointer;
}
#frame #employee_list li span.photo_wrapper {
	border:2px solid #fff;
	display: block;
	width:110px;
	height:145px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
	background-position-x: -10px;
	background-position-y: -7px;
	background-repeat: no-repeat;
}
/*#frame #employee_list li img {
	position: absolute;
	top:-7px;
	left:-10px;
}*/
#frame #employee_list li span.name {
	font-size: 1.3em;
	/*line-height: 1.8em;*/
	color:#fff;
	display:none;
	font-weight: bold;
}
#frame img#employee_image {
	float:left;
	margin: 30px;
	border:2px solid #fff;
}
#frame #employee_info {
	float:right;
	width:578px;
	margin:0 30px 0 0;
}
#frame #employee_info p {
	margin:0;
}
#frame #employee_info h2 {
	margin:20px 0 10px 0;
	padding:0 0 10px;
	letter-spacing:0;
	text-transform: none;
	font-weight: bold;
	color:#28231c;
	font-size: 1.3em;
	border-bottom: 1px dashed #ccc5ae;
}
#frame #employee_info .title, #frame #employee_info .education {
	text-transform: uppercase;
	color:#534d3b;
	letter-spacing: 0.1em;
	width: 270px;
	float: left;
	padding:10px 0 20px;
}
#frame #employee_info .title p, #frame #employee_info .education p {
	margin: 0;
	line-height: 1.3em;
}
#frame #employee_info .expertise {
	clear:both;
}
#frame #employee_info .expertise li {
	display: block;
	width: 270px;
	float: left;
	font-size: 1.3em;
	padding: 5px 0;
}
#frame #employee_info .personal {
	clear:both;
	padding: 5px 0 20px;
}
#frame #employee_info .personal p {
	margin-bottom: 15px;
}
#frame #employee_project_list {
	float:right;
	width:578px;
	margin:0 30px 0 0;	
}
#frame #employee_project_list h2.name {
	margin: 10px 0 40px;
	padding: 0;
	color:#D7D0B8;
	font-size: 2em;
}
#frame #employee_project_list small.back {
	display: block;
	width: 200px;
	float: right;
	margin: 14px 0;
	text-align: right;
	font-size: 1.3em;
}
#frame #employee_project_list small.back a:link, #frame #employee_project_list small.back a:visited {
	color:#d7d0b8;
	text-decoration: none;
	background: url(/media/images/link_arrow_left.png) top left no-repeat;
	display: inline-block;
	padding:2px 0 0 15px;
}
#frame #employee_project_list small.back a:hover, #frame #employee_project_list small.back a:active, #frame #employee_project_list small.back a:focus {
	color:#d7d0b8;
	text-decoration: underline;
}

#frame #employee_project_list #project_list {
	padding: 0;
}
#frame #employee_project_list #project_list h2 {
	font-size:1.4em;
}
#frame #employee_project_list #project_list li.listed {
	margin:3px 0;
}
#frame #employee_project_list #project_list li a h3 {
	font-size:1.5em;
	font-weight: bold;
	margin: 3px 0;
}
#frame #employee_project_list #project_list li.listed a h3 {
	color:#D7D0B8;
	font-weight: normal;
}
/*
#frame #employee_project_list h2 {
	margin: 10px 0 0 0;
	padding:0;
}
#frame #employee_project_list ul {
	padding:40px 0;
}
#frame #employee_project_list ul li {
	font-size: 1.3em;
	margin: 5px 0;
}
#frame #employee_project_list ul li.heading {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
*/
#featured_employees {
	position:relative;
}

#frame #staff_quote {
	width: 454px;
	height: 184px;
	margin:20px 30px 0;
	background:url(/media/images/quote_bubble_dark.png) top left no-repeat;
	position: relative;
	/*border-top: 1px dashed #CCC5AE;*/
}
#frame #staff_quote blockquote {
	/*font-family: Georgia, serif;
	font-style: italic;*/
	padding:0;
	position: absolute;
	top:12px;
	left:15px;
	width: 424px;
	height:150px;
	overflow: hidden;
}
#frame #staff_quote blockquote p {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-size: 1.2em;
	line-height: 1.4em;
	color:#D7D0B8; /*#615c4c;*/
	text-align: justify;
}
#frame #staff_quote blockquote cite {
	font-family: Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: right;
	font-size: 1.2em;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	color:#fff;
}
#frame #staff_quote blockquote cite span {
	color:#756e5b;
}
#frame #staff_quote #quote_arrow {
	position: absolute;
	bottom: 0;
	left:22px;
}
#frame #quoted_staff_tns {
}
#frame #quoted_staff_tns ul {
	width: 480px;
	padding:0 0 0 30px;
	height: 95px;
	float:left;
}
#frame #quoted_staff_tns ul li {
	float:left;
	width: 78px;
}
#frame #quoted_staff_tns ul li a:hover {
	cursor: pointer;
}
#frame #quoted_staff_tns ul li img {
	border: 2px solid #fff;
}
#frame #documents ul {
	width:450px;
	float:left;
	min-height:300px;
	padding:0 0 0 30px;
}
#frame #documents ul li {
}
#frame #documents ul li a:link, #frame #documents ul li a:visited {
	color:#D7D0B8;
	display:block;
	font-size:1.6em;
	padding:10px;
}
#frame #documents ul li a:hover, #frame #documents ul li a:active, #frame #documents ul li a:focus {
	text-decoration: none;
	background: #534D3B;
	color:#d7d0b8;
	cursor:pointer;
}
#frame #documents ul li a img {
	vertical-align: middle;
}
#frame #quoted_staff_tns #send_resume, #frame #sr_contact, #frame #dbe_contact {
	float:right;
	width: 280px;
	padding-top:20px;
}
#frame #sr_contact, #frame #dbe_contact {
	width:242px;
	margin-right:22px;
	padding: 10px;
	background:#4f4b3c;
	margin-bottom:20px;
	/*border-bottom:1px solid #2f2e28;*/
}
#frame #quoted_staff_tns #send_resume h4, #frame #sr_contact h4, #frame #dbe_contact h4 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color:#fff;
	font-weight: normal;
}
#frame #dbe_contact h4 {
	color:#d7d0b8;
	margin-bottom:5px;
}
#frame #quoted_staff_tns #send_resume p, #frame #sr_contact p, #frame #dbe_contact p {
	margin: 0;
	line-height: 1.3em;
	color:#fff;
}
#frame #quoted_staff_tns #send_resume p a:link, #frame #quoted_staff_tns #send_resume p a:visited,
#frame #sr_contact p a:link, #frame #sr_contact p a:visited,
#frame #dbe_contact p a:link, #frame #dbe_contact p a:visited {
	color:#d7d0b8;
	text-decoration: none;
	background: url(/media/images/link_arrow.png) top right no-repeat;
	display: inline-block;
	padding-right: 12px;
}
#frame #quoted_staff_tns #send_resume p a:hover, #frame #quoted_staff_tns #send_resume p a:active, #frame #quoted_staff_tns #send_resume p a:focus,
#frame #sr_contact p a:hover, #frame #sr_contact p a:active, #frame #sr_contact p a:focus,
#frame #dbe_contact p a:hover, #frame #dbe_contact p a:active, #frame #dbe_contact p a:focus {
	color:#d7d0b8;
	text-decoration: underline;
}
.sr_news_wrapper {
	height:360px;
	overflow: auto;
	margin-right: 20px;
}
.sr_news_content {
	display:none;
}

#frame .summary {
	padding:10px 30px 40px;
}

#frame #contact_summary {
	width: 480px;
	padding-bottom: 30px;
}

#frame .contact_block {
	display:block;
	float:left;
	width:240px;
}
#frame .contact_block h2 {
	clear:both;
	margin-top:15px;
}
#frame .contact_block h3 {
	margin-top:15px;
	margin-left: 30px;
	font-size: 1.4em;
}

#frame .news_back {
	margin: 25px 30px 3px 0;
	display: block;
	text-align: left;
	font-size: 1.3em;
}
#frame .news_back a:link, #frame .news_back a:visited {
	color:#d7d0b8;
	text-decoration: none;
	background: url(/media/images/link_arrow_left.png) top left no-repeat;
	display: inline-block;
	padding:3px 0 0 18px;
}
#frame .news_back a:hover, #frame .news_back a:active, #frame .news_back a:focus {
	color:#d7d0b8;
	text-decoration: underline;
}

#frame #news_article {
	padding:30px;
}
#frame #news_article .category_image {
	margin:0 0 10px 20px;
	width: auto;
}
#frame #news_article h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 2em;
	color:#fff;
	padding:0;
	margin:0 0 8px;
	text-transform: capitalize;
	letter-spacing: 0;
}
#frame #news_article small {
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color:#d7d0b8;
}
#frame #news_article p {
	margin: 20px 0;
}
#frame #news_list {
	margin:20px;
}
#frame #news_list li {
}
#frame #news_list li a:link, #frame #news_list li a:visited {
	display: block;
	padding: 10px;
	text-decoration: none;
	color:#fff;
}
#frame #news_list li a:hover, #frame #news_list li a:active, #frame #news_list li a:focus {
	text-decoration: none;
	background:#534d3b;
	color:#fff
}
#frame #news_list li a h3 {
	font-size: 1.3em;
	margin-bottom: 4px;
}
#frame #news_list li a small {
	font-size: 1.2em;
	color:#d7d0b8;
}
#frame #news_list li.article_year {
	padding: 30px 10px 0;
}
#frame #news_list li.article_year h2 {
	border-bottom: 1px dashed #534d3b;
	padding:0 0 10px;
	margin:0 0 10px;
}
#frame_bottom {
	background: url(/media/images/frame_shadow.png) bottom center no-repeat;
	padding: 10px 10px 15px;
	text-align: left;
	/*height:15px;*/
}
#frame_bottom.no-caption {
	padding:0;
	height:17px
}
#frame_bottom h2 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	color:#39342e;
	float:left;
	width: auto;
	background: #fff;
}
#frame_bottom h2.single_project {
	margin-top:4px;
	margin-bottom:6px;
}
#frame_bottom h2 a:link, #frame_bottom h2 a:visited {
	color:#afaeae;
	text-decoration: none;
}
#frame_bottom h2 a:hover, #frame_bottom h2 a:active, #frame_bottom h2 a:focus {
	color:#39342e;
	text-decoration: none;
}
#frame_bottom #controls_wrapper {
	display: block;
	float: right;
	width: auto;
	white-space:nowrap;
}
#frame_bottom #controls {
	float:right;
	text-align: right;
	width: auto;
}
#frame_bottom #controls a {
	margin:-1px 2px 0 3px;
	display: inline-block;
}
#frame_bottom #controls a:hover, #frame_bottom a#info_button:hover {
	cursor: pointer;
	text-decoration: none;
}
#frame_bottom #controls a.gallery_nav {
	border:1px solid #fff;
	color:#afaeae;
	text-decoration: none;
	width: 18px;
	padding:4px 0;
	text-align: center;
}
#frame_bottom #controls a.active {
	border:1px solid #810E19;
	color:#810E19;
	text-decoration: none;
}
#frame_bottom a#info_button {
	float:right;
	display: block;
	background: url(/media/images/info_button.png) top center no-repeat;
	width: 17px;
	height: 17px;
	border: 0;
	margin-left: 10px;
}
#project_summary, #nutshell {
	padding:28px 20px 0; /*28px 50px 16px;*/
}
#project_summary a.portfolio-back:link, #project_summary a.portfolio-back:visited, #project_summary a.portfolio-back:active, #project_summary a.portfolio-back:focus {
	display: block;
	text-align: left;
	width: 200px;
	color: #6b645b;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#project_summary a.portfolio-back:hover {
	color:#fff;
	text-decoration:none;
}
.project_details {
	float: right;
	width: 300px;
	background: rgba(0,0,0,0.2);
	padding: 20px 20px 0;
	margin: 0 0 30px 30px;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 6px inset;
	   -moz-box-shadow:rgba(0,0,0,0.3) 0 1px 6px inset;
			box-shadow:rgba(0,0,0,0.3) 0 1px 6px inset;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
}
.no-rgba .project_details {
	background:url(/media/images/black-20.png) left top repeat;
}
#project_summary h3 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color:#D7D0B8;
	font-weight:normal;
	margin:20px 0 0 0;
	padding:0;
	font-size: 1.6em;
	text-align:left;
}
#project_summary hr {
	height: 0;
	border: 0;
	border-bottom:1px solid #4e4a41;
	margin: 10px 0;
}
#project_summary h3 img {
	margin-left:-6px;
}
#project_summary .project_details h3 {
	margin-top:0;
}
#project_summary .project_details p {
	color:#d1d0cf;
}
#project_summary p.category_link {
	text-align: right;
}
#project_summary p.category_link a:link, #project_summary p.category_link a:visited {
	color:#120f0b;
	text-decoration: none;
	display: inline-block;
	background: url(/media/images/link_arrow_circle.png) top right no-repeat;
	padding:0 20px 0 0;
	text-shadow: #4b4641 0 1px 0;

}
#project_summary p.category_link a.ref_back:link, #project_summary p.category_link a.ref_back:visited {
	background: url(/media/images/link_arrow_circle_left.png) top left no-repeat;
	padding:0 0 0 20px;
}
#project_summary p.category_link a:hover, #project_summary p.category_link a:active, #project_summary p.category_link a:focus {
	color:#120f0b;
	text-decoration: underline;
}
#project_summary p, #nutshell p {
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: justify;
}
#project_summary p {
	color:#9e9589;
	margin-bottom:20px;
}
#nutshell p {
	color:#787168;
}
#nutshell img#cupc {
	float:left;
	margin:7px 20px 0 0;
}
/* End Content */

/* Gallery */
#frame.gallery {
	height:472px;
	position: relative;
	overflow: hidden;
}

#gallery {
	float:left;
	width:800px;
	height:472px;
	overflow:hidden;
}
.photo {
	display:none;
	text-align:left;
	position: absolute;
	width:800px;
	height:472px;
	overflow:hidden;
}
a#gallery_b_previous:hover, a#gallery_b_next:hover {
	cursor: pointer;
}
/* End Gallery */


/* Footer */
#footer {
	background: url(/media/images/footer_bg.png) top center no-repeat;
	color:#59534c;
	padding: 20px;
	margin-top: 20px;
}
#footer span {
	display: inline-block;
	margin: 0 13px;
	font-size: 1.3em;
}
#footer a:link, #footer a:visited {
	color:#59534c;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color:#b2aa91;
	text-decoration: none;
}

#footer-new {
	background: url(/media/images/footer_bg.png) top center no-repeat;
	color:#787168;
	padding: 20px;
	margin-top: 20px;
}
#footer-new p {
	margin-bottom:10px;
}
#footer-new span {
	display: inline-block;
	margin: 0 7px;
	font-size: 1.3em;
}
#footer-new a:link, #footer-new a:visited {
	color:#787168;
	text-decoration: none;
}
#footer-new a:hover, #footer-new a:active, #footer-new a:focus {
	color:#b2aa91;
	text-decoration: none;
}
/* End Footer */

