/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #B5BFC0;
  background-image: url('images_site/page_t.jpg');
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: top center;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  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,
.wdnd_postheader, .wdnd_postheader a, .wdnd_postheader a:link, .wdnd_postheader a:visited, .wdnd_postheader a:hover,
.wdnd_blockheader .t, .wdnd_vmenublockheader .t, .wdnd_logo-text, .wdnd_logo-text a,
h1.wdnd_logo-name, h1.wdnd_logo-name a, h1.wdnd_logo-name a:link, h1.wdnd_logo-name a:visited, h1.wdnd_logo-name a:hover
{
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}

a
{
  text-decoration: underline;
  color: #457C92;
}

a:link
{
  text-decoration: underline;
  color: #457C92;
}

a:visited, a.visited
{

  color: #3A5964;
}

a:hover, a.hover
{
  text-decoration: none;
  color: #5C9AB2;
}

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

  color: #335B6C;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 22px;
  color: #335B6C;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 18px;
  color: #457C92;
}

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

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

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

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


#wdnd_page-background-gradient
{
  position: absolute;
  background-image: url('images_site/page_g.jpg');
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  height: 198px;

}

#wdnd_page-background-gradient
{
  background-position: top center;
}

#wdnd_page-background-simple-gradient
{
  position: absolute;
  background-image: url('images_site/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 198px;
}

.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 */
.wdnd_sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 926px;
  min-width: 25px;
  min-height: 25px;
}

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

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

.wdnd_sheet-tr, .wdnd_sheet-tl, .wdnd_sheet-br, .wdnd_sheet-bl
{
  width: 24px;
  height: 24px;
  background-image: url('images_site/sheet_s.png');
}

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

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

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

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

.wdnd_sheet-tc, .wdnd_sheet-bc
{
  left: 12px;
  right: 12px;
  height: 24px;
  background-image: url('images_site/sheet_h.png');
}

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

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

.wdnd_sheet-cr, .wdnd_sheet-cl
{
  top: 12px;
  bottom: 12px;
  width: 24px;
  background-image: url('images_site/sheet_v.png');
}

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

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

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

.wdnd_sheet
{
  margin-top: 10px !important;
  cursor:auto;
}

#wdnd_page-background-simple-gradient, #wdnd_page-background-gradient, #wdnd_page-background-glare
{
  min-width: 926px;
}

/* end Box, Sheet */

/* begin Header */
div.wdnd_header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 900px;
  height: 175px;
  overflow: hidden;
}

div.wdnd_header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 900px;
  height: 175px;
  background-image: url('images_site/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}


/* end Header */

/* begin Flash */
#wdnd_flash-area
{
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 175px;
}

#wdnd_flash-container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 175px;
}

#wdnd_flash-container div.wdnd_flash-alt
{
    position: relative;
    width: 110px;
    height: 30px;
    margin: 0 auto;
    top: 25px;
}
/* end Flash */

/* begin Logo */
.wdnd_logo
{
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 880px;
}

h1.wdnd_logo-name
{
  display: block;
  text-align: right;
}

h1.wdnd_logo-name, h1.wdnd_logo-name a, h1.wdnd_logo-name a:link, h1.wdnd_logo-name a:visited, h1.wdnd_logo-name a:hover
{
  font-family: "Courier New", Courier, Monospace;
  font-size: 26px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #213B45 !important;
}

.wdnd_logo-text
{
  display: block;
  text-align: right;
}

.wdnd_logo-text, .wdnd_logo-text a
{
  font-family: "Courier New", Courier, Monospace;
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #213B45 !important;
}
/* end Logo */

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

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

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

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

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

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

.wdnd_layout-cell, .wdnd_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 */
.wdnd_vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wdnd_vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

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

.wdnd_vmenublockheader .t
{
  height: 32px;
  color: #546263;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 28px;
  white-space: nowrap;
  line-height: 32px;	
}

.wdnd_vmenublockheader .l, .wdnd_vmenublockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 32px;
  background-image: url('images_site/vmenublockheader.png');
}

.wdnd_vmenublockheader .l
{
  left: 0;
  right: 22px;
}

.wdnd_vmenublockheader .r
{
  width: 920px;
  right: 0;
  clip: rect(auto, auto, auto, 898px);
}

/* end BlockHeader, VMenuBlockHeader */

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

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


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

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


/* end Box, Box, VMenuBlockContent */

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

ul.wdnd_vmenu ul
{
  display: none;
}

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

/* begin VMenuItem */
ul.wdnd_vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

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

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

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

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

ul.wdnd_vmenu a .r
{
  width: 926px;
  right: 0;
  clip: rect(auto, auto, auto, 909px);
}

ul.wdnd_vmenu a .t
{
  display: block;
  line-height: 30px;
  color: #171B1C;
  padding: 0 10px 0 27px;
  font-weight: bold;
  margin-left:0;
  margin-right:0;
}

ul.wdnd_vmenu a:hover .l, ul.wdnd_vmenu a:hover .r
{
  top: -30px;
}

ul.wdnd_vmenu a:hover .t
{
  color: #CCDCE1;
}

ul.wdnd_vmenu a.active .l, ul.wdnd_vmenu a.active .r
{
  top: -60px;
}

ul.wdnd_vmenu a.active .t
{
  color: #315868;
}
/* end VMenuItem */

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

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

ul.wdnd_vmenu ul li
{
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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


ul.wdnd_vmenu ul li a.active
{
  color: #335B6C;
  background-position: 25px -40px;
}

ul.wdnd_vmenu ul li li a.active
{
  background-position: 50px -40px;
}

ul.wdnd_vmenu ul li li li a.active
{
  background-position: 75px -40px;
}

ul.wdnd_vmenu ul li li li li a.active
{
  background-position: 100px -40px;
}

ul.wdnd_vmenu ul li li li li li a.active
{
  background-position: 125px -40px;
}



ul.wdnd_vmenu ul li a:hover, ul.wdnd_vmenu ul li a:hover.active
{
  color: #ECF2F4;
  background-position: 25px -20px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wdnd_block
{
  margin: 7px;
}

/* end Box, Block */

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

.wdnd_blockheader .t
{
  height: 32px;
  color: #546263;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 28px;
  white-space: nowrap;
  line-height: 32px;	
}

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

.wdnd_blockheader .l
{
  left: 0;
  right: 22px;
}

.wdnd_blockheader .r
{
  width: 920px;
  right: 0;
  clip: rect(auto, auto, auto, 898px);
}

/* end BlockHeader */

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

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


.wdnd_blockcontent-body
{
  color: #000000;

}

.wdnd_blockcontent-body a:link
{
  color: #335B6C;

}

.wdnd_blockcontent-body a:visited, .wdnd_blockcontent-body a.visited
{
  color: #7E8F91;

}

.wdnd_blockcontent-body a:hover, .wdnd_blockcontent-body a.hover
{
  color: #457C92;
  text-decoration: none;
}

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

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


/* end Box, BlockContent */

/* begin Button */
.wdnd_button-wrapper .wdnd_button
{

  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #E9ECEC !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

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

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

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

input, select
{
  vertical-align: middle;

}

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

.wdnd_button-wrapper.active .wdnd_button
{
  color: #E5EDF0 !important;
}

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

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

.wdnd_button-wrapper .r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.wdnd_button-wrapper.hover .l, .wdnd_button-wrapper.hover .r
{
  top: -33px;
}

.wdnd_button-wrapper.active .l, .wdnd_button-wrapper.active .r
{
  top: -66px;
}

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

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

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

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

.wdnd_post-tr, .wdnd_post-tl, .wdnd_post-br, .wdnd_post-bl
{
  width: 14px;
  height: 14px;
  background-image: url('images_site/post_s.png');
}

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

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

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

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

.wdnd_post-tc, .wdnd_post-bc
{
  left: 7px;
  right: 7px;
  height: 14px;
  background-image: url('images_site/post_h.png');
}

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

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

.wdnd_post-cr, .wdnd_post-cl
{
  top: 7px;
  bottom: 7px;
  width: 14px;
  background-image: url('images_site/post_v.png');
}

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

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

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

.wdnd_post
{
  margin: 7px;
}

a img
{
  border: 0;
}

.wdnd_article img, img.wdnd_article
{
  border: solid 1px #B6D2DD;
  margin: 10px;
}

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

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

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


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

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

/* end Box, Post */

/* begin PostHeaderIcon */
.wdnd_postheader
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 22px;
  color: #2F5565;
}

.wdnd_postheader a, .wdnd_postheader a:link, .wdnd_postheader a:visited, .wdnd_postheader a:hover
{
  font-size: 22px;
  margin: 0;
  color: #2F5565;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.wdnd_postheader a:link
{
  text-decoration: none;
  color: #396779;
}

.wdnd_postheader a:visited, .wdnd_postheader a.visited
{

  color: #537F8D;
}

.wdnd_postheader a:hover, .wdnd_postheader a.hovered
{

  color: #5C9AB2;
}
/* end PostHeader */

/* begin PostContent */
.wdnd_postcontent p
{
  margin: 1em 0;
}

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

.wdnd_postcontent
{
  margin: 0;
}
/* end PostContent */

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

}

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;

}



.wdnd_post li
{
  padding: 0 0 0 13px;
  line-height: 1em;
}

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

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


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.wdnd_postcontent blockquote p
{
  color: #0B1518;
  font-style: italic;
  text-align: left;
}

blockquote,
.wdnd_postcontent blockquote
{
  border: solid 1px #B6D2DD;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 41px;
  background-color: #EAF2F5;
  background-image: url('images_site/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

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

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

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


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


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

.wdnd_footer .wdnd_footer-text
{
  display: inline-block;
  color: #151819;
  font-size: 11px;
}

.wdnd_footer .wdnd_footer-text a:link
{
  text-decoration: none;
  color: #213B45;

}

.wdnd_footer .wdnd_footer-text a:visited
{
  text-decoration: none;
  color: #465153;

}

.wdnd_footer .wdnd_footer-text a:hover
{
  color: #315868;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.wdnd_page-footer, .wdnd_page-footer a, .wdnd_page-footer a:link, .wdnd_page-footer a:visited, .wdnd_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: #41768B;
}

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

/* begin LayoutCell, sidebar1 */
.wdnd_content-layout .wdnd_sidebar1
{
  width: 25%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.wdnd_content-layout .wdnd_content
{
  width: 75%;
}
.wdnd_content-layout .wdnd_content-wide
{
  width: 100%;
}
/* end LayoutCell, content */




.overview-table .wdnd_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;
}


.contentimg-left { float:left; margin-right:10px;}


/*  ~tooltip   */

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px dashed #000000;
padding: 2px;
background-color: #ffffda;
visibility: hidden;
z-index: 100;
padding:20px;
}

/*  contact form   */

.contactlabel {
	font-size: 13px;
	text-align:left;
}
.left {
margin: 0px 10px 0px 0;
float: left;
}

.right {
margin: 0px 0 0px 10px;
float: right;
}






testmonial blockquote p
	{
		float:left;
		margin:0px;
		padding:0px;
		width:240px;
		font-family:Verdana;
		font-size:13px;
		font-weight:normal;
		color: #000000;
		line-height:18px;
	}
#portfolio_img	
	{
		margin:10px 50px 0px 10px;
		background-image:url(images/client_bg.png);
		background-repeat:no-repeat;
		float:right;
	}	
	
ul#portfolio
	{
		float:left;
		margin:15px 0 0 0;
		padding:0px;
		width:630px;
		display: block;
	}
ul#portfolio li
	{
		float:left;
		margin:15px 0 0 10px;
		padding:0px;
		width:630px;
		display: block;
	}
ul#portfolio li.separaters
	{
		float:left;
		margin:15px 0 0 0;
		padding:0px;
		width:630px;
		display: block;
		padding:0 0 17px 0;
	}
ul#portfolio li p.img
	{
		float:left;
		margin:0px;
		padding:0px;
		display:block
	}
	
ul#portfolio li p.portfoliocontent
	{
		float:left;
		font-family:Verdana;
		font-size:13px;
		font-weight:normal;
		color: #797979;
		width:460px;
		text-align:justify;
		line-height:20px;
		padding:0 10px 0 10px;
		margin:0px;
	}
ul#portfolio li p.portfoliocontent span
	{
		float:left;
		margin:0px;
		padding:0 0 10px 0;
		width:640px;
		text-align:left;
		color: #0c943f;
		font-family:Verdana;
		font-size:18px;
		font-weight:normal;
	}
ul#portfolio li p.portfoliocontent a
	{
		float:none;
		margin:5px 0 0 0;
		color: #162596;
		text-decoration: underline;
	}
ul#portfolio li p.portfoliocontent a:hover
	{
		text-decoration: none;
	}
	
	
.portfolio_img	
	{
		width:150px;
		height:110px;
		background-repeat:no-repeat;
		float:right;
		margin:35px 20px 0px 10px;
	}