@charset "utf-8";

html,body {
  margin: 0;
  border: none;
  padding: 0;
  height: 100%;
}

body {
  font-family: Trebuchet MS,Arial,Helvetica,Verdana,Sans-Serif;
  font-size: 83%;
  color: white;
  background-color: #6c7073;
}

#twocolumn {
  width: 100%;
}

table {
  font-size: 100%;
  color: #656567;
  background: white;
}

tbody {
  vertical-align: top;
}


#site {
  position: relative;
  width: 766px;
  min-height: 100%;
  padding-right: 18em;
  margin: 0 auto;
  background: white url(/img/orange-gradient2.png) repeat-y;
  color: #656567;  
}  
 
#sidebar {
  float: right;
  width: 15em;
  padding: 1ex 1em 1ex 2em;
  margin-right: -18em;
  color: white;
}

#sidebar a {
  color: black;
}

#sidebar h1 {
  font-size: 100%;
  font-weight: normal;
}

#sidebar h1 a {
  color: white;
}

#sidebar h2 {
  font-size: 110%;
  font-weight: bold;
  color: white;
}

#sidebar h2 a {
  color: white;
}

#sidebar hr {
  border: 2px dotted white; 
  border-style: none none dotted; 
  margin-right: 1.5em;
}

#main {
  float: left;
  width: 766px;
}


#header {
  background: white url(/img/dolphins-bar.jpg) no-repeat;
  width: 766px;
  height: 195px;
  position: relative;
}

#header h1 {
  display: none;
}

#header h2 {
  position: absolute;
  bottom: 0;
  font-size: 115%;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: white;
  margin: 1ex;
}

#header h2 a {
  color: white;
}

#subheader {
  background: url(/img/lower-wave.jpg) top left no-repeat;
  text-align: right;
}

#subheader form {
  font-size: 0.9em;
  margin: 0;
  margin-right: 20px;
  padding-top: 1ex;
  position: relative;
  z-index: 2;
}

a.sitetools {
  font-size: 90%;	
  color: #656567;
  text-decoration: none;	
}

#subheader input.sitetools {
  font-size: 90%;
  border-top-color: #899195;
  border-left-color: #899195;
  border-bottom-color: #dddddd;
  border-right-color: #dddddd;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

#subheader h2 {
  font-size: 1em;
  margin-left: 15em;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  position: relative;
  top: -1em;
  z-index: 1;
}


#breadcrumb {
  background: url(/img/grey-gradient.png) top right no-repeat;
  line-height: 2em;
  min-height: 28px;
  text-align: left;
  padding-left: 15em;
}

#menu {
  float: left;
  width: 13em;
  padding-left: 1em;
  padding-bottom: 14em;
  overflow: hidden;
}

#menu ul.address {
  padding: 0;
  margin: 0;
  font-size: 1.0em;
}
 
#menu > ul.navitem, #related > ul.navitem, #related > p {
  font-size: 1.1em;
}

#menu ul {
  padding: 0;
  margin-left: 16px;
}

#menu li {
  padding: 0;
  margin: 0;
}

#related {
  position: absolute;
  bottom: 1ex;
}

#content {
  margin-top: 1em;
  margin-left: 14em;
  padding: 0 20px;
}

#product {
  width: 50%;
  float: right;
}

div.clear {
  clear: both;
}

#menu li {
  list-style-type: none;
}

#menu ul li.navitem, #menu xul ul li.navitem {
  list-style-image: none;
}

#menu ul li.curitem, #menu xul ul li.curitem {
  list-style-image: url(/img/orange-arrow.gif);	
}

li.navitem > a {
  color: #656567;
}


xa.sitetools {
  color: #656567;
  text-decoration: none;	
}


#header form {
  margin: 0;
}

#header img {
  border: 0;

}

xtd.content, #xcontent td {
  padding-right: 2em;
  color: #656567;
  vertical-align: top;
}

#twocolumn > table, #twocolumn > table > tbody, #twocolumn > table tr {
  color: #656567;
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
}

#twocolumn > table tr td:first-child {
  float: left;
  padding-left: 0;
  padding-right: 2%;
}

#twocolumn > table tr td {
/*  vertical-align: top; */
  display: block;
  width: 48%;
  float: right;

  padding: 0;
  padding-left: 2%;
  margin: 0;
}


h1 {
  font-size: 1.1em;
}

h2 {
  font-size: 1.1em;
}

img {
  border: 0;
}

hr {
  border: none;
  border-top: 2px dotted #656567; 
  width: 95%;
  margin-right: 5%;
}

a {
  color: #fe6700;
  text-decoration: none;	
}
