body{
  background: #e3e3e3;
  color: #444;
	font-family: Verdana, 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
    font-size: 1.00em;
    line-height: 1.5em;
  margin: 0;
  padding: 0;
}

#header h1{
  height: 65px;
    width: 670px;
  float: left;
  font-size: 1.5em;
  top: 20px;
  left: 40px;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  position: absolute;
}

#header h1 a{
  color: #de3518;
  display: block;
  height: 65px;
    width: 670px;
  text-decoration: none;
  overflow: hidden;
}

#header h1 span{
  background: url('../img/logo.jpg') no-repeat 100% 0%;
  display: block;
  height: 65px;
    width: 670px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: left;
	color: #de3518;
  margin: 0;
  padding: 0.0em 0 0.4em 0;
}

h2{
	font-size: 1.6em;
}

h3{
  font-size: 1.4em;
}

h4{
  font-size: 1.2em;
}
h5{
  font-size: 1.0em;
}

a{
  color: #de3518;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  padding: 0 10px 10px 10px;
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
}

hr{
  color: #eee;
  height: 1px;
  border: none;
  border-top: 1px solid #eee;
  clear: both;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

table{
  margin-bottom: 1em;

}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

th, th a{
  background: #de3518;
  color: #fff;
}

#site0{
  background: #fff url('../img/site.gif') repeat-y;
  color: #444;
  margin: auto;
  width: 980px;
  position: relative;
}
#site1{
  background: url('../img/header.jpg') no-repeat;
  position: relative;
}
#main{
  background: url('../img/footer.jpg') no-repeat 0% 100%;
  position: relative;
  padding: 0px 190px 10px 60px;
}

#header{
  height: 130px;
  position: relative;
}

.left-sidebar{
  float: left;
  width: 160px;
}
#navigation{
  color: #de3518;
  font-size: 1.2em;
}
#navigation a{
  text-decoration: none;
}

#main-content{
  float: right;
  position: relative;
  width: 540px;
}
#footer{
  clear: both;
  font-size: 0.8em;
  position: relative;
  padding-top: 30px;
}
#footer-links{
  background: #E3E3E3;
  color: #888;
  font-size: 0.65em;
  position: relative;
  padding: 0 40px 0 60px;
}
#footer-links a{
  color: #888;
}
#footer-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-links ul li{
  float: left;
  padding-right: 10px;
}

ul.messages{
  border: 2px dashed #7ABF2F;
  background: #D9FFAF;
  list-style: none;
  font-weight: bold;
  padding: 10px;
}

.required{
  font-weight: bold;
}
.errors{
  color: red;
  font-size: 1.1em;
  font-weight: bold;  
}

