#main, table
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #12404F;
  background-color: #FFFFFF;
  background-image: url('images/Bottom_texture.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    letter-spacing: normal;
}

.postcontent p
{
    margin: 12px 5px 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: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}

.postcontent a
{
  text-decoration: none;
  color: #727065;
}

.postcontent a:link
{
  text-decoration: none;
  color: #727065;
}

.postcontent a:visited, .postcontent a.visited
{

  color: #727065;
}

.postcontent  a:hover, .postcontent a.hover
{

  text-decoration: underline;
  color: #727065;
}


.postcontent h1
{
   margin: 15px 0 0 0; 
   color: #12404F;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-size: 25px; 
}

.postcontent h2
{
    color: #12404F;
 
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-size: 22px;   
}

.postcontent h3
{
 
  color: #12404F; 
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 18px;    
}

.postcontent h4
{
   margin: 20px 10px 20px 20px; 
   color: #12404F; 
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-size: 15px;   
}

.postcontent h5
{
   margin: 23px 10px 23px 20px; 
   color: #12404F;   
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-size: 15px;
}

.postcontent h6
{
   margin: 32px 10px 32px 20px; 
   color: #12404F;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-size: 15px;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

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

#page-background-glare
{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
}

#page-background-glare-image
{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  background-position: top left;
}

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

#page-background-middle-texture
{
  position: absolute;
  background-image: url('images/Middle_texture.jpg');
  background-repeat: repeat-x;
  background-position: top left;
  background-attachment: fixed;
  width:100%;
  min-height:100%;
  overflow:visible;
  
}


.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;
  margin: 0 auto;
  min-width: 59px;
  min-height: 59px;
}

.sheet-body
{
  position: relative;
  padding: 5px;
}


.sheet
{
  top: 10px !important;
  margin-bottom: 10px !important;
  cursor:auto;
  width: 1000px;
}


/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
    outline: none;
}

.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 structure */

.menu
{
  padding: 4px 20px 4px 20px;
}

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

.nav .l, .nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.nav .l
{
  left: 0;
  right: 20px;
}

.nav .r
{
  right: 0;
  width: 990px;
  clip: rect(auto, auto, auto, 970px);
}


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 28px;
  cursor: pointer;
  text-decoration: none;
}


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


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

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

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

.menu a .t, .menu ul a, .menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.menu a .t
{
  color: #12404F;
  padding: 0 11px;
  margin: 0 12px;
  line-height: 28px;
  text-align: center;
}

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

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

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

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

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


.menu a.active .l, .menu a.active .r
{
  top: -66px;
}

.menu a.active .t
{
  color: #727065;
}
/* end MenuItem */

/* begin MenuSeparator */
.menu .menu-li-separator
{
  display: block;
  width: 4px;
  height:28px;
}
/* end MenuSeparator */

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

.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: 20px;
  color: #727065;

  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #12404F;
  border-color: #FFFFFF;
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #12404F;
  border-color: #FFFFFF;
  background-position: 0 -20px;
}

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

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


/* end MenuSubItem */

/* begin Header */
div.header
{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}


div.header-center
{
	position: relative;
	width: 990px;
	left:50%;
}


div.header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 990px;
  height: 150px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}


/* end Header */

/* begin Logo */
div.logo
{
  display: block;
  position: absolute;
  left: 20px;
  top: 50px;
  width: 970px;
}

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

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 35px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #12404F !important;
}


/* end Logo */

/* begin Layout */
.content-layout
{
  display: table;
  width: 100%;
  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;
}
.content-layout .content-layout{width: auto;margin:0;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell{display: table-cell;}
.layout-cell .layout-cell{display: block;}
.content-layout-row {display: table-row;}
.layout-glare{position:relative;}/* end Layout */

/* begin Box, Block, VMenuBlock */
.vmenublock
{
  position: relative;
  margin: 0 auto;
  min-width: 49px;
  min-height: 49px;
}

.vmenublock-body
{
  position: relative;
  padding: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.vmenublock-cc
{
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background-image: url('images/vmenublock_c.png');
}

.vmenublock
{
  margin: 5px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.vmenublockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  padding: 0;
}


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

.vmenublockcontent-body
{
  position: relative;
  padding: 0;
}


/* end Box, Box, VMenuBlockContent */

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

ul.vmenu ul
{
  display: none;
}

ul.vmenu ul.active
{
  display: block;
}
/* end VMenu */

/* begin VMenuItem */
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;
}

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

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

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

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

ul.vmenu a .t, ul.vmenu ul a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
}

ul.vmenu a .t
{
  display: block;
  position:relative;
  top:0;
  line-height: 28px;
  color: #12404F;
  padding: 0 23px 0 13px;
  margin-left:0;
  margin-right:0;
}

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

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

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

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


/* end VMenuItem */

/* begin VMenuSubItem */
ul.vmenu ul, ul.vmenu ul li
{
  margin: 0;
  padding: 0;
}

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

ul.vmenu ul li
{
  padding: 0;
}

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: 22px;
  color: #12404F;
  font-size: 11px;
  margin-left: 0;
}

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

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

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

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

ul.vmenu ul li.vmenu-separator-first
{
    padding-bottom:2px;
}

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

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

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

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


ul.vmenu ul li a.active
{
  color: #FFFFFF;
  background-position: 25px -54px;
}

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

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

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

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



ul.vmenu ul li a:hover, ul.vmenu ul li a:hover.active
{
  color: #FFFFFF;
  background-position: 25px -27px;
}


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

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

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

ul.vmenu ul li li li li li a:hover, ul.vmenu ul li li li li li a:hover.active
{
  background-position: 125px -27px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.block
{
  position: relative;
  margin: 0 auto;
  min-width: 43px;
  min-height: 43px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  margin-bottom: 0;
}

.blockheader, .blockheader h3.t
{
  position: relative;
  height: 42px;
}

.blockheader h3.t,
.blockheader h3.t a,
.blockheader h3.t a:link,
.blockheader h3.t a:visited, 
.blockheader h3.t a:hover
{
  color: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 15px;
}

.blockheader h3.t
{
  margin:0;
  padding: 0 11px 0 11px;
  white-space: nowrap;
  line-height: 42px;	
}

.blockheader .l, .blockheader .r
{
  position: absolute;
  height: 42px;
  background-image: url('images/blockheader.png');
}

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

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

/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 41px;
  min-height: 41px;
}

.blockcontent-body
{
  position: relative;
  padding: 6px;
}


.blockcontent-body, 
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #12404F;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  letter-spacing: normal;
}

.blockcontent-body p
{
  margin: 0 0 0 5px;
}

.blockcontent-body a
{
  color: #FFFFFF;
  text-decoration: none;
}

.blockcontent-body a:link
{
  color: #FFFFFF;
  text-decoration: none;
}

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

}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #727065;


}

.blockcontent-body ul li
{
  text-decoration: none;
  line-height: 125%;    
  color: #12130B;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.button-wrapper a.button,
.button-wrapper a.button:link,
.button-wrapper input.button,
.button-wrapper button.button
{
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #727065 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 34px;
  height: 34px;
  margin: 0 !important;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
}

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

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #12404F !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #12404F !important;
}

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

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

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

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

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

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  margin: 0 auto;
  min-width: 51px;
  min-height: 51px;
}

.post-body
{
  position: relative;
  padding: 11px;
}

.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl
{
  position: absolute;
}

.post-tr, .post-tl, .post-br, .post-bl
{
  width: 58px;
  height: 58px;
  background-image: url('images/post_s.png');
}

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

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

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

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

.post-tc, .post-bc
{
  left: 29px;
  right: 29px;
  height: 58px;
  background-image: url('images/post_h.png');
}

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

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

.post-cr, .post-cl
{
  top: 29px;
  bottom: 29px;
  width: 58px;
  background-image: url('images/post_v.png');
}

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

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

.post-cc
{
  position: absolute;
  top: 29px;
  left: 29px;
  right: 29px;
  bottom: 29px;
  background-image: url('images/post_c.png');
}

.post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 0px #FFFFFF;
  margin: 5px;
}

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

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

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

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

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

/* end Box, Post */

/* begin PostHeaderIcon */
h2.postheader
{
  color: #12404F;
  margin: 4px 0 4px 0;
}

h2.postheader, 
h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 25px;
}

h2.postheader a, h2.postheader a:link
{
  text-decoration: none;
  color: #12404F;
}

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

  color: #12404F;
}


h2.postheader a:hover,  h2.postheader a.hovered
{

  text-decoration: underline;
  color: #12404F;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  line-height: 150%;
}

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

.post li
{
  color: #12404F;
  margin: 0 0 10px -17px;
  padding: 0;
}


.post li
{
  padding: 0 0 0 10px;
}

.post ol>li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.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 */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #12404F;
  font-style: italic;
}

.postcontent blockquote p
{
   margin: 2px 0 2px 0;
}

.postcontent blockquote
{
   border: solid 1px #A4D9EA;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 5px;
  background-color: #CDEAF4;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.footer-b 
{
  position: absolute;
  left:20px;
  right:20px;
  bottom:0;
  height:50px;
  background-image: url('images/footer_b.png');
}

.footer-r, .footer-l
{
  position: absolute;
  height:50px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.footer-l
{
  left: 0;
  width:20px;
}

.footer-r
{
  right: 0;
  width:40px;
  clip: rect(auto, auto, auto, 20px);
}

.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-image: url('images/footer_t.png');
  background-position: left bottom;
}

.footer-body
{
    position:relative;
    padding: 20px;
}


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

.footer,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover
{
    color: #0C2C36;

}

.footer-text
{
  padding: 0 10px 0 10px;

}

.footer,
.footer-text,
.footer p
{
  text-align: right;
}

.footer a,
.footer a:link
{
  color: #727065;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

.footer a:visited
{
  color: #727065;

}

.footer a:hover
{
  color: #1C657D;


}
/* end Footer */

/* begin PageFooter */
.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: #12404F;
}

.page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #727065;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.content-layout .sidebar1
{
  width: 250px;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */




/* end LayoutCell, content */



textarea#comment{width:100%;}

.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;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.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;
  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;
}

.wp-caption, .wp-caption p
{
    text-align: center;
}
/* End */


.hidden
{
  display: none;
}

/* Calendar */
#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;    
}

img.wp-post-image 
{
    margin:0 5px 5px 0 !important;
}

div.footer li, ul.commentlist li
{
    list-style-image: none;
    background:none;
    list-style-type:none;
    
}

div.footer div.content-layout,  
div.content div.content-layout
{
    margin:0 auto;
    width:100%;
}

div.footer ul
{
    padding-left: 0;
}

div.footer ul li ul
{
    padding-left: 20px;
}


div.layout-cell-size1 
{
    width:100%;
}

div.layout-cell-size2 
{
    width:50%;
}
div.layout-cell-size3 
{
    width:33%;
}

div.layout-cell-size4
{
    width:25%;
}

div.author-info img.avatar 
{
	float:left;	
	margin-top:0;
}


