@import url(oldbrowsers.css);

/* ###### Body Text ###### */

html, body {
  height: 100%;
}

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 85%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  font-family: verdana, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 110%;
}

img {
  border: none;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

a {
  text-decoration: underline;
  font-weight: bold;
  color: grey;
}

a:hover {
  text-decoration: none;
  font-weight: bold;  
  color: rgb(69, 69, 69);;
}

#fpWelcome {
  color: #555;
  font-weight: bold;
  font-size: 130%;
}

#contact {
  border: 1px solid #ddd;
  padding: 10px;
  width: 42em;
}

.box {
  border: 1px solid #ddd;
  padding: 10px;
  width: 42em;
}

#fpPic {
  border: 1px solid black;
}

.pImg {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.pImgBorder {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 1px solid black;

}

#bodyText {
  line-height: 1.5em;
  margin: 7mm 5mm 0 14em;
  padding: 0 1em 1ex 1em;
}

#bodyTextFp {
  text-align: center;
  padding: 0 1em 1ex 1em;
}

#bodyTextNoNav {
  margin: 7mm 5mm 0 1em;
  padding: 0 1em 1ex 1em;
}

.thumbs a, .thumbs a:hover {
  text-decoration: none;
}

.thumbs img {
  border: 1px solid #000;
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#headerPic {
  padding-left: 5px;
  padding-top: 5px;
  background-image: url(pics/blank.jpg);
}

.menuBar {
  border-bottom-style: solid;
  border-bottom-width: 2px; 
  padding: 3mm 2.5mm 1mm 7mm;
  background-image: url(pics/blank.jpg);
}

.locBar {
  float: right;
}

.menuBar *, .locBar * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.menuBar a:hover, .locBar a:hover {
  text-decoration: underline;
}

/* ###### Side Box ###### */

#navContainer {
  float: left;
  width: 13em;
  margin-top: 7mm;
  margin-left: 4mm;
}

.sideBox {
  width: 11em;
  border: 1px solid #000;
}

.sideBox div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox span {
  color: black;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.25em;
  display: block;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
}

.sideBox a:hover {
  text-decoration: underline;
}


.sideBox .thisPage {
  font-weight: bold;
}


/* ###### Footer ###### */


#footerEmpty {
  clear: left;
  height: 50px;
}

#footer {
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;


  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  /* margin-top: 50px; */
  clear: left;
  width: 100%;
}

#footer div {
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;
  padding-right: 3mm;
}

#footer a:hover {
  text-decoration: none;
}

.footerLHS {
  float: left;
  clear: left;
  padding-left: 3mm;
}

/* ###### General Color Scheme ###### */

h1, h2, h3, q, .menuBar *, #footer *, .headerTitle, .sideBox div, .topOfPage 
{ /* Special text Color: */  color: rgb(69,69,69); }

h1, q, #footer, .sideBox, .sideBox div, .menuBar
{ /* Border Color: */  border-color: #0080ff; }

.sideBox div, .sideBox .thisPage, #footer, .menuBar, #headerPic 
{ /* Background Color (darker): */  background-color: #CFD7F5; }

/* #e8f0ff; */

.sideBox a:hover
{}

q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #fafcff; }

/* ###### Special Colors ###### */

a {
  color: rgb(69, 69, 69);
  /*#4080ff;*/
}

/* Background images */
#header, #menubar, #footer, #headerPic {
  background-image: url(pics/blank.jpg);
}

