/* CSS Document */

/*  ITEMS THAT CAN BE VARIED ==========================================================  */

a { text-decoration: none } 
	a:link { color: black}
	a:visited { color: black; text-decoration: none }
	a:hover { color:#006600; text-decoration: none }
	
body {background-color:#000; background-image:url(../images/green_spoke.gif); font: 11px Helvetica, Arial, sans-serif; font-weight:normal; color: #000;}
#baselayer { float:right; width: 750px; height:550px; margin-top:15px; border: 3px solid #333; background: url(../images/back_kailua.jpg) no-repeat #FFF; }

/* MATCH ALL BACKGROUND COLORS IN THIS SECTION */
#projectdetail {width: 570px; height: 325px; overflow:hidden; position:absolute; left:0px; right:0px; background-color:#FFF}
.projecttitle { margin: 0; font-size: 12px; font-weight:bold; } 

	
	
/* END ITEMS THAT CAN BE VARIED ==========================================================  */

/* =============  DO NOT VARY THESE **************************===================================  */

#basewrap {margin: auto; width: 776px;}
#cities {width:20px; height:250px; float:left; margin-top:250px;}

#templist {width:50px; background-color:#FFFFFF; position:absolute; left:0px; right:0px; color:#000066;}

#navigation { width: 400px; margin: 0; margin-top:175px; margin-left:10px; padding: 0; list-style: none;} 
#portfolionav { width:auto; margin: 0; margin-top:175px; margin-right:10px; padding: 0; list-style: none; text-align:right} 
#navclear {clear:both; height:1px;}
	
#projectlist {width:100px; height:325px; margin:10px;}
#project 	 {width:570px; margin:10px;}

#homeimages {float:right; margin: 20px, 25px,0,0; width:500px;}
	#homeimages div {height: 170px; margin-right:10px;}
		
#profileleft {float: left; margin-top:20px; margin-left:10px; width: 400px;}
#profileright {float: right; margin-top:20px; width: 250px;}

div#hold	{position:relative; overflow:hidden;width:80px; height:325px;  z-index:100; }
div#wn	{ position:absolute; left:0px; top:0px; width:80px; height:325px; overflow:hidden;	z-index:1; }
div.content { position:absolute; visibility:hidden;left:0px; top:0px; z-index:1; }

div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:325px; margin-right:5px;
  font-size:1px; z-index:1;
  }
  
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:301px; background-color:#999999;
  z-index:1;
  }
  
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px; background-color:#FFF;
  z-index:1;
  }  
  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

.lfloat { float: left } /* float anything to the left we want */
.rfloat { float: right } /* likewise */
.clear { clear: both; } /* clear out any floats when necessary */

h2 { margin: 0 0 8px 0; font-size: 13px; font-weight: bold }
h3 { margin: 0 0 5px 0; font-size: 11px; font-weight: bold }
.imagecaption {font-size: 11px; font-weight:bold;}
.smallheader { margin: 0; font-size: 11px; font-weight:bold; } 
.navtext {margin-top: 3px; font-size: 13px; font-weight: bold;}
.othertitle { margin: 0; font-size: 12px; font-weight:bold; } 
.sm {margin: 0;}
.projectlisting {margin:3px;}