@import "base.css";
@import "page-nav.css";

#left-column {
  float: left;
  width: 178px;
  display: inline;
  }

#right-column {
  float: left;
  margin-left: 36px;
  width: 535px;
  display: inline;
  }

#tout-content {
  width: 181px;
  background: url(../images/how-we-innovate/background.gif) bottom no-repeat;
  text-align: center;
  padding-bottom: 13px;
  margin-top: 16px;
  }

#tout-content .cap {
  width: 181px;
  height: 17px;
  font-size: 1px;
  background: url(../images/how-we-innovate/cap.gif) no-repeat;
  }

#tout-content h3 {
  color: #b5c046;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 7px;
  }

#tout_container {
  width: 171px;
  margin-left: 5px;
  height: 116px;
  overflow: hidden;
  }

#tout_container .tout {
  width: 171px;
  height: 116px;
  }

#tout_container .tout img {
  margin-bottom: 1px;
  }

#tout_container .tout p {
  padding: 0 12px;
  font-size: 12px;
  line-height: 15px;
  color: #9e9e9e;
  margin-bottom: 0 !important;
  }

#tout-content p.buttons {
  float: none;
  height: 31px;
  width: 70px;
  margin: 0 auto;
  }

#tout-content a.back {
  float: left;
  width: 31px;
  height: 31px;
  background: url(../images/icons/tout_back.gif.html) 0px 0px no-repeat;
  }
#tout-content a.back:hover {
  background: url(../images/icons/tout_back.gif.html) 0px -31px no-repeat;
  }

#tout-content a.forward {
  float: left;
  width: 31px;
  height: 31px;
  background: url(../images/icons/tout_forward.gif.html) 0px 0px no-repeat;
  margin-left: 8px;
  }
#tout-content a.forward:hover {
  background: url(../images/icons/tout_forward.gif.html) 0px -31px no-repeat;
  }

#tout-content a.learn-more {
  display: block;
  width: 91px;
  height: 30px;
  background: url(../images/how-we-innovate/learn.gif) no-repeat;
  margin: 0 auto;
  }

#tout-content a span { display: none; }


/* for use in TinyMCE */
.imageLeft { 
	float: left;
	margin-right: 10px;
	margin-bottom:15px;
	border:1px solid #CFCFCF;
	padding:3px;	
	}

.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom:15px;	
	border:1px solid #CFCFCF;
	padding:3px;	
}


