@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: Arial;
  color: #000;
  font-size: 12px;
}

.clear {
  clear: both;
}
  
/* STRUCTURE STYLES */    

#container {
  margin: 0 auto;
  background: #FFF;
}

#wrapper {
  width: 1040px;
  margin: 0 auto;
  padding: 7px 20px;
}

/* HEADER STYLES */  

#header {
  background: url(../images/production/global/bgHeader.jpg) no-repeat top center;
  height: 244px;
}

#header h1 a {
  display: block;
  float: left;
  height:225px;
  width: 415px;
  text-indent: -9000px;
}	

#header ul {
  float:right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 650px;
  margin: 0 auto;
}	

#header ul li {
  margin: 0 7px;
  display: inline;
}

#header ul li a {
  color: #FFF;
  text-decoration: none;
}

#header ul li a:hover {
  text-decoration: underline;
}

/* CONTENT STYLES */

#content {
  background: url(../images/production/global/bgContent.jpg) repeat-y top center;
  min-height: 300px;
  margin: 0 auto;
}

#content h2 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  padding: 0 7px 7px 7px;
  border-bottom: #000 solid 1px;
}

#content h3 {
  color: #FFF;
  font-size: 16px;
  padding: 12px 7px 14px 7px;
}

#content h4 {
  color: #FFF;
  border-bottom: solid 1px;
  padding: 7px 0 2px 7px;
  margin: 0 7px 15px 7px;
  font-size: 16px;
}

#content a {
  color: #005492;
}

#content a:hover {
  color: #005492;
  text-decoration: underline;
}

p {
  line-height: 22px;
  padding: 7px;
}

strong {
  font-weight: bold;
}


/* FLOAT STYLES */

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* COLUMN STYLES */

#column {
  float: left;
  display: inline;
  width: 575px;
  margin: 30px;
}

#columnThin {
  float: left;
  display: inline;
  width: 265px;
  padding: 0 10px 0 70px;
}

#subColumns {
  width: 790px;
  margin: 0 auto;
}

.subColumn {
  background: #FFF url(../images/production/global/columnHeader.jpg) repeat-x;
  float: left;
  display: inline;
  width: 250px;
  padding 5px;
  margin: 0 10px 15px 0;
  border: #CCC solid 1px;
  min-height: 230px;
}

.divider {
  clear: both;
  height: 1px;
  border-top: 1px dashed #CCC;
  margin: 0 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;
}

.listNone {
  margin: 5px 0 0 10px;
}

.listNone li {
  margin-bottom: 5px;
}

/* FOOTER STYLES */

#footer {
  background: #FFF url(../images/production/global/bgFooter.jpg) no-repeat top center;
  height: 104px;
}

#footerWrapper {
  width: 940px;
  margin: 0 auto;
  font-size: 11px;
  padding: 10px 0;
}

#footerWrapper p {
  width: 400px;
  float: right;
  text-align: right;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 13px;
}

#footerWrapper ul {
  padding: 10px 0;
  text-align: center;
}

#footerWrapper ul li {
  margin: 5px;
  display: inline;
  color: #FFF;
}

#footerWrapper a {
  color: #FFF;
  text-decoration: none;
}

#footerWrapper a:hover {
  color: #FFF;
  text-decoration: underline;
}