@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: Arial, Tahoma, Verdana, Helvetica, Sans;
  color: #555;
  background: #EFEFEF;
  font-size: 12px;
}

.clear {
  clear: both;
}
  
/* STRUCTURE STYLES */    

#container {
  width: 100%;
}

.tall {
  background: #EFEFEF url(../images/production/home/bg.jpg) repeat-x top center;
}

.short {
  background: #EFEFEF url(../images/production/inside/bg.jpg) repeat-x top center;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}

/* HEADER STYLES */  

#header {
  background: url(../images/production/global/bgHeader.jpg) no-repeat top center;
  height: 125px;
}

#header h1 a {
  display: block;
  float: left;
  height:100px;
  width: 315px;
  text-indent: -9000px;
}	

#header ul {
  float: right;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  width: 650px;
  padding-top: 100px;
}	

#header ul li {
  margin: 0 6px;
  display: inline;
}

#header ul li a {
  color: #FFF;
  text-decoration: none;
}

#header ul li a:hover {
  text-decoration: underline;
}

/* CONTENT STYLES */

#bannerInside {
  height: 200px;
}

#bannerHome {
  height: 352px;
}

#content {
  padding: 10px 15px;
  background: #FFF url(../images/production/global/bgContent.png) repeat-y top center;
}

#content h2 {
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 7px 7px 20px;
}

#content h3 {
  color: #000;
  font-size: 16px;
  padding: 12px 7px 14px 7px;
}

#content h4 {
  padding: 7px;
  font-size: 14px;
}

#content h5 {
  font-weight: bold;
  padding-top: 7px;
  font-size: 14px;
}

#content h6 {
  font-weight: normal;
  font-style: italic;
  padding: 0 7px 7px;
  color: red;
  font-size: 12px;
}

#columnA h3, #columnB h3 {
  color: #FFF;
  font-size: 16px;
  padding: 12px 7px 14px 7px;
}

p {
  line-height: 18px;
  padding: 7px;
}

strong {
  font-weight: bold;
}

h3 a {
  color: #FFF;
  text-decoration: none;
}

p a, h4 a, .listCircle li a {
  color: #768e14;
  text-decoration: none;
  font-weight: bold;
}

p a:hover, h4 a:hover { 
  color: #657b01;
  text-decoration: underline;
}

.caseStudy {
 width: 220px;
 display: inline;
 padding: 5px;
 float: left;
}

span {
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.largeFont {
  font-size: 14px;
}

/* FLOAT STYLES */

.floatLeft {
  float: left;
  margin: 10px 10px 0 0;
}

.floatRight {
  float: right;
  margin: 0 0 0 10px;
}

.floatRightB {
  float: right;
  margin: 0 30px 0 10px;
}
/* COLUMN STYLES */

#column {
  float: left;
  display: inline;
  width: 600px;
  padding: 0 10px;
}

#columnThin {
  float: left;
  display: inline;
  width: 300px;
}

#columnThinBanner {
  float: right;
  display: inline;
  width: 273px;
  padding: 100px 10px 7px 4px;
  color: #FFF;
  font-size: 11px;
  line-height: 9px;
}

#columnThinBanner h2 {
  font-size: 28px;
  text-transform: uppercase;
}

#columnA {
  background: url(../images/production/home/headerBgColA.jpg) repeat-x top center; 
  float: left;
  display: inline;
  width: 207px;
  margin: 0 3px;
  border: #CCC solid 1px;
  min-height: 325px;
  color: #444444;
}

#columnB {
  background: url(../images/production/home/headerBgColB.jpg) repeat-x top center; 
  float: left;
  display: inline;
  width: 250px;
  margin: 0 3px;
  border: #CCC solid 1px;
  min-height: 325px;
  color: #444444;
}

#columnC {
  float: left;
  display: inline;
  width: 425px;
  padding: 0 10px;
}

#columnD {
  float: left;
  display: inline;
  width: 600px;
  padding: 0 10px;
}

#columnE {
  float: left;
  display: inline;
  width: 280px;
  padding: 0 10px 0 20px;
}

#columnF {
  float: left;
  display: inline;
  width: 630px;
  padding: 5px;
  color: #444444;
}

#columnB p, #columnA p {
  font-size: 11px;
  line-height: 18px;
}

#columnA, #columnB img {
  width: 215px;
  margin: 0 auto;
}

.insideImage {
  float: left;
  margin: 20px;
}

.divider {
  border-left: #444 dashed 1px;
}

.latestStoryCheck {
	position:relative;
	float: right;
	z-index:1;
	margin: -145px -10px;
}

/* PADDING STYLES */

.paddingA {
  padding: 20px 10px;
}    

/* LIST STYLES */

.listCircle {
  margin: 0 0 7px 25px;
}

.listCircle li {
  list-style: circle;
  margin-bottom: 3px;
  line-height: 15px;
}

.listCircleHome {
  margin: 20px 10px 10px 25px;
}

.listCircleHome li {
  list-style: circle;
  margin-bottom: 5px;
  line-height: 12px;
}

.listRoman {
  margin: 10px 0 7px 35px;
}

.listRoman li {
  list-style: lower-roman;
  margin-bottom: 10px;
  line-height: 15px;
}

.listNone {
  margin: 7px 0 15px 20px;
}

.listNone li {
  margin-bottom: 5px;
}

.listNoneCS {
  margin: 7px 0 15px 30px;
}

.listNoneCS li {
  margin-bottom: 5px;
  list-style: none;
}

.listRef {
  margin: 7px 0 5px 20px;
}

.listRef li {
  margin-bottom: 20px;
}

.listLogos {
  margin: 15px 0 7px 0;
  text-align: center;
}

.listLogos li {
  display: inline;
  margin: 5px;
}

.buffer {
  margin-top: 15px;
}

/* FORM STYLES */

dl {
  margin: 4px 5px;
}

dt {
  float: left;
  width: 175px;
  font-size: 11px;
}

dd {
  float: left;
  width: 175px;
  margin-bottom: 4px;
}

input, textarea {
  border: 1px solid #DEDEDE;
  padding: 5px;
  width: 175px;
}

/* FOOTER STYLES */

#footer {
  background: #EFEFEF url(../images/production/global/bgFooter.png) no-repeat top center;
  margin: 0 auto;
}

#footerWrapper {
  width: 980px;
  margin: 0 auto;
  color: #999;
  font-size: 11px;
  padding: 25px 0;
}

#footerWrapper p {
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 13px;
}

#footerWrapper ul {
  width: 150px;
  float: left;
  padding: 10px 0;

}

#footerWrapper ul li {
  margin-bottom: 5px;
}

#footerWrapper a {
  color: #999;
  text-decoration: none;
}

#footerWrapper a:hover {
  color: #777;
  text-decoration: underline;
}
