body {
  margin: 0;
  padding: 0;
  font: 14px/20px Arial, sans-serif;
  color: #4c4b4b;
  background: #dcdcdc;
  text-align: center;
}

a {
  color: #b50000;
}

h1 {
  margin: 0 0 20px 0;
  padding: 45px 0 0 0;
  font-size: 28px;
  color: #363636;
}

h2 {
  margin: 35px 0 15px 0;
  font-size: 20px;
  color: #b50000;
}

/*h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
}*/

img {
  border: none;
}

p {
  margin: 0 0 30px 0;
}



#container {
  width: 730px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#header {
  height: 90px;
  padding: 31px 12px 0 30px;
  background: #c0c0c0 url(../images/background-header.gif) repeat-x top left;
}

#header a.logo,
#header img.logo {
  display: block;
  float: left;
}

#tagline {
  float: right;
  clear: right;
  padding-top: 4px;
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
}

#phone {
  float: right;
  clear: right;
  padding-top: 4px;
  text-align: right;
  white-space: nowrap;
  font: 15px "Trebuchet MS", Trebuchet, sans-serif;
  color: #820000;
}

ul#topnav {
  height: 29px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #efefef url(../images/background-topnav.gif) repeat-x top left;
}

ul#topnav li {
  display: inline;
  margin: 0;
  padding: 0;
}

ul#topnav li a {
  display: block;
  height: 25px;
  float: left;
  padding: 4px 20px 0 18px;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  color: #454545;
  text-decoration: none;
  background: transparent url(../images/background-topnav-link.gif) no-repeat top right;
}

ul#topnav li a:hover,
ul#topnav li a.currentpage {
  /*color: white;
  background-color: #363636;*/
  text-decoration: underline;
}



#content {
  padding: 0;
  background: #c0c0c0 url(../images/background-sidebar.jpg) no-repeat bottom right;
}

body.homepage #content {
  background: white url(../images/background-homepage.jpg) no-repeat bottom right;
}

body.homepage #homepage_narrow {
  width: 360px;
}

#col0 {
  float: left;
  width: 430px;
  padding: 0 20px 50px 25px;
  background: white;
}

body.homepage #col0 {
  padding-bottom: 25px;
  background: transparent;
}

#col1 {
  float: right;
  width: 213px;
  padding: 25px 20px 20px 20px;
  color: #363636;
}

ul#sidenav {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#sidenav li {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  color: #363636;
}

ul#sidenav a {
  font-weight: bold;
  font-size: 16px;
  color: #363636;
  text-decoration: none;
}

ul#sidenav a:hover,
ul#sidenav a.currentpage {
  font-weight: bold;
  color: #800000;
}

ul#sidenav a span.hyphen {
  display: none;
}

ul#sidenav li ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

ul#sidenav li ul li {
  margin: 0;
  padding: 0;
}

ul#sidenav li ul li a {
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}

ul#sidenav li ul li a span.hyphen {
  display: inline;
}


#footer {
  padding: 10px 15px 20px 25px;
  color: white;
  background: #363636;
}

#footer address {
  float: left;
  font-style: normal;
}

#footer address span {
  font-weight: bold;
}

#footer div {
  float: right;
  clear: right;
  font-style: italic;
  white-space: nowrap;
}

#footer a {
  color: white;
  font-style: normal;
}

#copyright {
  margin: 10px 0 30px 0;
  font-size: 12px;
  text-align: center;
}




.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
