@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #182144;
 line-height: 18px;
 background: #fff;
 text-align: center;
}

a {
  color: #0033cc;
  text-decoration: underline;
}

a:hover {
  color: #0066ff;
}

.clearfix
{display: inline-block;}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{height: 1%;}

.clearfix
{display: block;}
/* End hide from IE-mac */

.clean {
  clear: both;
}

.container {
  margin: 25px auto 0 auto;
  padding: 0;
  width: 954px;
  text-align: left;
  border: #3e4f50 1px solid;
}

#header {
  width: 954px;
  height: 141px;
  position: relative;
}

#logo {
  width: 213px;
  height: 51px;
  background: url(../images/logo.gif) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 32px;
  left: 40px;
}

#nav {
  height: 15px;
  position: absolute;
  bottom: 21px;
  left: 40px;
}

#nav li {
  padding: 0 9px;
  color: #801719;
  list-style: none;
  float: left;
}

#nav a {
  font-size: 14px;
  color: #182144;
  text-decoration: none;
  float: left;
}

#nav a:hover, #nav a.on, #nav a.on:hover {
  color: #801719;
  text-decoration: none;
}

#sidenav {
  position: absolute;
  right: 47px;
  top: 56px;
}

#sidenav li {
  list-style: none;
}

#sidenav a {
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #182144;
  line-height: 24px;
  text-decoration: none;
  background: url(../images/sidenav_arrow.gif) 0 center no-repeat;
}

#sidenav a:hover {
  color: #801719;
  text-decoration: none;
}

#keyvisual {
  width: 954px;
  height: 194px;
/*  background: url(../images/keyvisual.jpg) 0 0 no-repeat;*/
}

#entry {
  background: #ccc url(../images/entery_divider.gif) 318px 0 repeat-y;
  border-top: #fff 1px solid;
}

#entry li {
  padding: 40px 20px 20px 35px;
  width: 258px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  list-style: none;
  float: left;
}

*html #entry li {
  padding: 40px 20px 0px 35px;
}

*+html #entry li {
  padding: 40px 20px 0px 35px;
}

#entry h2 {
  margin: 0 0 14px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #141721;
  background: url(../images/entry_arrow.gif) 0 center no-repeat;
}

#entry .brief {
  margin: 10px 0 20px 0;
}

#entry .brief li {
  margin: 0 0 8px 24px;
  padding: 0;
  width: auto;
  line-height: 16px;
  list-style: url(../images/entry_dot.gif);
  float: none;
}

#entry .brief a {
  color: #141721;
  text-decoration: none;
}

#entry .brief a:hover {
  color: #801719;
  text-decoration: none;
}


#cask {
  margin: -10px -20px 0 5px;
  padding: 85px 0 0 0;
  width: 100px;
  height: 55px;
  font-size: 9px;
  line-height: 12px;
  background: url(../images/img_cask.jpg) 0 0 no-repeat;
  float: right;
  display: inline;
}

#cask .title {
  font-size: 10px;
  font-weight: bold;
}

#entry .link {
  font-size: 11px;
  color: #0033cc;
  text-align: right;
}

#btn-clickhere {
  margin: 18px 0 0 0;
  width: 92px;
  height: 29px;
  background: url(../images/btn_clickhere.gif) 0 0 no-repeat;
  display: block;
}

#footer {
  width: 954px;
  height: 70px;
  position: relative;
}

#footer.sub {
  border-top: #7f8392 1px solid;
}

#links {
  position: absolute;
  top: 20px;
  left: 45px;
}

#links li {
  padding: 0 4px;
  color: #801719;
  list-style: none;
  display: inline;
}

#links a {
  font-size: 11px;
  color: #182144;
  text-decoration: none;
}

#links a:hover {
  color: #801719;
  text-decoration: none;
}

#copyright {
  margin: 0 auto;
  width: 200px;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
  position: absolute;
  top: 20px;
  right: 28px;
}

#copyright a {
  color: #182144;
  text-decoration: underline;
}

#copyright a:hover {
  color: #801719;
  text-decoration: underline;
}

/* sub Pages */

.pagevisual {
  margin: 0 auto;
  padding: 0 0 0 281px;
  width: 673px;
  height: 79px;
  background-color: #182144;
  background-image: url(../images/pagevisual.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#visual-company {
  background-image: url(../images/visual_company.jpg);
}

#visual-contact {
  background-image: url(../images/visual_contact.jpg);
}

#visual-customers {
  background-image: url(../images/visual_customer.jpg);
}

#visual-services {
  background-image: url(../images/visual_services.jpg);
}

#content {
  margin: 11px 0;
  background: url(../images/subpage_divider.gif) 281px 0 repeat-y;
}

#left-col {
  padding: 15px 10px 30px 49px;
  width: 222px;
  float: left;
}

h3 {
  margin: 0 0 25px 0;
  font-size: 18px;
  font-weight: bold;
}

#submenu {
  margin: 0 0 0 -15px;
}

#submenu li {
  margin: 0 0 8px 0;
  list-style: none;
}

#submenu a {
  padding: 0 0 0 15px;
  height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #182144;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

#submenu a:hover {
  color: #801719;
  text-decoration: none;
  background: url(../images/sidenav_arrow.gif) 0 3px no-repeat;
}

#submenu a.on, #submenu a.on:hover {
  color: #801719;
  text-decoration: none;
  background: url(../images/sidenav_arrow.gif) 0 3px no-repeat;
}

#learn-more {
  margin: 200px 0 0 0;
  font-size: 12px;
  line-height: 18px;
}

.hilite {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

#btn-learnmore {
  margin: 12px 0 0 -2px;
  width: 104px;
  height: 30px;
  background: url(../images/btn_learnmore.gif) 0 0 no-repeat;
  display: block;
}

#right-col {
  padding: 15px 0 30px 0;
  width: 673px;
  font-size: 14px;
  line-height: 20px;
  float: right;
}

h1 {
  margin: 0 0 30px 0;
  padding: 0 116px 0 47px;
  font-size: 18px;
  font-weight: bold;
  color: #801719;
}

.lead {
  font-weight: bold;
}

#right-col p {
  margin: 0 116px 25px 47px;
}

#right-col p.group {
  margin: 0 0 0 47px;
  font-weight: bold;
}

#right-col ul {
  margin: 0 116px 0 87px;
  list-style: url(../images/sidenav_arrow.gif);
}

#right-col li {
  margin: 0 0 20px 0;
}

#right-col ul li p {
  margin: 0 0 25px 0;
}

#right-col ul.bio {
  margin: 0 0 0 47px;
  width: 579px;
  list-style: none;
}

#right-col ul.bio li {
  padding: 0 0 0 125px;
  background: 0 7px no-repeat;
}

#right-col ul.board {
  margin: 0 0 0 47px;
  width: 510px;
  list-style: none;
}

#right-col ul.board li {
  padding: 0;
  list-style: none;
  background: 0 7px no-repeat;
}

#right-col ul.logos {
  margin: 0 0 0 47px;
  padding: 10px 0 0 0;
  width: 591px;
  list-style: none;
  overflow: hidden;
}

#right-col ul.logos li {
  margin: 0 6px 6px 0;
  width: 189px;
  height: 46px;
  border: #000 1px solid;
  float: left;
}

.enhance {
  font-weight: bold;
}

#right-col ul.bio li#Brandon-Abbey {
  background-image: url(../images/photo_BrandonAbbey.jpg);
}

#right-col ul.bio li#Edward-Wustenhoff {
  background-image: url(../images/photo_EdwardWustenhoff.jpg);
}

#right-col ul.bio li#Britt-Miller {
  background-image: url(../images/photo_BrittMiller.jpg);
}

.rich {
  font-weight: bold;
  color: #801719;
}

.large {
  font-size: 18px;
}

#right-col ul.customer {
  margin: 0 0 0 47px;
  width: 599px;
}

#right-col ul.customer li {
  margin: 0 0 20px 0;
  padding: 0 0 0 210px;
  list-style: none;
}

#right-col ul.customer li#PortsAmerica {
  background: url(../images/logo_PortsAmerica.gif) 25px 10px no-repeat;
}

#right-col ul.customer li#PurpleCommunications {
  background: url(../images/logo_PurpleCommunications.gif) 35px 10px no-repeat;
}

#right-col ul.customer li#CompleteGenomics {
  background: url(../images/logo_CompleteGenomics.gif) 0 10px no-repeat;
}

#right-col ul.customer li#SFBallet {
  background: url(../images/logo_SFBallet.gif) 5px 10px no-repeat;
}

#right-col ul.customer li#MachEnergy {
  background: url(../images/logo_MachEnergy.gif) 35px 10px no-repeat;
}

#right-col ul.customer li#SFOpera {
  min-height: 120px;
  height: auto !important;
  height: 120px;
  background: url(../images/logo_SFOpera.gif) 55px 0 no-repeat;
}

.quote {
  font-weight: bold;
  font-style: italic;
}

.case-link {
  font-size: 12px;
  color: #0033cc;
}

h1 .customer-name {
  color: #000;
}

#logo-PurpleCommunications {
  height: 70px;
  background: url(../images/logo_PurpleCommunications.gif) 0 10px no-repeat;
}

#logo-MachEnergy {
  height: 100px;
  background: url(../images/logo_MachEnergy.gif) 0 10px no-repeat;
}

#logo-CompleteGenomics  {
  height: 40px;
  background: url(../images/logo_CompleteGenomics.gif) 0 10px no-repeat;
}

.diagram {
  height: 412px;
  background: url(../images/graphic_diagram.jpg) 70px 0 no-repeat;
}

#right-col p.colocation {
  margin: 0 0 0 47px;
  height: 250px;
  background: url(../images/graphic_colocation.gif) 0 10px no-repeat;
}

#right-col p.network {
  margin: -15px 0 0 47px;
  height: 250px;
  background: url(../images/graphic_network.gif) 0 0 no-repeat;
}

#right-col p.services {
  margin: 0 0 0 47px;
  height: 250px;
  background: url(../images/graphic_services.gif) 0 10px no-repeat;
}

#contact-form p {
  margin: 0 116px 8px 47px;
  font-weight: bold;
  line-height: 25px;
  clear: both;
}

.label {
  padding: 0 10px 0 0;
  width: 120px;
  height: 25px;
  font-weight: bold;
  line-height: 25px;
  text-align: right;
  display: inline-block;
}

.star {
  color: #801719;
}

.textfield {
  width: 315px;
  height: 25px;
  border: #141414 1px solid;
}

label {
  padding: 0 0 0 130px;
  height: 25px;
  line-height: 25px;
  color: #801719;
  float: left;
}

.last {
  padding: 15px 0 0 0;
  clear: both;
}

.radio {
  margin: 0 5px 0 15px;
  vertical-align: middle;
}

.form-bottom {
  padding: 10px 0 0 130px;
}

.feedback {
  padding: 30px 0 40px 0;
  font-size: 18px;
  font-weight: bold;
}




