
/*   Weinmayr Associates, Inc. Stylesheet   *************************************************/
/*   Global Styles   *************************************************/

body {font-family: Verdana, Arial, sans-serif; background-repeat: no-repeat; background-image: url('bg.gif');}

body, p, pre, ul, ol, dl, li {font-size: 12px;}

h1, h2, h3, h4, h5 {letter-spacing: 1.5px; font-weight: bold;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
p {font-size: 12px;}

/*   Header   *************************************************/

div.header {
  position: absolute;
  top: 75px;
  left: 60px;
  width: 640px;
  height: 58px;
  padding: 0px;
  z-index: 101;
}

div.address {
  position: absolute;
  top: 45px;
  left: 70px;
  width: auto;
  font-size: 12px;
  color: #999;
  padding: 0px;
  z-index: 102;
}

div.address pre {
  font-family: tahoma;
  letter-spacing: 2px;
  text-transform: lowercase;
}
a.address, a:active, a.address:visited {
  color: #9bb;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

a.address:hover {
  color: #f90;
}

/*   Content   *************************************************/


div.content {
  display: block;
  position: absolute;
  top: 200px;
  left: 67px;
  width: 600px;
  padding: 0px 0px 10px 0px;
  text-align: justify;
  z-index: 901;
}


/*   Images   *************************************************/

img {
  border-width: 2px;
  border-style: solid;
  border-color: #c3e0da  #bbd8c2 #bbd8c2 #c3e0da;}

span.photoRight {
  float: right;
  padding: 3px;
  width: auto;
  border: 1px solid #266;
  background: #93b0aa;
  text-align: center;
  margin: 5px;
}

span.photoLeft {
  float: left;
  padding: 3px;
  width: auto;
  border: 1px solid #266;
  background: #93b0aa;
  text-align: center;
  margin: 5px;
}

/*   Pricing Table   *************************************************/

div.table {
  border: 1px solid;
  border-color: #cdd #dee #dee #cdd;
  width: 600px;
  background: #eef6f6;
}

tr.rateRowOne {
  background: #ccd6d6;
}

tr.rateRowTwo {
  background: #dde6e6;
}

/*   Main Nav   *************************************************/

div.menu {
  position: absolute;
  top: 150px;
  left: 65px;
  font-family: Verdana, Arial, sans-serif;
}

div.menu ul {
  float:left;
  width:640px;
  padding:0;
  margin:0;
  list-style-type:none;
}

div.menu ul a {
  float:left;
  width: auto;
  text-decoration:none;
  color: #eee;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  background-color: #388;
  padding:0.2em 13px;
  border-right: 1px solid #fff;
  border-top: 1px solid #033;
  border-left: 1px solid #033;
  border-bottom: 0px solid #eee;
}

div.menu ul a:hover {
  color: #fff;
  background-color: #f90;
}

div.menu ul span {
  display: inline;
  float:left;
  width: auto;
  text-decoration:none;
  color: #477;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  background-color: #fff;
  padding:0.2em 13px;
  border-right: 1px solid #fff;
  border-top: 1px solid #033;
  border-left: 1px solid #033;
}

div.menu li {
  display: inline
}

/*   Footer   *************************************************/

div.footer {
  text-align: center;
  font-size: 11px;
  color: #dedede;
  padding-top: 30px;
}

span.footer {
  float: right;
  font-size: 9px;
  letter-spacing: .22em;
  padding-top: 2px;
}

a.footer {
  color: #ccf;
  text-decoration: none;
  font-weight: bold;
}

a:hover.footer {
  color: #99c;
}

