/**************************************************/
/*Layout and presentation styles for Rhino website*/
/**************************************************/


/******** Main Body Styles ********/

body { 
   margin-left: 0; 
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   padding: 0;
   background: #F4FAFE url(../images/rhinobg.jpg) repeat-x; 
  }
  
a:link {
   color: #CC3366;
   text-decoration: none;
   }
   
a:hover {
   text-decoration: underline;
   }
   
a:visited {
   color: #006699;
   text-decoration: none;
   }
   
a:visited:hover {
   text-decoration: underline;
   }
   
a:active {
   color: #006699;
   background-color: #D5E8F9;
   }
   
p {
   font-size: 13px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   } 
   
h1 {
   font-family: Arial, Helvetica, sans-serif;
   color: #385879;
   font-weight: bold;
   }
   
ul {
   list-style-image: url(../images/li_arrow.gif);
   }
   
ul li {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   }
   
 /******** Header Styles ********/  
         
#head {
   border: 0;
   margin: 0;
   width: 100%;
   }
   
 /******** Navigation Link Styles ********/  
   
#nav {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #FFFFFF;
  text-align: right;
  width: 100%;
  height: 30px;
  background-color: #660000;
  }

#textNav {
   padding: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #FFFFFF;
   }
  
 /******** Main Content Container ********/
 
#breadcrumbs {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #660000;
  }   
  
#container {
  background: url(../images/horn.jpg) center no-repeat;
  width: 100%;
  }
  
  #normalText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13pt;
  color: #000000;
  }  
  
   #boldText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  color: #000000;
  }  
  
/******** Main Left Column Styles ********/  
  
#lhcol {
   width: 100%;
   margin: 20px;
   padding: 15px;
   }
   
#lhcol h1 { 
  font-weight: 700;
  font-size: 18px;
  }
  
#lhcol h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #660000;
  font-weight: bold;
  font-size: 14px;
  } 
  
  
  /******** Right Column Styles ********/ 
   
#rhcol {
   width: 375px;
   text-align: right;
   }   
   
#rhcolis {
   width: 200px;
   height: 500px;
   text-align: center;
   border-left: 1px solid #999999;
   }
   
 /******** Address and Footer Styles ********/  
   
#address {
   border-top: 1px solid #999999;
   width: 100%;
   padding: 20px;
   text-align: center;
   font: normal 10px Verdana, Arial, Helvetica, sans-serif; 
   color: #999999;
   }

#footer {
   border-top: 1px solid #000000;
   width: 100%;
   background-color: #003366;
   text-align: center;
   font: normal 10px Verdana, Arial, Helvetica, sans-serif;
   color: #ffffff;
   }
   
#footer a:link, #footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
  }
  
#footer a:hover {
  color: #66FFFF;
  text-decoration: underline;
  }
   
 /******** News Box Styles ********/  
   
#news {
   padding: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #666666;
   }
   
#news p {
   border-bottom-style: dotted;
   border-bottom-color: #999999;
   border-bottom-width: thin;
   }
   
img.sim {
   float: left;
   margin: 0 10px 0;
   }
  

   

   
