#container {
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	background: #878986 url('images/bridge_bkgnd-med.jpg') no-repeat;
	margin-top: 0px;
}

#logo{
	position: relative;
	width: 246px;
	height: 106px;
	border: 0px solid gray;	
}
#middlesection{
	position: relative;
	margin: 60px 0px 0px 0px;
	height: 270px;
}
#profileinfo{
	position: relative;
	float: left;
	margin: 0px 0px 0px 290px;
	margin: 0px 0px 0px 290px;
	padding: 0px;
	width: 380px;
	height: 415px;
	text-align: left;
	font-family:  Arial Narrow, Arial, Helvetica, sans-serif;
	color: white;
	border: 0px solid red;	
}
#awardslist{
	margin: 20px 20px 20px 25px;
	font-size: 1.2em;
}
.awardssubinfo{
	margin: 0px 0px 0px 15px;
	font-size: .8em;	
}
#portfoliotitle{
	position: absolute;
	top: 116px;
	left: 269px;
	width: 400px;
	height: 50px;
	text-align: left;
	border: 0px solid blue;
}
#developmentname{
	position: absolute;
/*	top: 116px;*/
	top: 0px;
/*	left: 269px;*/
	left: 0px;
	width: 500px;
	height: 35px;
	font-family:  Times New Roman, Times, serif;
	font-size: 32px;
	color: #888888;
	border: 0px solid white;	
}
#projectname{
	position: absolute;
	top: 134px;
	top: 20px;
	left: 357px;
	left: 88px;
	width: 500px;
	height: 35px;
	font-family:  Times New Roman, Times, serif;
	font-size: 26px;
	color: white;
	border: 0px solid red;
}
#carouselwhitebkgnd{
	position: absolute;
	top: 168px;
	left: 0px;
	width: 252px;
	height: 420px;
	border: 0px solid red;
	overflow: hidden
	padding: 0px 0px 0px 0px;
	background-color: white;
	opacity:0.4;filter:alpha(opacity=40)opacity: 	
}
#carouselcontainer{
	position: absolute;
	top: 168px;
	left: 0px;
	width: 252px;
	height: 420px;
	border: 0px solid red;
overflow: hidden
padding: 0px 0px 0px 0px;
/*background-color: white;*/
}
.carousel{
	margin: 50px 0px 0px 83px;
	width: 90px;
	height: 340px;
	border: 0px solid green;
	overflow: hidden;
padding: 0px 0px 0px 0px;
}
.carousel li{
	margin: 0px 0px 0px 0px;
}
.carousel img{
	margin: 0px 0px 0px 0px;	
	z-index: 2000;
}
.imgcont{ padding: 20px 0px 20px 0px; border: 0px solid purple }
#largeimage{
	position: absolute;
	top: 167px;
	left: 252px;
	width: 418px;
	height: 421px;
	text-align: left;
	border: 0px solid blue;	
}
#carouseloverlay{
	position: absolute;
	top: 168px;
	left: 0px;
	width: 670px;
	height: 420px;
	border: 0px solid green;
}
/* NOT NECESSARY - I'M NOT USING OVERLAYS FOR IMAGE CLICK EVENTS
#image2overlay, #image3overlay{
	position: absolute;
	left: 82px;
	width: 84px;
	height: 84px;
	border: 1px solid green;	
	z-index: 100000;
}
#image2overlay{
	top: 340px;
}
#image3overlay{
	top: 465px;
}
*/
#profiletitle{
	margin: 10px 0px 0px 270px;	
}

/* THESE ARE ABSOLUTELY REQUIRED FOR THE THUMBNAIL CAROUSEL (jCarousel - http://sorgalla.com/projects/jcarousel/)
/* this code was lifted from jquery/jcarousel/skins/tango/skin.css file from the code download) */
.jcarousel-skin-tango .jcarousel-clip-vertical {
/*    width:  75px;*/ /* setting this will skew the image */
    height: 245px;
    height: 340px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

#profilemenu{
	position: absolute;
	top: 445px; /* original - but too low */
	top: 170px;
	left: 690px;
	width: 304px;
	text-align: left;
	color: #878986; /* start gray to hide it, then have sIFR replace with white */
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	border: 0px solid red;
}

#profilemenu h5 a{font-size: 16px; color: white; }
#profilemenu h5 a:hover {color: #790000; }
/*
#profilemenu a,#profilemenu a:active,#profilemenu a:linked,#profilemenu a:visited {
	color: white;		
}
#profilemenu a:hover{
	color: #790000;		
}
*/

.Scroller-Container {
  position: absolute;
  top: 25px; left: 0px;
  width: 278px;
  border: 0px solid red;
}


#Scrollbar-Container {
  position: absolute;
  padding: 0px
  top: 0px; left: 555px;
  height: 270px;
  width: 11px;
  border: 0px solid purple;
  overflow: hidden;
}
.Scrollbar-Up {
/*  position: absolute;*/
position: relative;
margin:0px; padding:0px;
  width: 10px; height: 10px;
  background-color: #000;
  background: url('images/arrows.gif') no-repeat -13px -1px;
  font-size: 0px;
  overflow: hidden;
}
.Scrollbar-Track {
  width: 8px; 
  height: 230px;
/*  position: absolute;
  top: 20px;*/
  position: relative;
  top: 10px;
  background-color: #EEE;
  background-color: rgb(204,255,255);
  background-color: #7dd4de;
  border: 1px solid black;
}
.Scrollbar-Handle {
  position: absolute;
/*  position: relative;*/
  width: 8px; height: 30px;
  background-color: #CCC;
  background-color: rgb(157,204,255); /* R153 G204 B 255 */
  background-color: #1C609F;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.Scrollbar-Down {
/*  position: absolute;
  top: 190px;*/
  position: relative;
  top: 20px;
  width: 10px; height: 10px;
  background-color: #000;
  background: url('images/arrows.gif') no-repeat -13px -9px;
  font-size: 0px;
  overflow: hidden;
}







.Scrollbar-Up {
/*  position: absolute;*/
position: relative;
margin:0px; padding:0px;
  width: 0px; height: 0px;
  background-color: #000;
/*  background: url('images/arrows.gif') no-repeat -13px -1px;*/
  font-size: 0px;
  overflow: hidden;
}
.Scrollbar-Track {
  width: 8px; 
  height: 230px;
/*  position: absolute;
  top: 20px;*/
  position: relative;
  top: 0px;
  background-color: none;  
  border: 1px solid black;
}
.Scrollbar-Handle {
  position: absolute;
/*  position: relative;*/
  width: 8px; height: 30px;
  background-color: #CCC;
  background-color: rgb(157,204,255); /* R153 G204 B 255 */
  background-color: #1C609F;
  background-color: black;
  background-color: #790000;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.Scrollbar-Down {
/*  position: absolute;
  top: 190px;*/
  position: relative;
  top: 0px;
  width: 0px; height: 0px;
  background-color: #000;
/*  background: url('images/arrows.gif') no-repeat -13px -9px;*/
  font-size: 0px;
  overflow: hidden;
}

#portfoliomenu{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 238px;
	border: 0px solid black;
	overflow: hidden;
	height: 385px;
}
#portfoliomenuWindow{
  position: absolute;
  position: relative;
  float: left;
  top: 0px;
  overflow: hidden;
  width: 220px;
  height: 385px;
  display: block;
  border: 0px solid ;
}
#portfoliomenuScrollbar{
  position: absolute;
  padding: 0px;
  top: 0px; left: 228px;
  height: 385px;
  width: 11px;
  overflow: hidden;
}
#portfoliomenuScrollbar-Track{
  height: 383px;
  background-color: #aaaaaa;
}
#portfoliomenuScroller-Container{
  width: 220px;
/*  background-color: black;*/
}
