/* $Id: content.css 838 2009-03-18 22:08:40Z cdale $ */

/************************************** Drupal nodes */
/* Node wrapper */
.node {
}

/* Additional wrapper for node */
.node-inner {
}

.node .links.inline {
  display: block;
}

/* A sticky node (displayed before others in a list) */
.sticky {
}

/* Unpublished nodes */
.node-unpublished {
  background-color: transparent;
}

/* A node created by the current user */
.node-mine {
}

/* A node displayed as teaser */
.node-teaser {
}

/* All nodes are given a node-type-FOO class that describes the type of
 * content that it is. If you create a new content type called
 * "my-custom-type", it will receive a "node-type-my-custom-type" class.
 */

 /************************************* Page content node */
.node-type-page {
}

/* Node teaser title */
.node h2.title{
}

/* "New" or "Updated" marker for content that is new or updated for the current user */
.marker {
  color: #c00;
}

/* The picture of the node author */
.node .picture {
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
  position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

/* The "posted by" information */
.node .submitted {
  font-size: 90%;
}

/* Node taxonomy (categories) */
.node .taxonomy {
}

/* Node's content wrapper */
.node .content {
}

/* Node links such as "Read more", "Add new comment" */
.node ul.links {
  margin: 1em 0;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

/* Preview of the content before submitting new or updated content */
.preview .node {
  border: 2px groove #eee;
  background-color: #f5f5f5;
}

/************************************** Webform - contact */
/* Move labels beside form elements to save vertical space */
#node-5 label {
  float: left;
  width: 130px;
  text-align: right;
  font-weight: normal;
  margin: 0 10px 0 0;
}

#node-5 .resizable-textarea {
  width: 400px;
}

#node-5 .resizable-textarea,
#node-5 .form-item .description {
  margin: 0 0 0 140px;
}

#node-5 .form-submit {
  margin: 0 0 0 140px;
}

#content-area img{
   border: 1px solid #316891;
   margin-left: 20px;
   margin-bottom: 10px;
}

.title a{
   text-decoration: none;
}

.view-display-id-page .views-row, .view-id-testimionials .views-row{
   margin-bottom: 30px;
}

.submitted{
   color: #38749d;
   margin: 0 0 10px 0;
}

/* additional style 20100208 */
#content-area img {
margin-bottom:0;
margin-left:0;
}