/* styles for BER site temporary home page */


/* GENERAL */

html, body {
  margin: 0px;
}
body {
  background-color: #ffffff;
}

/* clear block */
.tinyclear {
  clear: both;
  font-size: 0px;
  height: 0px;
}
/* clear self *//* http://www.positioniseverything.net/easyclearing.html */
.clearself:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }

/* center */
.center {
  text-align: center;
}
/* don't allow to wrap */
.nowrap {
  white-space: nowrap;
}

/* elements for screen display or print display only */
.screenonly {
  display: block;
}
.printonly {
  display: none;
}
span.screenonly {
  display: inline;
}
span.printonly {
  display: none;
}

/* standard table styles */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
}
thead, tbody, tfoot {
  border: none;
}
/* table cells all aligned left and top */
td, th {
  text-align: left;
  vertical-align: top;
}
td.center,
th.center {
  text-align: center;
}
td.right,
th.right {
  text-align: right;
}

/* layout table */
/* note: cellspacing=0 must still be specified in table tag because of IE */
table.layouttable {
  border: none;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
table.layouttable td {
  padding: 0px;
}

/* default font and links */
html, body {
  font-family: Verdana, Tahoma, Arial, Lucida, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 12px;
  line-height: 133%; /* relative to font size */
  color: #636363;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin-top: 0px;
}
a,
a:link {
  color: #636363;
  text-decoration: none;
}
a:visited {
  color: #636363;
  text-decoration: none;
}
a:hover {
  color: #636363;
  text-decoration: underline;
}



/* OUTER SHELL */
/* container for all page content */

#divoutershell {
  width: 731px;
  margin: 0px auto;
}



/* PAGE AREA */
/* canvas for content */

#divpagearea {
  position: relative;
  background-color: #ffffff;
}



/* HEADER AREA */

#divheader {
  padding-top: 22px;
  background-image: url(/img/dotband.gif);
  background-repeat: no-repeat;
  margin-bottom: 28px;
}
#divheader table.contacttable {
  width: 731px;
}
#divheader table.contacttable td {
  font-size: 10px;
  line-height: 100%;
  color: #636363;
  margin: 0px;
  white-space: nowrap;
}
#divheader table.contacttable td.phone {
  padding: 0px 3px 0px 0px;
  text-align: left;
}
#divheader table.contacttable td.fax {
  padding: 0px 3px 0px 3px;
  text-align: center;
}
#divheader table.contacttable td.email {
  padding: 0px 3px 0px 3px;
  text-align: center;
}
#divheader table.contacttable td.address {
  padding: 0px 0px 0px 3px;
  text-align: right;
}
#divheader table.contacttable td strong {
  font-size: 9px;
  font-weight: bold;
  color: #50af29;
}



/* PHOTO AREA */

#divphoto {
  margin-bottom: 20px;
}
#divphoto h1 {
  position: relative;
  z-index: 1;
  width: 731px;
  height: 467px;
  margin: 0px;
  font-size: 10px;
  line-height: 100%;
}
#divphoto img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
#divphoto img#photo1 {
  z-index: 1;
}
#divphoto img#photo2 {
  z-index: 2;
  display: none;
}



/* BODY AREA */

#divbody {
  margin-bottom: 12px;
}
#divbody .column {
  float: left;
  margin-right: 20px;
}
#divbody #bodycolumn1 {
  width: 178px;
}
#divbody #bodycolumn2 {
  width: 165px;
}
#divbody #bodycolumn3 {
  width: 161px;
}
#divbody #bodycolumn4 {
  width: 148px;
  margin-right: 0px;
}
#divbody h2 {
  font-size: 10px;
  font-weight: normal;
  line-height: 100%;
  color: #50af29;
  text-transform: uppercase;
  margin-bottom: 3px;
}
#divbody p {
  font-size: 10px;
  line-height: 15px;
  color: #636363;
  margin: 0px;
}



/* FOOTER AREA */

#divfooter {
  height: 22px;
  background-image: url(/img/dotband.gif);
  background-repeat: no-repeat;
}
