/* CSS Document */
/*PROJECT PAGES*/
#header3{
	width: 670px; 
	background: url(images/truck3.gif) no-repeat 0 0;   
	text-align: left;
	}
#header3 img {
	margin: 115px 0 10px 43px;
	}
#projectNav { 
	float: right;
	width: 645px;
	height: 27px;
	margin-top: -130px;
	/*margin-left: 10px;*/
	background: url(images/projectNav.gif) no-repeat 0 0;    
	text-align: right;
	font:Arial, Helvetica, sans-serif;
	  }
#navDescription{
	float: left;
	width: 100px; 
	margin-left: 20px; 
	margin-top: 6px;
	font-size: 1.2em;
	}
/*TOP NAVIGATION*/
/*Navigation based on HTML Dogs Suckerfish*/
#topNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  background-color: #29272D;
  }

#topNav li {
 	float: left;
	position: relative;
	width: 100px;
    z-index:100000;
  }
  /*Styles the top level list*/
.bullet {
	height:25px;
	margin-top: -4px;
	padding-right: 1em;
	background: url(images/proNavBullet.gif) no-repeat 105px 8px;
	font-size: 1.09em;
}
.bullet ul li {font-size: .9em;}
#QueryCrushbullet {
	height:25px;
	margin-top: -4px;
	padding-right: 1em;
	font-size: 1.09em;
	background: url(images/proNavBullet.gif) no-repeat right 8px;
	width:240px;

}
#topNav li ul {
  display: none;
  position: absolute;
  top: 1em;
  left: -5px;
  margin-top:4px;
    z-index:100000;
  } 
#topNav li > ul {
	top: auto;
	right: auto;
	margin-left: -100px;
    z-index:100000;
	}
#topNav li > ul li {
	line-height: 1.5em;
	width: 200px;
    z-index:100000;
	}
#topNav li:hover ul, #topNav li.over ul{
	 display: block;
	 border: 1px solid #626262;
	 padding: .75em;
    z-index:100000;
	  }	  
#content3 {
	position: static;
	height: 450px;
	width: 670px;
	margin-left: 20px;
	background: url(images/bg3copy.gif) no-repeat 2px 0px;
	text-align: left;
	  }
	  
#indiviProjectContent	{
	position: static;
	height: 450px;
	width: 670px;
	margin-left: 20px;
	background: url(images/individualProject/contentBackground.gif) no-repeat 2px 0px;
	text-align: left;
}  
#image3 {
	float: left;
	width: 455px; 
	height: 250px; 
	margin-left: 5px; 
	text-align: center;
	 }
#image3 img { 
	margin-top: 15px;
	 }
#image3 h1 {
	margin-left: 10px;
	text-align: left; 
	font-weight: normal; 
	font-size: 1.2em;
	 }
#list3 {
	float: left; 
	width: 147px; 
	margin-left: 12px;}
#list3 h3 {
	margin-top: 35px;
	margin-bottom: 0;
	font-weight: normal; 
	font-size: 1.1em; }
#list3 h4.paddingTop {
	margin-top: 20px;}
#list3 h4 {
	margin-bottom: 0;
	margin-top: 1em; 
	font-size: 1.1em; }
#list3 p {margin-top: 0;}
#list3 ul {margin-top: .25em;}
#list3 ul li {margin-left: -40px; line-height: 1.6em;}

/*TEXT SCROLLER STYLES*/
#content3 #TxTcontainer, #content3 .TxTcontainer { 
	position: relative; 
	width: 570px; 
	height: 160px;
	margin-left: 20px; 
	overflow: hidden; 
	clear: both;
	   }
#content3 #RRContent {
	margin-top: 10px; 
	margin-left: 590px; 
	text-align: left; }



#indiviProjectContent  #TxTcontainer {
float:left;
}

#indiviProjectContent #TxTcontainer, #indiviProjectContent .TxTcontainer { 
	position: relative; 
	width: 320px; 
	height: 160px;
	margin-left: 20px; 
	overflow: hidden; 
	clear: both;
	border:dashed;

	   }
#indiviProjectContent p {
padding-top:10px;
padding-left:10px;
}

#indiviProjectContent h2 {
padding-left:10px;
}


#indiviProjectContent #RRContent {
	margin-top: 10px; 
	margin-left: 590px; 
	text-align: left; }
	
#TxTcontent h2 {
	color: #6C6B6E; 
	font-weight: bold; 
	margin-bottom: .25em;
	}
#TxTcontent h3,  #TxTcontent h4{ 
	margin: 0; 
	padding: 0;
	font-size: 1em;
	}
#TxTcontent p {margin-top: .25em;}
.paddingTop {padding-top: 1em;}
#TxTcontent ul { margin-left: -20px;}
#TxTcontent li { list-style-type: disc;}