#header{
  background-image: url(/images/header-mask.png?1234567890);
  background-position:top left;
  background-repeat: repeat-x;
  background-color:#699fc8;
  color:white;
  padding-top:10px;
}
#footer{
  background-image: url(/images/header-mask.png?1234567890);
  background-position:left center;
  background-repeat: repeat-x;
  background-color:#699fc8;
  color:white;
  font-size:90%;
  padding-top:5px;
  padding-bottom:5px;
}
#navigation{
  text-align:right;
  padding:5px 0px;
  font-size:120%;
}
#navigation li{
  list-style:none;
  display:inline;
  
}
#navigation li a{
  display:inline-block;
  padding:5px 11px;
  color:white;
  text-decoration:none;
}
#navigation li a:hover{
  background-color:#5488b0;
}
#navigation li a.selected{
  font-weight:bold;
}
#navigation li + li a{
  border-left:1px solid white;
  padding-left:12px;
}
#banner{
  margin:2px 0px;
}
#banner.home{
  background: url(/images/banner.jpg?1234567890) bottom;
  color:white;
  font-size:100%;
  line-height: 1.4em;
  
}

#banner.home p:first-child{
  font-size:100%;
  font-weight: bold;
}
#banner.home a.sign-up{
  display:inline-block;;
  margin-top:50px;
  margin-left:10px;
  background-image: url(/images/sign-up-hover.png?1234567890);
  background-repeat:no-repeat;
  background-position:left 100px;
}
#intro{
  margin-top:30px;
  margin-bottom:30px;
}
#banner a.sign-up:hover{
  background-position:top left;
}
#content{
  margin:2px 0px;
  padding-top:20px;
  padding-bottom:20px;
  background-image: url(/images/page-bg.png?1234567890);
  background-position:left -80px;
  background-repeat: repeat-x;
}
#content h1{
  font-size:170%;
  margin-bottom:1em;
  color:#222;
}
#content h2{
  margin-bottom:0.5em;
}
#content div.subcaption{
  margin-top: -0.4em;
  margin-bottom:0.8em;
  font-size:85%;
  color:#666;
}
#content div.subcaption a{
  color:#557;
  text-decoration:none;
  border-bottom:1px dotted #557;
}
#content h2 a{
  text-decoration:none;
  color:#1c384d;
}
#content h2 a:hover{
  text-decoration:underline;
}
#content p{
  color:#333;
}
#content p strong{
  color:#222;
}
#content img {
  border: 1px solid gray;
  background-color:white;
}
#content img.full{
  display:block;
  max-width:700px;
  margin:20px auto;
}
#content img.full + img.full{
  margin-top:20px;
}
#content img.left, #content img.right{
  margin:20px;
  max-width:300px;
}
#content img.left{
  margin-left:0px;
  margin-top:0px;
  clear:left;
  float:left;
}
#content img.right{
  margin-right:0px;
  margin-top:0px;
  float:right;
  clear:right;
}

#features p{
  color:#333;
}
#features{
  background-image: url(/images/feature-bg.png?1234567890);
  background-repeat: repeat-x;
  background-position:left -20px;
  padding-top:20px;
  background-color:#e8f0f6;
  padding-bottom:20px;
}
#features div > :first-child{
  margin-top:0;
}
#features img{
  border:1px solid gray;
  width:263px;
  display:block;
  margin:1.5em 0;
}
#features h2{
  font-size:110%;
  line-height:1em;
  margin-top:0.5em;
  margin-bottom:1em;
  color:#333;
}

/* More info links */
#features p a, a.feature_button{
  background-color:#DDD;
  text-decoration:none;
  display:inline-block;
  padding:2px 3px;
  padding-left:24px;
  border:1px #888 solid;
  color:#555;
  background-image:url(/images/new-workpaper.png);
  background-position:4px center;
  background-repeat:no-repeat;
  -webkit-border-radius:4px;
}
#features p a:hover, a.feature_button:hover{
  background-color:#EEE;
  border-color:#333;
  color:#333;
}
#features p a:active, a.feature_button:active, a.feature_button.selected {
  color:#EEE;  
  background-color:#333;
}

/* Feature specific stylings */

#feature_1 h2{
  color:#267226;
}
#feature_1 p a, a.feature_button.workpaper{
  background-image:url(/images/new-workpaper.png);
}

#feature_2 h2{
  color:#246292;
}
#feature_2 p a, a.feature_button.datasource{
  background-image:url(/images/new-datasource.png);
}

#feature_3 h2{
  color:#722626;
}
#feature_3 p a, a.feature_button.review{
  background-image:url(/images/new-review.png);
}
#feature-links{
  padding-top:10px;
  padding-bottom:10px;
  background-image: url(/images/header-mask.png?1234567890);
  background-position:top left;
  background-repeat: repeat-x;
  background-color:#CCC;
}
#feature-links h2{
  color:#555;
  font-size:110%;
  margin-bottom:0.5em;
  
  
}
#features > div{
  vertical-align:top;
  display:inline-block;
  width:265px;
  margin-right:8px;
}
div.content{

}
.layout{
  overflow:hidden;
  zoom:1;
}
