/** Standard Colors
  Cream:    #f8f3cb
  Lt Brown: #e1cfad
  .	    #ccb68a
  .	    #b99d74
  .	    #9c7d50
  .	    #806236
  .	    #5d431c
  Dk Brown: #3a270a
  Green:    #56684c
  Blue:	    #0066cc
  Orange:   #cc6633
**/

a { text-decoration: none; }
a:link    { color: #0066cc; }
a:visited { color: #cc6633; }
a:active  { color: #cc0000; }
a:hover   { text-decoration: underline; }

body {
  margin: 0;
  background: #ccb68a url('../images/bg-10.png') no-repeat -120px 270px;
}
body, td {
  font: 9pt verdana,geneva,arial,helvetica,sans-serif;
}

p {
  margin: 10px 0 10px 0;
}
.noTopMargin {
  margin-top: -10px;
}

h1, h2, h3 {
  font-size: 16pt;
  font-weight: bold;
  font-variant: small-caps;
  color: #f8f3cb;
  padding: 0;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 14pt;
  color: #9c7d50;
  margin-bottom: 0;
}
h3 {
  font-size: 12pt;
  color: #56684c;
  margin-bottom: -10px;
}

ul {
  list-style-image: url('../images/dot-green.png');
  position: relative;
  left: -15px;
  z-index: 9;
}
ul ul {
  list-style-image: url('../images/dot-tan.png');
}
ul ul ul {
  list-style-image: url('../images/dot-lttan.png');
}

img {
  behavior: url('/includes/pngbehavior.htc');
}
.sideImgRightContainer {
  float: right;
}
.sideImgR {
  margin: 10px 0 10px 20px;
  display: block;
}
.portImg {
  margin: 0 0 5px 10%;
}
.padImg {
  margin: 1%;
}
.funImg {
  margin-bottom: 5px;
}

.small, h3 .small {
  font-size: 7.5pt;
}
h3 .small {
  font-weight: normal;
  font-variant: normal;
}
.light {
  color: #9c7d50;
}

.mainBox {
  color: #3a270a;
  border: 5px solid #56684c;
  padding: 10px 20px 10px 20px;
  width: 50%;
  background-image: url('../images/f8f3c8-50.png');
  z-index: 8;
}

.spacer {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.buttonBar {
  margin: 20px 0 20px 5%;
}

.padBot {
  padding-bottom: 20px;
}
.padL {
  padding-left: 10px;
}
.padR {
  padding-right: 10px;
}

input, select, textarea {
  background: #f8f3cb;
  border: 2px solid #56684c;
}
input, textarea {
  padding-left: 3px;
}
textarea {
  background: #f8f3cb url('../images/bg-sm.png') no-repeat 30% 50%;
}
.noinput {
  background: transparent;
  border: none;
}

.button, .smallbutton, a.smallbutton {
  color: #f8f3cb;
  background: #56684c;
  font-weight: bold;
  font-size: 8pt;
  padding: 2px;
  border: 1px solid #3a270a;
}
.smallbutton, a.smallbutton {
  padding: 0 5px 1px 5px;
  margin: 0px 10px 0px 10px;
  line-height: 200%;
}
.smallbutton {
  font-size: 6pt;
  letter-spacing: 1pt;
}
a.smallbutton:link, a.smallbutton:visited, a.smallbutton:active, a.smallbutton:hover {
  font-size: 7pt;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #f8f3cb;
  display: inline-block;
  white-space: nowrap;
}
a.smallbutton:hover {
  background: #b99d74;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.75%;
  background: #e1cfad;
}

#topnavContainer {
  position: absolute;
  top: 75px;
  left: 0;
  width: 99.65%;
  background: #b99d74;
  border: 1px solid #806236;
}

#topnav {
  padding: 0 0 0 20px;
}

a.nav {
  color: #f8f3cb;
  font-variant: small-caps;
  font-weight: bold;
  padding: 2px 0px 2px 0px;
  width: 19%;
  display: block;
  float: left;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #806236;
}

a.nav:link, a.nav:visited, a.nav:active, a.nav:hover {
  text-decoration: none;
  color: #f8f3cb;
}

a.nav:hover {
  background: #56684c;
}

.navClose {
  border-right: 1px solid #806236;
}

a.nav b {
  color: #e1cfad;
}

#content {
  position: absolute;
  top: 120px;
  left: 40px;
  width: 94.75%;
}

#mainContainer {
  min-height: 280px;
  padding-bottom: 35px;
}

#placeholder {
  margin: 0 5% 35px 0;
  width: 260px;
  height: 280px;
  overflow: hidden;
  float: right;
}

#picContainer {
  position: absolute;
  right: 5%;
  top: 0;
  width: 260px;
  height: 280px;
  overflow: hidden;
}
#circleContainer {
  position: absolute;
  right: 5%;
  top: 0;
  width: 260px;
  height: 280px;
  overflow: hidden;
  z-index: 4;
}
#smPic, #mdPic, #lgPic, #smCircle, #mdCircle {
  position: relative;
}
#smPic {
  left: 130px;
  z-index: 3;
}
#mdPic {
  top: 70px;
  z-index: 2;
}
#lgPic {
  top: -157px;
  left: 60px;
  z-index: 1;
}
#smCircle {
  left: 130px;
}
#mdCircle {
  top: 70px;
}

#boxContainer {
  clear: right;
  height: 120px;
  padding-bottom: 25px;
}

#smBox, #smBoxL, #smBoxM, #smBoxR  {
  width: 17%;
  color: #5d431c;
  border: 2px solid #9c7d50;
  padding: 10px;
  font-size: 7.5pt;
  background-image: url('../images/f8f3c8-30.png');
}
#smBox {
  position: absolute;
  left: 70%;
  top: 360px;
}
#smBoxL, #smBoxM, #smBoxR {
  position: relative;
  float: left; 
}
#smBoxL { left: 10%; }
#smBoxM { left: 20%; }
#smBoxR { left: 30%; }

.smBoxHdr {
  border-bottom: 2px solid #9c7d50;
  background: #b99d74;
  text-align: center;
  color: #f8f3cb;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 7.5pt;
  padding: 2px;
  margin: -10px;
  margin-bottom: 0;
}

#footer {
  color: #806236;
  font-size: 7.5pt;
  text-align: center;
  padding-bottom: 15px;
  clear: right;
}
