@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0
}
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#CECECE;
	background-color:#333333;
	font-weight:100;
}
ol {
	list-style: decimal inside;
	padding-left:25px;
	padding-bottom:1em;
}
h1 {
	color:#FAFF00;
	font-size:14px;
	font-weight:normal;
	padding-bottom:0.1em;
}
h2 {
	color:#999999;
	font-size:14px;
	font-weight:normal;
	padding-bottom:0.1em;
}
h3 {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	padding-bottom:0.1em;
}
p {
	margin-bottom:1em;
}
sup {
	font-size: 70%;
	vertical-align: top;
}
img {
	border:none;
	margin:0;
	padding:0;
	vertical-align: bottom;/* ie6-fix */
}
a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#FAFF00;
	text-decoration:none;
}
a.selected {
	color:#FFFFFF;
	text-decoration:none;
}
a.selected img {
	
}
b {
	font-weight:normal;
	color:#FAFF00;
}
#header {
	text-align:left;
	height:47px;
	width:915px;
	border-top:#837F7E 1px solid;
	border-bottom:#837F7E 1px solid;
	background-color:#333333;
}

#footer {
	color:#999999;
	position:relative;
	width:915px;
	text-align:right;
	font-size:10px;
	padding-top:5px;
}
#logo {
	float:right;
	position:relative;
	z-index:2;
}
#logo img {
	padding:2px 3px 0px 0px;
}
#nav {
	text-align:left;
	height:24px;
	border-bottom:#837F7E 1px solid;
}
#subnav {
	text-align:left;
	height:22px;
	background-color:#333333;
}
#content {
	padding:0px 0px 0px 10px;
	text-align:left;
	height:465px;
	width:905px;
}
#top-bar {
	background-color:#535252;
	margin-left:-10px;
	padding-left:10px;
	height:34px;
	width:905px;
}
/***** Menu Formatting *****/
#nav { 
	display: block;
    text-decoration: none;
	position:relative;
}

#nav ul {
	text-align: center;
	/*width: 620px; If your links text is bigger you will have to adjust this value*/
    height: 24px;
	margin: 0 auto;
	padding: 0;
	line-height: 24px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
}



#nav ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
}
			
#nav ul li a { 
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0 10px;
	color: #CECECE;
}
		  
#nav ul li a:hover, #menu ul li a.active { 
	background-color:#000000;
	text-decoration: none;
	color: #FAFF00;
}
#nav ul li a.selected{ 
	background-color:#000000;
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul li a.active {
	cursor: default;
}

/***** Sub-menu Formatting *****/
#subnav { 
	display: block;
    text-decoration: none;
	position:relative;
}

#subnav ul {
	text-align: center;
	/*width: 620px; If your links text is bigger you will have to adjust this value*/
    height: 21px;
	margin: 0 auto;
	padding: 0;
	line-height: 21px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
}



#subnav ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
	font-size:11px;
}
			
#subnav ul li a { 
	display: block;
	text-decoration: none;
	text-transform:none;
	padding: 0 10px;
	color: #9E9E9E;
}
		  
#subnav ul li a:hover, #subnav ul li a.active {
	text-decoration: none;
	color: #FAFF00;
	
}

#subnav ul li a.selected { 
	background-color:#000000;
	text-decoration: none;
	color: #FFFFFF;
	
}

#subnav ul li a.active {
	cursor: default;
}

/***** Header-bar Menu Formatting *****/
#header-nav { 
	display: block;
    text-decoration: none;
	position:relative;
	background-color:#7E7C7D;
	width:912px;
	margin-left:-2px;
}

#header-nav ul {
	text-align: center;
	/*width: 620px; If your links text is bigger you will have to adjust this value*/
    height: 16px;
	margin: 0 auto;
	padding: 0;
	line-height: 16px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
}



#header-nav ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: left;
	text-decoration: none;
}
			
#header-nav ul li a { 
	display: block;
	text-decoration: none;
	padding: 0 10px 0 2px;
	width:105px;
	color: #CECECE;
}
		  
#header-nav ul li a:hover, #menu ul li a.active { 
	background-color:#252525;
	text-decoration: none;
	color: #CECECE;
}
#header-nav ul li a.selected{ 
	background-color:#252525;
	text-decoration: none;
	color: #FAFF00;
}

#header-nav ul li a.active {
	cursor: default;
}

#sort {
	font-size:11px;
}

#sort a {
	color:#FAFF00;
	text-decoration:none;
}
#sort a:hover, #sort a:active, #sort a.selected {
	color:#FFFFFF;
	text-decoration:none;
}
#featured-projects {
	width:915px;
	height:465px;
	margin-left:-10px;
	position: absolute;
}
.featured-thumb {
	width:180px;
	height:200px;
	display:block;
	float:left;
	padding-right:1px;
	color:#CCCCCC;
	background-color:#333333;
}
#featured-project {
	top:  0; 
    left: 0;
}
#feature-image {
	width:915px;
	height:431px;
}
#home-page {
	position: absolute;
}
#home-news {
	position: absolute;
	z-index:99;
	top:400px;
	left:-5px;
	width:900px;
}
#home-news-text {
	position: relative;
	height:20px;
	z-index:100;
	top:0px;
}
#home-news-title {
	height:16px;
	color:#999999;
}
#home-news-summary {
	
}
#home-news-bg {
	width:905px;
	height:61px;
	background-color:#000000;
	z-index:99;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}
#home-news-text {
	position:absolute;
	z-index:101;
	padding:6px;
	color:#FFFFFF;
}
#proj-head {
	color:#CCCCCC;
	height:19px;
	background-color:#535252;
}
#proj-head .text {
	font-size:11px;
}
#proj-nav {
	float:left;
	padding-right:10px;
}
#proj-nav a {
	color:#CCCCCC;
	text-decoration:none;
}
#proj-nav a:hover, #proj-nav a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#proj-title {
	float:left;
	color:#FAFF00;
}
#display-select {
	float:right;
	padding-right:10px;
}
#proj-thumbs {
	height:auto;
	width:905px;
	z-index:20;
	//margin-left:10px;
}
#proj-thumbs-scroll {
	position:absolute;
	top:0px;
	overflow:hidden;/* for IE 6 */
	width:905px;
	z-index:23;
}
#proj-thumbs-nav {
	background-color:#333333;
	height:14px;
	z-index:22;
}
#proj-thumbs-bg {
	position:absolute;
	z-index:21;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	width:905px;
	height:85px;
}
#proj-thumbs img {
	padding-right:1px;
}
#proj-image-nav {
	height:14px;
	line-height:14px;
}
#proj-image {
	margin-left:-10px;
	width:915px;
	height:431px;
}
#proj-image img {
	
}
#info-container {
	z-index:10;
	position:relative;
	top:0px;
	margin-left:10px;
}
#info-bg {
	z-index:11;
	position:absolute;
	top:0px;
	width:915px;
	height:430px;
	margin-left:-10px;
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}
#info {
	z-index:12;
	position:absolute;
	top:0px;
}
#info-head {
	width:895px;
	height:19px;
	line-height:19px;
	border-bottom:#FFFFFF 1px solid;
}
#info-head img {
	padding-top:4px;
}
#info-content {
	padding-top:10px;
	width:450px;
	height:375px;
}
#info-summary {
	padding-top:10px;
	float:right;
	//margin-right:20px;
	width:auto;
}
#news-head {
	color:#CCCCCC;
}
#news-head a {
	color:#CCCCCC;
	text-decoration:none;
}
#news-head a:hover, #proj-nav a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#news-years {
	padding-top:3px;
	font-size:14px;
}
#news-container {
	margin-left:-10px;
	padding-left:10px;
	position:absolute;
	width:905px;
}
#news-title {
	height:32px;
	font-size:14px;
	color:#FAFF00;
	width:500px;
	padding-top:2px;
	padding-bottom:8px;
	position:relative;
}
#news-text {
	position:relative;
	width:500px;
	height:347px;
	z-index:3;
}
#news-summary {
	font-size:14px;
	color:#CCCCCC;
}
#news-body {
	font-size:12px;
	color:#A0A0A0;
}
#news-file {
	float:right;
	padding-right:10px;
}
#news-nav {
	font-size:11px;
	float:left;
	width:230px;
}
#news-nav a {
	display:block;
	padding-bottom:6px;
}
#news-nav br {
	height:0px;
	line-height:0px;
}
#news-content {
	width:650px;
	height:431px;
	float:right;
}
#news-headlines-container {
	width:230px;
	position:absolute;
	height:430px;
}
#news-image-container {
	
}
#news-image-bg {
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	z-index:2;
	position:absolute;
}
#news-image-header {
	height:12px;
	z-index:3;
	padding:6px;
}
#news-image {
	width:650px;
	height:431px;
	/*border-top:#FFFFFF 1px solid;
	padding-top:6px;*/
}


#news-info-container {
	z-index:10;
	position:relative;
	top:0px;
	margin-left:10px;
}
#news-info-bg {
	z-index:11;
	position:absolute;
	top:0px;
	width:650px;
	height:430px;
	margin-left:-10px;
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}
#news-info {
	z-index:12;
	position:absolute;
	top:0px;
}
#news-info-head {
	width:630px;
	height:19px;
	line-height:19px;
	border-bottom:#FFFFFF 1px solid;
}
#news-info-head img {
	padding-top:4px;
}
#news-info-content {
	padding-top:10px;
	width:450px;
	height:375px;
}
#news-info-summary {
	padding-top:10px;
	float:right;
	//margin-right:20px;
	width:auto;
}





a.jScrollArrowLeft {
	background: url(basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowLeft:hover {
	background-position: 0 -10px;
}
a.jScrollArrowRight {
	background: url(basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowRight:hover {
	background-position: 0 -10px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -20px;
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #aaa;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


a.jScrollArrowLeft {
	background: url(basic_arrow_up.gif) no-repeat 0 -1px;
}
a.jScrollArrowLeft:hover {
	background-position: 0 -15px;
}
a.jScrollArrowRight {
	background: url(basic_arrow_down.gif) no-repeat 0 -1px;
}
a.jScrollArrowRight:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.jScrollPaneTrack {
	background: #808080  url(track.gif) ;
}
.jScrollPaneDrag {
	background: #808080;
}

#page {
	
}


#page-head {
	color:#CCCCCC;
}
#page-head a {
	color:#CCCCCC;
	text-decoration:none;
}
#page-head a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#page-container {
	border-top:#FFFFFF 1px solid;
	padding-top:4px;
	margin-left:-10px;
	padding-left:10px;
	position:absolute;
	width:905px;
}
#page-file {
	float:right;
	padding-right:10px;
}
#page-nav {
	font-size:11px;
	float:left;
	width:250px;
}
#multi-page-content {
	width:650px;
	height:431px;
	float:left;
}
#scrollable-content {
	width:500px;
	height:363px;;
	z-index:3;
}
#content-title {
	font-size:14px;
	color:#FAFF00;
	width:500px;
	padding-bottom:8px;
	padding-top:2px;
	position:relative;
}
#content-body {
	font-size:12px;
	color:#CECECE;
}
#page-image-container {
	
}
#page-image-bg {
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	z-index:2;
	position:absolute;
}
#page-image-header {
	height:12px;
	z-index:3;
	padding:6px;
}
#page-image {
	width:650px;
	height:450px;
	border-top:#FFFFFF 1px solid;
	padding-top:6px;
}


#content-text {
	float:left;
	z-index:2;
	padding-top:20px;
}
#page-content {
	padding-top:15px;
	position:relative;
	font-size:14px;
	width:450px;
	height:390px;
}
#partners-head {
	color:#CCCCCC;
}
#partners-head a {
	color:#CCCCCC;
	text-decoration:none;
}
#partners-head a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#partners-container {
	border-top:#FFFFFF 1px solid;
	padding-top:4px;
	margin-left:-10px;
	padding-left:10px;
	position:absolute;
	width:905px;
}
#partners-nav {
	font-size:11px;
	float:left;
	width:200px;
	position:relative;
}
#partner-thumb {
	float:left;
	width:200px;
	height:80px;
}
#partner-content {
	width:500px;
	height:431px;
	float:left;
}
#partner-text {
	position:relative;
	width:480px;
	height:397px;
	padding-right:14px;
	padding-left:6px;
	z-index:3;
}
#partner-body {
	font-size:12px;
	color:#CCCCCC;
}
#partner-image-container {
	
}
#partner-image-bg {
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	z-index:2;
	position:absolute;
}
#partner-image-header {
	height:12px;
	z-index:3;
	padding:6px;
}
#partner-image {
	width:500px;
	height:450px;
	border-top:#FFFFFF 1px solid;
	padding-top:6px;
}



#developments-container {
	border-top:#FFFFFF 1px solid;
	position:absolute;
	width:915px;
	margin-left:-10px;
}
#development-summary {
	float:left;
	width: 300px;
	font-size:14px;
	padding-top:20px;
	padding-left:10px;
	color:#CECECE;
}
#development-content {
	float:right;
	width: 558px;
	background-color:#545253;
	font-size:16px;
	position:relative;
	height:406px;
	padding:12px;
}
.scroll-pane {
	float:left;
	padding: 0;
	margin:0;
}

ul.blocks {
	padding: 0;
	clear:both;
	display: block;
	height: 415px;
	background: #555253;
}
ul.blocks li {
	width: 400px;
	margin: 0 0 0 0px;
	float: left;
	display: block;
	height: 415px;
}
ul.blocks li.last {
	width: 565px;
}
.holder {
	margin: 0;
	display: block;
}

#pane {
	height: 415px;
	width: 565px;
	padding: 0;
	margin:0;
	display: block;
	_overflow: hidden;
}
.dev-images {
	width:166px;
	float:left;
}
.dev-image {
	height:166px;
	width:166px;
}
.dev-images-mid {
	background-color:#808080;
	height:34px;
	padding:6px;
	line-height:1.1em;
	margin:8px 0 8px 0;
	color:#FFFFFF;
	font-size:16px;
}
.dev-text {
	width:230px;
	float:left;
}
.dev-info {
	height:165px;
	padding:0 8px 0 8px;
	font-size:12px;
}
.dev-year {
	font-size:14px;
	color:#FFFFFF;
}
.dev-text-mid {
	background-color:#808080;
	height:2px;
	padding:0px;
	margin:30px 0 30px 0;
	color:#FFFFFF;
}
.dev-last {
	width:565px;
}



#careers-content {
	padding-top:15px;
	position:relative;
	font-size:14px;
	width:450px;
	height:390px;
}
#careers-head {
	color:#CCCCCC;
}
#careers-head a {
	color:#CCCCCC;
	text-decoration:none;
}
#careers-head a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#careers-container {
	border-top:#FFFFFF 1px solid;
	padding-top:4px;
	margin-left:-10px;
	padding-left:10px;
	position:absolute;
	width:905px;
}
#careers-nav {
	font-size:11px;
	float:left;
	width:350px;
	position:relative;
}
#career-content {
	width:500px;
	height:431px;
	float:right;
}
#career-text {
	position:relative;
	width:480px;
	height:397px;
	padding-right:14px;
	padding-left:6px;
	z-index:3;
}
#career-title {
	font-size:12px;
	color:#FAFF00;
	width:500px;
	padding-bottom:8px;
	padding-top:4px;
	position:relative;
}
#career-deadline {
	font-size:12px;
	color:#CCCCCC;
}
#career-desc {
	font-size:12px;
	color:#CCCCCC;
}
#hr-container {
	position:absolute;
}
#hr-bg {
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	z-index:2;
	position:absolute;
}
#hr-header {
	height:12px;
	z-index:3;
	padding:6px;
}
#hr-text {
	width:494px;
	height:450px;
	border-top:#FFFFFF 1px solid;
	padding-top:6px;
	padding-left:6px;
}
#contact-content {
	width:250px;
	height:431px;
	float:left;
}
#contact-title {
	font-size:12px;
	color:#FAFF00;
	padding-bottom:8px;
	padding-top:4px;
}
#contact-body {
	font-size:12px;
	color:#CECECE;
}
#contact-map {
	width:395px;
	height:430px;
	background-color:#333333;
	float:left;
	margin-top:-4px;
}

#scrollers {
	position:absolute;
	left:880px;
	top:350px;
	width:11px;
}
#news-scrollers {
	position:absolute;
	left:620px;
	top:350px;
	width:11px;
}
#headline-scrollers {
	position:absolute;
	left:247px;
	top:402px;
	width:11px;
}
#multi-page-scrollers {
	position:absolute;
	left:830px;
	top:360px;
	width:11px;
}
#page-scrollers {
	position:relative;
	float:left;
	left:0px;
	top:420px;
	width:11px;
}
#page-asset {
	float:right;
	width:385;
}
#scrollers a, #news-scrollers a, #page-scrollers a, #multi-page-scrollers a  {
	padding-bottom:3px;
	border:none;
}
#thumbs {
	overflow:auto;
}
.thumb-view {
	width:180px;
	height:430px;
	display:block;
	float:left;
	padding-right:1px;
	color:#CCCCCC;
	background-color:#333333;
}
.thumb-link img {
	width:180px;
	height:85px;
}
.typology {
	color:#FFFFFF;
}
.highlight {
	color:#FAFF00;
}
.selected {
	color: #FFFFFF;
}
.thumb {
	height:115;
	padding-bottom:30px;
	width:180px;
	height:85px;
}
.thumb-title {
	padding-bottom:6px;
	padding-right:20px;
	font-size:12px;
}
.thumb-location {
	padding-bottom:10px;
	padding-right:20px;
	font-size:12px;
}
.thumb-desc {
	padding-right:20px;
	font-size:11px;
}
.proj-list a {
	color:#999999;
	text-decoration:none;
}
.proj-list a:hover, .proj-list a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.client {
	color:#FFFFFF;
}
.green {
	color:#95BA06;
}
.row
{
	width:100%;
	display:table;
	position:relative;
}
.col-25
{
	float:left;
	width:25%;
	display:table-cell;
}
.col-33
{
	float:left;
	width:33%;
	display:table-cell;
	color:#CC0066;
}
.col-50
{
	float:left;
	width:50%;
	display:table-cell;
}
.col-75
{
	float:left;
	width:75%;
	display:table-cell;
}