/* Thors Hammer :: Screen Stylesheet Definitions */

a
{
   color: #075AAA;

   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

body
{
   color: #000000;

   margin: 0px;
   padding: 0px;

   font-size: 76%;
   font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;

   background-color:#333333;
}

form
{
   margin: 0px;
}

#container
{
   width: 900px;

   margin: 0px auto;
}


#container-content
{
   width: 780px;
   margin: 0px auto;
   
   background:#FFFFFF;
   
   background-image: url(../img/page/img-pge-bkg-middle-content.gif); /* img-pge-bkg-middle.gif); */
   background-repeat: no-repeat;
   background-position:right;
   background-position:top;
}


#logo
{
   width: 900px;
   height: 260px;

   background-image: url(../img/header/img-hdr-bkg-logo.jpg);

}

#logo h1
{
   display: none;
}

#rainbow
{
   margin: 0px;
   padding: 0px;

   font-size: 0px;
   line-height: 0px;

   width: 760px;
   height: 12px;

   background-image: url(../img/header/img-hdr-bkg-rainbow.gif);
}

#search-label
{
   color: #FFFFFF;

   height: 24px;

   padding-top: 6px;
   padding-left: 10px;

   font-size: 1.1em;
   font-weight: bold;

   line-height: 14px;

   text-transform: uppercase;
}

#search-field
{
   margin: 0px;
   padding: 0px;

   height: 25px;

   padding-top: 5px;
   padding-left: 5px;
}

#search-field input
{
   width: 130px;

   margin-top: 0px;

   border: 1px solid #075AAA;

   font-size: 0.9em;
   font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
}

#top-nav
{
   top: 20px;
   left: 530px;

   height: 14px;

   margin: 0px;
   padding: 0px;

   display: inline;

   list-style: none;
   line-height: 14px;

   position: relative;
}

#top-nav li
{
   height: 14px;

   display: inline;

   padding-right: 5px;
}

#top-nav li a
{
   color: #FFFFFF;

   height: 14px;

   font-size: 0.75em;

   text-transform: uppercase;
   text-decoration: none;
}

#top-nav li a:hover
{
   text-decoration: underline;
}

#top-nav-home
{
   padding-left: 16px;

   background-image: url(../img/header/img-hdr-bkg-nav-home.gif);
   background-repeat: no-repeat;
}

#top-nav-sitemap
{
   padding-left: 19px;

   background-image: url(../img/header/img-hdr-bkg-nav-sitemap.gif);
   background-repeat: no-repeat;
}

#top-nav-contacts
{
   padding-left: 16px;

   background-image: url(../img/header/img-hdr-bkg-nav-contacts.gif);
   background-repeat: no-repeat;
}

#header-nav
{
   width: 760px;
   height: 30px;

   background-image: url(../img/header/img-hdr-bkg-nav.gif);
   background-repeat: no-repeat;
}

#header-nav ul
{
   float: left;

   margin: 0px;
   padding: 0px;

   list-style: none;
}

#header-nav ul li
{
   float: left;
}

#header-nav ul li a
{
   width: 98px;

   height: 25px;

   padding-top: 5px;
   padding-left: 10px;

   color: #FFFFFF;

   display: block;

   font-size: 1.1em;
   font-weight: bold;

   text-transform: uppercase;

   text-decoration: none;
}

#header-nav ul li a:hover
{
   text-decoration: underline;
}

#middle
{
   margin: 0px;
   padding: 5px;
   padding-right: 15px;

   background-color: #FFFFFF;
   /* border: 1px solid pink; */
   
   background-image: url(../img/page/img-pge-bkg-middle-home.jpg); /* img-pge-bkg-middle.gif); */
   background-repeat: no-repeat;
}



#footer
{
   clear: both;
}

#footer-nav
{
   width: 760px;
   height: 50px;

   background-image: url(../img/footer/img-ftr-bkg-nav.gif);
   background-repeat: no-repeat;
}

#footer-nav ul
{
   top: 16px;

   position: relative;

   width: 100%;

   margin: 0px;
   padding: 0px;

   list-style: none;

   text-align: center;

   margin-left: 0px auto;
   margin-right: 0px auto;
}

#footer-nav ul li
{
   display: inline;

   margin: 0px;
   padding: 0px;

   line-height: 18px;
}

#footer-nav ul li a
{
   width: 80px;
   height: 30px;

   padding-left: 10px;
   padding-right: 10px;

   color: #FFFFFF;

   font-size: 0.9em;

   text-align: center;

   text-decoration: none;
}

#footer-nav ul li a:hover
{
   text-decoration: underline;
}

#copyright
{
   font-size: 0.9em;

   text-align: center;

   padding-bottom: 10px;
}

#content
{
   padding: 10px;

   margin-left: 165px;
}

/* #content */

h1
{
   margin: 0px;
   padding: 0px;
   padding-left: 10px;
   padding-top: 4px;

   /* color: #075AAA; */

   font-size: 15pt;
   font-weight:normal;

   /* background-image: url(../img/page/img-pge-bkg-heading.gif);
   background-repeat: repeat-x;
   background-position: left bottom;*/
 
   margin-bottom: 15px;
   padding-bottom: 5px;
}

#content h2
{
   color: #277ACA;

   font-size: 13pt;
}

#content p
{
   margin-top: 13px;
   margin-bottom: 13px;
}

#left-menu
{
   float: left;

   width: 164px;

   left: 0px;

   position: relative;
}

#left-menu-header
{
   width: 164px;

   height: 6px;

   font-size: 0px;
   line-height: 0px;

   /* background-image: url(../img/menu/img-mnu-bkg-top.gif); */
}

#left-menu-middle
{
   height: 400px;

   /* border-right: 1px solid #BFBFBF;

   background-color: #E6F0F9; */
}

#left-menu-footer
{
   width: 164px;

   height: 6px;

   font-size: 0px;
   line-height: 0px;

   /* background-image: url(../img/menu/img-mnu-bkg-bottom.gif); */
}

.right-box
{
   width: 450px;

   float: right;
   /* border: 1px black solid; */
   padding-top:55px;
}

.right-box h2
{
   color: #FFFFFF;

   width: 442px;
   /*height: 24px; */

   margin: 0px;
   padding: 0px;

   padding-top: 2px;
   padding-left: 8px;

   font-size: 1.2em;

   text-transform: uppercase;

   /* background-image: url(../img/page/img-pge-bkg-box-hdr.gif); */
}

.right-box ul
{
   margin: 0px;

   width: 408px;

   list-style: none;
   padding: 1px 10px 10px 10px;

   border-left: 1px solid #CCCCCC;
   border-right: 1px solid #DBDBDB;

   /* background-color: #AAC8E8;
   background-image: url(../img/page/img-pge-bkg-box-mid.gif);

   background-repeat: no-repeat; */
}

.right-box ul h3
{
   margin: 0px;

   font-size: 1em;
}

.right-box ul h3 a
{
   color: #075AAA;

   font-weight: bold;

   text-decoration: none;
}

.right-box ul h3 a:hover
{
   text-decoration: underline;
}

.right-box ul li
{
   margin: 0px;
   padding: 0px;

   background-image: url(../img/page/img-pge-bkg-box-sep.gif);
   background-repeat: repeat-x;
   background-position: bottom left;

   margin-top: 10px;
   padding-bottom: 10px;
}

.right-box ul li p
{
   font-size: 0.9em;

   margin-top: 10px;
   margin-bottom: 10px;
}

.right-box ul li.last
{
   padding-bottom: 0px;
   background-image: none;
}

.right-box .box-footer
{
   /* width: 230px;
   height: 8px;

   font-size: 0px;
   line-height: 0px;

   background-image: url(../img/page/img-pge-bkg-box-ftr.gif); */
}

.right-box .box-news-date
{
   float: left;

   height: 20px;
   line-height: 18px;

   color: #606060;

   font-size: 0.9em;
}

.right-box .box-read-more
{
   height: 20px;

   text-align: right;

   line-height: 18px;

   padding-right: 30px;

   background-image: url(../img/page/img-pge-bkg-box-arrow.gif);
   background-repeat: no-repeat;
   background-position: right;
}

.right-box .box-read-more a
{
   color: #075AAA;

   font-size: 0.9em;

   font-weight: bold;

   text-decoration: none;
}

.right-box .box-read-more a:hover
{
   text-decoration: underline;
}

.clear
{
   clear: both;
}


.search-result
{
   margin-top: 15px;
   margin-bottom: 15px;
}

.search-result a
{
   text-decoration: underline;
}

.cssPrvNxt
{
   margin: 0px;
}

.cssPrvNxt form
{
   margin: 0px; padding: 0px;
}

.cssDteVal
{
   color: #606060;
}

.cssEvtLne
{
   border: 1px solid #E0E0E0;

   height: 1px;
}


.cssEvtTab
{
   width: 100%;
}

.cssEvtTab th
{
   font-size: 9pt;
 
   text-align: left;
 
   background-color: #D0D8E0;

   background-image: url('../img/page/img-pge-evt-hdr-bkg.gif');
}

.cssEvtTab td
{
   font-size: 9pt;
 
   text-align: left;
}

.cssEvtRow1
{
   background-color: #F0F0F0;
}

.cssEvtRow2
{
   background-color: #F8F8F8;
}

.cssLstUpd
{
   color: #808080;

   font-size: 10pt;

   margin-top: 25px;

   padding-top: 5px;

   margin-bottom: 5px;

   text-align: right;

   background-image: url('../img/page/img-pge-header-dots.gif');

   background-repeat: repeat-x;

   background-position: top left;
}




