/* 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: 100px;
  }
  
#leftlogo{height:91px;
              width: 218px;
              float:left;
              margin-top: 5px;
              }
      a#rightlogo {display:block;}        
#rightlogo{background-image:url("../media/investigationslogo.png");
                      width: 232px;
                      height:83px;
                      float:right;
                      margin-top: 17px;
                      
                      }
 #logoright: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#linksbutton{width: 90px;}
              
#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:340px;
          background-image: url("../media/navend.jpg");
          float:left;
          }
          
#whitebox{  width: 950px;
          margin-top: 5px;
            background-color:#eaeaea;
            float:left;}
            
#content{width:800px;
        margin: 0px 0px 0px 30px; 
   
        float:left;
        background-color:#eaeaea;
        color: #000;
        font-size:16px; 
        line-height: 1.3em;}
        
#content p{ 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:450px;
              line-height:1.3em;
              margin-top: 10px;
            margin-left: 310px;
            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 */
