@charset "UTF-8";
html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 75%;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777;
}

p { margin: 0 0 1em; text-indent: 0;  }

table,tr,td {
  font-size: 1em;
}

#outer {
  width: 660px;
  height: 550px;
  background-color: #fff; 
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
/*
Works in IE4+/Win, Opera 5+, Netscape 6+, Firefox, Konqueror 3, Safari 
Does not work in NS4.x.
It requires some JavaScript to make it work in IE5/Mac.
*/

table.centerBoth {
  border-spacing: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
table.centerBoth,table.centerBoth td {
  padding: 0;
  margin: 0;
  border: 0 none;
}
table.centerBoth td {
  text-align: center; /* IE/Win bug fix */
}


#toCategoryIndex {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
#toCategoryIndex a {
  background-color: #bfc;
}




h1 {
	margin-top: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
}
h2 {
	margin-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
}
h3 {
	margin-top: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

h4 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

#wrapper {
	width: 685px;
}

#header {
	width: 685px;
	height: 94px;
	padding-top: 40px;
	padding-bottom: 10px;
}
#logo {
    width: 128px;
	height: 105px;
	float: left;
	padding-left: 0px;
}
#navigation {
	width: 545px;
	/* height: 50px; */
	padding-top: 60px;
	float: left;
	position: relative;
	margin-left: -16px;
	font-family: Arial, Helvetica, sans-serif; 
	
}
#stage {
	width: 685px;
	height: 420px;
}


#frame {
	width: 128px;
	height: 360px;
	padding-top: 13px;
	float: left;
	text-align: left;
    border : 0;
}
*/

#frame_left {
	width: 510px;
	height: 400px;
	font-size: 11px;
	float: left;
	padding-top: 5px;
	margin-left: -10px;
}

div.arrows { text-align:center }
div.arrows img { padding:10px }

#mainmov
{
	width: 510px;
	height: 420px;
	margin-top: -5px;
	background-color: white;
	float: left;
}
#maintext
{
	width: 510px;
	height: 420px;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: left;
	background-color: white;
	float: left;
}
#mainpeople
{
	width: 510px;
	height: 420px;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: left;
	background-color: white;
	float: left;
}
#mainframe
{
	width: 495px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: left;
	background-color: white;
	float: left;
}


#footer {
	padding-top: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #aaa;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.people {
	line-height: 1;
	margin: 0 0 1.1em 0;
	display: block;
	position: relative;
}

/* remove all list stylings */
.people, .people ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
.people li {
	margin-top: 7px;
	padding-bottom: 7px;
	width: 150px;
	border: 0;
	display: block;
	float: left;
	clear: both;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.people a {
	color: #777;
	text-decoration: none;
	display: block;
}

.people a:hover {
	color: #CC0000;
	text-decoration: none;
	display: block;
}
.people li.active a {
	color: #CC0000;
}
.people li.active {
	color: #CC0000;

}





/*<![CDATA[*/

/*		Navigation core 	*/

.navig {
	line-height: 1;
	margin: 0 0 1.1em 0;
	display: block;
	position: relative;
}

/* remove all list stylings */
.navig, .navig ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

/* move all list items into one row, by floating them */
.navig li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

/* initialy hide all sub menus */
.navig ul {
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1.2em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
}

/* -- float.clear -- force containment of floated LIs inside of main UL */
.navig:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* -- float.clear.END --  */

.navig li.selected ul, .navig li:hover ul {
	visibility: visible;
}

.navig li.selected ul {
	z-index: 10;
}

.navig li:hover ul {
	z-index: 100;
}

/*		Navigation make-up 	*/

.navig {
	font-size: 1em;
	font-weight: bold;
	color: #999;
	background-color: #FFF;
	margin: 0em auto 0em;
	padding: 0 0em;
}

.navig a {
	color: #999;
	text-decoration: none;
	padding: 0.5em 5px 0.7em;
	display: block;
}

.navig li {
	margin: 0;
	padding-left: 0px;
	padding-right: 8px;
}

/* if the following selector was ".navig li:hover a" IE7 will NOT render nested UL! the reason is the background-color rule. */
.navig li:hover {
	color: #666;
	text-decoration: none;
	background-color: #FFF;
}
/* which is why the link is styled separately */
.navig li:hover a {
	color: #666;
}

.navig li:hover ul {
	/* background-color: #FFF; */
}

/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */
.navig ul {
	top: 2em;
	padding: 0 0em;/* should be identical to .navig, for best results */
	color: #000;
	float: left;
	/* background-color: #fff; */
	/* width: 96%; */
}

.navig li li {
	
}

.navig li li a {
	color: #666;
}

.navig li li a:hover {
	text-decoration: none;
	color: #CC0000;
}

/* fix the colors for selected item and submenu, for better usability */

.navig li.selected {
	background-color: #FFF;
	color: #666;
}

.navig li.selected a {
	color: #666;
}

.navig li li.selected a:hover {
	text-decoration: none;
	color: #CC0000;

}

.navig li.active a, .navig li.active, .navig li.active a:hover {
	color: #CC0000;
}
.navig li.top-active a, .navig li.top-active, .navig li.top-active a:hover {
	color: #CC0000;
}



/* IE5/Mac: \*//*/

.navig {
	display: inline-block;
}

.navig a {
	float: left;
}
.nav-on a {
	color: #666;
}


.navig li ul {
	top: 1.8em;
	height: 2em;
}

.navig li li, .navig li li a {
	display: inline;
	float: none;
}

/*  */

/*]]>*/

[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
.navig {
	height: 1%;
}

.navig .twolevelhover ul {
	visibility: visible;
	z-index: 100;
}

.navig {
	padding: 0 15px;
}
.navig ul {
	padding: 0 15px;/* MUST BE IN pixels for the next rule to work properly */
	width: expression((this.parentNode.parentNode.offsetWidth - parseInt(this.currentStyle.paddingLeft) - parseInt(this.currentStyle.paddingRight)) + 'px');
}

.navig .twolevel hover a {
	color: #000;
	background-color: #fff;
}

.navig .twolevel hover ul {
	background-color: #fff;
}

.peopleTitle {
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}

.projectTitle {
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.projectSubTitle {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

.newsTitle {
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;

}
.services { font-size: 1em; line-height: 1.1em;}
.servicesHeading {color: #CC0000}






.people2 {
	line-height: 1;
	margin: 0 0 1.1em 0;
	display: block;
	position: relative;
}

/* remove all list stylings */
.people2, .people2 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
.people2 li {
	margin-top: 7px;
	padding-bottom: 7px;
	width: 242px;
	border: 0;
	display: block;
	float: left;
	clear: both;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.people2 a {
	color: #777;
	text-decoration: none;
	display: block;
}

.people2 a:hover {
	color: #CC0000;
	text-decoration: none;
	display: block;
}
.people2 li.active a {
	color: #CC0000;
}
.people2 li.active {
	color: #CC0000;

}	

#mainframe2
{
	width: 490px;
	padding-left: 25px;
	padding-right: 10px;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: left;
	background-color: white;
	float: left;
}

#frame_left2 {
	width: 510px;
	height: 355px;
	float: left;
	padding-top: 10px;
	margin-left: -10px;
}

.eleven {
	font-size: 11px;
	}
	
#peopleFlash {
	position: relative;/*
	float: right;*/
    top: 485px;
	left: 260px;
	height: 369px;
	width: 400px;
	z-index: 10;
}


/* AUTO-HIDDEN SCROLL FUNCTIONALITY */

#extra_controls, #scrollbar { 
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{ 
	position:relative;
	width:128px; height:330px;
	padding-top: 13px; 
	overflow:hidden;
	float: left;
	text-align: left;
	font-size: 11px;
	}
div.content { /* hide content to be swapped in */
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}
div#lyr1 { /* show first div */
    visibility:visible;
    }
div#scrollbar { 
  position:relative;
  width:11px; height:343px;
  float: left; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0px; top:12px;
  width:11px; height:323px;
  background: #FBFBFB;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#EEE;
  }  
div#up { position:absolute; left:0px; top:0; }  
div#down { position:absolute; left:0px; bottom:0; }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}




/* AUTO SCROLL FOR MAIN CONTENT AREA */



#extra_controls, #scrollbar1 { 
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn1	{ 
	position:relative;
	width: 510px;
	height: 369px;
    margin-top: 12px;
	overflow:hidden;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: left;
	background-color: #fff;
	float: left;
	}
div.content1 {
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}
div#scrollbar1 { 
  position:relative;
  margin-top: 12px;
  width:11px; height:369px; 
  float: left;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track1 { 
  position:absolute; left:0px; top:12px;
  width:11px; height:362px;
  background: #FBFBFB;
  }
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#EEE;
  } 
   
div#up1 { position:absolute; left:0px; top:0; }  
div#down1 { position:absolute; left:0px; bottom:0; } 

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar1 img {
    display:block; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar1, div#track1, div#dragBar1, div#up1, div#down1 {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* AUTO SCROLL FOR PRESS AREA */



#extra_controls, #scrollbar2 { 
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn2	{ 
	position:relative;
	width: 495px;
	height: 369px;
	overflow:hidden;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: left;
	background-color: #fff;
	float: left;
	}
/* div.content {
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}
div#lyr1 {
    visibility:visible;
    }  */
div#scrollbar2 { 
  position:relative;
  margin-top: 2px;
  width:11px; height:372px; 
  float: right;
  clear: none;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track2 { 
  position:absolute; right:0px; top:12px;
  width:11px; height:362px;
  background: #FBFBFB;
  }
div#dragBar2 {
  position:absolute; right:1px; top:1px;
  width:9px; height:20px;
  background-color:#EEE;
  } 
   
div#up2 { position:absolute; right:0px; top:0; }  
div#down2 { position:absolute; right:0px; bottom:0; } 

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar2 img {
    display:block; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar2, div#track2, div#dragBar2, div#up2, div#down2 {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* CODE FOR TWO-COLUMN PORTFOLIO CATEGORY-INDEX PAGES */

.row { clear: both; }
.col1 { width: 230px; float: left; padding: 0 10px; }
.col2 { width: 230px; float: right; padding: 0 10px; }

img.port { padding-right: 10px; padding-bottom: 20px; float: left; text-align: left; }
.port-description { font-size: 11px; font-family: Verdana; }


#wn h2 {
	font-size: 14px;
	line-height: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

#wn h3 {
    font-size: 12px;
    line-height: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 10px;
}

#pic {display: none;}

