/* $Id$ */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 101%;
}

body {
  font-family: sans-serif;
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 922px;
  text-align: left;
}

a {
  text-decoration: none;
}

hr {
  border: 1px solid White; border-top: 1px dashed Black; height: 2px;
}

#header-wrap {
  width: 902px;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

#header {
  font-family: sans-serif;
  font-size: 0.8em;
  /* height: 32px; */
  height: 2.3em;
  width: 902px;
  
  padding-top: 5px;
  border-top: 1px dashed Black;

  padding-bottom: 1px;
  border-bottom: 1px dashed Black;
}

#header ul {
  list-style: none;
}

#header ul li {
  display: block;
  border-right: 1px dashed Black;
  text-align: center;
  float: left;
}

#header ul li.home {
  width: 65px;
}

#header ul li.sitemap {
  width: 75px;
}

#header ul li.size {
  width: 106px;
}

#header ul li.color {
  width: 165px;
  border-right: none;
}

#header ul li.selector {
  margin-right: 5px;
}

#header ul li.color img {
  border: 1px solid Black;
}

#header .subnav {
  float: left;
  width: 50%;
  padding-top: 5px;
}

#header .search {
  float: right;
  width: 50%;
  text-align: right;
}

#header .search button {
  height: 1.6em;
  font-size: 1em;
}

#header .search select {
  width: 150px;
  height: 1.5em;
  font-size: 1em;
}

#header .search input {
  width: 100px;
  margin-left: 1em;
  height: 1.3em;
  font-size: 1em;
}

#wrap {
  width: 902px;
  padding-left: 10px;
  padding-right: 10px;
  background: url(../img/content_bg.gif) repeat-y 258px 6px;
}

#navigation {
  font-family: sans-serif;
  float: left;
  width: 239px;
  margin-right: 9px;
}

#navigation h1 {
  background: url('../img/logo.gif') no-repeat;
  display: block;
  height: 103px;
  text-indent: -9999em;
}

#navigation h1 a {
  display: block;
  height: 103px;
}

#navigation ul, #navigation li {
  list-style: none;
  display: block;
}

#navigation ul {
  font-size: 1.4em;
}

#navigation ul li a {
  display: block;
  width: 220px;
  padding-left: 16px;
  background: url(../img/link_nav_off.gif) no-repeat 0px 0.3em;
}

#navigation ul li a:hover, #navigation ul li a.active {
  background-image: url(../img/link_nav_on.gif);
}

#navigation ul li {
  padding-bottom: 9px;
  padding-top: 4px;
  border-bottom: 1px dashed Black;
}

#navigation ul li ul {
  font-size: 0.7em;
}

#navigation ul li ul li {
  margin-bottom: 0.5em;
  padding-left: 16px;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}

#navigation ul li ul li a {
  width: 204px;
  background: url(../img/link_subnav_off.gif) no-repeat 0px 0.5em;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.active {
  background-image: url(../img/link_subnav_on.gif);
}

#content {
  width: 436px;
  /*
  border-left: 1px dashed Black;
  border-right: 1px dashed Black;
  */
  padding-left: 11px;
  padding-right: 11px;
  min-height: 500px;
  float: left;
}

#content ul li {
  margin-bottom: 0.5em;
}

/*\*/
* html #content {
  height: 600px;
}
/**/

#content img {
  margin-bottom: 13px;
}

#content h2 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 20px;
}

#content h3 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 15px;
}

#content .accessibility h3 {
  font-weight: bold;
}

#content .docs h3 {
  font-size: 0.8em;
}

#content .docs p {
  padding-left: 14px;
  background: url(../img/link_nav_off.gif) no-repeat 0px 0.3em;
  font-size: 0.7em;
  margin-bottom: 1em;
}

#content .docs p strong {
  font-size: 1.3em;
}

#content .intro, #content .copy {
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

#content .copy {
  font-size: 0.8em;
}

#content .copy p {
  margin-bottom: 1em;
}


#content ul, #content ol {
  margin-left: 1em;
}

#content li {
  margin-left: 1em;
}

#content .paging {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#content .home {
  background-image: url(../img/home.gif);
  height: 267px;
  text-indent: -9999em;
}

#teasers {
  float: left;
  width: 186px;
  font-size: 0.8em;
  margin-left: 10px;
}

#teasers h3 {
  font-size: 1em;
  display: block;
  padding: 4px;
}

#teasers .teaser {
  margin-bottom: 13px;
}

#teasers .copy {
  padding: 10px 5px 20px 4px;
  border-bottom: 1px dashed Black;
}

#teasers .link {
  padding: 2px 2px 2px 4px;
}

#teasers .link a {
  display: inline-block;
  padding-right: 25px;
  background: url(../img/link_more.gif) no-repeat right;
}

#footer-wrap {
  width: 902px;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

#footer {
  font-family: sans-serif;
  font-size: 0.6em;
  width: 902px;
  
  padding-top: 5px;
  border-top: 1px dashed Black;
  padding-bottom: 10px;
}

#footer ul {
  list-style: none;
}

#footer ul li {
  display: block;
  border-right: 1px dashed Black;
  text-align: center;
  float: left;
}

#footer ul li.tel {
  width: 107px;
}

#footer ul li.txt {
  width: 140px;
}

#footer ul li.email {
  width: 180px;
}

#footer ul li.fax {
  width: 110px;
  border-right: none;
}

#footer ul li.accessibility {
  width: 75px;
  float: right;
}

#footer ul li.creator {
  width: 90px;
  border-right: none;
  float: right;
}

.searchlink {
  display: none;
}

.clear {
  clear: both;
}
