html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
img {
  vertical-align: top;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
}
ul, ol {
  list-style: none;
}
/*main*/
html, body {
  height: 100%;
}
body {
  background: #efefef;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
h1 {
  color: #2a466a;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
h2 {
  color: #245ea8;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
a {
  color: #245ea8;
  text-decoration: underline;
}
p {
  line-height: 20px;
}
.text p {
  padding-bottom: 10px;
}
ul {
  line-height: 20px;
  padding-bottom: 10px;
}
li {
  /*color: #2a466a;*/
  list-style: square;
  margin-left: 15px;
}
li span {
  color: #333;
}
.bold {
  font-weight: bold;
}
#wrap {
  background: url(../images/bg.png) center top repeat-y;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 1008px;
}
#header {
  margin: 0 auto;
  padding: 5px 34px 10px;
  width: 940px;
}
#menu {
  background: url(../images/horzimg.png) left -1px repeat-x;
  height: 40px;
  min-width: 1008px;
}
#menu .inner, #footmenu .inner {
  margin: 0 auto;
  width: 1000px;
}
#menu .inner {
  position: relative;
}

.top-menu-link {
	width:90px !important;
}


#menu a span, #footmenu a span {
  color: #fff;
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}
#menu .active span {
  background: url(../images/horzimg.png) left -95px repeat-x;
}
#footmenu a span {
  color: #96b0d0 !important;
}
#spacer {
  height: 110px;
}
#footer {
  background: #1f2731;
  height: 80px;
  margin-top: -80px;
  min-width: 1008px;
}
#footmenu {
  background: #203249;
  height: 40px;
}
#footadd {
  margin: 30px auto 0;
  text-align: center;
  width: 1000px;
}
#footadd a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}
.footsep {
  background: url(../images/lifoot.png) 0 2px no-repeat;
  display: inline-block;
  height: 13px;
  margin: 0 15px;
  vertical-align: top !important;
  width: 12px;
}
#content-one {
  padding: 30px 34px 0;
  margin: 0 auto;
  width: 940px;
}
#content-one ol li{
 list-style-type: decimal;
 margin-left: 40px;
 color: #333;
}
.content_table {
	border-collapse: separate;
	border: 1px solid #399; 
    border-spacing: 7px 5px;
}
.footer_links a {
	color: #FFFFFF;
}
.footer_links {
	color: #FFFFFF;
        padding-top:10px;
}
