html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, blockquote, ul, ol, li, 
dl, dt, dd, table, tbody, tfoot, thead, tr, th, td, img, form, fieldset {
  margin: 0;
  padding: 0; 
  border: 0; 
  list-style: none; 
  font-size: 100%; 
  font-weight: normal;
}
html, body {
  height:100%;
}
body {
  margin:0;
  font-size: 62.5%;
  line-height: 1.5;
  font-family: Helvetica,Arial,sans-serif;
  color: #75675E;
  background:#fff url(resources/redesign/bg-main.png) repeat-x scroll left top;
}
input, textarea, select {
  font-size: 100%;
  font-family: Helvetica,Arial,sans-serif;
}
.hidden {
  display: none;
}
p, ul {
  padding-bottom: 1em;
}
.clear {
  clear: both;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.2em;
  font-weight: normal;
  color: #75675E;
}
h3 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
  font-weight: normal;
  color: #75675E;
}
ul li, ol ul li {
  list-style: square;
  margin-left: 1.4em;
  color: #E44700;
}
ol li {
  list-style: decimal;
  margin-left: 2em;
}
a {
  color: #E44700;
  text-decoration: underline;
}
a:hover {
  color: #E44700;
  text-decoration: none;
}
a.skipLink{
  position: absolute;
  left: -3000px;
  background: #000;
  color: #fff;
  padding: 0 20px 3px 15px;
  text-decoration: none;
}
a.skipLink:hover, a.skipLink:focus{
  left: 0;
}
.mandatory {
  color: #D50000;
}

/*----------------------------------------------/
/* wrapper
/----------------------------------------------*/
#wrapper {
	height: 100%;
	min-height:100%;
  position: relative;
  height: auto !important;
}

/*----------------------------------------------/
/* header
/----------------------------------------------*/
#header {
  margin: 0 auto;
  width: 644px;
  height: 150px;
  background:#fff url(resources/redesign/bg-header.png) no-repeat scroll left top;
}
#header #logo {
  float: left;
  padding: 20px 0 0 25px;
}
#header h1 {
  display: none;
}

/*----------------------------------------------/
/* search
/----------------------------------------------*/
#search {
  margin: 20px 20px 0 0;
  float: right;
}
#search #metafaq {
  float: left;
  font-size: 1.3em;
}
#search #metafaq div {
  clear: both;
  float: left;
  margin-bottom: 3px;
}
#search #metafaq label {
  width: 8em;
  color: #000;
  float: left;
  color: #E44700;
  font-weight: bold;
}
#search #metafaq #nlpq {
  width: 200px;
  border: 1px solid #ccc;
  padding: 2px;
  float: left;
}
#search #metafaq #kb {
  width: 206px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding: 1px;
  float: left;
}
#search #metafaq #search-button {
  cursor: pointer;
  float: left;
  margin-left: 5px;
}

/*----------------------------------------------/
/* container
/----------------------------------------------*/
#container {
  margin: 0 auto;
  width: 634px;
  font-size: 1.3em;
  background-color: #fff;
  position: relative;
}

/*----------------------------------------------/
/* navigation
/----------------------------------------------*/
#navigation {
  float: left;
  width: 204px;
  background:#fff url(resources/redesign/bg-navigation.png) no-repeat scroll left bottom;
  padding-bottom: 25px;
}
#navigation a {
  color: #75675E;
  text-decoration: none;
}
#navigation a:hover {
  color: #FF5D00;
  text-decoration: underline;
}
#navigation h2 {
  font-size: 1.4em;
  margin: 0 0 10px 15px;
}
#navigation p {
  margin-left: 20px;
  padding: 0;
  font-size: 1em;
}
#navigation p a {
  font-weight: bold;
}
#navigation ul {
  margin-left: 30px;
}
#navigation ul#topics {
  margin-left: 20px;
}
#navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation ul#topics a {
  color: #75675E;
}
#navigation ul li.selected a, #navigation ul#topics li.selected a {
  color: #E44700;
}

/*----------------------------------------------/
/* content
/----------------------------------------------*/
#content {
  float: right;
  width: 395px;
  padding-right: 15px;
  margin-bottom: 65px;
  position: relative;
}
#content #question, #content #answer {
  margin-bottom: 10px;
}
#content #related {
  clear: both;
}
#content .breadcrumb {
  margin-bottom: 4px;
}
#content .breadcrumb a {
  color: #626262;
  font-size: 0.8em;
}

/*----------------------------------------------/
/* paging
/----------------------------------------------*/
ul#paging {
  clear: both;
  float: left;
  padding: 0;
  margin: 0;
  margin: .5em 1em 0 0;
}
ul#paging li {
  float: left;
  list-style-type: none;
  font-size: 1em;
  padding: 0;
  margin: 0;
  padding: 0 4px;
  font-weight: bold;
  color: #75675E;
}
ul#paging li a {
  font-weight: bold;
}
ul#paging .previous {
  margin: 1px 4px 0 0;
}
ul#paging .next {
  margin: 1px 0 0 5px;
}

/*----------------------------------------------/
/* footer
/----------------------------------------------*/
#footer {
  width: 100%;
  position:absolute;
  bottom: 0;
  height: 65px;
  background:#fff url(resources/redesign/bg-footer.png) repeat-x scroll left bottom;
}
#footer #links {
  height: 65px;
  width: 644px;
  margin: 0 auto;
  background:transparent url(resources/redesign/bg-footer-main.png) no-repeat scroll left bottom;
}
#footer #links ul {
  padding: 30px 0 0 20px;
  float: left;
}
#footer #links ul li {
  list-style: none;
  font-size: 1.3em;
  float: left;
}
#footer #links ul li a {
  color: #75675E;
}
#footer #links ul li a:hover {
  text-decoration: underline;
}
#footer #links #copyright {
  float: right;
  font-size: 1.3em;
  padding: 30px 30px 0 0;
}

/*----------------------------------------------/
/* form
/----------------------------------------------*/
#form input {
  width: 380px;
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin-bottom: 5px;
}
#form #submit {
  width: auto;
  cursor: pointer;
  border: 0;
  padding: 0;
}

/*----------------------------------------------/
/* rater
/----------------------------------------------*/
#rater {
  position:relative;
  margin: 0.5em 5px 1em 0;
}
#rater h3 {
  font-size: 1.4em;
}
#rater p {
  padding: 0;
}
.rating, #showScore1, #showScore2, #showScore3, #showScore4, #showScore5{
  width: 120px;
  height: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: url(resources/redesign/star-matrix.png) no-repeat 0 0;
  margin-top: 5px;
}
#rater span {
  float: left;
  padding: 8px 6px 0 0;
}
ul.rating {
  float: left;
  padding-right: 6px;
  margin-top: 4px;
}
ul.rating li {
  cursor: pointer;
/*ie5 mac doesn't like it if the list is floated\*/
  float: left;
/* end hide*/
  text-indent:-999em;
  list-style-type: none;
}
ul.rating li a{
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-decoration: none;
  z-index: 200;
}
ul.rating li.one a{
  left: 0
}
ul.rating li.two a{
  left: 24px;
}
ul.rating li.three a{
  left: 48px;
}
ul.rating li.four a{
  left: 72px;
}
ul.rating li.five a{
  left: 96px;
}
ul.rating li a:hover{
  z-index: 2;
  width: 120px;
  height: 24px;
  overflow: hidden;
  left: 0;
  background: url(resources/redesign/star-matrix.png) no-repeat 0 0
}
#showScore1, #showScore2, #showScore3, #showScore4, #showScore5{
  /*margin-right: 1em;*/
  /*float: left;*/
  margin-bottom: 0.8em;
}
ul.rating li.one a:hover, #showScore1{
  background-position: 0 -24px;
}
ul.rating li.two a:hover, #showScore2{
  background-position: 0 -48px;
}
ul.rating li.three a:hover, #showScore3{
  background-position: 0 -72px;
}
ul.rating li.four a:hover, #showScore4{
  background-position: 0 -96px;
}
ul.rating li.five a:hover, #showScore5{
  background-position: 0 -120px;
}
#rater #feedback input {
  width: 380px;
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin-bottom: 5px;
}
#rater #feedback #feedback-button {
  width: auto;
  cursor: pointer;
  border: 0;
  padding: 0;
}