/*
 *  generic primary stylesheet
 *  CS:JD  2007-04-12
 */

/* normalize basic styles */
* { margin: 0; padding: 0; }
h1,h2,h3 { margin: 1em 0 0.6em 0; }
h4,h5,h6,ul,ol,dl,dt,dd,pre,p,form { margin: 0.8em 0; }
ol { padding-left: 2em; }
ul { list-style: none; padding-left: 1.5em; }
ul li {
  padding-left: 1.5em;
  background: url(../images/bullet-list.gif) 0 0.5em no-repeat;
}
pre { font: 100% "Courier New", Courier, monospace; }

h1 { font-size: 183.3%; color: #000; line-height: 1; }
h2 { font-size: 133.3%; color: #267ccc; line-height: 1; }
h3 { font-size: 125%; color: #666; font-weight: bold; }
h4, h5, h6 { font-size: 100%; }

body { font: 75%/1.25 Verdana, Arial, Helvetica, sans-serif; color: #222; }
a { color: #000; }
a img { border: none; }
.menu, .menu ul { padding-left: 0; list-style: none; }

fieldset { border: none; padding: 0.5em 0; }
.formfield { margin: 1em 0; }
select, textarea, input.text { 
  color: #333;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #fff; 
  border: 1px solid #cacaca; 
}

option {
}

textarea:focus, input.text:focus, select:focus {
}

input.text[disabled] {
}

.jump a, a.jump {
  color: #004467;
  text-decoration: none;
}
.jump a:hover, a.jump:hover {
  text-decoration: underline;
}

.error { color: #a44; font-weight: bold; }
p.error { margin-bottom: 0; }
ul.error { margin-top: 0; }
.error li { margin: 3px 0; }
.error label { font-weight: bold; }

#skipmenu {
  position: absolute;
  top: 0;
  left: 47px;
  width: 790px;
  z-index: 10;
  margin: 0;
  padding: 0;
}
#skipmenu li {
  margin: 0;
  padding: 0;
}
#skipmenu a {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 780px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  background: #f7b01e;
  border: 1px dotted #000;
  padding: 3px 10px 4px 0;
}
#skipmenu a:focus,
#skipmenu a:active {
  top: 0;
}


/* page layout */
html, body {  }
body {
  border: solid #07007f;
  border-width: 7px 5px 25px 5px;
  padding-bottom: 4px;
  background: #f4f4f4;
}
#page {
}
.content_wrapper {
  width: 790px;
  margin: 0 auto;
}
#banner {
  min-height: 157px;
  padding-top: 12px;
  background: url(../images/bkg-banner.gif) top left repeat-x;
}
#banner .content_wrapper {
  position: relative;
  padding: 31px 47px 0 47px;
}
#banner .content_decorator {
  /*position: absolute;
   *top: 0;
   *right: 0;
   *width: 335px;
   *height: 129px;
   *background: url(../images/bkg-banner.gif) top right no-repeat;
   */
}
#banner p.logo {
  margin: 0;
  padding: 0 288px 7px 2px;
}
#banner p.logo img {
  display: block;
}
#banner p.tagline {
  color: #000;
  font-size: 166.7%;
  margin: 0;
  padding: 3px 288px 3px 87px;
  text-indent: -76px;
  background: #fff;
}
#banner p.tagline strong {
  color: #267ccc;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
}

#banner form.searchbar {
  background: url(../images/bkg-searchbar-rpt.gif) top left repeat-x;
  margin: 0;
}
#banner form.searchbar p {
  min-height: 24px;
  color: white;
  line-height: 20px;
  text-align: right;
  background: url(../images/bkg-searchbar-left.gif) top left no-repeat;
  margin: 0;
  padding: 4px 6px 0;
}
#banner form.searchbar label {
  position: absolute;
  top: -1000px;
  display: none;
}
#banner form.searchbar input.text {
  vertical-align: top;
  display: none;
}
#banner form.searchbar input.button {
  color: white;
  vertical-align: top;
  background: none;
  border: none;
  margin-left: 0.5em;
  display: none;
}
#content {
  width: 730px;
  margin: 0 auto;
  background: #fff;
  padding: 6px 30px 10px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
#content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#sidebar {
  float: left;
  width: 192px;
}
#main {
  float: right;
  width: 530px;
  line-height: 2em;
}
.nosidebar #main {
  float: none;
  width: auto;
}
#navigation {
  padding-bottom: 2em;
}
#navigation li {
  margin: 0;
  padding: 7px 0 9px;
  background: url(../images/nav-separator.gif) left bottom no-repeat;
}
#navigation li ul {
  display: none;
  margin: 0 0 0 0;
}
#navigation li.open ul {
  display: block;
}
#navigation li li {
  background: none;
}
#navigation li a {
  display: block;
  font-size: 116.7%;
  text-decoration: none;
}
#navigation li li a {
  font-size: 100%;
  font-style: italic;
  padding-left: 16px;
}
#navigation li li.active a {
  background: url(../images/bullet-submenu-active.gif) 0 50% no-repeat;
}


#footerbar {
  text-align: center;
  line-height: 36px;
  background: #face74;
  padding-top: 1px;
  border-top: 1px solid #fdebc7;
  border-bottom: 1px solid #e2c484;
}
#footerbar p {
  background: #f7b01e;
  margin: 0;
  padding: 2px 0 3px;
  border-top: 4px solid #fbd891;
  border-bottom: 5px solid #c58808;
}
#footerbar img {
  vertical-align: bottom;
  margin: 0 18px;
}
#footer .content_wrapper {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  padding-top: 1px;
}
#footer p.links,
#footer p.copyright {
  color: #666;
  text-align: center;
  line-height: 1.4;
}
#footer p.links a {
  color: #666;
  text-decoration: underline;
  margin: 0 2px;
}
#footer p.links a:hover {
}
/* forms */
#main form {
  margin: 2em 4em 2em 2em;
}
#main form .formfield {
  line-height: 1.1;
}
#main form label {
  display: block;
}
#main form input.text {
  padding: 2px;
}
#main form textarea {
  height: 7em;
}
#main form input.text,
#main form textarea {
  width: 90%;
  background: #f4f4f4;
  color: #00c;
}
#main form input.text:focus,
#main form textarea:focus {
  background: #a0c8f8;
  color: #000;
}
#main form .highlight, 
#main form .highlight input.text, 
#main form .highlight textarea { 
  color: #c00; 
  font-weight: bold; 
}


/* case study */
.casestudy {
  overflow: hidden;
  margin-top: 3em;
  border-top: 1px solid #d4d4d4;
  padding: 8px 0;
}
.casestudy .casestudy_content {
  overflow: hidden;
}
.casestudy h3 {
  margin-top: 0;
}
.casestudy .casestudy_screenshot {
  float: left;
  padding-right: 12px;
}
.casestudy .screenshot img {
  background: #d4d4d4;
}

/* sales pages */
#sales {
  margin: 0;
  line-height: 1.4;
  overflow: hidden;
}
#sales .main_content {
  width: 400px;
  float: left;
  padding-left: 1.5em;
}
#sales .testimonials {
  width: 220px;
  float: right;
  padding-right: 1.5em;
}
#sales h1 {
  color: #a31d24;
  text-align: center;
}
#sales .main_content p {
  text-indent: 1.5em;
  margin: 1.5em 0;
}
.testimonials cite {
  display: block;
  font-size: 83.7%;
  text-align: right;
}
.testimonials cite strong {
  display: block;
  font-style: normal;
  font-size: 120%;
}

