@charset "UTF-8";
/* CSS Document */

/* index page*/
  *{
   padding:0px;
   margin:0px;
   }
  html{
   font-size: 100%; /* WinIE text resize correction */
   } 

  body{
   font-family:"Helvetica Neue Light", "Helvetica Neue", Arial, VerdanaArial, Helvetica, sans-serif;
   font-size:72.5%;
   
   }

  #wrapper{
   background-position:top;
   background-repeat:no-repeat;
   margin:0px 0px 0px 204px;
   width:820px;
   height:380px;
   border:#666 solid 1px;
   border-right:#FFF solid 1px;
   border-left:#FFF solid 1px;
   
   }
  #header img{
   padding: 15px 0 0 20px;
   border:none;
   }
 
  #header p{
   color: white;
   background-color: black;
   width: 145px;
   text-align:left;
   padding-left:22px;
   font-size:9px;
   font-family:"Helvetica Neue Light", "Helvetica Neue", Arial, Verdana;
  
   } 
 
  #hi{
   padding:0px;
   width:204px;
   height: 150px;
   
   }
	 
  #intro{
   margin-left:2px;
   padding-top:18px;
   width:408px;
   height: 350px;
   text-align:left;
   float:left;
   }
   
  .blue{
   color:#39F;
	   
	   
   }
  #brief{
   position:relative;
   top:-20px;
   font-size:9px;
	   
   }
   #paragraph{
	padding:35px 0 0 5px;
    width:190px;
	float:left; 
   }
   #p1, #p2, #p3{
    padding-top: 11px;
	font:
   }
   #p3 a{
   border-bottom:#000 dotted 1px;
   text-decoration: none;
   color:#000;
   }
   #p3 a:hover{
    border-bottom:#666 dotted 1px;
	color:#666;
   }
   
  #enter{
   margin:46px 0 0 10px;
   width:190px;
   height:60px;
   float:left;
   border-left: #666 dotted 1px;
   border-right: #666 dotted 1px;

   }
  #enter p{
   text-align:right;
   padding-right:12px;
   }
  
  #enter a{
   color:#F60;
   text-decoration:none;
   border-bottom:#CCC dotted 1px;
   }
  #enter a:hover{
   color:#F09;
   text-decoration:none;
   border-bottom:#666 dotted 1px;
   } 
   
  #projectNav{
   height:220px;
   float:left;
   top:5px;
   border-right:#999999 1px solid;
   border-top: #666666 1px solid;
   margin-top:3px;
   margin-left:129px;
   width:126px;
   }
  #imgList{
   padding:4px 3px  ;
   width:54px;
   height:220px;
   float:right;
   clear:both;
   }
  #imgList img{
   filter:alpha(opacity=30);
   -moz-opacity:.30;
   opacity:.30;
   border: 1px #FFFFFF solid;
   }
  #imgList img:hover{
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
   border:#333333 dashed 1px;
   } 
   
  .assignmentDescription{
   }  
   
  #quickSummary{
   margin:10px 0 0 14px;
   border-left:#666666 solid 1px;
   border-top:#666666 solid 1px;
   padding:3px 3px 0 3px;
   width:310px;
   height:20px;
   float: left; 
   font-size:9px;
   }
   
  /*  THIS IS BACK UP EXTRADIV
  #extraDiv{
   background:url(../123.png) no-repeat;
   position:fixed;
   top:100px;
   right: -240px;
   margin-right:-270px;
   width:1024px;
   height:576px;
   }
   
   */
   #extraDiv2{
   float:left;
   width:190px;
   height:80px;
   border-right: #666 solid 1px;
   clear: both;
   }
   #navcontainer{
   position:absolute;
   width: 180px;
   height:330px;
   padding-left:10px;
   padding-top:50px;
   border-top: #666 solid 1px;
   border-bottom:#666 solid 1px;
   border-right:#666 solid 1px;  
   }
   
  #navlist{
   list-style-type: none;
   margin-left: 5px;
   }

  #active:hover li { display: block; }
  #active li { display: none; }


  #navcontainer a{
   text-decoration:none;
   color: black;
   background-color:;
   width: 120px;
   display: block;
   margin:2px 0px 0px 3px;
   padding:0 0 0 3px;
   }  
  .mainnav {
   border-left:1px solid #F60;
   list-style-type:none;
   }
  #navone{
   list-style-type:none;
   }
  #navcontainer a:visited{
   color: black;
   }
  #navcontainer a:active{
   color: white;
   background-color: black;
   }
  #navcontainer a:hover{
   color:#999;
   }


  .line{
   border-left:1px solid #F60;
   list-style-type: none;	
   }
 
 ul #subactive .line{
   border-left:1px solid #F09;
   margin-left:	7px;
   }
   
  #footer{
   margin-left: 190px;
   height:80px;
   border-left: #666 solid 1px;
   }

/* These are standard sIFR styles... do not modify *ESSENTIAL* */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* classes created for siFR fonts */    /* use px for sizing fonts */
.clarendonBoldBT { font-size: 220px; width: 408px}

.papyrus { font-size: 4em; width:  }

.officinaitalic {font-size: 32px; letter-spacing: -.5px; }


#patternbg {background: url(bgimage1.jpg); border: 1px solid brown; height: 90px; width: 100%;}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/* use PX not ems */

/* *ESSENTIAL*  these classes hide the non-swf fonts. they must be set to visibility:hidden and be 'tuned' by being adjusted to be the same visual size as the swf type. also add letter-spacing to expand or contract */	
.sIFR-hasFlash  .utopiablack {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 48px;
}

.sIFR-hasFlash  .eastbloc{
	visibility: hidden;
	font-size: 64px;
}


.sIFR-hasFlash  .clarendonBoldBT{
	visibility: hidden;
	font-size: 220px;
}


.sIFR-hasFlash .machine{
	visibility: hidden;
	font-size: 38px;
}  

.sIFR-hasFlash .rockwellextrabold{
	visibility: hidden;
	font-size: 28px;
} 
/* index end----------------------------------*/



