@charset "UTF-8";
/* CSS Document 
override old dtc styles

*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
#wrap {
  height: auto;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
}
#top_colorbar {
  background: #f9f9f9 none repeat scroll 0 0;
}
#nav_org_wrap {
  background: #f9f9f9 none repeat scroll 0 0;
  height: 19px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 10;
}
#nav_org {
  display: none;
}
#nav_main_wrap {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #f7f7f7;
  height: 80px;
}
#nav_main {
  width: 1024px;
  height:80px;
}
.brand {
  color: #444444;
  display: block;
  float: left;
  font-size: 1.3em;
  vertical-align: middle;
}
.brand.logo {
  margin-right: 3px;
}
.logo a img {
  border: 0 none;
  vertical-align: middle;
  height: 60px;
}
#menubar_main, #menubar_main ul {
  width: 100%;
}
#menubar_main .logo a {
  padding: 5px 10px 0 30px;
}
#menubar_main a,
#menubar_main li a {
  font-weight: normal;
  line-height: 1.2em;
  padding: 4px 26px 0 20px;
  text-transform: uppercase;
  color: #444 ;
  height: 25px;
  background:#fff !important;
  background-image:none !important;
}
#menubar_main li a:hover{
  background: #fff none repeat scroll 0 0;
  color: #66cccc !important;
  background-image:none;
  border-bottom: 3px solid #66cccc;
}
#menubar_main a.triggeron {
  border-bottom: 3px solid #66cccc;
  color: #66cccc !important;
}
#content {
  background: #fff;
  border: none;
}
#subheader {
  display: none;
}
#subhead h1 {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 2em;
	background: #444;
	margin: 30px 0 0 0;
	color: #fff;
	font-family: open sans condensed;
	text-transform: uppercase;
	padding: 10px 30px;
}
#wrap_pagecontent a {
  color: #297abe;  
}
#wrap_pagecontent a:hover {
  color: #e2c720;
}
/*font-family: 'Open Sans Condensed', sans-serif;*/
#column_pagecontent #headingdiv h1 {
  background-color: #fff;
  border-bottom: 4px solid #66cccc;
  color: #444;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  height: auto;
  padding-top: 15px;
  line-height:1em;
}
#column_pagecontent h1 {
  color: #444;
  font-family: open sans condensed;
  font-size: 1.8em;
  line-height: 1.2em;
}
#pagefeature {
  background: #fff;
}
#column_subcontent_wrap {
  background: #f2f2f2;
}
#column_subcontent_wrap h2 {
  background-color: #f2f2f2;
  color: #444;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.8em;
  line-height:1.2em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  border-bottom: 4px solid #444;
}
#breadcrumb_nav li {
  display: none;
}
#column_pagenav {
  background: #f1f2f2;
}
#column_pagecontent {
  background: #fff;
}
.suckerdiv ul li a,
.suckerdiv ul li ul li a {
  background: #f1f2f2;
  color: #444;
}
.suckerdiv ul li a:hover,
.suckerdiv ul li a:active,
.suckerdiv ul li ul li a:hover,
.suckerdiv ul li ul li a:active {
  background: #f1f2f2;
  color: #444;
  border-bottom: 5px solid #e2c720;
}
.suckerdiv .subfolderstyle {
  background: #f1f2f2;
  margin: 0;
  padding: 6px 0 6px 6px;
  text-decoration: none;
}
.suckerdiv .subfolderstyle:after {
content: "\25b6";
margin-left:2px;
}