body, p
{ margin: 0.5em 0; font-family: Verdana, Geneva, sans-serif; font-style: normal; font-weight: normal; font-size: 13px; text-align: left; line-height: 18px; 
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #000000;
  background-color: #3B5D09;
}

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-size: 25px; text-align: left; text-transform: none; 
}

a, 
.post li a
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #4B88A0;
}

a:link,
.post li a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #4B88A0;
}

a:visited, a.visited,
.post li a:visited, .post li a.visited
{

  color: #40626D;
}

a:hover, a.hover,
.post li a:hover, .post li a.hover
{

  text-decoration: none;
  color: #6AA2B9;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 0.67em 0;

  color: #376476;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #376476;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 20px;
  color: #4B88A0;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{ margin: 1.25em 0; font-size: 16px; color: #000000; background-color: #C4DAE3; text-align: center; 
}

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

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 13px;
  color: #000000;
}

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: 388px;
  left: 0;
  top: 0;
}

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

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-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end Box, Sheet */

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


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

/* end Header */

/* 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: 3px 3px 3px 3px;
}

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

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

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

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


/* end Menu */

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

.menu li
{
  margin-right: 3px;
  margin-left: 3px;
}

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


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

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

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

.menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #2A3132;
  padding: 0 12px;
  margin: 0 11px;
  line-height: 24px;
  text-align: center;
}

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

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

.menu li:hover a .l, .menu li:hover a .r
{
  top: -24px;
}
.menu a:hover .t
{
  color: #263A40;
}

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

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


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

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

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

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

.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 Button */
.button-wrapper .button
{
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #ECEEEF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 31px;
  height: 31px;
  margin: 0;
  padding: 0 21px !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: 31px;
  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: 12px; 
}

.block select 
{
    width:96%;
}

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

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

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

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

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

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

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

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

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

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

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

.vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* 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: 5px;
}

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

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

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

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

/* end Box, Box, VMenuBlockContent */

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

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


.block
{
  margin: 7px;
}

/* end Box, Block */

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

.blockheader .t
{ height: 33px; color: #ECEEEF; margin-right: 10px; margin-left: 10px; font-style: normal; font-weight: bold; font-size: 13px; margin:0; padding: 0 10px 0 35px; white-space: nowrap; line-height: 33px; 
}

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

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

.blockheader .r
{ width: 906px; right: 1px; clip: rect(auto, auto, auto, 884px); 
}

/* end BlockHeader */

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

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

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

.blockcontent-tr, .blockcontent-tl, .blockcontent-br, .blockcontent-bl
{
  width: 18px;
  height: 18px;
  background-image: url('images/blockcontent_s.png');
}

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

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

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

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

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

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

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

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

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

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

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

.blockcontent-body, 
.blockcontent-body a, 
.blockcontent-body li a
{
  color: #000000;

}

.blockcontent-body a,
.blockcontent-body li a
{
  color: #315868;
  text-decoration: underline;
}

.blockcontent-body a:link,
.blockcontent-body li a:link
{
  color: #315868;
  text-decoration: underline;
}

.blockcontent-body a:visited, .blockcontent-body a.visited,
.blockcontent-body li a:visited, .blockcontent-body li a.visited
{
  color: #75888A;

}

.blockcontent-body a:hover, .blockcontent-body a.hover,
.blockcontent-body li a:hover, .blockcontent-body li a.hover
{
  color: #41768B;

  text-decoration: none;
}

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

.blockcontent-body ul li
{
  line-height: 1.25em;
}


/* end Box, BlockContent */

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

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


.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 #4A707D;
  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: #C4DAE3;
}
/* 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-style: normal;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0;
  color: #274753;
}

.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;
  text-decoration: none;
  color: #315868;
}

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

  color: #486D7A;
}


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

  text-decoration: underline;
  color: #5090AA;
}

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

/* begin PostBullets */
.post ol, .post ul
{
  color: #131616;
  margin: 1em 0 1em 2em;
  padding: 0;
  margin-left: 12px;
  text-align: left;
}

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

}



/* end PostBullets */

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

blockquote,
.postcontent blockquote
{
  border: solid 1px #B6D2DD;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 28px;
  background-color: #EAF2F5;
  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: 900px;
  margin: 0 auto;
}

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

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


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

.footer, .footer-text, .footer-text p
{
  color: #151819;
  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-style: italic;
  font-size: 10px;
}

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

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

}

.footer .footer-text a:hover
{
  color: #315868;

  text-decoration: none;
}
/* 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: #FFF; 
}

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

/* begin LayoutCell, content */
.content-layout .content
{
  width: 75%;
}
.content-layout .content .block
{
  background-color: #FFFFFF;
}
.content-layout .content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

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




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

