﻿/* 
CSS for Find It Information Management site 
*/ 





body { 
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  background-color: #FFFFFF; 
  line-height: 120%; 
  font-size: small; 
  margin: 0;  
 
} 
 


h1, h2, h3 { 
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
}



h1 {
 font-size: xx-large;
 font-weight: 900;
 background-color: orange;
 color: white;
 padding-top: 1.7em;
 padding-bottom: 1.2em;
 padding-left: 1.43em;
 margin: 0; 
 background: orange url(../img/backgrounds/main_small2.jpg) no-repeat right;
 /*border: 10px solid white;*/
 
 
}

#servicesnav li {
  list-style-type: none;
  padding-bottom: 15px;
}

#services h3 {
  padding-top: 25px;

}


h2 { 
  color: #CC6633; 
  font-size: 18px; 
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 15px; 
  font-family: Arial, Helvetica, Verdana, Sans-serif;
} 


#recentprojects h3 {
  color: black;
  font-size: 110%
  font-weight: normal;
  padding-top: 2em;
  
} 

#recentprojects p {
    padding-bottom: .1px;
    
}


/*#email {

  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  background-color: #FFEBCD;
  border-top: 2px solid #FED28F;
  padding-bottom: .001em;
  padding-left: 2em;
  margin: 0;
  
 }

#email a {
  color: black;
  font-weight: bold;
  font-size: 90%;
}
*/
#header {
  width: 90%;
   
}
  
#about {
  width: 600px; 
  text-align: justify; 
  padding-bottom: 20px;  
}


#about p {
 color: gray;
}

#about a {
 color: #993300;
}

#contact {
  margin-top: 20px;
  /*position: absolute;
  left: 410px;
  top: 70px; 
  width: 270px;
  padding-right: 120px;*/
   
}

#contact p {
  line-height: 150%;
  color: gray;
}

#contact a {
   color: #993300;
}


#navigation, #bodycontent, #header {
   position: absolute;
  
}

#navigation, #bodycontent {
  top: 12em;
}


#navigation {
  left: 10px;
  width: 160px;
  /*background-color: #FFEBCD;*/
  margin-top: 0em;
    }

#navigation ul {
   padding-left: 10px;
   margin-left: 4px;
   margin-right: 2px;
   padding-bottom: 4px;
   margin-bottom: 4px;
   border-right: 3px outset gray;
   border-top: 3px outset gray;
   
 }

#navigation li {
 list-style-type: none;
 font-size: small;
 line-height: 250%;
}

#navigation a { 
  color: black; 
  text-decoration: none;
}

 
#navigation a:link { 
  color: black; 
  text-decoration: none;
} 
 
#navigation a:visited { 
  color: black; 
  text-decoration: none;
} 
 
#navigation a:hover { 
  text-decoration: none; 
  color: white; 
  background-color: orange; 
} 
 
#navigation a:active { 
  color: black; 
  background-color: orange; 
  text-decoration: none;
}


#bodycontent {
  left: 200px;
  padding-right: 5em;
}

#banner a:link {
color: white;
text-decoration: none;
	
}

#banner a:visited {
color: white;
text-decoration: none;
	
}

#banner a:hover {
color: white;
text-decoration: none;
	
}

#footer {
	
        clear: both;
        font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: gray;
        border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
        padding-left: 5px;   

}

#footer a:link {
  color: gray;
  text-decoration: none;
}

#footer a:visited {
color: gray;
  text-decoration: none;
}


#footer a:hover {
  color: #db6d16;
}

#footer #altnav a:link {
	color: gray;
	text-decoration: none;
}



#footer #altnav a:visited { 
  color: gray; 
  text-decoration: none; 

} 


#footer #altnav a:hover {
        color: #db6d16;
         
}

#footer #altnav {
	width: 420px;
	float: right;
	text-align: right;
}


blockquote p {
   color: #993300;
   font-weight: 550;
}

.referees {
  padding-left: 3em;
  padding-bottom: 3em;
}

#testimonials h2 {
  padding-bottom: 1.5em;
}


#testimonials a {
 color: #993300;
}



#papers h2 {
  padding-bottom: 1.5em;
}

#papers h3 a {
  font-size: medium;
  font-weight: normal;
  padding-right: 5em;
  line-height: 110%;
}

#papers p {
  padding-right: 5em;
  }

#papers a { 
  font-weight: normal; 
  color: black; 
  text-decoration: none;
}

 
#papers a:link { 
  color: black; 
  text-decoration: none;
} 
 
#papers a:visited { 
  color: black; 
  text-decoration: none;
} 
 
#papers a:hover { 
  text-decoration: none; 
  color: black; 
  background-color: #FFEBCD; 
} 
 
#papers a:active { 
  color: black; 
  background-color:  
  text-decoration: none;
}

#services p {
   width: 600px;
   text-align: justify;
   color: gray;
   
}

#services li {
  color: gray;
  line-height: 120%;
  pading-left: 0;

}



#servicesnav ul {
   padding-top: 1em;
   margin-left: 5px;
   margin-bottom: 0px;
}


#servicesnav a {
  color: black;
  text-decoration: none;
}
   

p {
 line-height: 120%
}



#casestudies p {
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 130px;
        line-height: 120%  
        
}

#casestudies h4 {
	font-family: "Trebuchet MS";
	font-size: large;
	font-style: normal;
        font-weight: normal;
        padding-left: 20px; 
        padding-right: 150px;
        
	
}

#casestudies {
text-align: justify;

}


#casestudies blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-variant: normal;
	color: #FFCC66;
	font-weight: bolder;
}

#casestudies h5 {
	font-family: Verdana;
	font-size: medium;
	font-weight: normal;
	padding-left: 20px;
        padding-top: 5px;
        margin-bottom: 3px;  
               
}


#casestudies ul {
	font-family: Verdana;
	font-size: normal;
	list-style-type: disc;
        
	
}

#casestudies li { 
    line-height: 125%;
    padding-left: 5px;
    padding-right: 130px;
    padding-bottom: 5px;
    padding-top: 5px;
} 


 
#casestudies h6 {
	font-family: Verdana;
	font-size: small;
	padding-left: 10px;
        margin-bottom: 3px;
        font-weight: normal;
        background: #FFEBCD; 
        width: 500px;
        margin-left: 15px;   
                     
}


#casestudies table {
     margin-left: 20px;
}
   

#casestudies table caption {

     padding-left: 20px;
     padding-top: 10px;
     padding-bottom: 5px;


}


#casestudies tr {
  margin: 25px;

}


#casestudies td {
   border: 1px solid black;
   font-size: x-small; 
}

#casestudies th {
  background: #FFEBCD;
}


#casestudies a {
  color: #993300;
}


#pdflink {
  float: right;
  width: 65px;
  background: #FFEBCD;
  font-size: x-small; 
  padding: 4px;
  line-height: 100%;
  margin-bottom: 20px;
 }

#pdflink img {
  border: 0;
}

#papersindexlink {
  float: right;
  width: 65px;
  padding: 4px;
  padding-top: 18px;
  text-align: left;
  line-height: 90%;
  margin: 10 px;
  border-top: 2px solid white;
   }

#papersindexlink a {
  color: #993300;
  text-decoration: none;
  font-size: x-small;
  text-align: left;
  
    
}

#services a:link {
	color: gray;
	text-decoration: none;
}


#services a:visited { 
  color: gray; 
  text-decoration: none; 
} 

#services a:hover {
   color: #db6d16;
       
}

#papers {
width: 650px;
}

#papers p {
text-align: justify;
color: gray;
}

#recentprojects {
width: 650px;

}

#recentprojects p {
text-align: justify;
color: gray;
}

#recentprojects h3 {
font-weight: normal;
}

#paperindex li {
line-height: 90%;
margin-bottom: 8px;
font-size: x-small;
padding-bottom: 4px;
}

#paperindex ul {
border-top-style: none;
border-right-style: none;
}

#tagline {
float: right;
}
 

