
.wrapper,#page{zoom:1;width:100%;margin:0 auto}.wrapper:after,#page:after,.wrapper:before,#page:before{content:"\0020";display:table;height:0;overflow:hidden}.wrapper:after,#page:after{clear:both}*::selection{color:#fafafa;background:#6ea74b}*::-khtml-selection{color:#fafafa;background:#6ea74b}*::-webkit-selection{color:#fafafa;background:#6ea74b}*::-moz-selection{color:#fafafa;background:#6ea74b}*::-ms-selection{color:#fafafa;background:#6ea74b}*::-o-selection{color:#fafafa;background:#6ea74b}
#header{margin:0px 0px 0px 0px; position: fixed; width: 100%; z-index: 9999;}
#trueHeader{z-index:9999;left:0;right:0;padding:0px 0px 0px 0;box-shadow:0 4px 3px rgba(0,0,0,0.1);-khtml-box-shadow:0 4px 3px rgba(0,0,0,0.1);-webkit-box-shadow:0 4px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 4px 3px rgba(0,0,0,0.1);-ms-box-shadow:0 4px 3px rgba(0,0,0,0.1);-o-box-shadow:0 4px 3px rgba(0,0,0,0.1);zoom:1}

#header.sticky #trueHeader{position:fixed;top:0}#header.sticky.condensed #trueHeader{padding:0px 0}#header.sticky.condensed #trueHeader #logo{height:40px; background-position: left -41px;}

#trueHeader {
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
}


@media only screen and (min-width: 768px) and (max-width: 999px){
#header .container .one_fourth {
	width: 25%;
}
#header .container .three_fourth {
	width: 70%;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px){
#header.sticky.condensed #trueHeader #logo{height:40px; background-position: center -41px;}

}


@media only screen and (max-width: 479px){
#header.sticky.condensed #trueHeader #logo{height:40px; background-position: center -41px;}

}

/**Upper Nav **/

div#uppernav {
  
  background: #efefef;
    font-size: 14px
}
div#uppernav ul#nav-menu {
  margin: 0px;
 
}

div#uppernav ul#nav-menu.current > li:hover > div {
  z-index: 9999;
  visibility: visible;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity='99');
  filter: alpha(opacity=99);
  -moz-opacity: 2;
  -khtml-opacity: 2;
  opacity: 2;
}
div#uppernav ul#nav-menu.current > li:not(.no-dropdown):hover > a:before,
div#uppernav ul#nav-menu.current > li:not(.no-dropdown) > a:hover:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity='99');
  filter: alpha(opacity=99);
  -moz-opacity: 2;
  -khtml-opacity: 2;
  opacity: 2;
}
div#uppernav ul#nav-menu > li.current > div {
  z-index: 9999;
  visibility: visible;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity='99');
  filter: alpha(opacity=99);
  -moz-opacity: 2;
  -khtml-opacity: 2;
  opacity: 2;
}
div#uppernav ul#nav-menu > li {
  position: static;
  display: block;
  float: left;
  margin: 0px;
}
div#uppernav ul#nav-menu > li > a {
  position: relative;
  display: block;
  padding: 12px 20px 10px 0px;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
div#uppernav ul#nav-menu > li > a:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  bottom: 0px;
  left: 40%;
    top:100%;
    position: absolute;
  margin-left: -5px;
  border-style: solid;
  border-width: 5px;
  border-color: #efefef rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity='0');
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
    z-index: 11000;
}
div#uppernav ul#nav-menu > li:hover > a,
div#uppernav ul#nav-menu > li > a:hover {
  text-decoration: none;
}
div#uppernav ul#nav-menu > li > div {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
  min-width: 1000px;
  padding: 20px 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity='0');
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;

  background-color: #222222;
  background-color: rgba(33, 33, 33, 0.97);
}
div#uppernav ul#nav-menu > li > div h2 {
  margin: 0 20px 10px;
  font-size:18px !important;
  color: #666666;
}
div#uppernav ul#nav-menu > li > div ul {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
  *zoom: 1;
}
div#uppernav ul#nav-menu > li > div ul:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
div#uppernav ul#nav-menu > li > div ul li {
  display: block;
  width: 340px;
  margin-left: 20px;
  float: left;
  
  padding: 10px 0px;
  -webkit-transition: padding linear 0.3s;
  -moz-transition: padding linear 0.2s;
  -o-transition: padding linear 0.3s;
  transition: padding linear 0.2s;
}
div#uppernav ul#nav-menu > li > div ul li:hover {
  padding-left: 5px;
}
div#uppernav ul#nav-menu > li > div ul li a {
  display: block;
  color: #ffffff;
}

div#uppernav ul#nav-menu > li > div ul li a:hover {
  text-decoration: none;
}

div#uppernav ul#nav-menu > li > div ul li a:hover small.small-nav1 {
  color: #ffffff;
}
div#uppernav ul#nav-menu > li > div ul li a small.small-nav1 {
  color: #888888;
  display: block;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
@media (max-width: 980px) {
  div#uppernav {
    position: static;
  }
}
  div#uppernav ul#nav-menu > li > div {
    top: inherit;
  } 

.navsec1 {
    float: left;
	width: 680px;
    height:46px;
}

span.sticky.blue {
    background: none repeat scroll 0 0 #008698;
    color: #FFFFFF;
}
span.sticky {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #333333;
    cursor: default;
    display: inline-block;
    font-family: "opensans-bold";
    font-size: 12px;
    line-height: 20px;
    padding: 0 7px;
    text-align: center;
}
.sticky {
    border-radius: 0.25em;
    color: #FFFFFF;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
span.sticky.yellow{
    background: none repeat scroll 0 0 #FFAB12;
    color: #FFFFFF;
}
.navsec3 {
    width: 350px !important;
	float: left !important;
     margin-left: -20px;
    border-left:1px dashed #666;

}
div#uppernav ul#nav-menu > li > div h2 a:hover,div#uppernav ul#nav-menu > li > div h2 a:focus {color:#ccc;text-decoration: none}
.navsec2 {
  	float: left !important;
 margin-left: -20px;
}
.containerc {
  width: 1000px;
  margin: 0 auto;
}

/** Sub Nav **/

.containerw {
 min-width: 1000px;
    width: 100%;
}

div#sub-navbar {
  list-style: none;
  padding: 0px;
 margin: -40px 0 0;
    z-index: 1000;
  position: relative;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.93);
  *zoom: 1;
}
div#sub-navbar:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
div#sub-navbar ul {
  *zoom: 1;
  margin: 0px 0px 0px -10px;
  padding: 0px;
  list-style: none;
}
div#sub-navbar ul:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
div#sub-navbar ul li {
  float: left;
  margin: 0px 0px 0px 0px;
}
div#sub-navbar ul li a {
  position: relative;
  color: #f5f5f5;
  display: block;
  padding: 10px;
  line-height: 20px;
}
div#sub-navbar ul li.active a {
  font-family: "opensans-semibold", Arial;
}
/**div#sub-navbar ul li.active a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-width: 0px 6px 6px 6px;
  border-color: transparent transparent #f5f5f5 transparent;
} **/

div#sub-navbar ul li.active a:before {
  border-color: rgba(51, 51, 51, 0.99) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 6px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
  width: 0;
}