#t8-main, table
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.t8-postcontent,
.t8-postcontent li,
.t8-postcontent table,
.t8-postcontent a,
.t8-postcontent a:link,
.t8-postcontent a:visited,
.t8-postcontent a.visited,
.t8-postcontent a:hover,
.t8-postcontent a.hovered
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

.t8-postcontent p
{
    margin: 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  text-decoration: none;
}

.t8-postcontent a
{
  text-decoration: underline;
  color: #961D59;
}

.t8-postcontent a:link
{
  text-decoration: underline;
  color: #961D59;
}

.t8-postcontent a:visited, .t8-postcontent a.visited
{
  text-decoration: none;
  color: #961D59;
}

.t8-postcontent  a:hover, .t8-postcontent a.hover
{
  text-decoration: underline;
  color: #C52675;
}

.t8-postcontent h1
{
   color: #961D59;
margin: 21px 0;
   font-size: 18px;    
}

.t8-blockcontent h1
{
margin: 21px 0;
   font-size: 18px; 
}

.t8-postcontent h1 a, .t8-postcontent h1 a:link, .t8-postcontent h1 a:hover, .t8-postcontent h1 a:visited, .t8-blockcontent h1 a, .t8-blockcontent h1 a:link, .t8-blockcontent h1 a:hover, .t8-blockcontent h1 a:visited 
{
   font-size: 18px; 
}

.t8-postcontent h2
{
   color: #961D59;
margin: 19px 0;
   font-size: 14px;    
}

.t8-blockcontent h2
{
margin: 19px 0;
   font-size: 14px; 
}

.t8-postcontent h2 a, .t8-postcontent h2 a:link, .t8-postcontent h2 a:hover, .t8-postcontent h2 a:visited, .t8-blockcontent h2 a, .t8-blockcontent h2 a:link, .t8-blockcontent h2 a:hover, .t8-blockcontent h2 a:visited 
{
   font-size: 14px; 
}

.t8-postcontent h3
{
   color: #A21041;
margin: 19px 0;
   font-size: 13px;    
}

.t8-blockcontent h3
{
margin: 19px 0;
   font-size: 13px; 
}

.t8-postcontent h3 a, .t8-postcontent h3 a:link, .t8-postcontent h3 a:hover, .t8-postcontent h3 a:visited, .t8-blockcontent h3 a, .t8-blockcontent h3 a:link, .t8-blockcontent h3 a:hover, .t8-blockcontent h3 a:visited 
{
   font-size: 13px; 
}

.t8-postcontent h4
{
   color: #4A071E;
margin: 20px 0;
   font-size: 12px;    
}

.t8-blockcontent h4
{
margin: 20px 0;
   font-size: 12px; 
}

.t8-postcontent h4 a, .t8-postcontent h4 a:link, .t8-postcontent h4 a:hover, .t8-postcontent h4 a:visited, .t8-blockcontent h4 a, .t8-blockcontent h4 a:link, .t8-blockcontent h4 a:hover, .t8-blockcontent h4 a:visited 
{
   font-size: 12px; 
}

.t8-postcontent h5
{
   color: #4A071E;
margin: 26px 0;
   font-size: 11px;    
}

.t8-blockcontent h5
{
margin: 26px 0;
   font-size: 11px; 
}

.t8-postcontent h5 a, .t8-postcontent h5 a:link, .t8-postcontent h5 a:hover, .t8-postcontent h5 a:visited, .t8-blockcontent h5 a, .t8-blockcontent h5 a:link, .t8-blockcontent h5 a:hover, .t8-blockcontent h5 a:visited 
{
   font-size: 11px; 
}

.t8-postcontent h6
{
   color: #6B0B2B;
margin: 35px 0;
   font-size: 10px;    
}

.t8-blockcontent h6
{
margin: 35px 0;
   font-size: 10px; 
}

.t8-postcontent h6 a, .t8-postcontent h6 a:link, .t8-postcontent h6 a:hover, .t8-postcontent h6 a:visited, .t8-blockcontent h6 a, .t8-blockcontent h6 a:link, .t8-blockcontent h6 a:hover, .t8-blockcontent h6 a:visited 
{
   font-size: 10px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html 
{
    height:100%;
}

#t8-main
{
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  overflow:visible;
}

body
{
  padding: 0; 
  margin:0;
  color: #4A071E;
  height:100%;
  min-height:100%;
  background-color: #5E9118;
  background-image: url('../images/Bottom_texture.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
  min-width: 1000px;
}

#t8-page-background-middle-texture
{
  position: relative;
  background-image: url('../images/Middle_texture.jpg');
  background-repeat: repeat-x;
  background-position: top left;
  background-attachment: fixed;
  width:100%;
  min-height:100%;
  min-width: 1000px;
 }

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:table; 
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Header */
div.t8-header
{
  margin: 0 auto;
  position: relative;
  z-index: -1;
  width:1000px;
  height: 206px;
  margin-top: 17px;
  margin-bottom: -3px;
}

div.t8-header-clip
{
  position: absolute;
  width:100%;
  left:0;
  overflow:hidden;
  height:206px;
}

.t8-header-wrapper 
{
    position: relative;
    width:1000px;
    margin:0 auto;
}
.t8-header-inner 
{
    margin: 0 3px;
}

div.t8-header-center
{
	position: relative;
	width: 1000px;
	left:50%;
}

div.t8-header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 1000px;
  height: 206px;
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}

div.t8-header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 1000px;
  height: 206px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
div.t8-logo
{
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 0;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.t8-hmenu a, .t8-hmenu a:link, .t8-hmenu a:visited, .t8-hmenu a:hover
{
    outline: none;
}

.t8-hmenu, .t8-hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.t8-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.t8-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.t8-hmenu li li
{
  float: none;
}

.t8-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('../images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.t8-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.t8-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.t8-hmenu:after, .t8-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.t8-hmenu{
  min-height: 0;
  position:relative;
  padding: 6px 6px 6px 6px;
  float: left;
}

.t8-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

/* menu structure */

.t8-nav
{
  position: relative;
  width:1000px;
  margin:0 auto;
  min-height: 37px;
  z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
}

.t8-nav-outer
{
    position:absolute;
    width:100%;
}

.t8-nav-wrapper 
{
    position: relative;
    width:1000px;
    margin:0 auto;
}
.t8-nav-inner 
{
    margin: 0 3px;
}

.t8-nav-l, .t8-nav-r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('../images/nav.png');
}

.t8-nav-l
{
  left: 0;
  right: 11px;
}

.t8-nav-r
{
  right: 0;
  width: 1000px;
  clip: rect(auto, auto, auto, 989px);
}

.t8-hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: 37px;
  background-position: center;
}

.t8-hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: 37px;
  background-position: center;
}

/* images in menu items */
ul.t8-hmenu img.t8-menu-image, ul.t8-hmenu img.t8-menu-image-left
{
  vertical-align: middle;
  margin-right: 5px;
}

ul.t8-hmenu img.t8-menu-image-right
{
  vertical-align: middle;
  margin-left: 5px;
}
/* end Menu */

/* begin MenuItem */
.t8-hmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 25px;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.t8-hmenu ul li
{
    margin:0;
    clear: both;
}

.t8-hmenu a .r, .t8-hmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 85px;
  background-image: url('../images/menuitem.png');
}

.t8-hmenu a .l
{
  left: 0;
  right: 3px;
}

.t8-hmenu a .r
{
  width: 406px;
  right: 0;
  clip: rect(auto, auto, auto, 403px);
}

.t8-hmenu a .t, .t8-hmenu ul a, .t8-hmenu a:link, .t8-hmenu a:visited, .t8-hmenu a:hover
{
  text-align: left;
  text-decoration: none;
}

.t8-hmenu a .t
{
  color: #D0F0A3;
  padding: 0 15px;
  margin: 0 3px;
  line-height: 25px;
  text-align: center;
}

.t8-hmenu a:hover .l, .t8-hmenu a:hover .r
{
  top: -30px;
}

.t8-hmenu li:hover>a .l, .t8-hmenu li:hover>a .r
{
  top: -30px;
}

.t8-hmenu li:hover a .l, .t8-hmenu li:hover a .r
{
  top: -30px;
}
.t8-hmenu a:hover .t
{
  color: #FFFFFF;
}

.t8-hmenu li:hover a .t
{
  color: #FFFFFF;
}

.t8-hmenu li:hover>a .t
{
  color: #FFFFFF;
}

.t8-hmenu a.active .l, .t8-hmenu a.active .r
{
  top: -60px;
}

.t8-hmenu a.active .t
{
  color: #E4F6CA;
}

.t8-hmenu a:hover.separator-without-submenu 
{
  cursor: default;
}

.t8-hmenu a:hover.separator-without-submenu .t
{
  color: #D0F0A3;
}

.t8-hmenu li:hover a.separator-without-submenu .t
{
  color: #D0F0A3;
}

a:hover.separator-without-submenu .r, a:hover.separator-without-submenu .l 
{
  top: 0 !important;
}
/* end MenuItem */

/* begin MenuSeparator */
.t8-hmenu .t8-hmenu-li-separator
{
  display: block;
  width: 8px;
  height:25px;
}
/* end MenuSeparator */

/* begin MenuSubItem */
.t8-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  background-image: url('../images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #1D2C07;
  font-size: 11px;
  margin:0;
  padding:0;
}

.t8-nav ul.t8-hmenu ul span, .t8-nav ul.t8-hmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.t8-hmenu ul a:link, .t8-hmenu ul a:visited, .t8-hmenu ul a:hover, .t8-hmenu ul a:active, .t8-nav ul.t8-hmenu ul span, .t8-nav ul.t8-hmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #1D2C07;
  font-size: 11px;
  margin:0;
  padding:0;
}

.t8-hmenu ul li a:hover
{
  color: #000000;
  background-position: 0 -20px;
}

.t8-hmenu ul li:hover>a
{
  color: #000000;
  background-position: 0 -20px;
}

.t8-nav .t8-hmenu ul li a:hover span, .t8-nav .t8-hmenu ul li a:hover span span
{
  color: #000000;
}

.t8-nav .t8-hmenu ul li:hover>a span, .t8-nav .t8-hmenu ul li:hover>a span span
{
  color: #000000;
}

/* end MenuSubItem */

/* begin Box, Sheet */
.t8-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 23px;
  min-height: 23px;
  margin-top: -3px;
  margin-bottom: -3px;
  cursor:auto;
  width: 1000px;
}

.t8-sheet-body
{
  position: relative;
  padding: 3px;
    padding-top:3px;
    padding-bottom:3px;
}

.t8-sheet-tr, .t8-sheet-tl, .t8-sheet-br, .t8-sheet-bl, .t8-sheet-tc, .t8-sheet-bc,.t8-sheet-cr, .t8-sheet-cl
{
  position: absolute;
}

.t8-sheet-tr, .t8-sheet-tl, .t8-sheet-br, .t8-sheet-bl
{
  width: 34px;
  height: 34px;
  background-image: url('../images/sheet_s.png');
}

.t8-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 17px, 17px, auto);
}

.t8-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 17px, 17px);
}

.t8-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(17px, 17px, auto, auto);
}

.t8-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(17px, auto, auto, 17px);
}

.t8-sheet-tc, .t8-sheet-bc
{
  left: 17px;
  right: 17px;
  height: 34px;
  background-image: url('../images/sheet_h.png');
}

.t8-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 17px, auto);
}

.t8-sheet-bc
{
  bottom: 0;
  clip: rect(17px, auto, auto, auto);
}

.t8-sheet-cr, .t8-sheet-cl
{
  top: 17px;
  bottom: 17px;
  width: 34px;
  background-image: url('../images/sheet_v.png');
}

.t8-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 17px);
}

.t8-sheet-cl
{
  left: 0;
  clip: rect(auto, 17px, auto, auto);
}

.t8-sheet-cc
{
  position: absolute;
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 17px;
  background-color: #FFFFFF;
}

#t8-page-background-top-texture, #t8-page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Layout */
.t8-content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.t8-layout-cell, .t8-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.t8-content-layout .t8-content-layout{width: auto;margin:0;}
.t8-content-layout .t8-layout-cell, .t8-content-layout .t8-layout-cell .t8-content-layout .t8-layout-cell{display: table-cell;}
.t8-layout-cell .t8-layout-cell{display: block;}
.t8-content-layout-row {display: table-row;}
.t8-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.t8-block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 10px;
}

.t8-block-body
{
  position: relative;
  padding: 0;
}

div.t8-block img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #6B1440;
  border-style: solid;
  margin: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.t8-blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 24px;
}

.t8-blockheader h3.t
{
  position: relative;
  height: 24px;
  color: #000000;
  font-size: 12px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 24px;
}

.t8-blockheader h3.t a,
.t8-blockheader h3.t a:link,
.t8-blockheader h3.t a:visited, 
.t8-blockheader h3.t a:hover
{
  color: #000000;
  font-size: 12px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.t8-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.t8-blockcontent-body
{
  position: relative;
  padding: 5px;
  color: #220714;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.t8-blockcontent-body table,
.t8-blockcontent-body li, 
.t8-blockcontent-body a,
.t8-blockcontent-body a:link,
.t8-blockcontent-body a:visited,
.t8-blockcontent-body a:hover
{
  color: #220714;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.t8-blockcontent-body p
{
  margin: 6px 0;
}

.t8-blockcontent-body a, .t8-blockcontent-body a:link
{
  color: #2F091C;
  text-decoration: none;
}

.t8-blockcontent-body a:visited, .t8-blockcontent-body a.visited
{
  color: #2F091C;
  text-decoration: none;
}

.t8-blockcontent-body a:hover, .t8-blockcontent-body a.hover
{
  color: #C52675;
  text-decoration: underline;
}

.t8-blockcontent-body ul li
{
  line-height: 125%;    
  color: #5E9118;
  padding: 0 0 0 12px;
  background-image: url('../images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.t8-button-wrapper a.t8-button,
.t8-button-wrapper a.t8-button:link,
.t8-button-wrapper input.t8-button,
.t8-button-wrapper button.t8-button
{
  text-decoration: none;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 24px;
  height: 24px;
  margin: 0 !important;
  padding: 0 9px !important;
  overflow: visible;
  cursor: pointer;
}

.t8-button img, .t8-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.t8-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .t8-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
}

.t8-block select 
{
    width:96%;
}

.t8-button-wrapper.hover .t8-button, .t8-button-wrapper.hover a.t8-button:link, .t8-button:hover
{
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.t8-button-wrapper.active .t8-button, .t8-button-wrapper.active a.t8-button:link
{
  color: #000000 !important;
}

.t8-button-wrapper .t8-button-l, .t8-button-wrapper .t8-button-r
{
  display: block;
  position: absolute;
  height: 82px;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
}

.t8-button-wrapper .t8-button-l
{
  left: 0;
  right: 9px;
}

.t8-button-wrapper .t8-button-r
{
  width: 407px;
  right: 0;
  clip: rect(auto, auto, auto, 398px);
}

.t8-button-wrapper.hover .t8-button-l, .t8-button-wrapper.hover .t8-button-r
{
  top: -29px;
}

.t8-button-wrapper.active .t8-button-l, .t8-button-wrapper.active .t8-button-r
{
  top: -58px;
}

.t8-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.t8-post
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 0;
}

.t8-post-body
{
  position: relative;
  padding: 10px;
}

a img
{
  border: 0;
}

.t8-article img, img.t8-article, .t8-block img, .t8-footer img
{
  border: solid 0 #2E0513;
  margin: 7px;
}

.t8-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.t8-article table, table.t8-article
{
  border-collapse: collapse;
  margin: 1px;
}

.t8-article th, .t8-article td
{
  padding: 2px;
  border: solid 0 #000000;
  vertical-align: top;
  text-align: left;
}

.t8-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.t8-postheader
{
  color: #6B1440;
  margin: 5px 0;
  font-size: 18px;
}

h2.t8-postheader a, 
h2.t8-postheader a:link, 
h2.t8-postheader a:visited,
h2.t8-postheader a.visited,
h2.t8-postheader a:hover,
h2.t8-postheader a.hovered
{
  font-size: 18px;
}

h2.t8-postheader a, h2.t8-postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #81184D;
}

h2.t8-postheader a:visited, h2.t8-postheader a.visited
{
  color: #81184D;
}

h2.t8-postheader a:hover,  h2.t8-postheader a.hovered
{
  text-decoration: underline;
  color: #C52675;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.t8-postheadericons,
.t8-postheadericons a,
.t8-postheadericons a:link,
.t8-postheadericons a:visited,
.t8-postheadericons a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  color: #000000;
}

.t8-postheadericons
{
  padding: 1px;
}

.t8-postheadericons a, .t8-postheadericons a:link
{
  text-decoration: underline;
  color: #C52675;
}

.t8-postheadericons a:visited, .t8-postheadericons a.visited
{
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #961D59;
}

.t8-postheadericons a:hover, .t8-postheadericons a.hover
{
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #D51555;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostContent */
.t8-postcontent
{
  display:inline;
}
/* end PostContent */

/* begin PostBullets */
.t8-post ol, .t8-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.t8-post li
{
  font-size: 12px;
  color: #000000;
  padding: 0 0 0 10px;
}

.t8-post li ol, .t8-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.t8-post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.t8-post ul>li
{
  background-image: url('../images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 10px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.t8-postcontent blockquote,
.t8-postcontent blockquote a,
.t8-postcontent blockquote a:link,
.t8-postcontent blockquote a:visited,
.t8-postcontent blockquote a:hover
{
  color: #000000;
}

.t8-postcontent blockquote p
{
   margin:3px;
}

.t8-postcontent blockquote
{
   border: solid 0 #DBF4B9;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 0;
  background-color: #FFFFFF;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.t8-postfootericons,
.t8-postfootericons a,
.t8-postfootericons a:link,
.t8-postfootericons a:visited,
.t8-postfootericons a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  color: #000000;
}

.t8-postfootericons
{
  padding: 1px;
}

.t8-postfootericons a, .t8-postfootericons a:link
{
  text-decoration: underline;
  color: #961D59;
}

.t8-postfootericons a:visited, .t8-postfootericons a.visited
{
  text-decoration: none;
  color: #961D59;
}

.t8-postfootericons a:hover, .t8-postfootericons a.hover
{
  text-decoration: none;
  color: #D51555;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.t8-footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.t8-footer-b 
{
  position: absolute;
  left:5px;
  right:5px;
  bottom:0;
  height:5px;
  background-image: url('../images/footer_b.png');
}

.t8-footer-r, .t8-footer-l
{
  position: absolute;
  height:5px;
  background-image: url('../images/footer_s.png');
  bottom: 0;
}

.t8-footer-l
{
  left: 0;
  width:5px;
}

.t8-footer-r
{
  right: 0;
  width:10px;
  clip: rect(auto, auto, auto, 5px);
}

.t8-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: #426510;
}

.t8-footer-body
{
    position:relative;
    padding: 5px;
}

.t8-footer-body .t8-rss-tag-icon
{
  position: absolute;
  left:   6px;
  bottom:5px;
  z-index:1;
}

.t8-rss-tag-icon
{
  display: block;
  background-image: url('../images/livemarks.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 32px;
  width: 30px;
  cursor: default;
}

.t8-footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.t8-footer-text,
.t8-footer-text a,
.t8-footer-text a:link,
.t8-footer-text a:visited,
.t8-footer-text a:hover,
.t8-footer-text td, 
.t8-footer-text th,
.t8-footer-text caption
{
    color: #CEEF9F;
}

.t8-footer-text
{
  min-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.t8-footer-text a,
.t8-footer-text a:link
{
  color: #E576AD;
  text-decoration: none;
}

.t8-footer-text a:visited
{
  color: #B7E873;
}

.t8-footer-text a:hover
{
  color: #A1E147;
}

div.t8-footer img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #6B1440;
  border-style: solid;
  margin: 0;
}/* end Footer */

/* begin PageFooter */
.t8-page-footer, 
.t8-page-footer a,
.t8-page-footer a:link,
.t8-page-footer a:visited,
.t8-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #7C184A;
}

.t8-page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #A72063;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.t8-content-layout .t8-sidebar1
{
  width: 200px;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

/* end LayoutCell, content */

table.moduletable th
{
  padding: .5em 0;
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
}

.firefox2 table.poll tr td div
{
  font-size: 0;
}

#footer
{
  text-align: center;
}

.contentpaneopen span.small,
.contentpaneopen td.createdate,
.contentpaneopen td.modifydate
{
  font-size: 75%;
  padding-bottom: 1em;
}

.column_separator
{
  padding-left: 10px;
}

div.offline
{
  background: #fffebb;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  padding: 5px;
}

/* headers */
legend
{
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}

/* form validation */
.invalid
{
  border-color: #ff0000;
}

label.invalid
{
  color: #ff0000;
}

/** overlib **/

.ol-foreground
{
  background-color: #f6f6f6;
}

.ol-background
{
  background-color: #666;
}

.ol-textfont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.ol-captionfont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: bold;
}

.ol-captionfont a
{
  color: #0B55C4;
  text-decoration: none;
  font-size: 12px;
}

/* spacers */
span.article_separator
{
  display: none;
}

td.buttonheading img
{
  border: none;
}

.clr
{
  clear: both;
}

div#maindivider
{
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator
{
  display: none;
}

/* edit button */
.contentpaneopen_edit
{
  float: left;
}

/* table of contents */
table.contenttoc
{
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td
{
  padding: 0 5px;
}

/* content tables */
td.sectiontableheader
{
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2
{
  padding: 3px;
}

/* content styles */
table.contentpaneopen,
table.contentpane
{
  margin: 0;
  padding: 0;
  width: auto;
}

table.contentpaneopen li
{
  margin-bottom: 5px;
}

table.contentpaneopen fieldset
{
  border: 0;
  border-top: 1px solid #ddd;
}

table.contentpaneopen h3
{
  margin-top: 25px;
}

table.contentpaneopen h4
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

.highlight
{
  background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable
{
  margin-bottom: 0;
}

div.moduletable,
div.module
{
  margin-bottom: 25px;
}

div.module_menu h3
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  margin: -23px -4px 5px -5px;
  padding-left: 10px;
  padding-bottom: 2px;
}

div.module_menu
{
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

div.module_menu div div div
{
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: auto;
}

div.module_menu div div div div
{
  background: none;
  padding: 0;
}

div.module_menu ul
{
  margin: 10px 0;
  padding-left: 20px;
}

div.module_menu ul li a:link,
div.module_menu ul li a:visited
{
  font-weight: bold;
}

#leftcolumn div.module
{
  padding: 0 10px;
}

#leftcolumn div.module table
{
  width: auto;
}

/* forms */
table.adminform textarea
{
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input
{
  width: 95%;
  border: 1px solid #ccc;
  margin: 5px 0 5px 0;
}

.t8-nav div.search input 
{
    width: auto;
}

/* login form module and component */

.t8-j15 form#form-login
{
  text-align: left;
}

.t8-j15 form#form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

.t8-j15 form#form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.t8-j15 form#form-login ul li
{
  background-image: none;
  padding: 0;
}

.t8-j16 form#login-form,
.t8-j16 form#login-form p
{
  text-align: left;
}

.t8-j16 form#login-form fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

#modlgn_username,
#modlgn_passwd
{
  width: 90%;
}

#form-login-username,
#form-login-password,
#form-login-remember
{
  display: block;
  margin: 0;
}

form#com-form-login
{
  text-align: left;
}

form#com-form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

form#com-form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form#com-form-login ul li
{
  background-image: none;
  padding: 0;
}

/* thumbnails */
div.mosimage
{
  margin: 5px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #666;
}

div.caption
{
  padding: 0 10px 0 10px;
}

div.caption img
{
  border: 1px solid #CCC;
}

div.caption p
{
  font-size: .90em;
  color: #666;
  text-align: center;
}

/* Parameter Table */
table.paramlist
{
  margin-top: 5px;
}

table.paramlist td.paramlist_key
{
  width: 128px;
  text-align: left;
  height: 30px;
}

div.message
{
  font-weight: bold;
  font-size: 14px;
  color: #c30;
  text-align: center;
  width: auto;
  background-color: #f9f9f9;
  border: solid 1px #d5d5d5;
  margin: 3px 0 10px;
  padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.banneritem img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text advert style */

.banneritem_text
{
  padding: 4px;
  font-size: 11px;
}

.bannerfooter_text
{
  padding: 4px;
  font-size: 11px;
  background-color: #f7f7f7;
  text-align: right;
}

/* Polls */
.pollstableborder
{
  margin-top: 8px;
}

.pollstableborder td
{
  text-align: left;
  vertical-align: middle;
}

/* WebLinks */
span.description
{
  display: block;
  padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px;
}

td.key
{
  border-bottom: 1px solid #eee;
  color: #666;
}

/* Tooltips */

.tool-tip
{
  float: left;
  background: #ffc;
  border: 1px solid #d4d5aa;
  padding: 5px;
  max-width: 200px;
}

.tool-title
{
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
  font-size: 100%;
  margin: 0;
}

#syndicate
{
  float: left;
  padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
  padding: 2px 0;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: 0;
}

.mceToolbarTop {
  white-space: normal;
}

.mceEditor
{
  background: none;
}

#archive-list
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#archive-list li
{
  list-style-type: none;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}

#navigation,
#navigation p
{
  text-align: center;
}

.article h3 img
{
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.t8-footer-text .moduletable
{
  border: none;
  margin: 0;
  padding: 0;
}

.img_caption.left
{
  float: left;
  margin-right: 1em;
}

.img_caption.right
{
  float: right;
  margin-left: 1em;
}

.img_caption.left p
{
  clear: left;
  text-align: center;
}

.img_caption.right p
{
  clear: right;
  text-align: center;
}

.img_caption img
{
  margin: 0;
}

.contentheading
{
font-size: 13px;
  color: #A21041;
}

#system-message ul li {
  background-image: none;
  padding-left: 0;
}

/* category items */

.t8-j16 .cat-items ul.actions,
.t8-j16 .cat-items ul.actions li,
.t8-j16 .cat-items ul.actions li img
{
  display: inline;
  margin: 0;
  padding: 0;
}

.t8-j16 .cat-items ul.actions li
{
  background: none;
}

/* pagination */

.t8-j15 .pagination
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.t8-j15 .pagination span
{
  margin: 0;
  padding: 0;
}

.t8-j15 .pagination a
{
  padding: 2px;
}

/* article navigation */

.t8-j15 .pagenav
{
  width: 100%;
}

.t8-j15 .pagenav td,
.t8-j15 .pagenav th
{
  border: none;
  font-weight: normal;
}

/* categories list container */

.t8-j16 .category-desc .image-left
{
  float: left;
  margin: 0 5px 5px 0;
}

.t8-j16 .category-desc .image-right
{
  float: left;
  margin: 0 0 5px 5px;
}

 /* categories list items */

.t8-j16 .categories-list ul
{
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}

.t8-j16 .categories-list ul li
{
  background-image: none;
  padding: 5px;
  clear: both;
}

.t8-j16 .categories-list ul ul
{
  margin-left: 10px;
}

.t8-j16 dl.newsfeed-count dl,
.t8-j16 dl.weblink-count dl,
.t8-j16 dl.article-count dl
{
  clear: both;
}

.t8-j16 dl.newsfeed-count dt,
.t8-j16 dl.newsfeed-count dd,
.t8-j16 dl.weblink-count dt,
.t8-j16 dl.weblink-count dd,
.t8-j16 dl.article-count dt,
.t8-j16 dl.article-count dd
{
  display: inline;
}

.t8-j16 dl.newsfeed-count dd,
.t8-j16 dl.weblink-count dd,
.t8-j16 dl.article-count dd
{
  padding: 0;
  margin: 0;
}

/* category subcategories */

.t8-j16 .cat-children ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.t8-j16 .cat-children ul li
{
  background-image: none;
  padding: 5px;
  clear: both;
}

/* contact */

.t8-j16 .contact-email div
{
  padding: 3px 0;
}

.t8-j16 .contact-email label
{
  width: 15em;
  float: left;
}

/* articles archive items */

.t8-j16 #archive-items
{
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

.t8-j16 #archive-items li
{
  list-style-type: none;
  background-image: none;
  margin: 10px 0;
  padding: 0;
}

/* article */
.t8-j16 .pagenav
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.t8-j16 .pagenav li
{
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  background-image: none;
}

/* blog layout */

.t8-j16 .cols-2 .column-1,
.t8-j16 .cols-2 .column-2,
.t8-j16 .cols-3 .column-1,
.t8-j16 .cols-3 .column-2,
.t8-j16 .cols-3 .column-3
{
  float: left;
  clear: right;
}

.t8-j16 .cols-2 .column-1 { width: 50%; }
.t8-j16 .cols-2 .column-2 { width: 50%; }
.t8-j16 .cols-3 .column-1 { width: 33%; }
.t8-j16 .cols-3 .column-2 { width: 33%; }
.t8-j16 .cols-3 .column-3 { width: 34%; }

.t8-j16 .row-separator
{
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}

/* article info */

.t8-j16 .article-info
{
  margin: 10px 0;
}

.t8-j16 .article-info .article-info-term
{
  display: none;
}

.t8-j16 .article-info dd
{
  background-image: none;
  margin: 0;
  padding: 0;
  line-height: 120%;
}

/* login */

.t8-j16 .login .login-description img
{
  float: left;
  margin: 0 5px 5px 0;
}

.t8-j16 .login fieldset
{
  clear: both;
  border:  0;
}

.t8-j16 .login .login-fields label
{
  float: left;
  width: 15em;
  display: block;
}

/* search form */

.t8-j16 #searchForm .phrases-box label
{
  display: block;
  line-height: 1.6em;
  margin-left: 2em;
}

.t8-j16 #searchForm .phrases-box input
{
  display: block;
  float: left;
  width: auto;
  border: none;
  line-height: 1.6em;
  margin: 0;
}

.t8-j16 #searchForm .only label
{
  display: block;
  line-height: 1.6em;
  margin-left: 2em;
}

.t8-j16 #searchForm .only input
{
  display: block;
  float: left;
  width: auto;
  border: none;
  line-height: 1.6em;
  margin: 0;
}

.t8-j16 #searchForm .form-limit
{
  margin-top: .5em;
}

/* pagination */

.t8-j16 .pagination
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.t8-j16 .pagination .counter
{
  text-align: center;
}

.t8-j16 .pagination ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.t8-j16 .pagination li
{
  display: inline;
  padding: 2px 5px;
  text-align: left;
  margin: 0 2px;
  background-image: none;
}

.t8-j16 .pagination li.pagination-start,
.t8-j16 .pagination li.pagination-start span,
.t8-j16 .pagination li.pagination-end,
.t8-j16 .pagination li.pagination-end span
{
  padding: 0;
}

/* system messages */

.t8-j16 #system-message
{
  margin-bottom: 20px;
}

.t8-j16 #system-message dd.message ul
{
  background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

.t8-j16 #system-message dd.error ul
{
  color: #c00;
  background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

.t8-j16 #system-message dd.notice ul
{
  color: #c00;
  background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
  border-top: 3px solid #f0dc7e;
  border-bottom: 3px solid #f0dc7e;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

.t8-j16 #system-message ul li
{
  background-image: none;
  padding-left: 0;
}

/* icon tooltip */

.t8-j16 .tip
{
  border: solid 1px #333;
  background: #ffffcc;
  padding: 3px;
  text-align: left;
}

.t8-j16 .tip-title
{
  font-weight: bold;
}

/* rss */
.t8-rss-tag-icon img
{
  padding: 0 !important;
  margin: 0 !important;
}

/* Plugin compatilibity. */

/* 152316, DOCman */

.dm_taskbar ul
{
  background-image: none;
  margin: 0;
  padding: 0;
}

.dm_taskbar ul li
{
  background-image: none;
}

/* Custom styles */


