/* GENERAL STYLES */
/* CSS Document */

body{ background-image: url(../media/background.jpg);
    	background-repeat: repeat-x;
    	background-color: #414042;
    	font-family: trebuchet ms, arial, sans;
    	color: #fff;
  }

a{	color: #bcbec0;
	text-decoration:none;
  }
a:hover{  color: #fff;
  }
#wrap{		margin: 0 auto;
      		background-color: transparent;
      		width: 950px;
  }
#header{ 	width: 950px;
          height: 96px;
  }
  
#leftlogo{height:72px;
              width: 218px;
              float:left;
              margin-top: 10px;
              }
      a#rightlogo {display:block;}      
#rightlogo{background-image:url(../media/investigationslogo.png);
                      width: 232px;
                      height:83px;
                      float:right;
                      margin-top:13px;
                  
                
                      
                      }
 #rightlogo:hover{background-image:url(../media/investigationslogohover.png);}  
#nav{ width:950px;
      height:35px;
      }

      
#nav ul li { width:122px;
              height:35px;
              background-image: url(../media/button.jpg);
              float:left;
              line-height: 3em;
              font-size: 13px;
              font-weight:bold;
              text-transform: uppercase;
              font-family: lucida sans;
              }
              
              
#nav ul li#contact { width:200px;
              height:35px;
              background-image: url(../media/contactus-button.jpg);
              float:left;
              line-height: 3em;
              font-size: 13px;
              font-weight:bold;
              text-transform: uppercase;
              font-family: lucida sans;
              }
              
#nav ul li#contact{width: 152px;}

#nav ul li#instructbutton { 
              height:35px;
              background-image: url(../media/france-instruct-button.jpg);
              float:left;
              line-height: 3em;
              font-size: 13px;
              font-weight:bold;
              text-transform: uppercase;
              font-family: lucida sans;
              }
              
#nav ul li#instructbutton{width: 197px;}
              
#nav ul li:hover {background-position: bottom;}
              
        #nav ul li a{text-align:right;
        display:block;}      
              
  #nav ul li a span{margin: 0px 25px 0px 0px;}
              

#nav ul li img {      height:35px;
                      width:2px;
                      float:left;
                                  
                                  }
                                  
#navend{height:35px;
          width:235px;
          background-image: url(../media/navendFR.jpg);
          float:left;
          }
          
#whitebox{  width: 950px;
          margin-top: 5px;
            background-color:#eaeaea;
            float:left;}
            
#content{width:800px;
        margin-left: 30px; 
        padding-left: 20px; 
        float:left;
        background-color:#eaeaea;
        color: #000;
        font-size:16px; 
        line-height: 1.3em;}
        
#content p{ color:#000; 
                font-size: 14px;
               }
                
#content h1, #content h2, #content h3{color:#a5050d; 
                font-size: 22px;
                font-weight: bold;}
                
                   
                    
            
#footer{width:950px;
        height:120px;
        background-color: transparent;
        float:left;
        background-image: url(../media/footerbackground.png);
        background-repeat: repeat-x;
        margin-top: 5px;
        font-size:12px;
        text-align: center;
          color: #c5f5fe;
}

#footerlinks { width:550px;
              line-height:1.3em;
              margin-top: 10px;
            margin-left: 205px;
            float:left;
              }
                  
#footerlinks ul li {

                      display:block;
                      float:left;
                      font-size: 13px;
                      line-height:1.3em;
                      text-align:center;
}

#address{
        text-align:center;
        height: 20px;
        clear:both;
        line-height:1.3em;
        font-size: 18px;
     }
   #address a{      color: #c5f5fe;}
#rights{ 
          margin-top:10px;
          line-height:1.3em;
          color: #c5f5fe;
          text-align:center;
          }

/* EDITOR PROPERTIES */
