/*

This Stylesheet contains template specific styles

*/

/* ---------------------------------------------------- defaults */
body {
  margin:0;
  background:#00ac00;
}
body, p, div, td, span, font, a, a:visited {
  font-family:Comic Sans MS, Cursive, Palatino Linotype, Serif, Verdana;
  color: #333;
}
a, a:visited {
  color:#0000ff;
}
a:hover {
  color:#ff0000;
}
.clr {
  display:block;
  clear:both;
  height:0;width:100%;
}

/* ---------------------------------------------------- main */
#main {
  /* background:#41d02d url(../images/main_bg_x.jpg) left top repeat-x; */
  background:#41d02d url(../images/sub_header_bgx.jpg) left top repeat-x;
  text-align:center;
}
#main #main_col {
  /* background:url(../images/main_bg.jpg) center top no-repeat; */
  background:url(../images/sub_header_bg.jpg) center top no-repeat;
  margin:0 auto;
  width:970px;
}
#main #main_pad {
  margin:0 auto;
  width:910px;
  text-align:left;
}

/* ---------------------------------------------------- topbar */
#topmod {
  width:970px;
  height:160px;
  overflow:hidden;
}
#topmod #topmod_pad {
  padding:0;
}
#topmod #topmod_swf {
  width:970px;
}

/* ---------------------------------------------------- header */
#main #header {
  /*
  width:910px;
  height:182px;
  */
  height:24px;
  overflow:hidden;
}
#main #header #hlogo {
  float:left;
}
#main #header #trpos {
  float:right;
  padding:0 16px 0 0;
}
#main #header #trpos ul {
  margin:0;padding:0;
  color:#999;
}
#main #header #trpos ul li {
  list-style:square;
}
#main #header #trpos ul li a,
#main #header #trpos ul li a:visited {
  color:#333399;
  text-decoration:none;
}
#main #header #trpos ul li a:hover {
  color:#999900;
}

/* ---------------------------------------------------- content_bg */
#main div.content_bg {
  clear:both;
  background:url(../images/content_col_bg.jpg) left top repeat-y;
}
#main div.content_bg div.content_bg_top {
  padding-top:24px;
  background:url(../images/content_col_top_bg.jpg) left top no-repeat;
}
#main div.content_bg div.content_bg_bot {
  padding-bottom:62px;
  background:url(../images/content_col_bot_bg.jpg) left bottom no-repeat;
}

/* ---------------------------------------------------- content_bg */
#main div.content_bg_left {
  clear:both;
  background:url(../images/lefton_col_bg.jpg) left top repeat-y;
}
#main div.content_bg_left div.content_bg_top {
  padding-top:24px;
  background:url(../images/lefton_col_top_bg.jpg) left top no-repeat;
}
#main div.content_bg_left div.content_bg_bot {
  padding-bottom:62px;
  background:url(../images/lefton_col_bot_bg.jpg) left bottom no-repeat;
}

/* ---------------------------------------------------- menubar */
#main #menubar {
  background:url(../images/main_col_bg.html) center top repeat-y;
  height:80px;
}
#main #menubar #menubar_pad {
}

/* ---------------------------------------------------- left_col */
#main #left_col {
  margin:0 0 0 0;
  width:250px;
  float:left;
}
#main #left_col_pad {
  padding:0 20px 10px 18px;
}
#main #left_col ul {
  margin:0;
  padding:5px 0 5px 20px;
}
#main #left_col ul li {
  list-style:square;
}

/* ---------------------------------------------------- center_col */
#main .cenc {
  margin:0 0 0 35px;
  width:810px;
  background:#fff;
}
#main .cenc_lefton {
  margin:0 0 0 35px;
  width:600px;
  float:left;
}
#main .cenc_righton {
  margin:0 0 0 25px;
  width:650px;
  float:left;
}
#main .cenc_lefton_righton {
  width:300px;
}
#main .cenc #center_col_pad {
  padding:10px;
}

/* ---------------------------------------------------- left_col */
#main #right_col {
  margin:0 0 0 5px;
  width:200px;
  float:left;
}
#main #right_col_pad {
  padding:5px;
}
#main #right_col ul {
  margin:0;padding:5px 0 5px 20px;
}
#main #right_col ul li {
  list-style:square;
}

/* ---------------------------------------------------- left_col */
#main #footer_row {
  margin:20px 0 0 0;
  background:url(../images/footer_bg.jpg) left top repeat-x;
  clear:both;
}
#main #footer_row_pad {
  background:url(../images/footer_bg_mid.jpg) center top no-repeat;
  height:50px;
  overflow:hidden;
}
#main #footer_row .moduletable  {
  margin:0;padding:2px 0;
}
#main #footer_row p,
#main #footer_row p a,
#main #footer_row p a:visited {
  padding:0;margin:0;
  font-size:11px;
}
#main #footer_row ul {
  list-style:none;
  text-align:center;
  margin:0;
  padding:10px 0 0 0;
}
#main #footer_row ul li {
  display:inline;
  padding:0 5px 0 5px;
}
#main #footer_row ul li a,
#main #footer_row ul li a:visited {
  text-decoration:none;
  font-weight:bold;
  color:#CCC;
  padding:0 0 0 5px;
}
#main #footer_row ul li a:hover,
#main #footer_row ul li a#active_menu-nav,
#main #footer_row ul li a:visited#active_menu-nav {
  color:#FF0;
}

/* ---------------------------------------------------- copyright_row */
#main #copyright_row {
  background:#00ac00;
  border-top:1px solid #00ac00;
}
#main #copyright_row_pad {
}
#main #copyright_row_pad p,
#main #copyright_row_pad p a {
  color:#060;
  font-size:12px;
  text-decoration:none;
}
