
/* |                                  |
   |----------------------------------|          ,
   |      CSS developed by 3dphx  ,_  |  ,     .'<_
   |             Tempe, AZ       _> `'-,'(__.-' __<
   |           www.3dphx.com     >_.--(.. )Ê =;
   |             Ben Heise            |V-'`'\/``
   |----------------------------------|
   |                                  |

   =Common-Page-Styles
----------------------------------------------- */

html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #999;
}

body {
  color: #6f6f6f;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 77%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#footer, .push {
  clear: both;
  height: 50px; /* .push must be the same height as .footer */
}

h1 {
}

h2 {
  padding: 0 0 0.6em;
}

p {
  font-size: 95%;
}

a {
  color: #163e6f;
  text-decoration: underline;
}

a:hover {
  color: #163e6f;
  text-decoration: none;
}

a img {
  border: none;
}

sup {
  font-weight: bold;
  font-size: 1em;
  display: inline-block; /* this allows the sup to sit behind the main flyout nav rather using position relative */
  line-height: 10px;
  vertical-align: text-top;
}

.uppercase {
  text-transform: uppercase;
}

em {
  background-color: transparent;
}

ol li {
  margin-bottom: 5px;
  margin-left: 10px;
}

/* print header */

#logo-print {
  display: none;
}

.float-left {
  float: left;
}

.hide {
  display: none;
}

/* =Container
-----------------------------------*/

#container {
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
  min-height: 100%;
  padding: 0 16px;
  position: relative;
  text-align: left;
  width: 716px;
}

#container {
  _padding-right: 0;
}

.splash #container {
  background: transparent url(../images/bg1.png) repeat-y 0 0;
  _background-repeat: repeat;
}

.content #container {
  background: transparent url(../images/bg2.png) repeat-y 0 0;
  _background-repeat: repeat;
}

/* =Header
-----------------------------------*/

#header, #footer div {
  background-color: #fff;
  width: 700px;
}

#header {
  padding-top: 11px;
}

#header .logo {
  background: transparent url(../images/logo-veridus.gif) no-repeat 0;
  display: block;
  float: left;
  height: 51px;
  margin-left: 14px;
  _margin-left: 7px;
  margin-bottom: 10px;
  text-indent: -9999em;
  width: 210px;
}

#header {
  border-bottom: 2px solid #036;
}

#header ul {
  float: left;
  height: 26px;
}

#header ul, #breadcrumbs, #footer ul {
  margin: 0;
}

#header ul {
  margin-bottom: 3px;
  width: 700px;
}

#header li, #breadcrumbs li, #footer li {
  float: left;
  list-style: none;
  text-align: center;
}

#header li a, #breadcrumbs li a, #footer div li, #footer div li a, #footer div p, #footer div p a {
  color: #8a9eb7;
  text-decoration: none;
}

#header li a:hover , #footer div li a:hover, #footer div p a:hover {
  text-decoration: underline;
}

#header li a {
  background-color: #163e6f;
  border-right: 1px solid #8a9eb7;
  display: block;
  font-weight: bold;
  height: 26px;
  text-indent: -9999em;
  width: 116px;
}

#header li.selected a, #footer div li.selected a, #footer div li a:hover {
  color: #fff;
}

#header li.item1 a, #header li.item1 a:hover, #header li.item2 a, #header li.item2 a:hover, #header li.item3 a, #header li.item3 a:hover, #header li.item4 a, #header li.item4 a:hover, #header li.item5 a, #header li.item5 a:hover, #header li.item6 a, #header li.item6 a:hover {
  background-color: #163e6f;
  background-repeat: no-repeat;
}

#header li.item1 a:hover, #header li.item1-selected a, #header li.item2 a:hover, #header li.item2-selected a, #header li.item3 a:hover, #header li.item3-selected a, #header li.item4 a:hover, #header li.item4-selected a, #header li.item5 a:hover, #header li.item5-selected a, #header li.item6 a:hover, #header li.item6-selected a {
  background-position: 0 -26px;
}

#header li.item1 a, #header li.item1-selected a {
  background-image: url(../images/item1.gif);
  width: 117px;
}

#header li.item2 a, #header li.item2-selected a {
  background-image: url(../images/item2.gif);
}

#header li.item3 a, #header li.item3-selected a {
  background-image: url(../images/item3.gif);
  width: 115px;
}

#header li.item4 a, #header li.item4-selected a {
  background-image: url(../images/item4.gif);
}

#header li.item5 a, #header li.item5-selected a {
  background-image: url(../images/item5.gif);
}

#header li.item6 a, #header li.item6-selected a {
  background-image: url(../images/item6.gif);
  border-right: 0;
  width: 115px;
}

#header div {
  border-top: 2px solid #036;
  height: 120px;
  clear: both;
}

.content #header div {
  height: 92px;
}

#header div img {
  border-left: 2px solid #036;
  float: left;
  margin: 0;
}

#header div img.remove-border {
  border-left: 0;
}

/* =Body
-----------------------------------*/

#body, #footer, #callout {
  margin: 0 auto;
  text-align: left;
}

#body, #callout {
  float: left;
  width: 525px;
}

#body {
  clear: both;
  padding: 13px 50px 0;
  width: 425px;
}

#body div {
  border-top: 1px solid #ccc;
  font-size: 90%;
  padding: 16px 0 13px;
  width: 402px;
}

#body p {
  margin: 0 0 14px;
}

#body div.remove-border {
  border: 0;
}

#body h1, #body h2 {
  line-height: 0px;
  margin: 0 0 10px;
  _margin: 0 0 0;
  padding: 0;
  text-indent: -9999em;
}

/* =Home
-----------------------------------*/

.home #body h1 {
  background: transparent url(../images/layout/home/header.gif) no-repeat 0 0;
  height: 15px;
  /* width: 219px; */
}

.home #body h2.header1 {
  background: transparent url(../images/layout/home/header2.gif) no-repeat 0 0;
  height: 12px;
  /* width: 210px; */
}

.home #body h2.header2 {
  background: transparent url(../images/layout/home/header3.gif) no-repeat 0 0;
  height: 12px;
  /* width: 151px; */
}

.home #body p {
  line-height: ;
  [;
    line-height: 130%;
  ;]
  *line-height: ;
}

.content #body {
  padding: 25px 80px 9px;
  width: 540px;
}

.clients #body, .services #body, .news #body, .contact #body {
  padding-top: 10px;
}

.content #body div {
  width: 100%;
}

.content #body p {
  line-height: 140%;
}

/* =About
-----------------------------------*/

.clients #body h1, .services #body h1, .news #body h1, .contact #body h1 {
  margin-bottom: 12px;
  _margin-bottom: 4px;
}

.bios #body h2.header1, .bios #body h2.header4, .bios #body h2.header5, .bios #body h2.header6 {
  height: 15px;
}

.about #body h1, .clients #body h1, .services #body h1, .contact #body h1, .bios #body h2.header2, .bios #body h2.header3 {
  height: 16px;
}

.bios #body h1, .news #body h1, .bios #body h2.header7 {
  height: 17px;
}

.about #body h1 {
  background: transparent url(../images/layout/about/header.gif) no-repeat 0 0;
}

.about #body p {
  line-height: 150%;
}

.about #body div img {
  float: right;
  margin: 0 10px 0 10px;
}

/* =Bios
-----------------------------------*/

.bios #body h1 {
  margin-bottom: 18px;
  *margin-bottom: 10px;
}

.bios #body h2 {
  margin-bottom: 14px;
  *margin-bottom: 4px;
}

.bios #body h2.header1 {
  background: transparent url(../images/layout/bios/bio-header1.gif) no-repeat 0 0;
}

.bios #body h2.header2 {
  background: transparent url(../images/layout/bios/bio-header2.gif) no-repeat 0 0;
}

.bios #body h2.header3 {
  background: transparent url(../images/layout/bios/bio-header3.gif) no-repeat 0 0;
}

.bios #body h2.header4 {
  background: transparent url(../images/layout/bios/bio-header4.gif) no-repeat 0 0;
}

.bios #body h2.header5 {
  background: transparent url(../images/layout/bios/bio-header5.gif) no-repeat 0 0;
}

.bios #body h2.header6 {
  background: transparent url(../images/layout/bios/bio-header6.gif) no-repeat 0 0;
}

.bios #body h2.header7 {
  background: transparent url(../images/layout/bios/bio-header7.gif) no-repeat 0 0;
}

.bios #body h1 {
  background: transparent url(../images/layout/bios/header.gif) no-repeat 0 0;
}

.bio-left, .bio-right {
  float: left;
}

.bios #body div {
  clear: both;
  *margin-bottom: -6px;
  padding-top: 7px;
}

.bios #body div.bio-first {
  *margin-bottom: -15px;
}

.bios #body div .bio-left, .bios #body div .bio-right {
  clear: none;
}

.bios #body div .bio-left {
  margin-right: 27px;
  width: 104px;
}

.bio-left img {
  border: 1px solid #163e6f;
  margin: 0;
}

.bios #body div .bio-right {
  width: 399px;
  font-size: 110%;
}

.bios #body div .bio-right ol {
  margin: 12px 0 0;
}

.bios #body div .bio-right li {
  font-size: 80%;
  font-family: arial;
  list-style: none;
}

.bios #fn1, .bios #f4242 a {
  color: #666;
  text-decoration: none;
}

.bios #fn1 {
  font-size: 80%;
  vertical-align: top;
}

.bios #fn1:hover, .bios #f4242 a:hover {
  color: #666;
}

.bios #f4242 {
  background: transparent url(../images/fn1.gif) no-repeat 0 2px;
  margin: 0;
  padding: 0 0 0 12px;
}

.bios #f4242 a {
  background-color: #369;
  color: #fff;
  padding: 0 3px;
}

.bios #body .additional {
  clear: both;
  color: #163e6f;
  font-size: 135%;
  font-weight: bold;
  line-height: 120%;
  padding-top: 12px;
  padding-left: 30px;
  text-align: center;
}

.bios #body .additional a {
  text-decoration: none;
}

/* =Clients
-----------------------------------*/

.clients #body h1 {
  background: transparent url(../images/layout/clients/header.gif) no-repeat 0 0;
}

.clients #body div {
  border: 0;
  padding-bottom: 0;
}

.clients #body div img {
  margin: 15px 0 29px;
}

.clients #body div .tel {
  color: #666;
  text-decoration: none;
}

/* =Services
-----------------------------------*/

.services #body h1 {
  background: transparent url(../images/layout/services/header.gif) no-repeat 0 0;
}

.services #body h2.header2 {
  background: #093468 url(../images/layout/services/header2.gif) no-repeat 50% 0;
  color: #fff;
  height: 30px;
  margin: 21px 0 0;
  *margin-bottom: -9px;
  position: relative;
  text-align: center;
  text-indent: -9999em;
}

.services #body #services-left, .services #body #services-right {
  background-color: #ccc;
  color: #163e6f;
  float: left;
  height: 233px;
  line-height: 165%;
  list-style-position: inside;
  margin: 0;
  padding: 17px 0 0 24px;
  width: 246px;
}

.services #body #services-left ul, .services #body #services-left span, .services #body #services-right ul, .services #body #services-right span {
  color: #000;
}

.services #body #services-left span, .services #body #services-right span {
  font-style: italic;
  margin-left: -5px;
}

.services #body #services-left li, .services #body #services-right li {
  list-style: disc;
  margin-left: 14px;
}

.services #body #services-left ul, .services #body #services-right {
  margin: 0 0 6px -17px;
}

.services #body #services-right {
  margin-left: -10px;
  width: 256px;
}

.services #body #services-right ul {
  margin-left: -19px;
}

.services #body #services-right li {
  margin-bottom: 6px;
}

.services #body #services-right li li {
  margin-bottom: 0;
}

.services #body #services-left li li, .services #body #services-right li li {
  background: transparent url(../images/dash.gif) no-repeat 0 50%;
  *background: transparent url(../images/dash.gif) no-repeat 16px 50%;
  font-size: 80%;
  list-style: none;
  padding-left: 10px;
}

/* =News
-----------------------------------*/

.news #body h1 {
  background: transparent url(../images/layout/news/header.gif) no-repeat 0 0;
}

.news #body h2.header1 {
  background: transparent url(../images/layout/news/header2.gif) no-repeat 0 0;
  height: 13px;
  margin: 0 0 18px;
}

.news #body div a {
  color: #666;
  font-weight: bold;
}

.news dl {
  margin: 18px 0 -15px;
  *margin: 8px 0 -15px;
}

.news dd {
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 19px;
}

/* =Contact
-----------------------------------*/

.contact #body h1 {
  background: transparent url(../images/layout/contact/header.gif) no-repeat 0 0;
  margin-bottom: -12px;
}

.contact #body a {
  color: #666;
}

/* =Callout
-----------------------------------*/

#callout p, #callout a, #callout li, #callout h3 {
  font-size: 70%;
}

#callout p a {
  font-size: 100%;
}

#callout {
  color: #333;
  width: 175px;
}

#callout h2 {
  background-color: #163e6f;
  color: #fff;
  font-size: 18px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: -9999em;
  vertical-align: middle;
  width: 175px;
}

#callout ul {
  font-style: italic;
  line-height: 110%;
  [;
    line-height: 100%;
  ;]
  *line-height: 120%;
  _line-height: 50%;
  margin: 0 0 9px 25px;
}

#callout li {
  color: #163e6f;
  list-style: disc;
}

#callout li span {
  color: #333;
  display: block;
  margin-left: -4px;
}

#callout h2.callout-services {
  background: #036 url(../images/layout/home/callout-services.gif) no-repeat 0 0;
}

#callout div.callout-services {
  padding: 16px 10px 40px 14px;
}

#callout div.callout-services p {
  line-height: 110%;
  margin: 0 0 9px;
}

#callout h2.callout-news {
  background: #036 url(../images/layout/home/callout-news.gif) no-repeat 0 0;
}

#callout div.callout-news {
  padding: 18px 10px 0 18px;
}

#callout div.callout-news p {
  line-height: 152%;
  *line-height: 170%;
  _line-height: 152%;
}

#callout h3 {
  font-size: 10px;
  font-weight: bold;
  line-height: 130%;
  margin: 0 0 2px;
}

/* =Breadcrumbs
-----------------------------------*/

#breadcrumbs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
  padding-bottom: 34px;
}

#breadcrumbs li a, #breadcrumbs .bc1-selected a, #breadcrumbs .bc2-selected a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #666766;
  display: block;
  height: 15px;
  text-decoration: none;
  text-indent: -9999em;
}

.bc1 a, .bc1-selected a {
  background-image: url(../images/bc1.gif);
  width: 105px;
}

#breadcrumbs .bc1 a:hover, #breadcrumbs .bc1-selected a, #breadcrumbs .bc2 a:hover, #breadcrumbs .bc2-selected a {
  background-position: 0 -17px;
}

.bc2 a, .bc2-selected a {
  background-image: url(../images/bc2.gif);
  width: 74px;
}


/* =vCard
-----------------------------------*/

.contact #body div .vcard, .contact #body div .vcard * {
  border: 0;
}

.vcard {
  color: #666;
}

.contact #body div .vcard h3, .contact #body div .vcard a, .contact #body div .vcard p, .contact #body div .vcard span {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.contact #body div .vcard h3 {
  color: #666;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 3px;
}

.contact #body div .vcard .adr, .contact #body div .vcard .street-address {
  margin: 0;
  padding: 0;
}

.contact #body div .vcard  .fn, .contact #body div .vcard .adr, .contact #body div .vcard p a.map {
  line-height: 140%;
}

.contact #body div .vcard .adr {
  font-size: 130%;
}

.contact #body div .vcard a.v-link {
  color: #666;
  text-decoration: none;
}

.contact #body div .vcard a {
  color: #163e6f;
}

.vcard .locality, .vcard .region {
  padding-right: 4px;
}

.contact #body div .building {
  position: absolute;
  margin-top: 29px;
  *margin-top: 19px;
  right: 76px;
  _right: 44px;
}


/* =Footer
-----------------------------------*/

#footer {
  position: relative;
  width: 716px;
}

#footer {
  _width: 700px;
}

#footer div {
  background: #fff url(../images/bg-footer.gif) repeat-x 0 0;
  height: 50px;
  padding: 0;
  position: relative;
}

#footer div ul, #footer div p {
  font-size: 80%;
  left: 20%;
  position: absolute;
}

.content #footer div ul {
  left: 23%;
}

#footer div ul {
  margin: 0 0 0 -1px;
  top: 16px;
}

#footer div li {
  margin: 0 3px;
}

#footer div li, #footer div li a {
  font-weight: bold;
}

#footer div p {
  left: 25%;
  padding-left: 4px;
  top: 30px;
}

.content #footer div p {
  left: 28%;
}

#footer div p a:hover {
  color: #fff;
}

