/* rigid picture bar */

#crossfade-container {
  text-align: left;
  overflow: hidden;
  height: 167px;
  width: 780px;
  border-bottom: 4px solid #003366;
}

.picbarcommon {
  z-index: 0;
  position: absolute;
  margin: 0;
  padding: 0;
	background-color: #666;
	height: 167px;
  width: 780px;
  background-repeat: no-repeat;
	background-position: left top;
}

#fullpicbar {
	background-image: url(../img/strip5.jpg);
}

#fullpicbar2 {
	background-image: url(../img/strip6.jpg);
}

#fullpicbar3 {
	background-image: url(../img/strip7.jpg);
}

#fullpicbar4 {
	background-image: url(../img/strip8.jpg);
}

/* flexible picture bar (for slogan) */
#picbar {
	background-color: #666;
	background-image: url(../img/pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 4px solid #003366;
	overflow: hidden;
	height: 1%;
}

#slogan {
  background-image: url(../img/dirtbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	border-left: 4px solid #D0C3AF;
	color: #111;
	background-color: #EEE;
	width: 396px;
	padding: 15px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: right;
}

#slogan img {
	position: relative;
	left: 0px;
	margin-bottom: 5px;
}

#slogan .slogantext {
	clear: both;
}

/* 3-column layout */
#cols {
	font-size: 12px;
	text-align: left;
}

#cols a {
	color: #006699;
	text-decoration: none;
}

#cols a:hover {
	text-decoration: underline;
}

#cols tr.tblhead {
	font-weight: bold;
	color: white;
}

#cols tr.tblhead a {
	color: white;
}

#cols tr.tblhead a:hover {
	color: #FFC20E;
}

#cols tr.tblbody {
	color: #333;
	font-weight: normal;
}

#cols .services ul {
	margin: 0;
	padding: 0;
}

#cols .services ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;	
}

#cols #postbox {
 position: relative;
 overflow: hidden; 
 height: 150px; 
 margin: auto;
}

#cols #postmover {
  position: relative;
}

#cols .post {
	font-size: 11px;
	margin-bottom: 10px;
  overflow: hidden;
}

#cols .post a {
	color: #7F1D1D;
	text-decoration: underline;
}

#cols .casestudies {
	font-size: 11px;
}

#cols .casestudies ul {
	padding-left: 15px;
	margin: 0;
	padding-top: 10px;
}

#cols .casestudies ul li {
	margin-bottom: 5px;
}
