@charset "UTF-8";

/* HOME PAGE STYLES */

body {
  font-family: 'Trebuchet', Arial;
  color: #FFF;
  background: #FFF url(/assets/images/production/home/bg.jpg) top center repeat-x;
  font-size: 12px;
}

#container {
  width: 980px;
  height: 670px;
  margin: 0 auto;
  background: url(/assets/images/production/home/bgContainer.jpg) top center no-repeat;
}

#nav {
  height: 30px;
}

#mainNav {
  color: #999;
  float: left;
  width: 650px;
  padding-top: 10px;
  font-size: 11px;
}

#mainNav li {
  display: inline;
  margin-right: 7px;
}

#mainNav li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#mainNav li a:hover {
  color: #222;
}

#content {
  padding-top: 435px;
}

.column {
  float: right;
  width: 525px;
}

.columnThin {
  float: left;
  width: 300px;
  padding-top: 25px;
}

.listTOP li {
  display: inline;
}

.listLogos {
  margin: 25px 0 0 0;
  text-align: right;
}

.listLogos li {
  display: inline;
}

.listLogos .restrain img {
  height: 35px;
}

.buffer {
  margin-top: 15px;
}

#footer {
  width: 980px;
  height: 100px;
  margin: 15px auto;
  color: #666;
}

#footer .disclaimer {
  float: left;
  width: 400px;
  display: inline;
  color: #666;
}

#footer .disclaimer li {
  font-size: 11px;
  margin-bottom: 3px;
}

#footer a {
  color: #666;
  text-decoration: none;
}

#footer #search {
  float: right;
  width: 500px;
  text-align: right;
}

#footer #search .input {
  background: url(/assets/images/production/global/bgSearch.png) no-repeat;
  padding: 3px 10px;
  border: 0px;
  width: 169px;
}

#footer #search .submit {
  background: url(/assets/images/production/global/bgSearchButton.png) no-repeat;
  color: #FFF;
  padding: 4px 10px;
  margin-left: 3px;
  border: 0px;
  width: 94px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
}

.copyright {
  color: #999;
  padding: 25px 0;
  text-align: center;
  font-size: 10px;
  clear: both;
}

/* DROP DOWN STYLES */

ul.topnav {
  list-style: none;
  margin: 0;
  float: right;
  width: 320px;
  font-size: 11px;
  background: url(/assets/images/production/global/bgIndustryNav.jpg) no-repeat;
}

ul.topnav li {
  float: left;
  margin: 0;  
  padding: 0 0 0 0;
  position: relative; /*--Declare X and Y axis base--*/
}

ul.topnav li a {
  padding: 10px;
  color: #FFF;
  display: block;
  text-decoration: none;
  float: left;
}

ul.topnav li span { /*--Drop down trigger styles--*/
  width: 107px;
  height: 32px;
  float: left;
  margin: 0 45px 0 -20px;
  background: url(/assets/images/production/global/subnav_btn.gif) no-repeat right top;
}

ul.topnav li span.subhover {
  background-position: right bottom; 
  cursor: pointer;
} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
  list-style: none;
  position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
  left: 0; 
  top: 30px;
  background: #333;
  margin: 0; 
  padding: 0;
  display: none;
  float: left;
  width: 150px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border: 1px solid #111;
}

ul.topnav li ul.subnav li {
  margin: 0; padding: 0;
  border-top: 1px solid #252525; /*--Create bevel effect--*/
  border-bottom: 1px solid #444; /*--Create bevel effect--*/
  clear: both;
  width: 150px;
}

html ul.topnav li ul.subnav li a {
  float: left;
  width: 120px;
  background: #333 url(/assets/images/production/global/dropdown_linkbg.gif) no-repeat 10px center;
  padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
  background: #222 url(/assets/images/production/global/dropdown_linkbg.gif) no-repeat 10px center; 
}

.titleSN {
  padding: 5px 5px 5px 5px;
  color: #FFF;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
}

/* NEWS STYLES */

.entry {
  margin: 10px 0 0	0;
  width: 400px;
  font-size: 11px;
}

.entry a {
  color: #FFF;
  text-decoration: underline;  
}

.entry p {
  line-height: 18px;
  font-size: 12px;
  padding: 10px 0;
}

.thumbnail {
  float: left;
  width: 175px;
}

.thumbnail img {
  width: 150px;
}

.text {
  float: right;
  width: 225px;
  padding-top: 5px;
}

.title {
  color: #FFF;
  margin-bottom: -7px;
  font-size: 14px;
  display: block;
  font-weight: bold;
}