/* redsun.css (lean version) - no images, all css
 - copyright ©2005 Beau Bishop
 - last modified: 3.8.2005 
 */


body { 
  background-color: #000000;
  font-family: Verdana, Arial, sans-serif;
  margin: 0;	
 }


#wrapper { 
  width: 700px !important;
  padding: 0;
  border: 0;
  margin: 0 auto;
  background: #fff;
  color: #000;
  position: relative; 
  z-index: 0;
 }

#header {
  width: 100%;
  height: 55px;
  padding: 0;
  margin: 0;
  border: 0;	   
  position:relative;
  top:0;
  background: #000000;
 }

#header span { 
  position: absolute; 
  top: 0; 
  font: normal 29px Georgia, serif; 
  margin-top: 3px;
  padding: 0;
  color: #444; 
 }

#menu { 
 /* background-color: #b00; */
  background-color: #e53b00;
  width: 100%;
  height: 23px;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  border:0;
  border-bottom: solid 5px #ffffff;
 }

#menu ul {
  margin: 0; 
  padding: 0; 
  list-style: none; 
  float:right; 
  background:#fff;
  position:relative;
  right:0px;
  border-right:0px solid #000;

 }

#menu ul li { 
  margin: 0; 
  padding: 0;
  float:left;
  text-align: center; 
}

#menu ul li a { 
  margin: 0;  
  display: block;
  padding: 5px 10px;
  background-color: #e53b00;
  color: #fff;
  border:0px solid #000;
  border-bottom: 0px solid #900;
  border-right: 0; 
  font: bold 11px Tahoma, sans-serif;
 }

#menu ul li a:hover { 
  background: #fff; 
  color: #000; 
  border-bottom:0px solid #fff;
 }


#feature { 
  background: #000;
  width: 100%;
  height: 200px;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  text-align: center;
  position: relative;
  z-index:0; 
  clear: right; 
 }

#feature h2 {
  left: 0px;
  font-family: stereofidelic, sans-serif;
  color: #999;
  font-size: 34pt;
  padding: 0; 
  margin:0px 0 0 0;
 }

#content {
  position: relative;
  width: 100%;
  background: #fff;
  margin: 0px;
}
.gt { margin:5px 17px; }
.clear { clear: left; height:15px; }

.tile {
  margin: 5px;
  width: 210px;
  background: #f9f9f9;
  padding: 0;
  font: normal 12px Tahoma,sans-serif;
  color: #444;	   
  border: 1px solid #aaa;
  text-align: left;
  position:relative;
  float:left; 
  display:inline; /* IE needs this to display correctly */
 }
.tile p { margin: 0 5px 5px; }
.tile h2 { margin: 5px 5px 0; font: bold 14px Tahoma, sans-serif;}
.tile .image {  position:relative;float:right;top:-5px;left:5px; right:5px; text-align:right;color:#bbb;margin:0; width:75px; height:75px; background:#eee; border:1px solid #bbb; }

.tile2 {
  font: normal 12px Tahoma,sans-serif;
}

.tile3 {
  margin: 5px;
  width: 654px;
  background: #f9f9f9;
  padding: 0;
  font: normal 12px Tahoma,sans-serif;
  color: #444;	   
  border: 1px solid #aaa;
  text-align: left;
  position:relative;
  float:left; 
  display:inline; /* IE needs this to display correctly */
 }
 
.tile3 p { margin: 0 5px 5px; }
.tile3 h2 { margin: 5px 5px 0; font: bold 14px Tahoma, sans-serif;}

#footer  { 
  position: relative;
  width:100%;
  background: #fff;
  padding:0;
  margin: 0px;
  text-align: center;
 }

#footer ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
 }

#footer ul li { 
  margin: 0; 
  padding: 0 5px; 
  display: inline; 
  text-align: center; 
 }

#footer ul li a { 
  margin: 0; 
  padding:0;
  border: 0; 
  font: bold 11px Tahoma, sans-serif;
  color: #e53b00;
 }

#footer ul li a:hover { color: #000; }

#copyright { 
  margin-top: 10px;
  height:19px;
  background-color: #e53b00;
  font: normal 11px Tahoma, Arial, sans-serif;
  color: #ffffff;
  padding: 5px 0 0 0;
  text-align: center;  
 }

#copyright a:link {
  font-weight: normal;
  color: #fff;
  text-decoration:none;
 }

#copyright a:hover {
  font-weight: normal;
  color: #fff;
  text-decoration:underline;
 }

#copyright a:active {
  font-weight: normal;
  color: #fff;
  text-decoration:none;
 }

 #copyright a:visited {
  font-weight: normal;
  color: #fff;
  text-decoration:underline;
 }

.liens {
  font: normal 11px Tahoma, Arial, sans-serif;
  color: #e53b00;
 }

a:link.liens {
  font-weight: normal;
  color: #e53b00;
 }

a:visited .liens {
  font-weight: normal;
  color: #e53b00;
 }

a:active.liens {
  font-weight: normal;
  color: #e53b00;
 }

a:hover.liens {
  font-weight: normal;
  color: #000;
 }
 
    td,legend {
        background: white ;
        color: black;
        font-family: Arial;
        font-size: 14px; 
    }
    .police {
        font-family: Arial;
        font-size: 13px;
        color: #888888;
    }
    span.required{
        font-size: 13px;
        color: red;
    }