body
{
  margin: 0 auto;
  padding: 0;
  background-color: #F0F0F0;
  background-image: url('images/page_t.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover,
.blockheader .t, .vmenublockheader .t, .logo-text, .logo-text a,
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 28px;
  text-align: left;
  text-transform: uppercase;
}

a
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #B25F00;
}

a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #B25F00;
}

a:visited, a.visited
{

  color: #595959;
}

a:hover, a.hover
{

  color: #000000;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{

  color: #421D15;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #EB7D00;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 22px;
  color: #A45C0E;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 18px;
  color: #696969;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 16px;
  color: #696969;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 14px;
  color: #696969;
}

#main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#page-background-glare
{
  position: absolute;
  width: 100%;
  height: 321px;
  left: 0;
  top: 0;
}

#page-background-glare-image
{
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  height: 321px;
  width: 400px;
  margin: 0;
}

html:first-child #page-background-glare
{
  border: 1px solid transparent;/* Opera fix */
}

#page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;

}

#page-background-gradient
{
  background-position: top left;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 900px;
  min-width: 45px;
  min-height: 45px;
}

.sheet-body
{
  position: relative;
  z-index: 1;
  padding: 4px;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
  z-index: -1;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 56px;
  height: 56px;
  background-image: url('images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 28px, 28px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 28px, 28px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(28px, 28px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(28px, auto, auto, 28px);
}

.sheet-tc, .sheet-bc
{
  left: 28px;
  right: 28px;
  height: 56px;
  background-image: url('images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 28px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(28px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 28px;
  bottom: 28px;
  width: 56px;
  background-image: url('images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 28px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 28px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background-color: #FFFFFF;
}

.sheet
{
  margin-top: 30px !important;
  cursor:auto;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare
{
  min-width: 900px;
}

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

.menu
{
  padding: 0 15px 0 15px;
}

.nav
{
  position: relative;
  height: 26px;
  z-index: 100;
}

.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 26px;
  cursor: pointer;
  text-decoration: none;
}

.menu li
{
  margin-right: 0;
  margin-left: 0;
}

.menu ul li
{
    margin:0;
    clear: both;
}


.menu a .r, .menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 78px;
  background-image: url('images/menuitem.png');
}

.menu a .l
{
  left: 0;
  right: 0;
}

.menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #141414;
  padding: 0 17px;
  margin: 0 0;
  line-height: 26px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -26px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -26px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -26px;
}
.menu a:hover .t
{
  color: #000000;
}

.menu li:hover a .t
{
  color: #000000;
}

.menu li:hover>a .t
{
  color: #000000;
}

.nav .menu-separator
{
  display: block;
  width: 1px;
  height: 26px;
  background-image: url('images/menuseparator.png');
}

.menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 26px;
  width: 180px;
  overflow: hidden;
  line-height: 26px;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #EE973A;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 26px;
  color: #0E0801;
  margin-right: 10px;
  margin-left: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #261503;
  border-color: #DD7B13;
  background-position: 0 -26px;
}

.menu ul li:hover>a
{
  color: #261503;
  border-color: #DD7B13;
  background-position: 0 -26px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #261503;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #261503;
}

div.header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 892px;
  height: 250px;
  overflow: hidden;
}


div.header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 892px;
  height: 250px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

.logo
{
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
  width: 488px;
}

h1.logo-name
{
  display: block;
  text-align: center;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-family: Algerian,Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 41px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #FFF3E5 !important;
}

.content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 892px;
}

.content-layout .content-layout
{
  width: auto;
  margin:0;
}

div.content-layout div.layout-cell, div.content-layout div.layout-cell div.content-layout div.layout-cell
{
   display: table-cell;
}

div.layout-cell div.layout-cell
{
   display: block;
}

div.content-layout-row
{
  display: table-row; 
}

.content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}

.vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}

.vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}

.vmenublock-tr, .vmenublock-tl, .vmenublock-br, .vmenublock-bl, .vmenublock-tc, .vmenublock-bc,.vmenublock-cr, .vmenublock-cl
{
  position: absolute;
  z-index: -1;
}

.vmenublock-tr, .vmenublock-tl, .vmenublock-br, .vmenublock-bl
{
  width: 14px;
  height: 14px;
  background-image: url('images/vmenublock_s.png');
}

.vmenublock-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 7px, 7px, auto);
}

.vmenublock-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 7px, 7px);
}

.vmenublock-bl
{
  bottom: 0;
  left: 0;
  clip: rect(7px, 7px, auto, auto);
}

.vmenublock-br
{
  bottom: 0;
  right: 0;
  clip: rect(7px, auto, auto, 7px);
}

.vmenublock-tc, .vmenublock-bc
{
  left: 7px;
  right: 7px;
  height: 14px;
  background-image: url('images/vmenublock_h.png');
}

.vmenublock-tc
{
  top: 0;
  clip: rect(auto, auto, 7px, auto);
}

.vmenublock-bc
{
  bottom: 0;
  clip: rect(7px, auto, auto, auto);
}

.vmenublock-cr, .vmenublock-cl
{
  top: 7px;
  bottom: 7px;
  width: 14px;
  background-image: url('images/vmenublock_v.png');
}

.vmenublock-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 7px);
}

.vmenublock-cl
{
  left: 0;
  clip: rect(auto, 7px, auto, auto);
}

.vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-color: #EBEBEB;
}

.vmenublock
{
  margin: 10px;
}

.vmenublockheader
{
  position: relative;
  z-index: 0;
  height: 38px;
  margin-bottom: 0;
}

.vmenublockheader .t
{
  height: 38px;
  color: #5C5C5C;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 38px;	
}

.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 3px;
}


.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 3px;
}

ul.vmenu, ul.vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 28px;
  cursor: pointer;
  text-decoration: none;
}

ul.vmenu li.vmenu-separator
{
  display: block;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 1px;
  background-color: #A6A6A6;
}

ul.vmenu .vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border-top: solid 1px #D9D9D9;
}

ul.vmenu a .r, ul.vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 84px;
  background-image: url('images/vmenuitem.png');
}

ul.vmenu a .l
{
  left: 0;
  right: 21px;
}

ul.vmenu a .r
{
  width: 900px;
  right: 0;
  clip: rect(auto, auto, auto, 879px);
}

ul.vmenu a .t
{
  display: block;
  line-height: 28px;
  color: #4D4D4D;
  padding: 0 12px 0 31px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-left:0;
  margin-right:0;
}

ul.vmenu a:hover .l, ul.vmenu a:hover .r
{
  top: -28px;
}

ul.vmenu a:hover .t
{
  color: #8D4F0C;
}

ul.vmenu a.active .l, ul.vmenu a.active .r
{
  top: -56px;
}

ul.vmenu a.active .t
{
  color: #DBDBDB;
}

ul.vmenu ul, ul.vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.vmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 24px;
  overflow: visible;
  background-image: url('images/vsubitem.gif');
  background-position: 24px 0;
  background-repeat: repeat-x;
  padding-left: 39px;
}


ul.vmenu ul span, ul.vmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

ul.vmenu ul a, ul.vmenu ul a:link, ul.vmenu ul a:visited, ul.vmenu ul a:hover, ul.vmenu ul a:active, ul.vmenu ul span, ul.vmenu ul span span
{
  line-height: 24px;
  color: #545454;
  font-size: 11px;
  margin-left: 0;
}

ul.vmenu ul
{
    margin:0 0 0 0;
}

ul.vmenu ul ul
{
  margin:0 0 0 0;
}

ul.vmenu ul li.vsubmenu-separator
{ 
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 0 0 0 0;
   background-color: #E0E0E0;
}

ul.vmenu ul .vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border-top: solid 1px #D9D9D9;
}

ul.vmenu ul li li a
{
  background-position: 48px 0;
  padding-left: 63px;
}

ul.vmenu ul li li li a
{
  background-position: 72px 0;
  padding-left: 87px;
}

ul.vmenu ul li li li li a
{
  background-position: 96px 0;
  padding-left: 111px;
}

ul.vmenu ul li li li li li a
{
  background-position: 120px 0;
  padding-left: 135px;
}


ul.vmenu ul li a.active
{
  color: #2E2E2E;
  background-position: 24px -48px;
}

ul.vmenu ul li li a.active
{
  background-position: 48px -48px;
}

ul.vmenu ul li li li a.active
{
  background-position: 72px -48px;
}

ul.vmenu ul li li li li a.active
{
  background-position: 96px -48px;
}

ul.vmenu ul li li li li li a.active
{
  background-position: 120px -48px;
}

ul.vmenu ul li a:hover, ul.vmenu ul li a:hover.active
{
  color: #633709;
  background-position: 24px -24px;
}


ul.vmenu ul li li a:hover, ul.vmenu ul li li a:hover.active
{
  background-position: 48px -24px;
}

ul.vmenu ul li li li a:hover, ul.vmenu ul li li li a:hover.active
{
  background-position: 72px -24px;
}

ul.vmenu ul li li li li a:hover, ul.vmenu ul li li li li a:hover.active
{
  background-position: 96px -24px;
}

ul.vmenu ul li li li li li a:hover, ul.vmenu ul li li li li li a:hover.active
{
  background-position: 120px -24px;
}

.block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}

.block-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}

.block-tr, .block-tl, .block-br, .block-bl, .block-tc, .block-bc,.block-cr, .block-cl
{
  position: absolute;
  z-index: -1;
}

.block-tr, .block-tl, .block-br, .block-bl
{
  width: 14px;
  height: 14px;
  background-image: url('images/block_s.png');
}

.block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 7px, 7px, auto);
}

.block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 7px, 7px);
}

.block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(7px, 7px, auto, auto);
}

.block-br
{
  bottom: 0;
  right: 0;
  clip: rect(7px, auto, auto, 7px);
}

.block-tc, .block-bc
{
  left: 7px;
  right: 7px;
  height: 14px;
  background-image: url('images/block_h.png');
}

.block-tc
{
  top: 0;
  clip: rect(auto, auto, 7px, auto);
}

.block-bc
{
  bottom: 0;
  clip: rect(7px, auto, auto, auto);
}

.block-cr, .block-cl
{
  top: 7px;
  bottom: 7px;
  width: 14px;
  background-image: url('images/block_v.png');
}

.block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 7px);
}

.block-cl
{
  left: 0;
  clip: rect(auto, 7px, auto, auto);
}

.block-cc
{
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-image: url('images/block_c.png');
}

.block
{
  margin: 10px;
}

.blockheader
{
  position: relative;
  z-index: 0;
  height: 38px;
  margin-bottom: 0;
}

.blockheader .t
{
  height: 38px;
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 30px;
  white-space: nowrap;
  line-height: 38px;	
}

.blockheader .l, .blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 38px;
  background-image: url('images/blockheader.png');
}

.blockheader .l
{
  left: 0;
  right: 24px;
}

.blockheader .r
{
  width: 892px;
  right: 0;
  clip: rect(auto, auto, auto, 868px);
}

.blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}

.blockcontent-body
{
  color: #5C5C5C;
  font-size: 12px;
}

.blockcontent-body a:link
{
  color: #91510D;
}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #878787;
}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #D67200;
  text-decoration: none;
}

.blockcontent-body ul
{
  list-style-type: none;
  color: #472600;
  margin: 0;
  padding: 0;
}

.blockcontent-body ul li
{
  line-height: 1.25em;
  padding: 0 0 0 15px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}

.button-wrapper .button
{
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #E0E0E0 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 24px;
  height: 24px;
  margin: 0;
  padding: 0 9px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.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 .button-wrapper
{
  display: block;
  float: left;
}

input, select
{
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
}

.button-wrapper.hover .button, .button:hover
{
  color: #331B00 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button
{
  color: #FDF5EC !important;
}

.button-wrapper .l, .button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 72px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .l
{
  left: 0;
  right: 10px;
}

.button-wrapper .r
{
  width: 413px;
  right: 0;
  clip: rect(auto, auto, auto, 403px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
  top: -24px;
}

.button-wrapper.active .l, .button-wrapper.active .r
{
  top: -48px;
}

.button-wrapper input
{
  float: none !important;
}

.post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.post-body
{
  position: relative;
  z-index: 1;
  padding: 10px;
}

.post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  margin: 10px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color: Transparent;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #B5B5B5;
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

.postheader
{
  margin: 0.2em 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  color: #804400;
}

.postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover
{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0;
  color: #804400;
}

.postheader a:link
{
  text-decoration: none;
  color: #995200;
}

.postheader a:visited, .postheader a.visited
{

  color: #EB8314;
}

.postheader a:hover, .postheader a.hovered
{
  text-decoration: underline;
  color: #000000;
}

.postheadericons
{
  padding: 1px;
}

.postheadericons, .postheadericons a, .postheadericons a:link, .postheadericons a:visited, .postheadericons a:hover
{
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  color: #545454;
}

.postheadericons a, .postheadericons a:link, .postheadericons a:visited, .postheadericons a:hover
{
  margin: 0;
}

.postheadericons a:link
{

  color: #B25F00;
}

.postheadericons a:visited, .postheadericons a.visited
{

  color: #A45C0E;
}

.postheadericons a:hover, .postheadericons a.hover
{
  text-decoration: none;
  color: #EB7D00;
}

.postcontent p
{
  margin: 0.5em 0;
}

.postcontent, .postcontent p
{
  text-align: justify;
}

.postcontent
{
  margin: 0;
}

ol, ul
{
  color: #545454;
  margin: 1em 0 1em 2em;
  padding: 0;
  margin-left: 12px;
  font-size: 12px;
  text-align: left;
}

li ol, li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

li
{
  margin: 0.2em 0;
  padding: 0;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;

}

.post li
{
  padding: 0 0 0 16px;
  line-height: 1em;
}

.post ol li, .post ul ol li
{
  background: none;
  padding-left: 0;
}

.post ul li, .post ol ul li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 16px;
}

blockquote,
blockquote p,
.postcontent blockquote p
{
  color: #1F1000;
  font-style: italic;
  font-weight: normal;
}

blockquote,
.postcontent blockquote
{
  border: solid 1px #FFB561;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 27px;
  background-color: #FFD9AD;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.postfootericons
{
  padding: 1px;
}

.postfootericons, .postfootericons a, .postfootericons a:link, .postfootericons a:visited, .postfootericons a:hover
{
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  color: #545454;
}

.postfootericons a, .postfootericons a:link, .postfootericons a:visited, .postfootericons a:hover
{
  margin: 0;
}

.postfootericons a:link
{

  color: #B25F00;
}

.postfootericons a:visited, .postfootericons a.visited
{

  color: #B25F00;
}

.postfootericons a:hover, .postfootericons a.hover
{

  color: #EB7D00;
}

.footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 892px;
  margin: 0 auto;
}

.footer .footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 15px;
  text-align: center;
}

.footer .footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('images/footer.png');
  width: 892px;
  height: 150px;
  bottom: 0;
  left: 0;
}


.rss-tag-icon
{
  position: relative;
  display: block;
  float: left;
  background-image: url('images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
  cursor: default;
}


.footer .footer-text p
{
  margin: 0;
}

.footer .footer-text
{
  display: inline-block;
  color: #2E2E2E;
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
}

.footer .footer-text a:link
{
  text-decoration: none;
  color: #8D4F0C;

}

.footer .footer-text a:visited
{
  text-decoration: none;
  color: #4D4D4D;

}

.footer .footer-text a:hover
{
  color: #995200;
  text-decoration: none;
}

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .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: #CC6D00;
}

.page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #666666;
}

.content-layout .sidebar1
{
  width: 20%;
}

.content-layout .content
{
  width: 60%;
}
.content-layout .content-sidebar1
{
  width: 80%;
}
.content-layout .content-sidebar2
{
  width: 80%;
}
.content-layout .content-wide
{
  width: 100%;
}

.content-layout .sidebar2
{
  width: 20%;
}

.commentlist, .commentlist li
{
  background: none;
}

.commentlist li li
{
  margin-left: 30px;
}

.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin: 1px;
  background: #fff;
}

.commentlist li cite
{
  font-size: 1.2em;
}

#commentform textarea
{
  width: 100%;
}

img.wp-smiley
{
  border: none;
  margin: 0;
  padding: 0;
}

.navigation
{
  display: block;
  text-align: center;
}

.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.alignright img, img.alignright
{
  margin: 1em;
  margin-right: 0;
}

.alignleft img, img.alignleft
{
  margin: 1em;
  margin-left: 0;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End */


.hidden
{
  display: none;
}

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

.gallery {
  letter-spacing: normal;
}

.content {
  position: relative;
  z-index: 1;   
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}
