* {
  font-family: Arial, Helvetica, sans-serif;
}

html {
  display:block;
}

body {
  background: #ffffff url("background_02.jpg") top center repeat-y;
  text-align: center;
  margin: 0px;
  padding: 0px;

}

th {
  text-align:left;
}



#contentouter {
  background: #ffffff url("background_01.jpg") top center no-repeat;
  text-align: center;
  height: 900px; /* height of the main background image */
  margin: 0px;
  padding: 0px;
  display: block;
  clear:both;
}


#content {
  background: url("background_03.jpg") bottom center no-repeat;
  margin: 0px;
  padding: 0px;
  width: 900px;
  height:900px;
  margin: 0 auto;
}


#contentinner {
  background-image: url("background_01.jpg");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  margin-left:-550px;
  padding-left:550px;
  width: 900px;
  height:900px;
}


#header {
  float: left;
  font-size: 0.75em;
  text-align: left;
  color: #ffffff;
  text-shadow: #000000 0px 2px 4px;
  width: 900px;
  height: 100px;
  margin: 0px;
  padding: 0px;
}


#footerouter {
  text-align: center;
  height: 80px;
  margin: 0px;
  padding: 0px;
  display: block;
  clear:both;
}


#footer {
  margin: 0px;
  padding: 0px;
  height: 80px;
  margin: 0 auto;
}


#footerinner {
  background-image: url("background_03.jpg");
  background-repeat: no-repeat;
  width: 900px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  margin-left:-550px;
  padding-left:550px;
  padding-right:100px;
}




.smallprint {
  display: block;
  text-align: center;
  padding-right: 0px;
  padding-top: 20px;
  font-size: 0.65em;
  line-height: 1.0em;
  color: #d0d0d0;
}

.smallprint a, .smallprint a:link, .smallprint a:visited {
  text-decoration: none;
  color: #d0d0d0;
}

.smallprint a:hover {
  text-decoration: underline;
}




#outer {
  float: left;
  width: 900px;
}



a, a:link, a:visited {
  color: #484848;
  text-decoration: underline;
}

a:hover {
  color: #484848;
  text-decoration: underline;
}

a:active {
  color: #484848;
  text-decoration: underline;
}

.hierarchy {
  font-size: 0.65em;
  font-weight: normal;
  color: #484848;
}


.sections {
  display: block;
  float: right;
  background-color: transparent;
  width: 670px;
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  padding-top: 80px;
  padding-bottom: 30px;
  padding-right:0px;
  font-size: 0.9em;
  line-height: 1.5em;
  
  min-height: 800px;
  height: auto !important;
  height: 800px; 
}

.sections h1 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: normal;
  color: #484848;
  margin: 0px;
  padding: 0px;
}

.sections h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: normal;
  color: #484848;
  margin: 0px;
  padding: 0px;
}

.sections h3 {
  font-size: 1.1em;
  line-height: normal;
  color: #484848;
  margin: 0px;
  padding: 0px;
}

.sections .title {
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
  font-weight: bold;
  color: #484848;
  text-align: left;
}

.sections .description {
  margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  color: #484848;
  text-align: center;
}

.reference {
  font-size: 0.7em;
  line-height: 150%;
  text-indent: 20px;
  font-weight: bold;
}

.childtitle {
  font-size: 0.65em;
  font-weight: bold;
  padding-top: 10px;
}

.childtext {
  font-size: 0.65em;
}








#navigators {
  top: 0px;
  position: relative;
  float:left;
  left:-55px;

  width: 900px;
  height: 0;
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 1em;
}

#navigators>ul {
  float:left;
  width: 900px;
  height: 50px;
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navigators a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#navigators li {
  float: left;
  position: relative;
  text-align: center;
  vertical-align:bottom;
  cursor: default;
  margin: 0px;
  padding: 0px;
  height:0;
}

#navigators li h2 {
  display: none;
  height:0;
}

#navigators ul li ul {
  float:left;
  height:0;
  display: block;
  width:900px;
  position: absolute;
  list-style-type:none;
  list-style-position:inside;
  vertical-align:middle;
}

#navigators li li {
  background-image: url("button.png");
  display:list-item;
  right:0px;
  margin: 0px;
  padding: 0px;
  height:50px;
  line-height: 1em;
  vertical-align:middle;
}

#navigators li li a {
  display: table-cell;
  line-height: 1.2em;
  color: #f0f0f0;
  text-shadow: #000000 0px 1px 2px;
  width: 100%;
  height:50px;
  margin: 0px;
  padding: 0px;
  padding-left:20px;
  padding-right:20px;
  padding-top:15px;
  margin-top:15px;
  vertical-align:top;
}

#navigators li li:hover, #navigators li li.hover {
  background-image: url("buttonover.png");
  text-shadow: #000000 0px 2px 4px;
  background-repeat: no-repeat;
}

#navigators li li a:hover {
  color: #fff;
  margin: 0px;
  padding: 0px;
  padding-left:20px;
  padding-right:20px;
  padding-top:15px;
  padding-bottom:-25px;
  vertical-align:top;
}







#sidebars {
  display:block;
  width: 220px;
  float: left;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 80px;
  padding-left: 0px;
  margin-left: -24px;
}

#sidebars ul {
  width: 220px;
  padding: 0px;
  margin: 0px;
  color: #484848;
  padding-top: 5px;
  padding-bottom: 10px;
  list-style: none;
}

#sidebars h2 {
/*  background: #ffffff url("navigator.png") top center no-repeat; */
/*  height: 40px; */
  background-color: #e8e8e8;
  
  /* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  /* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe0e0e0);
  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe0e0e0)";

  
  padding: 0px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
}

#sidebars li li {
  color: #484848;
  font-size: 0.8em;
//  font-weight: bold;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 220px;
}

#sidebars a {
  color: #484848;
  display: block;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 162px;
}

#sidebars a:hover {
  color: #000000;
  background-color: #fff;
  
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
  background: -moz-linear-gradient(top, #ffffff, #c0c0c0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffc0c0c0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffc0c0c0)";

  text-decoration: none;
}



