/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label, ul, li {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal;
}

img {
  border: 0;
}

.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background: #cbcbcb;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  overflow-y: scroll;
  text-align: center;
}

#w {
  *zoom: 1;
  background: black;
  -webkit-box-shadow: rgba(111, 111, 111, 0.4) 5px 5px 15px, rgba(111, 111, 111, 0.4) -5px 5px 15px;
  -moz-box-shadow: rgba(111, 111, 111, 0.4) 5px 5px 15px, rgba(111, 111, 111, 0.4) -5px 5px 15px;
  box-shadow: rgba(111, 111, 111, 0.4) 5px 5px 15px, rgba(111, 111, 111, 0.4) -5px 5px 15px;
  margin: 12px auto 0 auto;
  text-align: left;
  width: 900px;
}
#w:after {
  content: "";
  display: table;
  clear: both;
}

#header {
  background: #040036;
  height: 240px;
  *zoom: 1;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header a {
  display: block;
  float: left;
}
#header img {
  float: left;
}

#c2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
  background: white;
}

#c1 {
  float: left;
  min-height: 500px;
  width: 100%;
  position: relative;
  right: 648px;
  background: #040036;
}

#nav {
  float: left;
  font-size: 14px;
  left: 648px;
  overflow: hidden;
  position: relative;
  width: 252px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav > ul {
  margin: 0 12px;
}
#nav > ul > li {
  border-top: 1px dashed white;
  padding: 4px 8px;
}
#nav > ul > li a {
  color: white;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 250%;
  text-decoration: none;
}
#nav > ul > li strong {
  color: #fc9c19;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 250%;
}
#nav > ul > li ul {
  padding: 0;
}
#nav > ul > li ul li {
  padding: 0 8px;
}
#nav > ul > li ul li strong {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIBAMAAADD3ygIAAAACXBIWXMAAbP+AAGz/gHtUdBxAAAAHlBMVEUEADYYCTP8nBl+UCGcYh0zIi3LfhpuRiS7dRtfPiYAsFhCAAAALUlEQVR4XgXAMQ3AIBAAwKuDHyqBMJNfmHHAhBMMoADJRKAjB3+dvtOsEvKyeTDLA7ljksSAAAAAAElFTkSuQmCC') 0 9px no-repeat;
  cursor: pointer;
  font-weight: normal;
  line-height: 180%;
  padding: 0 8px;
}
#nav > ul > li ul li a {
  font-weight: normal;
  line-height: 180%;
  padding: 0 8px;
}
#nav > ul:last-child {
  border-bottom: 1px dashed white;
}
#nav > ul li.on > a {
  color: #fc9c19;
  font-weight: bold;
}

#main_w {
  margin: 0 18px 0 38px;
}

#main {
  color: #040036;
  float: left;
  font-size: 13px;
  left: 648px;
  overflow: hidden;
  position: relative;
  width: 648px;
}
#main h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 0;
}
#main h2 {
  font-size: 14px;
  font-weight: bold;
}
#main h3, #main h4, #main h5, #main h6 {
  font-size: 13px;
  font-weight: bold;
}
#main li {
  margin: 0 18px 0 18px;
}
#main a {
  color: #fc9c19;
}

.tools {
  background: white;
  float: right;
}

#footer {
  margin-top: 36px;
}
#footer p {
  color: #040036;
  font-size: 9px;
}
#footer p.top {
  padding: 0 0 8px;
}
#footer p.top a {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAMAAAB8rpxtAAAADFBMVEX8nBn///+YmJj8zmhDk7WFAAAALUlEQVR42mXJwQ0AQAgCwVvpv+cLD8XE/Q28FRvVWyAUAAMBauAMHzgZ0wGVPhALAE/AGq0AAAAAAElFTkSuQmCC') 0 2px no-repeat;
  display: block;
  height: 20px;
  padding-left: 16px;
}
#footer p.copy {
  border-top: 1px dashed #040036;
  padding: 16px 0 36px;
}
#footer a {
  color: #040036;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
