html, body {
  margin: 0;
  padding: 0;
  font-family: verdana,"Bitstream Vera Sans", helvetica, sans-serif;
  background-color: #d63f6a;  /* The color of the footer-bottom. */
}

div, span, img, h1, h2, h3, h4, h5, h6, p, ul, li, form {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}




/********************* common elements *********************/

div.spacer {
  clear: both;
}

div.horizontal-container {
  position: relative;
  width: 1002px;
  margin: 0 auto;
  padding: 0 20px;
}

div.vertical-spacer {
  width: 100%;
  height: 45px;
}

/********************* head *********************/

#head {
  background: url("/images/jssip-logo-bg.png") repeat-x;
  border-bottom: #FFFFFF 1px solid;
  height: 140px;
}

#head h1, #head h2 {
  display: none;
  /* Use these invisible divs to preload the menu hover background. */
  background: url("/images/head-menu-hover-bg.png")
}


#head div#logo {
  width: 248px;
  height: 140px;
  float: left;
  background: url("/images/jssip-logo.png") no-repeat;
}

#head div#logo > a {
  display: block;
  width: 240px;
  height: 60px;
  top: 42px;
  left: 6px;
  position: relative;
}

#head #head-menu {
  height: 140px;
  float: right;
}

#head #head-menu > a {
  display: block;
  float: left;
  padding: 90px 14px 0 14px;
  border-width: 0 1px;
  border-style: solid;
  border-color: transparent;
  height: 50px;
  line-height: 50px;
  color: #FF65A3;
  font-size: 0.95em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#head #head-menu > a:hover,
#head #head-menu > a:focus,
#head #head-menu > a:active {
  color: #FFF;
  background: url("/images/head-menu-hover-bg.png") repeat;
  border-color: #791C38;
}

#head div.shadow {
  position: absolute;
  top: 139px;
  width: 100%;
  height: 30px;
  margin-top: 2px;
  background: url("/images/head-shadow.png") repeat-x;
  z-index: 10;
}


/********************* content *********************/

#content {
  background: #d4d2d3 url("/images/content-bg.png") repeat-x;
  padding: 20px 0 50px 0;
}



/********************* page *********************/

#page {
  position: relative;
  background: #8d7d7a url("/images/page-bg.png") repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  /*border-radius: 10px;*/
  padding: 30px;
}



/********************* footer *********************/

#footer {
  position: relative;
  background: url("/images/footer-bg.png") repeat-x;
  border-top: #FFF 1px solid;
  min-height: 100px;  /* The height of the background image */
  font-size: 0.75em;
  color: #E6EAE9;
  padding: 25px 0 60px 0;
}

#footer div.padder {
  margin: 0 40px;
}

#footer a {
  font-weight: bold;
}
#footer a:hover {
  color: #FFF;
}

#footer div.column {
  float: left;
  width: 200px;
  margin-right: 40px;
}

#footer div.column h1 {
  font-size: 1em;
  font-weight: normal;
  border-bottom: #D9DDDC 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#footer div.column p {
  margin-bottom: 0.25em;
}

#footer div.column p > a {
  font-weight: normal;
  font-size: 0.9em;
}

#footer div.www-data {
  float: right;
}

#footer div.www-data .w3c-button {
  float: right;
  clear: both;
  margin-top: 1em;
  width: 9em;
  border: 1px solid #ccc;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.7em;
  font-weight: bold;
}
#footer div.www-data .w3c-button a {
  display: block;
  width: 100%;
}
#footer div.www-data .w3c-button a:link,
#footer div.www-data .w3c-button a:visited,
#footer div.www-data .w3c-button a:hover {
  background-color: #E13164;
  color: #FFF;
  text-decoration: none;
}
#footer div.www-data .w3c-button span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #285658;
}



/************** tryit-link *************/

#tryit-link {
  z-index: 200;
  position: fixed;
  right: 0;
  top: 30%;
  height: 190px;
  width: 40px;
  background: #000 center url("/images/tryit-link.png") no-repeat;
  border-radius: 10px 0 0 10px;
  border: 1px solid #888;
  border-right: none;
  box-shadow: 8px 8px 6px -2px #444;
  opacity:0.85;
  filter:alpha(opacity=85); /* For IE8 and earlier */
}
#tryit-link:hover {
  background-color: #000;
  border-color: #E13164;
  box-shadow: 8px 8px 6px -2px #444;
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

