@charset "iso-8859-1";

/** general page styling */

body {
  text-align: center;
}

span.what {
  font-size: 20px;
  color: #B0A9AB;
}

span.new {
  font-size: 20px;
  color: #817579;
}

div.container{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
  height: 120%;
  text-align: left;
  /**border: 2px solid #f5f5f5; */
}

#top {
  color: #d2d2d2;
  font-size: 8pt;
  background-color: white;
  margin: 0px;
  padding-right: 20px;
  border-bottom: 2px solid #f5f5f5;
  height: 150px;
}

#topfloatleft {
  position: absolute;
  float: left;
  margin-top: -140px;
}

#topfloatright {
  position: relative;
  text-align: right;
}

#top h1 {
  padding: 0;
  margin: 0;
}

a.top:link {
  color: #d2d2d2;
}

a.top:visited {
  color: #d2d2d2;
}

a.top:active {
  color: #d2d2d2;
}

#leftnav {
  float: left;
  width: 175px;
  margin: 0px;
  padding: 1em;
  font-family: Century;
  height: 100%;
  padding-bottom: 0px;
  background-image: url(http://www.adr-design.com/images/common/back.gif);
}

#rightnav {
  float: right;
  width: 160px;
  margin: 0px;
  padding: 1em;
  font-family: Century;
  height: 100%;
  text-align: center;
  padding-bottom: 0px;
  background-image: url(http://www.adr-design.com/images/common/back.gif);
}

img.nav {
  border: 0;
}

li.nav {
  padding-bottom: 10px;
}

div.center {
  text-align: center;
}

div.left {
  text-align: left;
}

div.right {
  text-align: right;
}

#leftnav p, #rightnav p {
  margin: 0 0 1em 0;
}

#leftnav ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

#leftnav li {
  list-style-type: none;
  position: relative;
}

#content h2 {
  margin: 0 0 .5em 0;
}

#content {
  margin-left: 200px;
  margin-right: 185px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  font-family: Century;
  font-size: 14px;
  background-color: white;
  height: 100%;
  /**border-left: 2px solid #f5f5f5;*/
  /**border-right: 2px solid #f5f5f5;*/
}

#footer {
  clear: both;
  color: #817579;
  font-size: 0.7em;
  text-align: center;
  width: 100%;
  background-color: white;
  line-height: 130%;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid #f5f5f5;
}

a.footer:link {
  color: #817579;
}

a.footer:visited {
  color: #817579;
}

a.footer:active {
  color: #817579;
}


/** rounded corners */

#div.container h1, #div.container h2, #div.container p {margin:0 10px; letter-spacing:1px;}
#div.container h1 {font-size:2.5em; color:#fff;}
#div.container h2 {font-size:2em;color:#06a; border:0;}
#div.container p {padding-bottom:0.5em;}
#div.container h2 {padding-top:0.5em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px; border:0px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5;}
.xb1 {margin:0 5px; background:#f5f5f5;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #f5f5f5; border-width:0 1px;}


/** thumbBox */

#thumbBox { /** outermost div for thumbnail viewer */
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 10px;
  padding-bottom: 0;
  background: #115e0c;
  visibility: hidden;
  z-index: 10;
  cursor: hand;
  cursor: pointer;
}

#thumbBox .footerbar { /** footer div of thumbbox that contains "close" link */
  font: bold 16px Tahoma;
  letter-spacing: 5px;
  line-height: 1.1em;
  color: white;
  padding: 5px 0;
  text-align: right;
}


#thumbBox #thumbImage{ /** div within thumbbox that holds the enlarged image */
  background-color: white;
}

#thumbLoading{ /** div for showing "loading" status while thumbbox is being generated */
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background-color: #EFEFEF;
  padding: 5px;
  z-index: 5;
}
