  body{
    height: 100%;
    background: #000 url(/images/background_nologo.gif) top left no-repeat;
    
	margin: 0;
    padding: 0;
    font-family: helvetica cy, helvetica, 'sans serif';
    color: #666;
    text-align: center;
  }

  a:active{
    outline: none;
  }

  #body{
    width: 1024px;
    margin: 0 auto;
    text-align: left;
  }

  #navigation{
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
	
	text-align: left;
  	position: absolute;
  	top: 35px;
  	left: 170px;
  	margin-left: 6px;
  	margin-top: 40px;
  	width: 700px;
  	color: #999;
  	font-family: helvetica cy, helvetica, 'sans serif';
  	font-size: .7em;
	
	
  }

  #navigation li{
    display: block;
    white-space: nowrap;
    font-size: 1.1em;
  }
#navigation li a:hover{
  border-bottom: 3px solid #00a4e4; /* blue line beneath navigation options */
}
#home{ position: absolute; left: -50px; }
#about{ position: absolute; left: 50px; }
#portfolio{ position: absolute; left: 150px; }
#news{ position: absolute; left: 285px; }
#contact{ position: absolute; left: 445px; }
#blog{position:absolute; left: 565px; }

  #navigation a, #navigation a:link, #navigation a:visited{
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    padding: 1em .5em;
    color: #fff;
    font-family: arial, helvetica cy, helvetica, 'sans serif';
    display: block;
  }

  #contentFrame{
    width: 804px;
    height: 342px;
    position: absolute;
    top: 133px;
    left: 115px;
    padding: 0;
    margin: 0 auto;
  }

  #aboutcontent{
    width: 804px;
    height: 342px;
    position: absolute;
    top: 10px;
    left: 110px;
    padding: 0;
    margin: 0 auto;
  }

  #leftContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 352px;
    text-align: left;
  }

  #leftContent h3{
    margin: 2em 2em 0 1em;
    text-transform: uppercase;
  }

  #leftContent p{
    margin-left: 2em;
    margin-top: 1em;
    line-height: 1.5em;
  }

  #leftContent a, #leftContent a:link, #leftContent a:visited{
    color: #666;
    text-decoration: none;
  }

  #frame{
    position: absolute;
    top: 0;
    left: 0;
  }

  .portfolio_image{
    position: absolute;
    top: 0;
    left: 0;
  }

/*
  #rightContent{
    position: absolute;
    top: 0;
    left: 524px;
    width: 275px;
    height: 352px;
    text-align: left;
    font-size: .75em; }
  */

#map{
    position: absolute;
    top: -3px;
    left: 510px;
}

  #track{
    position: absolute;
    left: 493px;
    top: 5px;
    z-index: 100000;
    width: 10px;
    height: 342px;
    margin-left: 10px;
    background-color: #ccc;
    border-left: 3px solid #999;
  }
      
  #handle{
    width: 10px;
    height: 20px;
    background-color: #efefef;
    cursor: move;
  }

  .r_desc{
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

#bottomFrame{
  text-align: left;
  position: absolute;
  top: 450px;
  left: 170px;
  margin-left: 6px;
  margin-top: 40px;
  width: 700px;
  color: #999;
  font-family: helvetica cy, helvetica, 'sans serif';
  font-size: .8em;
}

#bottomFrame h3{
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: .3em;
}

a.gray{
  color: #666;
}

dl.bio dt{
  margin: 1em 2em 2px 2em;
  padding-bottom:2px;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
  color: #666;
}

dl.bio dd{
  margin: 0 3em 0 3em;
  font-size: .75em;
}

#easyscrollnav{
  list-style-type: none;
}

#btnReset{ display: none; }

#btnUp{ 
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 27px;
  height: 27px;
  background: url('/images/up.gif');
  padding: 0;
  border: 0;
  margin: 0;
  text-indent: -2000px;
  z-index:89;
}

#btnDown{ 
  position: absolute;
  bottom: 20px;
  right: 5px;
  width: 27px;
  height: 27px;
  background: url('/images/down.gif');
  padding: 0;
  border: 0;
  margin: 0;
  text-indent: -2000px;
  z-index:89;
}

#aboutFooter{
  padding: 25px 40px;
  font-size: 1.2em;
}

#caseFooter{
  padding: 25px 40px;
  font-size: 1.2em;
  line-height: 1.8em;
}

#caseStudiesLeft{
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  margin: 0;
}

#caseStudiesLeft ul{
  list-style-type: none;
  font-size: .75em;
  margin-top: 30px;
  margin-left: 20px;
  padding: 0px;
}

#caseStudiesLeft ul li{
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  white-space: nowrap;
}

#caseStudiesLeft h3{
  white-space: nowrap;
  text-transform: none;
  color: #4e2f13;
}

div#caseStudiesRight{
  position: absolute;
  top: 15px;
  left: 141px;
  margin: 0;
  padding: 0;
  font-size: .90em;
  color: #4e2f13;
}

.study{
  position: absolute;
  height: 325px;
  width: 370px;
  overflow: hidden;
}

div.study p{
  padding: 5px 30px;
}

div#rightContent .study_img{
  position: absolute;
  left: 510px;
  top: -5px;
  width: 305px;
  height: 356px;
}

.bold{
  font-weight: bold;
}

li.case_link a:hover{
  font-weight: bold;
}

#portfolio_right{
  width: 250px;
  position: absolute;
  left: 540px;
  padding-left: 20px;
  border-left: 3px solid #ddd;
}

#portfolio_right table{
  height: 300px;
}

#portfolio_left td{/*adjusts the thumnail vertical position*/
  padding-bottom: 15px;
}

#portfolio_right a{
    white-space: nowrap;
}

#portfolio_right td a, #portfolio_right td a:link, #portfolio_right td a:visited{ 
  font-size: .85em;
  text-decoration: none;
  color: #ddd;
}

.blue{
  color: #00a4e4;  
}

#portfolio_left{
  width: 500px;
  position: absolute;
  font-size: .7em;
}
#portfolio_left table{ 
  width: 500px;
}

#portfolio_left td{
  text-align: center;
}

#main_img{
  margin-bottom: 6px; /*adjusts the spacing beneath main image and description*/
}
#home_link{
  position: absolute;
  top: 0;
  left: 500px;
  width: 440px;
  height: 70px;
 
}

#port_desc{
  margin:  0;
  padding: 0;
  text-align: left;
  width: 100%;
  color: #9f9f9f;
}


a:link 		{color: #00b3eb;}
a:active 	{color: #00b3eb;}
a:visited 	{color: #666658;}
a:hover 	{color: #000000;}
