/*****************
* General Styles *
*****************/

* {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

/**************
* Body Styles *
**************/

h1 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	/*letter-spacing: - 0.5cm;*/
	color: #555;
}

h1.block {
	font-weight: 500;
	font-size: 18px;
	text-align: justify;
	letter-spacing: - 0.5cm;
	/*padding-right: 5cm;*/
}


h1.old {
	margin: 0.3em 0 0.6em 0;
	padding: 0 0 20px 7px;
	/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #3A6BAB;
	/*background: url(../images/layout/header-graphic.gif) 0px 1.35em no-repeat;*/
	border-bottom: 1px solid #888;
}

h2 {
	margin: 0.5em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*	font-weight: bold;*/
	font-weight: 500;
	/*font-size: 0.8em;*/
	font-size: 0.7em;
	/*added letter-spacing*/
	/*letter-spacing: -0.05cm*/
	/*color: #900;*/
	color: #555;
}

h3 {
	margin: 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #369;
}

p {
	margin: 1em 0;
	/*added right padding & text-align*/
	/*padding-right: 5cm;*/
	/*font-size:11px;*/
	/*font-size: 12px; */
	font-size: 0.75em;
	/*font-weight: normal;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	/*color: #112;*/
	color: #555;
}

p.bold {
	/*added style for home/home.cfm page*/
	margin: 1em 0;
	padding-right: 5cm;
	font-size: 18px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: - 0.5cm;
	text-align:justify;
	color: #555;
}

p.message {
	color: #b00;
	background: #f6f6f6;
	border: 1px dotted #bbb;
	border-width: 1px 0;
	padding: 0.25em 0;
}

p.image-caption {
	margin: 0;
	padding: 8px;
	color: #4e4c42;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background: #cec9bb;
	border-bottom: 2px solid #df270e;
}

p.image-caption a {
	font-style: normal;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:0.68em;*/
	font-size: 0.8em;
	font-weight: bold;
	color: #222;
	margin: 3px 0;
	padding: 0;
	padding-left: 20px;
	/*background: url(../images/layout/bullet.gif) 4px center no-repeat;*/
}

a {
	text-decoration:none;
	color:#df270e;
	/*color: #df270e;
	color:  #003399;*/
}

a:hover {
	color: #666;
	/*color: #900;*/
}

ul.pageLinks {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

ul.pageLinks li {
	list-style: none;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	background: none;
	border-right: 1px dotted #338;
	float: left;
	font-weight: normal;
}

ul.pageLinks li:last-child,
ul.pageLinks li.last-child {
	border: none;
	margin: 0;
	padding: 0;
}

/******************
* Project Listing *
******************/

ul.project-list {
	margin: 0.5em 0;
	padding: 0;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 0;
	background: #eee url(../images/layout/border.gif) bottom left repeat-x;
}

ul.project-list li {
	margin: 0;
	padding: 10px 0;
	background: url(../images/layout/border.gif) top left repeat-y;
	width: 49.9%;
	height: 52px;
	float: left;
	border-bottom: 1px solid #ccc;
	position: relative;
}

ul.project-list li h2 {
	font-size: 1em;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 10px 0.25em 73px;
}

ul.project-list li h2 a {
	color:#df270e;
	/*color: #900;*/
}

ul.project-list li h2 a:hover {
	color: #666;
	/*color: #009;*/
}

ul.project-list li p {
	font-size: 0.8em;
	margin: 0 10px 0.5em 73px;
	color: #666;
}

ul.project-list li img {
	position: absolute;
	font-size: 100%;
	float: left;
	border: 1px solid #444;
	left: 11px;
	top: 10px;
	width: 50px;
	height: 50px;
}

ul.project-list li ul {
	margin: 0 10px 0 73px;
	padding: 0;
	border: none;
	border-top: 1px dotted #bbb;
	background: none;
}

ul.project-list li ul li {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0;
	background: none;
	width: auto;
	float: none;
	border-bottom: none;
}

div.project-header {
	padding-bottom: 0.8em;
	/*border-bottom: 1px solid #999;*/
}

div.project-header h2 {
	margin-bottom: 0;
	/*added color & font-size*/
	color: #666;
	font-size: 16px;
	/*font-size: 1.5em;*/
}

div.project-header p {
	margin: 0;
	padding: 0;
	font-size: 0.67em;
	/*color: #999;*/
	color:#666;
	/*font-style: italic;*/
}

ul.project-photos {
	margin: 2.2em 0 0.5em;
	border:none;
	padding: 0;
}

ul.project-photos li {
	float: left;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	width: 33.2%;
	text-align: center;
}

ul.project-photos li img {
	margin: 0;
	padding: 0;
	border: 1px solid #df270e;
}

ul.project-photos li a {
	text-decoration: none;
}

ul.project-photos li a span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	background: #cec9bb;
	border-bottom: 2px solid #df270e;
	margin: 0;
	padding: 8px;
	color: #df270e;
	text-align: center;
}

ul.project-photos li.primary {
	margin: 0 0 15px;
	padding: 0;
	width: auto;
	height: auto;
	float: none;
}

ul.project-photos li.primary img {
	border: none;
}

div.project-companies {
	border-top: 1px solid #aaa;
}

div.project-companies div {
	width: 33%;
	float: left;
}

div.project-companies h2 {
	font-size: 11px;
	margin-bottom: 0;
}

div.project-companies p {
	font-size: 10px;
	margin: 4px 0 10px;
	text-align:left;
}

/**************
* Job Listing *
**************/

ul.job-listing {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

ul.job-listing li {
	margin: 0 0 10px;
	padding: 0.5em 0.25em;
	background: #eee;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #bbb;
}

ul.job-listing li h2 {
	margin: 0;
	width: 55%;
}

ul.job-listing li h3 {
	margin: 0.5em 0 0.1em 0.2em;
	width: 55%;
}

ul.job-listing li p {
	margin: 0;
	width: 55%;
}

ul.job-listing li p.location {
	margin: 0 0 0 0.2em;
	color: #444;
	font-size: 0.65em;
}

ul.job-listing li p.box {
	color: #444;
	background: #fff;
	padding: 0.2em;
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, monospace;
}

ul.job-listing li dl {
	width: 40%;
	float: right;
	margin-top: -1.74em;
}

ul.job-listing li dl dt {
	font-size: 0.7em;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #369;
}

ul.job-listing li dl dd {
	font-size: 0.7em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #bbb;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

ul.job-listing li dl dd:last-child,
ul.job-listing li dl dd.last-child {
	border: none;
	margin: 0;
	padding: 0;
}

/*************
* Staff Listing *
*************/

li.staffLine {font-size: 0.9em; }


/*************
* Data Table *
*************/

table.dataTable {
	margin: 0.5em 0;
	table-layout: fixed;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #023;
}

table.dataTable tr {
	background: #fff;
}

table.dataTable tr.even {
	background: #f6f3f3;
}

table.dataTable th {
	background: #258;
	border: 1px solid #023;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff;
	padding: 0px 4px;
}

table.dataTable td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #222;
	border: 1px dotted #023;
	padding: 4px;
	vertical-align: top;
}

/******************
* ThickBox Styles *
******************/

#TB_window {
	font: 1em Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	font-size: 12px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/******************
* Hacks::Clearing *
******************/

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix {display: block;}
/* End hide from IE-mac */

/**************************
* Hacks::ImageReplacement *
**************************/

.imgReplace {
	display: block;
	position: relative;
	overflow: hidden;
}

.imgReplace span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 10;
}

/**************
* Page Layout *
**************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/layout/leftRightGradiant.gif) top left repeat-x;
}

div#main {
	min-width: 985px;
	text-align: left;
	margin: 0 40px;
	background: #fff;
}

div#masthead {
	height: 144px;
	background: #fff;
}

div#mastheadTop {
	/*replaced div#masthead for new style*/
	background:  url(../images/layout/topRed.gif) 0px repeat;
	font-size: .5px;
	height: 11px;
}

div#masthead h1 {
	float: left;
	height: 56px;
	width: 545px;
	font-size: 1em;
	line-height: 56px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:  #036;
	padding: 0;
	margin: 0;
	border: none;
	/*added*/
	margin-top:30px;
}

div#masthead h1 a {
	display: block;
	height: 56px;
	width: 180px;
}

div#masthead h1 span {
	background-image: url(../images/layout/logo.gif);
	height: 56px;
	width: 180px;
}

div#masthead ul {
	/* over color: #df270e */
	/*	background: #f00;*/
	width: 219px;
	float: left;
	background: #fff;
	margin: 0;
	padding: 20px 0 0;
	border-left: 1px solid #df270e;
}

div#masthead ul li {
	list-style: none;
	background: none;
	line-height: 1em;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em;
	padding: 0 5px;
	margin: 5px 0;
}

div#masthead ul li:last-child,
div#masthead ul li.last-child {
	border: 0;
}

div#masthead ul li a {
	color: #666;
	text-decoration: none;

}

div#masthead ul li a:hover,
div#masthead ul li a.selected {
	color: #df270e;
}

div#masthead ul li ul {
	width: auto;
	border: none;
	padding: 0;
}

div#masthead ul li ul li {
	font-size: 0.83em;
	display: list-item;
	padding: 0 5px 0 7px;
	margin: 5px 0 0;
	list-style-position: inside;
	list-style-type: circle;
}

div#containerOne {
	border-top: 1px solid #fff;
	/*border-bottom: 20px solid #aaa;*/
	border-bottom: 80px solid white;
	background: #fff;
}

div#leftPanel {
	width: 179px;
	float: left;
}

div#splashContents {
	/*margin-left: 179px;*/
	margin-left: 210px;
}

div#body {
	/*margin: 0 15px;*/
	margin-right: 15px;
	position: relative;
	max-width: 640px;
	min-height: 450px;
}

div#body div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #555;
}
div#home-body {
	margin: 0 25px;
	position: relative;
	text-align: center;
	min-height: 450px;
}

div#footer {
	padding: 0 0 10px;
}

div#footer ul {
	margin: 0;
	padding: 0;
	/*	padding-left: 5px;*/
	padding-left: 20px;
}

div#footer ul li {
	list-style: none;
	background: none;
	float: left;
	line-height: 1em;
	font-size: 0.68em;
	font-weight: normal;
	/*	font-family: Tahoma, Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*	border-right: 1px solid #039;*/
	border-right: 1px solid #e96662;
	padding: 0;
	padding-right: 5px;
	margin: 3px 5px 3px 0;
}

div#footer ul li:last-child,
div#footer ul li.last-child {
	border: 0;
}

div#footer ul li a {
	/*	color: #039;*/
	color: #676458;
	text-decoration: none;
}

div#footer ul li a:hover {
	color: #D12;
}

p#copyright {
	margin: 20px 0px 20px 20px;
	text-align: left;
	font-size: 0.7em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #676458;
}
