@import url(reset.css);

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #333;
  font-size:12px;
  line-height: 17px;
  width: 780px;
  margin: auto;
  padding-bottom: 20px;
}

a:link,
a:visited,
a:hover {
  color: #333;
}

a:link,
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}


/* ----- *
 * header
 * ----- */
#header .logo {
  float: left;
}
#header .support { 
  float: right;
}

/* ----- *
 * navigation
 * ----- */
#nav {
  background: #e79c11;
  text-align: center;
  padding: 6px 0;
}

#nav ul {
  list-style: none;
  margin:0; padding:0;
}

#nav ul li {
  padding: 0 5px 0 7px;
  display: inline;
}
#nav ul li + li {
  border-left: 1px solid black;
}
#nav ul li a {
  color: #333;
  font-weight: bolder;
}

#nav ul li.active {
  font-size: 14px;
}
#nav ul li.active a:link,
#nav ul li.active a:visited {
  text-decoration: none;
  color: #222;
}

/* ----- *
 * content panes
 * ----- */
#main-content {
  background: #ccc;
}
#main-content #left-pane {
  width: 176px;
  float: left;
  text-align: center;
  padding-bottom: 50px;
}
#main-content #right-pane {
  margin-left: 176px;
  background: #eee;
  padding: 24px;
}
#main-content #right-pane img {
  margin: 5px;
}
#main-content #right-pane ul {
  list-style: disc;
  }
#main-content #right-pane ul li {
  margin-bottom: 3px;
}

#right-pane #content-pane {
  font-size: 13px;
}

#right-pane h1 {
  color: #5678BB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
}

#left-pane .logo {
  margin: 6px 0 12px;
}
#left-pane .contact a {
  color: #333;
}
#left-pane .testimonial blockquote {
  font-style: italic;
  padding: 50px 8px 0px;
  color: #333;
  font-size: 11px;
  line-height: 15px;
  margin:0 0 18px;
}
#left-pane .testimonial cite {
  font-weight: bolder;
  font-style: normal;
  color: #333;
  margin-bottom: 100px;
}
#picture-pane {
  width: 180px;
  float: left;
}
#content-pane {
  padding-left: 180px;
}

table.support td { vertical-align: middle; }
table.support { font-size: 12px; }

/* ----- *
 * footer
 * ----- */
#footer {
  background: #e79c11;
  text-align: center;
  padding: 8px 0;
  color: #333;
}

#logos {
  text-align: center;
  width: 780px;
  margin-top: 4px;
}
#logos .logo {
  width: 25%;
  text-align: center;
  float: left;
  }
  


.client {
  margin-bottom: 20px;
}
.client .name {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
}
.client .url {
  margin-top: 2px;
}
.client .url a:link,
.client .url a:visited,
.client .url a:hover {
  color: #333;
}

.form-row label {
float: left;
width: 95px;
font-weight: bold;
line-height: 22px;
}
.form-row {
  margin-bottom: 10px;
}
.form-row.submit-row {
  text-align: right;
}
.required {
color: red;
font-size: 0.8em;
}

#main-content #right-pane ul#home-bullets { 
  list-style-image: url(images/icon-black-star.png);  
  float: left;
}
ul#home-bullets li {
  padding-bottom: 2em;
}
#right-pane a.addthis_button { float: right; position: relative; top: -20px; left: 20px; }