/* CSS Style sheet for Jon Martin design */
body {
  color: black;
  background-color: white;
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

#bigbody {
  background-image: url(/images/bigbubble.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  width: 960px;
  border: 1px white solid;
  text-align: left;
  margin: 0px auto;
}

#smallbody {
  background-image: url(/images/smallbubble.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  width: 780px;
  border: 1px white solid;
  text-align: left;
  margin: 0px auto;
}

h1 {
  font-weight: 500;
  font-size: 26px;
  color: #003f68;
  font-family: helvetica, arial, sans-serif;
}

/* Place the title on large pages */
#bigbody h1 {
  margin-top: 160px;
}

/* This is the central DIV in the body */
#mainbody {
  text-align: center;
}

/* Formatting for the address block */
#addressbox {
  height: 69px;
  float:left;
  width: 500px;
}
#addressbox address {
  font-size: 9px;
  font-style: normal;
  float: left;
  margin-top: 15px;
  color: #003f68;
  font-family: helvetica, sans-serif;
}
#links {
  float: left;
  font-size: 12px;
  margin-top: 15px;
  color: #db4e85;
}

a:link, a:visited {
  color: #003f68;
  text-decoration: none;
}

a:hover, a:active {
  color: #db4e85;
}

#footer {
  margin-top: 25px;
  height: 69px;
}

#logobox {
  float: right;
  padding-right: 10px;
}

#leftcolumn {
  margin-top: 28px;
  line-height: 1.5em;
  width: 420px;
  float: left;
  font-family: helvetica, arial, sans-serif;
  font-size: 8pt;
  color: #003f68;
}

#rightcolumn {
  width: 450px;
  float: right;
  margin-top: 28px;
  text-align: right;
}
#rightcolumn q {
  width: 100px;
  padding-left: 10px;
  display: block;
  float: right;
  line-height: 1.7em;
  color: #db4e85;
  font-family: helvetica, arial, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  text-align: left;
}
#rightcolumn q.semiwide {
  width: 102px;
}
#rightcolumn q.wide {
  width: 110px;
  padding-right: 3px;
}
#rightcolumn q.first {
  padding-left: 0px;
}

#clientlist {
  margin-top: 50px;
  height: 70px;
  border: 0px;
  margin-bottom: 7px;
}

#clientlist a, #clientlist a:link, #clientlist a:visited {
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-right: 6px;
}

#clientlist img {
  border: 1px #999999 solid;
}

#clientlist a:hover img {
  border: 1px #db4e85 solid;
}

#clientimg {
  margin-top: 38px;
  float: left;
  width: 380px;
}
#clientimg img {
  right: 0px;
  position: relative;
  border: 1px #003f68 solid;
  float: right;
}

#clienttext {
  margin-top: 38px;
  float: right;
  width: 300px;
  line-height: 1.5em;
  color: #003f68;
  font-family: helvetica, arial, sans-serif;
  font-size: 8pt;
}

#clienttext h2 {
  margin-top: 0em;
  margin-bottom: 8px;
  line-height: 1em;
  font-weight: bold;
}
#clienttext h3, #clienttext h4 {
  margin-top: 0em;
  margin-bottom: 8px;
  line-height: 1em;
  font-weight: normal;
}
#clientcontent {
  margin-top: 20px;
}
#homenav {
  position: absolute;
  top: 20px;
  right: 0px;
}

#clientnav {
  border: 0px;
  width: 385px;
  text-align: right;
  padding-top: 25px;
}
