:focus {
  outline: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
* {
  font-size: 11px;
}
sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 8px;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
a, a:link, a:hover, a:active, a:visited {
  color: #666;
}
a.xgs:link, a.xgs:visited, a.xgs:active, a.xgs:hover {
  color: #ab1984;
}
a.xog:link, a.xog:visited, a.xog:active, a.xog:hover {
  color: #008cc9;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:hover, a:visited:hover {
  text-decoration: underline;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}
blockquote, q {
  quotes: '' '';
}
ul {
  list-style-type: square;
}
li {
  color: #666666;
}
ol li {
  color: #333333;
}
select * {
  color: #333;
  font-weight: normal;
}
h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0;
}
h2 {
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}
h3 {
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 0;
}
h4 {
  font-size: 13px;
  margin: 2px 0 5px 0;
  padding: 0;
}
pre {
  font-family: 'Courier New', Courier, monospace;
}
.hide {
  display: none;
}
.clear {
  clear: both;
}
.red {
  color: #f00;
}
.gray {
  color: #666;
}
.black {
  color: #000;
}
.xog_blue {
  color: #008cc9;
}
.xgs_purple {
  color: #AB1984;
}
.psg_green {
  color: #6caf3c;
}

/***** hdr_ftr.css *****/

ul.cn_pnav_fmenu,
li.dropshadow img {
  behavior: url('../js/iepngfix.htc');
}

div.bottom img {
  behavior: url('../js/iepngfix.htc')
}

/* background styles  */

body {
  background: #3D3D3D url('../images/css/backgrounds/gradient_bg.jpg') top left repeat-x;
  margin: 20px 0 20px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.background {
  background: url('../images/css/backgrounds/bg_drop.png') repeat-y center;
  margin: 0px auto;
}

.bottom_cap {
  background: url('../images/css/backgrounds/bottom_cap_drop.png') no-repeat center;
  height: 46px;
  margin: 0px auto;
}

.top_cap {
  background: url('../images/css/backgrounds/top_cap_drop.png') no-repeat bottom center;
  height: 28px;
  margin: 0px auto;
}

/* set background for the header */

#cn_header {
  width: 740px;
  font-size: 11px;
  color: #999;
  text-align:left;
  margin: 0px auto;
  padding: 0;
  background: #fff;
  position: relative;
}

#cn_header * ol,
#cn_header * ul {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
}

/* logo area */

#logo {
  float: left;
  width: 175px;
  height: 60px;
}

#logo img {
  display: block;
  margin: 0;
}

/* utility links */

#util_search {
  float: right;
  text-align: right;
  margin: 0;
  padding:0;
  height: 72px;
  width: 560px;
}

#util_search form {
  margin: 15px 0 0 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0px;
  right: 5px;
  width: 220px;
}

#util_search form input {
  vertical-align: middle;
  text-align: right;
}

#util_search form input.search_input {
  vertical-align: middle;
  width: 100px;
  font-size: 9px;
  border: solid 1px #ddd;
  height: 1.33em;
  color: #999;
  padding-right: 3px;
}

/* footer styles */

#banner_ftr {
  padding-top: 20px;
  clear: both;
}

#banner_ftr div.cn_footer {
  width: 740px;
  text-align: left;
  margin: 0px auto;
}

#banner_ftr a:link,
#banner_ftr a:active,
#banner_ftr a:hover,
#banner_ftr a:visited  {
  color: #999 !important;
  text-decoration: none;
}

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

ul.footer_gray_bar {
  background: url('../images/css/components/footer_740x31.gif') no-repeat;
  clear: both;
  width: 740px;
  height: 31px;
  margin: 0;
  padding: 3px 0 0 0;
  font-size: 11px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

ul.footer_gray_bar li a:link,
ul.footer_gray_bar li a:visited,
ul.footer_gray_bar li a:active {
  color: #666 !important;
}

ul.footer_gray_bar li a:hover {
  text-decoration: underline;
}

ul.footer_gray_bar li {
  display: block;
  float: left;
  margin: 5px 2px 5px 2px;
  padding: 0 0 0 5px;
  border-left: solid 1px #ccc;
}

ul.footer_gray_bar li * {
  font-weight: normal;
  font-size: 11px;
}

ul.footer_gray_bar li.first {
  display: block;
  float: left;
  margin: 5px 2px 5px 2px;
  padding: 0 0 0 5px;
  border-left: none;
}

p.footer_copyright {
  padding: 0 0 10px 8px;
  color: #999;
  font-size: 11px;
  clear: both;
  margin: 0;
  width: 720px;
  text-align: left;
}
