body{
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  background-color: #000000;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
  color: #e2001a;
}

div, ul,li,p{
  margin: 0;
  padding: 0;
}

#welcome p{
  margin-bottom: 0px;
  text-align:left;
  padding: 8px 15px 8px 15px;
}

#address p  {
  text-align:left;
}

h1{
  font-size: 16px;
}

h2{
  font-size: 15px;
}

#main{
  margin: 81px 0 0 36px;
  width: 1000px;
}

#mainnav{
  font-size: 15px;
  padding-bottom: 32px;
  
}

#mainnav ul{
  list-style-type: none;
  
}

#mainnav li{
  float: left;
}

#mainnav li a{
  color: #ffffff;
  font-weight: bold;
  background: url('../images/mainnav_bullet.gif') no-repeat;
  display: block;
  padding: 0 0 0 20px;
  width: 125px;
  line-height: 14px;
}

#mainnav li a:hover{
  color: #e2001a;
}

#banner{
  padding: 50px 0 26px 0;
}

#content{
  width: 952px;
}

#welcome{
  color: #ffffff;
  font-size: 15px;/* 
  width: 480px; */
  width:auto;/* 
  line-height: 34px; */
  /* padding-left: 214px; */
  float: left;
}

#address{
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  float: right;
  
}

#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

#nav a {
  display: block;
  
}

#nav li { /* all list items */
  float: left; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
  position: absolute;
  background: #000000; 
  width: 120px;
  margin-left: 18px;
  padding-top: 5px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav li.act ul li a{
  width: 120px;
  color: #FFFFFF;
}

#nav li.act ul li a:hover{
  color: #e2001a;
}

#nav li ul li a { /* second-level lists */
  color: #FFFFFF;
  background: none;
  display: block;
  width: 120px;
  padding-left: 2px;
  line-height: 18px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#main #welcome .fce3Columns {
  clear:both;
}

#main #welcome .fce3Columns .fceCol p {
  text-align:left;
}

#main #welcome .fce3Columns .fceCol {
  float:left;
  font-size:14px;
  width:235px;
  overflow:hidden;
}

#address {
  display:none;
  
}

#welcome .sectionFrame1 {
  text-align:center;
  margin-left:17.5px;
  margin-right:-17.5px;
}

#welcome .sectionFrame1 p{
  text-align:left !important;
  font-size:15px;
  color:white;
}
