html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
  {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  letter-spacing: normal;
}

.container {
  width: 953px;
  margin: 0 auto;
}

#header {
  position: absolute;
  left: auto;
  top: 0;
  background-position: top center;
  background-repeat: repeat-x;
  clear: both;
  width: 953px;
}

div#layoutBody {
  clear: both;
  overflow: hidden;
  margin-top: 140px;
}

body {
  font-family: 'Droid Sans', arial, sans-serif;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.4em;
  background-position: top center;
  background-repeat: repeat-x;
}

h4 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 1px;
}

a.external {
  color: #0000ff;
  background-image: url("../images/externalLink.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  padding-right: 13px;
  text-decoration: none;
}

a.popup {
  color: #0000ff;
  background-image: url("../images/popup.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  padding-right: 13px;
  text-decoration: none;
}

a {
  color: #0000ff;
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  color: #0000ff;
}

a:active {
  text-decoration: none;
  color: #0000ff;
}

a.external {
  color: #0000ff;
  text-decoration: none;
}

a.external:visited {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: red;
}

a.external:hover {
  color: red;
  text-decoration: underline;
}

/********* general *********/
.w50 {
  width: 50px;
}

.w75 {
  width: 75px;
}

.w100 {
  width: 100px;
}

.w125 {
  width: 125px;
}

.w150 {
  width: 150px;
}

.w175 {
  width: 175px;
}

.w200 {
  width: 200px;
}

.w500 {
  width: 500px;
}

.w400 {
  width: 400px;
}

.w300 {
  width: 300px;
}

.w25 {
  width: 25px;
}

.padLeft5 {
  padding-left: 5px;
}

.padRight25 {
  padding-right: 25px;
}

.aRight {
  text-align: right;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.wrapper {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

table td {
  border-collapse: collapse;
}

/**** banner ***********/
div#banner {
  height: 75px;
  max-height: 75px;
}

h1.pgTopSpacer {
  height: 60px;
  clear: both;
}

#homeImgLink {
  margin: 0px;
  padding: 0px;
  display: block;
  /*  width: 200px;width of the logo */
  height: 75px;
  border: 0;
  float: right;
  background-position: bottom left;
  background-repeat: no-repeat;
}

/** site search **/
table#siteSearchDiv {
  padding: 0px;
  margin: 0px;
  float: right;
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0px;
  font-family: 'Droid Sans', arial, sans-serif;
  color: #000000;
  border: none;
  background: transparent;
}

table#siteSearchDiv td#searchTd {
  background: transparent;
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-size: 12px;
  padding: 0px;
  padding-left: 0px;
  border: 1px solid #000000;
  cursor: pointer;
}

table#siteSearchDiv td#searchTd input {
  border: none;
  margin: 0px;
  font-size: 12px;
}

/*** end banner *****************************************************/
  /********* mainNavigation *********************************************/
ul.mainNav {
  padding: 0;
  margin: 0 auto;
  height: 25px;
  list-style: none;
  border: none;
  margin-left: 0px;
  margin-bottom: 5px;
}

ul.mainNav li.hLi {
  padding: 0;
  margin: 0;
  float: left;
  height: 25px;
}

ul.mainNav li.hLi a.hLink {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: normal;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 5px;
  height: 20px;
}

ul.mainNav  li.hLi:hover {
  
}

ul.mainNav  li.hLi:hover a.dropLink {
  background-color: #eee;
  color: red;
  display: block;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-left: 24px;
  padding-right: 24px;
}

ul.mainNav  li.hLi:hover  a.hLink:hover {
  background-color: #ffffcc;
  color: red;
  display: block;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-left: 24px;
  padding-right: 24px;
}

ul.mainNav  li.hLi:hover  a.dropLink:hover {
  background-color: #ffffcc;
  color: red;
  display: block;
}

ul.mainNav  ul.dropNav {
  padding: 0px;
  margin: 0px;
  position: absolute;
  border: 1px solid #000000;
  display: none;
  list-style: none;
}

ul.mainNav li ul.dropNav  li a {
  text-decoration: none;
  color: #000000;
  padding-left: 27px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: normal;
  border-top: 1px solid #000000;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}

ul.mainNav li:hover   ul.dropNav {
  display: block;
  z-index: 10000;
  background-color: #eee;
}

ul.mainNav  li:hover ul.dropNav  li:hover a {
  background-color: #ffffcc;
  color: red;
}

/** bread crumbs ********************************************/
div.crumbs {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  margin-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 36px;
  padding-top: 4px;
  vertical-align: top;
}

div.crumbs div {
  vertical-align: top;
  float: left;
  padding-top: 0px;
  line-height: normal;
  letter-spacing: 1px;
}

div#endOfTrail {
  display: inline;
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  letter-spacing: 3px;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 0;
  vertical-align: top;

}

span.appVersion {
  vertical-align: text-top;
  font-size: 18px;
  font-weight: normal;
}

div#trailer {
  float: right;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  overflow: hidden;
}

/*** sub menu **/
ul#subnav {
  padding: 0px;
  margin: 0px;
  height: 30px;
  clear: both;
  padding-left: 15px;
  margin-top: 6px;
}

ul#subnav li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

ul#subnav li a {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
  font-size: 13px;
  display: block;
  letter-spacing: 1px;
  margin-left: 15px;
  background-color: #eee;
  color: #000000;
  line-height: normal;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  height: 17px;
  margin-top: 9px;
  padding-top: 2px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  
}

ul#subnav li a:hover {
  color: #fff;
  background-color: #666;
}

/** common page values **/
div#footer {
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  clear: both;
  margin-top: 20px;
  padding: 5px;
  line-height: normal;

  letter-spacing: 2px;
  border: 1px solid #000;
  font-size: 14px;
  clear: both;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  line-height: 1.5em;
  font-size: 14px;
}

#ieMessage,#alertNotice,#flashMessage {
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffcc;
  clear: both;
  overflow: hidden;
  margin-bottom: 5px;
}

#alertNotice {
  border: 1px solid #000000;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

#flashMessage {
  border: 1px solid red;
  color: red;
  font-weight: bold;
}

#verticalBanner {
  vertical-align: middle;
  letter-spacing: 6px;
  line-height: normal;
  display: table;
  overflow: none;
  width: 400px;
  height: 50px;
  transform: rotate(270deg) scale(1, 1);
  -webkit-transform: rotate(270deg) scale(1, 1);
  -moz-transform: rotate(270deg) scale(1, 1);
  text-align: right;
  z-index: 1000;
  position: absolute;
}

.siteRow {
  margin: 0px;
  display: table-row;
  overflow: none;
}

.siteSpacer {
  display: table-cell;
  height: 40px;
  width: 20px;
  overflow: none;
}

.siteTitle {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  letter-spacing: 6px;
  display: table-cell;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #000000;
  overflow: none;
}

.siteSign {
  display: table-cell;
  height: 40px;
  width: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: red;
}