/* global resets and defaults */
body{
  color:#88888B;
  font-family:"Lucida Grande",Lucida,sans-serif;
  font-size:13px;
  margin: 0;
  padding: 0;
}
img{
  border: none;
}
ul{
  margin:0;
  padding:0;
}
li{
  list-style:none;
}
p{
  margin:0;
  padding:0;
}
select{
  padding: 3px;
}
.wrapper{
  margin:0 auto;
  width:960px;
  text-align: left;
  zoom: 1;
}
.float_left{
  float: left;
}
.clear_left{
  clear:left;
}
.clear_both{
  clear:both;
}
/* header */
#header{
  padding: 20px 0 10px;
}
#header a{
  float:left;
  text-decoration: none;
  color: #88888b;
}
#header a:hover{
  text-decoration: underline;
}
#header #subheader{
  border-left:1px solid #666666;
  float:left;
  margin:15px 0 0 10px;
  padding:0 0 0 12px;
}
#header #subheader div{
  color:#F69F3A;
  display:block;
  font-size:14px;
}
#header #subheader span{
  float:left;
  padding-right:6px;
  font-size:12px;
}
#header #subheader .not_first{
  border-left:1px solid #a6a6a8;
  padding-left: 6px;
}

/* main nav */
#main_nav{
  background:url(../../images/1px_header_unselected.jpg) repeat-x;
}
#main_nav li{
  float: left;
}
#main_nav li a{
  text-transform:uppercase;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1px;
  display:block;
  padding:8px 15px 6px;
  cursor:pointer;
  text-decoration: none;
}
#main_nav li#active_tab a{
  cursor:default;
}
#main_nav li#active_tab a{
  background:url(../../images/1px_header_selected.jpg) repeat-x;
}
#main_nav li a:hover{
  background:url(../../images/1px_header_hover.jpg) repeat-x;
}

#main_nav ul li.support {
  float:right;
}
/* sub nav */
#sub_nav{
  background:url(../../images/1px_subheader.jpg) repeat-x;
}
#sub_nav li{
  float:left;
}
#sub_nav li a{
  color:#9fc864;
  font-size:14px;
  display:block;
  padding:4px 14px;
  letter-spacing:0.7px;
  cursor:pointer;
  text-decoration: none;
}
#sub_nav li#active_subtab a{
  cursor:default;
}
#sub_nav li#active_subtab a, #sub_nav li a:hover{
  color: #ffffff;
}

/* tertiary_nav */
#tertiary_nav{
  margin: 10px 0 0;
}
#tertiary_nav li{
  float:left;
  border-left: 1px solid #8f8f92;
}
#tertiary_nav li.first{
  border: none;
}

#tertiary_nav li a{
  color:#88888b;
  font-size:12px;
  display:block;
  margin:0 14px;
  padding: 4px 0;
  letter-spacing:0.7px;
  cursor:pointer;
  text-decoration: none;
}
#tertiary_nav li a:hover{
  background:url(../../images/1px_tertiary_nav_underline.gif) repeat-x 100% 100%;
}
#tertiary_nav li#active_tertiarytab a{
  cursor:pointer;
  color:#373739;
  font-weight:bold;
  background-image: none;
}
#footer{
  background:url(../../images/1px_subheader.jpg) repeat-x;
  color: #fff;
  height:25px;
  margin-top: 15px;
}
#footer a{
  color: #fff;
  text-decoration: none;
}
#footer #copyright{
  float:left;
  font-size: 13px;
  padding: 4px 0 0;
  color: #E3E1E1;
}
#footer #footer_links{
  float: right;
  font-size: 12px;
  padding: 7px 0 0;
  line-height: 11px;
  color: #9FC864;
}
#footer #footer_links li{
  border-left: 1px solid #9FC864;
  float:left;
  padding: 0 7px;
}
#footer #footer_links li.first{
  border: none;
}


/* Override style with new theme */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.header,
.header-app {
  background: url('../../css/img/header-bg.jpg') repeat-x bottom left;
  box-shadow: 0 1px 2px #deddd9;
  height: 43px;
  margin-left: 0px;
  *zoom: 1;
  width: 100%;
}
.header:before,
.header-app:before,
.header:after,
.header-app:after {
  display: table;
  content: "";
  line-height: 0;
}
.header:after,
.header-app:after {
  clear: both;
}
.header .header-container-app,
.header-app .header-container-app {
  float: left;
  margin-left: 11px;
  width: 961px;
  float: none;
  margin: 0 auto;
}
.header .menu,
.header-app .menu {
  float: left;
  margin-left: 5px;
}
.header .user-menu,
.header-app .user-menu {
  float: right;
  margin-right: 10px;
  color: #4d6615;
}
.header .user-menu span,
.header-app .user-menu span {
  margin: 5px 10px 0 0;
  display: block;
}
.header ul,
.header-app ul {
  list-style-type: none;
  margin: 6px 0 0;
}
.header ul li,
.header-app ul li {
  float: left;
  margin-left: 5px;
}
.header ul li a,
.header-app ul li a {
  border: 1px solid #76902f;
  background: none;
  box-shadow: 0 1px #e6f168;
  color: #606566;
}
.header ul li a img,
.header-app ul li a img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.header ul li a:hover,
.header-app ul li a:hover {
  background: none;
  box-shadow: 0 1px #e6f168;
}
.header ul li a:active,
.header-app ul li a:active,
.header ul li a:focus,
.header-app ul li a:focus {
  -moz-box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.2);
  -webkit-box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.2);
  box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.2);
}
.header #active,
.header-app #active,
.header .selected,
.header-app .selected {
  background: #6d7071;
  /* Old browsers */

  background: -moz-linear-gradient(top, #6d7071 0%, #a6a9aa 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d7071), color-stop(100%, #a6a9aa));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #6d7071 0%, #a6a9aa 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #6d7071 0%, #a6a9aa 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #6d7071 0%, #a6a9aa 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #6d7071 0%, #a6a9aa 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
  color: #ffffff;
  border: 1px solid #5f6263;
  text-shadow: 1px 1px 2px #28340A;
  font-weight: 400;
}
.header-app {
  background: none;
  box-shadow: none;
  margin-top: 3px;
}
.header-app ul li a {
  border: 1px solid #d8c6b1;
  box-shadow: none;
}

section#header{
  padding: 0px;
}