body, p
{
  margin: 0.5em 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #334852;
  background-color: #212F35;
}

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: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 22px;
}

a, 
.post li a
{
  text-decoration: underline;
  color: #2B78A1;
}

a:link,
.post li a:link
{
  text-decoration: underline;
  color: #2B78A1;
}

a:visited, a.visited,
.post li a:visited, .post li a.visited
{
  text-decoration: none;
  color: #3B535E;
}

a:hover, a.hover,
.post li a:hover, .post li a.hover
{
  text-decoration: none;

  color: #205A79;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 0.25em 0;
  font-size: 20px;
  color: #205A79;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.5em 0;
  font-size: 18px;
  color: #205A79;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 0.5em 0;
  font-size: 14px;
  color: #7FAFC3;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 0.5em 0;
  font-size: 12px;
  color: #1A2429;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 0.5em 0;
  font-size: 14px;
  color: #1A2429;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 0.5em 0;
  font-size: 12px;
  color: #1A2429;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

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

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

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

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




.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: 1000px;
  min-width: 43px;
  min-height: 43px;
}

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

.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: 42px;
  height: 42px;
  background-image: url('../images/sheet_s.png');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end Box, Sheet */

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

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




div.nav-center
{
  position: relative;
  float: right;
  right: 50%;

}

ul.menu
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 ul.menu
{
  float: none;
}


/* menu structure */

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

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


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 23px;
  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: 69px;
  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-weight: bold;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #D3DEE4;
  padding: 0 12px;
  margin: 0 0;
  line-height: 23px;
  text-align: center;
}

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

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

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

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

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

/* end MenuItem */

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

/* begin MenuSubItem */
.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: #8DB8C9;
}

.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;
  line-height: 26px;
  color: #27373F;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #2E5361;
  border-color: #8DB8C9;
  background-position: 0 -26px;
}

.menu ul li:hover>a
{
  color: #2E5361;
  border-color: #8DB8C9;
  background-position: 0 -26px;
}

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

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


/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 998px;
}

.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;
}
/* end Layout */

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

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

.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: 18px;
  height: 18px;
  background-image: url('../images/vmenublock_s.png');
}

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

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

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

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

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

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

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

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

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

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

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

.vmenublock
{
  margin: 10px;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.vmenublockheader
{
  position: relative;
  z-index: 0;
  height: 25px;
  margin-bottom: 0;
}

.vmenublockheader .t
{
  height: 25px;
  color: #276C91;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-variant: small-caps;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 25px;	
}

/* end BlockHeader, VMenuBlockHeader */

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

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


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

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  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: 26px;
  cursor: pointer;
  text-decoration: none;
}

ul.vmenu li.vmenu-separator
{
  display: block;
  padding: 2px 0 2px 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;
  z-index: -1;
  height: 78px;
  background-image: url('../images/vmenuitem.png');
}

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

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

ul.vmenu a .t
{
  display: block;
  line-height: 26px;
  color: #3B535E;
  padding: 0 11px 0 27px;
  font-variant: small-caps;
  font-size: 13px;
  margin-left:0;
  margin-right:0;
}

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

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

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

ul.vmenu a.active .t
{
  color: #7AB9DC;
}
/* 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: 16px;
  overflow: visible;
  background-image: url('../images/vsubitem.gif');
  background-position: 20px 0;
  background-repeat: repeat-x;
  padding-left: 38px;
  border: solid 1px #B6D2DD;
}


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: 16px;
  color: #476471;
  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;
 }

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 li a
{
  background-position: 40px 0;
  padding-left: 58px;
}

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

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

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


ul.vmenu ul li a.active
{
  color: #1A4861;
  background-position: 20px -32px;
  border: solid 1px #8DB8C9;
}

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

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

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

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



ul.vmenu ul li a:hover, ul.vmenu ul li a:hover.active
{
  color: #3B6A7D;
  background-position: 20px -16px;
}


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

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

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

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

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

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

.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: 18px;
  height: 18px;
  background-image: url('../images/block_s.png');
}

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

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

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

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

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

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

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

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

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

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

.block-cc
{
  position: absolute;
  z-index: -1;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  background-color: #E3EEF2;
}

.block
{
  margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  position: relative;
  z-index: 0;
  height: 25px;
  margin-bottom: 0;
}

.blockheader .t
{
  height: 25px;
  color: #276C91;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-variant: small-caps;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 25px;	
}

/* end BlockHeader */

/* begin Box, BlockContent */
.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, 
.blockcontent-body a, 
.blockcontent-body li a
{
  color: #000000;

}

.blockcontent-body a,
.blockcontent-body li a
{
  color: #335B6C;
  text-decoration: none;
}

.blockcontent-body a:link,
.blockcontent-body li a:link
{
  color: #335B6C;
  text-decoration: none;
}

.blockcontent-body a:visited, .blockcontent-body a.visited,
.blockcontent-body li a:visited, .blockcontent-body li a.visited
{
  color: #5C9AB2;

}

.blockcontent-body a:hover, .blockcontent-body a.hover,
.blockcontent-body li a:hover, .blockcontent-body li a.hover
{
  color: #2D7EA9;

  text-decoration: underline;
}

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

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


/* end Box, BlockContent */

/* begin Button */
.button-wrapper .button
{
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #E9EFF1 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 27px;
  height: 27px;
  margin: 0 !important;
  padding: 0 11px !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: 27px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

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

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

.block select 
{
    width:96%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-cc
{
  position: absolute;
  z-index: -1;
  top: 19px;
  left: 19px;
  right: 19px;
  bottom: 19px;
  background-color: #D2E3EA;
}

.post
{
  margin: 7px;
}

a img
{
  border: 0;
}

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

.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 #639EB6;
  vertical-align: top;
  text-align: left;
}

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

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

/* end Box, Post */

/* begin PostMetadata, PostMetadataHeader */
.postmetadataheader
{
  padding: 1px;
  background-color: #E3EEF2;
  border-color: #B6D2DD;
  border-style: solid;
  border-width: 1px;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostHeaderIcon */
.post h2.postheader, 
.post h2.postheader a, 
.post h2.postheader a:link, 
.post h2.postheader a:visited, 
.post h2.postheader a.visited, 
.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 28px;
  text-align: center;
  color: #1F5775;
}

.post h2.postheader a, 
.post h2.postheader a:link, 
.post h2.postheader a:visited, 
.post h2.postheader a.visited, 
.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  margin: 0;
  font-variant: small-caps;
  text-decoration: none;
  color: #25698D;
}

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

  color: #396779;
}


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


  color: #215D7D;
}

.post h2.postheader img
{
  border: none;
  vertical-align: middle;
  margin: 0;
}
/* end PostHeaderIcon */

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

}

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

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

.post ul
{
  list-style-type: none;
}

.post ol
{
  list-style-position: inside;

}



.post li
{
  padding: 0 0 0 13px;
  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: 13px;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.postcontent blockquote p
{
  color: #061218;

}
.postcontent 
{
  min-height: 380px;

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

/* end PostQuote */

/* begin Footer */
.footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 998px;
  margin: 0 auto;
}

.footer .footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 10px;
}

.footer .footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('../images/footer.png');
  width: 998px;
  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: 27px;
  width: 26px;
  cursor: default;
}


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

.footer, .footer-text, .footer-text p
{
  color: #0E1316;
  text-align: center;
}

.footer .footer-text,
.footer .footer-text a,
.footer .footer-text a:link,
.footer .footer-text a:visited,
.footer .footer-text a:hover
{
  font-size: 11px;
}

.footer .footer-text a,
.footer .footer-text a:link
{
  color: #213B45;
  text-decoration: none;
}

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

}

.footer .footer-text a:hover
{
  color: #205A79;

  text-decoration: underline;
}
/* 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: #5EABD4;
}

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

/* begin LayoutCell, sidebar1 */
.content-layout .sidebar1
{
  width: 20%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.content-layout .content
{
  width: 60%;
}
.content-layout .content-sidebar1
{
  width: 80%;
}
.content-layout .content-sidebar2
{
  width: 80%;
}
.content-layout .content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.content-layout .sidebar2
{
  width: 20%;
}
/* end LayoutCell, sidebar2 */




.overview-table .layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}
#at-search{background-color:transparent;background-repeat:no-repeat;background-attachment:scroll;background-position:left center;position:absolute;top:8px;right:30px;z-index:1000;}
#at-search div.moduletable{background-color:transparent;background-repeat:no-repeat;background-attachment:scroll;padding-right:0;border-width:0;}
#at-search fieldset{margin:0;padding:0;border:0}
#at-search .search_text{padding-right:5px;color:#FFFFFF}
#at-search .search_input{width:100px;padding:2px 5px 3px 7px;color:#5f5c5c;font-size:10px;background:#ffffff;border-width:0;}
.crumb_navigation{width:980px;height:15px;color:#333;padding:5px 10px 15px 0}
.crumb_navigation a{color:#B51000;font-weight:700;text-decoration:underline}
#logo-area{position:absolute;top:20px;left:10px;width:282px;height:175px;overflow:hidden;}
#logo-container{position:absolute;top:10px;left:12px;width:282px;height:175px;}
.shop-area{text-align:right;min-width:140px;height:75px;position:absolute;top:30px;right:30px;z-index:1000;}
#shop-container{position:absolute;top:5px;right:10px;min-width:150px;height:70px;}
